diff --git a/l10n/ast.js b/l10n/ast.js deleted file mode 100644 index a0a0846a9..000000000 --- a/l10n/ast.js +++ /dev/null @@ -1,9 +0,0 @@ -OC.L10N.register( - "text", - { - "Text" : "Testu", - "Edit" : "Editar", - "Undo" : "Desfacer", - "Retry" : "Retentar" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json deleted file mode 100644 index cbfe2fe9d..000000000 --- a/l10n/ast.json +++ /dev/null @@ -1,7 +0,0 @@ -{ "translations": { - "Text" : "Testu", - "Edit" : "Editar", - "Undo" : "Desfacer", - "Retry" : "Retentar" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/cs.js b/l10n/cs.js index 9e10ed99a..9418f3445 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -2,6 +2,15 @@ OC.L10N.register( "text", { "New text document" : "Nový textový dokument", + "The file was uploaded" : "Soubor byl nahrán", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Velikost nahrávaného souboru překračuje limit nastavení direktivou upload_max_filesize v php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Nahraný soubor překračuje nastavení MAX_FILE_SIZE, které bylo zadáno v HTML formuláři", + "The file was only partially uploaded" : "Soubor byl nahrán pouze z části", + "No file was uploaded" : "Nebyl nahrán žádný soubor", + "Missing a temporary folder" : "Chybí složka pro dočasné soubory", + "Could not write file to disk" : "Soubor se nedaří zapsat na úložiště", + "A PHP extension stopped the file upload" : "PHP rozšíření zastavilo nahrávání souboru", + "No file uploaded or file size exceeds maximum of %s" : "Nebyl nahrán žádný soubor nebo jeho velikost přesáhla %s", "Nextcloud Text" : "Nextcloud Text", "text document" : "textový dokument", "Readme" : "Čtimne", @@ -51,7 +60,12 @@ OC.L10N.register( "Code block" : "Blok kódu", "Some code" : "Nějaký kód", "Insert emoji" : "Vložit emotikonu", + "Upload from computer" : "Nahrát z počítače", + "Insert from Files" : "Vložit ze Souborů", + "Insert from link" : "Vložit z odkazu", + "Image link to insert" : "Odkaz na obrázek, který vložit", "Insert image" : "Vložit obrázek", + "Image format not supported" : "Nepodporovaný formát obrázku", "Insert an image" : "Vložit obrázek", "Alt" : "Alt", "Update Link" : "Aktualizovat odkaz", diff --git a/l10n/cs.json b/l10n/cs.json index 22abbf649..738c65e30 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -1,5 +1,14 @@ { "translations": { "New text document" : "Nový textový dokument", + "The file was uploaded" : "Soubor byl nahrán", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Velikost nahrávaného souboru překračuje limit nastavení direktivou upload_max_filesize v php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Nahraný soubor překračuje nastavení MAX_FILE_SIZE, které bylo zadáno v HTML formuláři", + "The file was only partially uploaded" : "Soubor byl nahrán pouze z části", + "No file was uploaded" : "Nebyl nahrán žádný soubor", + "Missing a temporary folder" : "Chybí složka pro dočasné soubory", + "Could not write file to disk" : "Soubor se nedaří zapsat na úložiště", + "A PHP extension stopped the file upload" : "PHP rozšíření zastavilo nahrávání souboru", + "No file uploaded or file size exceeds maximum of %s" : "Nebyl nahrán žádný soubor nebo jeho velikost přesáhla %s", "Nextcloud Text" : "Nextcloud Text", "text document" : "textový dokument", "Readme" : "Čtimne", @@ -49,7 +58,12 @@ "Code block" : "Blok kódu", "Some code" : "Nějaký kód", "Insert emoji" : "Vložit emotikonu", + "Upload from computer" : "Nahrát z počítače", + "Insert from Files" : "Vložit ze Souborů", + "Insert from link" : "Vložit z odkazu", + "Image link to insert" : "Odkaz na obrázek, který vložit", "Insert image" : "Vložit obrázek", + "Image format not supported" : "Nepodporovaný formát obrázku", "Insert an image" : "Vložit obrázek", "Alt" : "Alt", "Update Link" : "Aktualizovat odkaz", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 4c7011700..9c9dc9896 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -2,6 +2,15 @@ OC.L10N.register( "text", { "New text document" : "Neues Textdokument", + "The file was uploaded" : "Die Datei wurde hochgeladen", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die Vorgabe upload_max_filesize in php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer als die Vorgabe MAX_FILE_SIZE, die im HTML-Formular angegeben ist", + "The file was only partially uploaded" : "Die Datei konnte nur teilweise hochgeladen werden", + "No file was uploaded" : "Es wurde keine Datei hochgeladen", + "Missing a temporary folder" : "Kein temporärer Ordner vorhanden", + "Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden", + "A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt", + "No file uploaded or file size exceeds maximum of %s" : "Keine Datei hochgeladen oder die Dateigröße überschreitet %s", "Nextcloud Text" : "Nextcloud Text", "text document" : "Textdokument", "Readme" : "Anleitung", @@ -51,7 +60,12 @@ OC.L10N.register( "Code block" : "Codeblock", "Some code" : "Etwas Code", "Insert emoji" : "Emoji einfügen", + "Upload from computer" : "Vom Computer hochladen", + "Insert from Files" : "Aus Dateien einfügen", + "Insert from link" : "Aus Link einfügen", + "Image link to insert" : "Einzufügender Bild-Link", "Insert image" : "Bild einfügen", + "Image format not supported" : "Bildformat wird nicht unterstützt", "Insert an image" : "Ein Bild einfügen", "Alt" : "Alt", "Update Link" : "Link aktualisieren", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 789f51acc..f11a3ac4d 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -1,5 +1,14 @@ { "translations": { "New text document" : "Neues Textdokument", + "The file was uploaded" : "Die Datei wurde hochgeladen", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die Vorgabe upload_max_filesize in php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer als die Vorgabe MAX_FILE_SIZE, die im HTML-Formular angegeben ist", + "The file was only partially uploaded" : "Die Datei konnte nur teilweise hochgeladen werden", + "No file was uploaded" : "Es wurde keine Datei hochgeladen", + "Missing a temporary folder" : "Kein temporärer Ordner vorhanden", + "Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden", + "A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt", + "No file uploaded or file size exceeds maximum of %s" : "Keine Datei hochgeladen oder die Dateigröße überschreitet %s", "Nextcloud Text" : "Nextcloud Text", "text document" : "Textdokument", "Readme" : "Anleitung", @@ -49,7 +58,12 @@ "Code block" : "Codeblock", "Some code" : "Etwas Code", "Insert emoji" : "Emoji einfügen", + "Upload from computer" : "Vom Computer hochladen", + "Insert from Files" : "Aus Dateien einfügen", + "Insert from link" : "Aus Link einfügen", + "Image link to insert" : "Einzufügender Bild-Link", "Insert image" : "Bild einfügen", + "Image format not supported" : "Bildformat wird nicht unterstützt", "Insert an image" : "Ein Bild einfügen", "Alt" : "Alt", "Update Link" : "Link aktualisieren", diff --git a/l10n/eu.js b/l10n/eu.js index 1c8c3dd44..43a24be18 100644 --- a/l10n/eu.js +++ b/l10n/eu.js @@ -2,6 +2,15 @@ OC.L10N.register( "text", { "New text document" : "Testu dokumentu berria", + "The file was uploaded" : "Fitxategia kargatu da", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Kargatutako fitxategiak php.ini fitxategiko upload_max_filesize direktiban zehazturikoa gainditzen du", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Kargatutako fitxategiak HTML formularioan ezarritako MAX_FILE_SIZE direktiban zehazturikoa gainditzen du", + "The file was only partially uploaded" : "Fitxategia erdizka kargatu da", + "No file was uploaded" : "Ez da fitxategirik kargatu", + "Missing a temporary folder" : "Aldi baterako karpeta bat falta da", + "Could not write file to disk" : "Ezin izan da fitxategia diskoan idatzi", + "A PHP extension stopped the file upload" : "PHP hedapen batek fitxategiaren karga gelditu du", + "No file uploaded or file size exceeds maximum of %s" : "Ez da fitxategirik kargatu edo fitxategi-tamainak gehienezko %s muga gainditzen du", "Nextcloud Text" : "Nextcloud Testua", "text document" : "testu dokumentua", "Readme" : "IrakurNazazu", @@ -21,17 +30,28 @@ OC.L10N.register( "Enter your name so other users can see who is editing" : "Sartu zure izena beste erabiltzaileek nor ari den editatzen ikus dezaten", "Edit guest name" : "Editatu gonbidatuaren izena", "Save guest name" : "Gorde gonbidatuaren izena", + "Formatting help" : "Formatua emateko laguntza", + "Syntax" : "Sintaxia", + "Keyboard shortcuts" : "Teklatuaren lasterbideak", "Bold" : "Lodia", + "Bold text" : "Testu lodia", "Ctrl" : "Ctrl", "Italic" : "Etzana", + "Italicized text" : "Testu etzana", "Strikethrough" : "Marratua", "Heading 1" : "1. goiburua", "Shift" : "Shift", "Heading 6" : "6. goiburua", "Unordered list" : "Ordenatu gabeko zerrenda", + "An item" : "Elementu bat", "Ordered list" : "Ordenatutako zerrenda", + "First item" : "Lehenengo elementua", + "Checklist" : "Kontrol-zerrenda", + "Todo item" : "Eginbeharreko elementua", "Blockquote" : "Aipamena", + "Quoted text" : "Aipatutako testua", "Code block" : "Kode blokea", + "Some code" : "Kode zatia", "Insert emoji" : "Txertatu emojia", "Insert image" : "Txertatu irudia", "Insert an image" : "Txertatu irudi bat", diff --git a/l10n/eu.json b/l10n/eu.json index 1de1373d3..d94d0b688 100644 --- a/l10n/eu.json +++ b/l10n/eu.json @@ -1,5 +1,14 @@ { "translations": { "New text document" : "Testu dokumentu berria", + "The file was uploaded" : "Fitxategia kargatu da", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Kargatutako fitxategiak php.ini fitxategiko upload_max_filesize direktiban zehazturikoa gainditzen du", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Kargatutako fitxategiak HTML formularioan ezarritako MAX_FILE_SIZE direktiban zehazturikoa gainditzen du", + "The file was only partially uploaded" : "Fitxategia erdizka kargatu da", + "No file was uploaded" : "Ez da fitxategirik kargatu", + "Missing a temporary folder" : "Aldi baterako karpeta bat falta da", + "Could not write file to disk" : "Ezin izan da fitxategia diskoan idatzi", + "A PHP extension stopped the file upload" : "PHP hedapen batek fitxategiaren karga gelditu du", + "No file uploaded or file size exceeds maximum of %s" : "Ez da fitxategirik kargatu edo fitxategi-tamainak gehienezko %s muga gainditzen du", "Nextcloud Text" : "Nextcloud Testua", "text document" : "testu dokumentua", "Readme" : "IrakurNazazu", @@ -19,17 +28,28 @@ "Enter your name so other users can see who is editing" : "Sartu zure izena beste erabiltzaileek nor ari den editatzen ikus dezaten", "Edit guest name" : "Editatu gonbidatuaren izena", "Save guest name" : "Gorde gonbidatuaren izena", + "Formatting help" : "Formatua emateko laguntza", + "Syntax" : "Sintaxia", + "Keyboard shortcuts" : "Teklatuaren lasterbideak", "Bold" : "Lodia", + "Bold text" : "Testu lodia", "Ctrl" : "Ctrl", "Italic" : "Etzana", + "Italicized text" : "Testu etzana", "Strikethrough" : "Marratua", "Heading 1" : "1. goiburua", "Shift" : "Shift", "Heading 6" : "6. goiburua", "Unordered list" : "Ordenatu gabeko zerrenda", + "An item" : "Elementu bat", "Ordered list" : "Ordenatutako zerrenda", + "First item" : "Lehenengo elementua", + "Checklist" : "Kontrol-zerrenda", + "Todo item" : "Eginbeharreko elementua", "Blockquote" : "Aipamena", + "Quoted text" : "Aipatutako testua", "Code block" : "Kode blokea", + "Some code" : "Kode zatia", "Insert emoji" : "Txertatu emojia", "Insert image" : "Txertatu irudia", "Insert an image" : "Txertatu irudi bat", diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js index 6c3d35a6e..c545c1cee 100644 --- a/l10n/lt_LT.js +++ b/l10n/lt_LT.js @@ -2,6 +2,8 @@ OC.L10N.register( "text", { "New text document" : "Naujas tekstinis dokumentas", + "Missing a temporary folder" : "Trūksta laikinojo aplanko", + "Could not write file to disk" : "Nepavyko rašyti į diską", "Nextcloud Text" : "Nextcloud tekstas", "text document" : "tekstinis dokumentas", "Readme" : "Perskaityti", @@ -33,7 +35,9 @@ OC.L10N.register( "Blockquote" : "Citata", "Code block" : "Kodo blokas", "Insert emoji" : "Įterpti šypsenėlę", + "Insert from link" : "Įterpti iš nuorodos", "Insert image" : "Įterpti paveikslą", + "Image format not supported" : "Nepalaikomas paveikslo formatas", "Insert an image" : "Įterpti paveikslą", "Update Link" : "Atnaujinti nuorodą", "Add Link" : "Pridėti nuorodą", diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json index 3d17e9327..c4a81af7a 100644 --- a/l10n/lt_LT.json +++ b/l10n/lt_LT.json @@ -1,5 +1,7 @@ { "translations": { "New text document" : "Naujas tekstinis dokumentas", + "Missing a temporary folder" : "Trūksta laikinojo aplanko", + "Could not write file to disk" : "Nepavyko rašyti į diską", "Nextcloud Text" : "Nextcloud tekstas", "text document" : "tekstinis dokumentas", "Readme" : "Perskaityti", @@ -31,7 +33,9 @@ "Blockquote" : "Citata", "Code block" : "Kodo blokas", "Insert emoji" : "Įterpti šypsenėlę", + "Insert from link" : "Įterpti iš nuorodos", "Insert image" : "Įterpti paveikslą", + "Image format not supported" : "Nepalaikomas paveikslo formatas", "Insert an image" : "Įterpti paveikslą", "Update Link" : "Atnaujinti nuorodą", "Add Link" : "Pridėti nuorodą", diff --git a/l10n/pl.js b/l10n/pl.js index c209317d5..ae131fcce 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -2,6 +2,15 @@ OC.L10N.register( "text", { "New text document" : "Nowy dokument tekstowy", + "The file was uploaded" : "Plik został wysłany", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Wysłany plik przekracza wartość upload_max_filesize zdefiniowaną w php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Wysłany plik przekracza wartość MAX_FILE_SIZE określoną w formularzu HTML", + "The file was only partially uploaded" : "Plik został wysłany tylko częściowo", + "No file was uploaded" : "Nie wysłano żadnego pliku", + "Missing a temporary folder" : "Brak katalogu tymczasowego", + "Could not write file to disk" : "Nie można zapisać pliku na dysku", + "A PHP extension stopped the file upload" : "Rozszerzenie PHP zatrzymało wysyłanie pliku", + "No file uploaded or file size exceeds maximum of %s" : "Brak wysłanego pliku lub rozmiar pliku przekracza maksymalny limit %s", "Nextcloud Text" : "Nextcloud Text", "text document" : "dokument tekstowy", "Readme" : "Przeczytaj", @@ -51,7 +60,12 @@ OC.L10N.register( "Code block" : "Blok kodu", "Some code" : "Jakiś kod", "Insert emoji" : "Wstaw emoji", + "Upload from computer" : "Wyślij z komputera", + "Insert from Files" : "Wstaw z Plików", + "Insert from link" : "Wstaw z linku", + "Image link to insert" : "Link obrazu do wstawienia", "Insert image" : "Wstaw obraz", + "Image format not supported" : "Format obrazu nie jest obsługiwany", "Insert an image" : "Wstaw obraz", "Alt" : "Alt", "Update Link" : "Aktualizuj link", diff --git a/l10n/pl.json b/l10n/pl.json index b1bb7e164..8edf94502 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -1,5 +1,14 @@ { "translations": { "New text document" : "Nowy dokument tekstowy", + "The file was uploaded" : "Plik został wysłany", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Wysłany plik przekracza wartość upload_max_filesize zdefiniowaną w php.ini", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Wysłany plik przekracza wartość MAX_FILE_SIZE określoną w formularzu HTML", + "The file was only partially uploaded" : "Plik został wysłany tylko częściowo", + "No file was uploaded" : "Nie wysłano żadnego pliku", + "Missing a temporary folder" : "Brak katalogu tymczasowego", + "Could not write file to disk" : "Nie można zapisać pliku na dysku", + "A PHP extension stopped the file upload" : "Rozszerzenie PHP zatrzymało wysyłanie pliku", + "No file uploaded or file size exceeds maximum of %s" : "Brak wysłanego pliku lub rozmiar pliku przekracza maksymalny limit %s", "Nextcloud Text" : "Nextcloud Text", "text document" : "dokument tekstowy", "Readme" : "Przeczytaj", @@ -49,7 +58,12 @@ "Code block" : "Blok kodu", "Some code" : "Jakiś kod", "Insert emoji" : "Wstaw emoji", + "Upload from computer" : "Wyślij z komputera", + "Insert from Files" : "Wstaw z Plików", + "Insert from link" : "Wstaw z linku", + "Image link to insert" : "Link obrazu do wstawienia", "Insert image" : "Wstaw obraz", + "Image format not supported" : "Format obrazu nie jest obsługiwany", "Insert an image" : "Wstaw obraz", "Alt" : "Alt", "Update Link" : "Aktualizuj link", diff --git a/l10n/sr@latin.js b/l10n/sr@latin.js deleted file mode 100644 index c66756aa8..000000000 --- a/l10n/sr@latin.js +++ /dev/null @@ -1,9 +0,0 @@ -OC.L10N.register( - "text", - { - "Bold" : "Podebljano", - "Italic" : "Kurziv", - "Edit" : "Uredi", - "Undo" : "Opozovi" -}, -"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/l10n/sr@latin.json b/l10n/sr@latin.json deleted file mode 100644 index 31ba6dd94..000000000 --- a/l10n/sr@latin.json +++ /dev/null @@ -1,7 +0,0 @@ -{ "translations": { - "Bold" : "Podebljano", - "Italic" : "Kurziv", - "Edit" : "Uredi", - "Undo" : "Opozovi" -},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" -} \ No newline at end of file diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index a1d83dcd2..81e263571 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -2,6 +2,15 @@ OC.L10N.register( "text", { "New text document" : "新文字文件", + "The file was uploaded" : "檔案已上傳", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳檔案的大小已超過 php.ini 中 upload_max_filesize 設置的值", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制", + "The file was only partially uploaded" : "檔案僅部分上傳", + "No file was uploaded" : "沒有檔案被上傳", + "Missing a temporary folder" : "找不到暫存資料夾", + "Could not write file to disk" : "寫入硬碟失敗", + "A PHP extension stopped the file upload" : "某個 PHP 擴充功能終止檔案的上傳", + "No file uploaded or file size exceeds maximum of %s" : "沒有上傳檔案或檔案大小超過 %s 的最大值", "Nextcloud Text" : "Nextcloud 文字編輯器", "text document" : "文字文件", "Readme" : "說明", @@ -51,7 +60,12 @@ OC.L10N.register( "Code block" : "程式碼區塊", "Some code" : "一些代碼", "Insert emoji" : "插入 emoji", + "Upload from computer" : "從電腦上傳", + "Insert from Files" : "從檔案插入", + "Insert from link" : "從連結插入", + "Image link to insert" : "要插入的圖像連結", "Insert image" : "插入圖像", + "Image format not supported" : "不支持圖像格式", "Insert an image" : "插入圖像", "Alt" : "Alt", "Update Link" : "更新連結", diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index 5c9a9f9a0..2ec2d4254 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -1,5 +1,14 @@ { "translations": { "New text document" : "新文字文件", + "The file was uploaded" : "檔案已上傳", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳檔案的大小已超過 php.ini 中 upload_max_filesize 設置的值", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制", + "The file was only partially uploaded" : "檔案僅部分上傳", + "No file was uploaded" : "沒有檔案被上傳", + "Missing a temporary folder" : "找不到暫存資料夾", + "Could not write file to disk" : "寫入硬碟失敗", + "A PHP extension stopped the file upload" : "某個 PHP 擴充功能終止檔案的上傳", + "No file uploaded or file size exceeds maximum of %s" : "沒有上傳檔案或檔案大小超過 %s 的最大值", "Nextcloud Text" : "Nextcloud 文字編輯器", "text document" : "文字文件", "Readme" : "說明", @@ -49,7 +58,12 @@ "Code block" : "程式碼區塊", "Some code" : "一些代碼", "Insert emoji" : "插入 emoji", + "Upload from computer" : "從電腦上傳", + "Insert from Files" : "從檔案插入", + "Insert from link" : "從連結插入", + "Image link to insert" : "要插入的圖像連結", "Insert image" : "插入圖像", + "Image format not supported" : "不支持圖像格式", "Insert an image" : "插入圖像", "Alt" : "Alt", "Update Link" : "更新連結", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 985d31023..c6a32e617 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -2,6 +2,15 @@ OC.L10N.register( "text", { "New text document" : "新文字文件", + "The file was uploaded" : "檔案已上傳", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 選項的限制", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制", + "The file was only partially uploaded" : "檔案僅部份上傳", + "No file was uploaded" : "沒有檔案被上傳", + "Missing a temporary folder" : "找不到暫存資料夾", + "Could not write file to disk" : "無法將檔案寫入硬碟", + "A PHP extension stopped the file upload" : "一個 PHP 擴充功能終止檔案的上傳", + "No file uploaded or file size exceeds maximum of %s" : "沒有上傳檔案或檔案超過上限 %s", "Nextcloud Text" : "Nextcloud 文字編輯器", "text document" : "文字文件", "Readme" : "說明", @@ -51,7 +60,12 @@ OC.L10N.register( "Code block" : "程式碼區塊", "Some code" : "一些程式碼", "Insert emoji" : "插入表情符號", + "Upload from computer" : "從電腦上傳", + "Insert from Files" : "從檔案插入", + "Insert from link" : "從連結插入", + "Image link to insert" : "要插入的圖片連結", "Insert image" : "插入影像", + "Image format not supported" : "不支援的圖片格式", "Insert an image" : "插入圖片", "Alt" : "Alt", "Update Link" : "更新連結", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index 3156e050b..8a3676d1e 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -1,5 +1,14 @@ { "translations": { "New text document" : "新文字文件", + "The file was uploaded" : "檔案已上傳", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上傳的檔案大小超過 php.ini 當中 upload_max_filesize 選項的限制", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上傳的檔案大小超過 HTML 表單中 MAX_FILE_SIZE 的限制", + "The file was only partially uploaded" : "檔案僅部份上傳", + "No file was uploaded" : "沒有檔案被上傳", + "Missing a temporary folder" : "找不到暫存資料夾", + "Could not write file to disk" : "無法將檔案寫入硬碟", + "A PHP extension stopped the file upload" : "一個 PHP 擴充功能終止檔案的上傳", + "No file uploaded or file size exceeds maximum of %s" : "沒有上傳檔案或檔案超過上限 %s", "Nextcloud Text" : "Nextcloud 文字編輯器", "text document" : "文字文件", "Readme" : "說明", @@ -49,7 +58,12 @@ "Code block" : "程式碼區塊", "Some code" : "一些程式碼", "Insert emoji" : "插入表情符號", + "Upload from computer" : "從電腦上傳", + "Insert from Files" : "從檔案插入", + "Insert from link" : "從連結插入", + "Image link to insert" : "要插入的圖片連結", "Insert image" : "插入影像", + "Image format not supported" : "不支援的圖片格式", "Insert an image" : "插入圖片", "Alt" : "Alt", "Update Link" : "更新連結",