From 8de35fec1e966582a2ad8c22ebbbae6e7c1abe24 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 9 Aug 2023 02:07:17 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/an.js | 13 ------------- l10n/an.json | 11 ----------- l10n/ar.js | 7 +++++++ l10n/ar.json | 7 +++++++ l10n/de.js | 2 +- l10n/de.json | 2 +- l10n/de_DE.js | 8 +++++++- l10n/de_DE.json | 8 +++++++- l10n/en_GB.js | 6 ++++++ l10n/en_GB.json | 6 ++++++ l10n/fi.js | 6 ++++++ l10n/fi.json | 6 ++++++ l10n/gl.js | 6 ++++++ l10n/gl.json | 6 ++++++ l10n/km.js | 13 ------------- l10n/km.json | 11 ----------- l10n/ms_MY.js | 13 ------------- l10n/ms_MY.json | 11 ----------- l10n/sv.js | 5 +++++ l10n/sv.json | 5 +++++ l10n/ta.js | 13 ------------- l10n/ta.json | 11 ----------- l10n/tr.js | 6 ++++++ l10n/tr.json | 6 ++++++ l10n/zh_HK.js | 6 ++++++ l10n/zh_HK.json | 6 ++++++ l10n/zh_TW.js | 6 ++++++ l10n/zh_TW.json | 6 ++++++ 28 files changed, 112 insertions(+), 100 deletions(-) delete mode 100644 l10n/an.js delete mode 100644 l10n/an.json delete mode 100644 l10n/km.js delete mode 100644 l10n/km.json delete mode 100644 l10n/ms_MY.js delete mode 100644 l10n/ms_MY.json delete mode 100644 l10n/ta.js delete mode 100644 l10n/ta.json diff --git a/l10n/an.js b/l10n/an.js deleted file mode 100644 index 29ed688a7c9..00000000000 --- a/l10n/an.js +++ /dev/null @@ -1,13 +0,0 @@ -OC.L10N.register( - "text", - { - "The file was uploaded" : "O fichero estió puyato", - "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O fichero puyato sobrexe a directiva upload_max_filesize en php.ini", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O fichero cargau supera a directiva MAX_FILE_SIZE que s'espezificó en o formulario HTML", - "The file was only partially uploaded" : "O fichero nomás s'ha cargau parzialmén", - "No file was uploaded" : "No s'ha cargau garra fichero", - "Missing a temporary folder" : "Falta una carpeta temporal", - "Could not write file to disk" : "No se podió escribir o fichero en o disco", - "A PHP extension stopped the file upload" : "Una estensión de PHP aturó a carga de fichers" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/an.json b/l10n/an.json deleted file mode 100644 index 2b296f08280..00000000000 --- a/l10n/an.json +++ /dev/null @@ -1,11 +0,0 @@ -{ "translations": { - "The file was uploaded" : "O fichero estió puyato", - "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O fichero puyato sobrexe a directiva upload_max_filesize en php.ini", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O fichero cargau supera a directiva MAX_FILE_SIZE que s'espezificó en o formulario HTML", - "The file was only partially uploaded" : "O fichero nomás s'ha cargau parzialmén", - "No file was uploaded" : "No s'ha cargau garra fichero", - "Missing a temporary folder" : "Falta una carpeta temporal", - "Could not write file to disk" : "No se podió escribir o fichero en o disco", - "A PHP extension stopped the file upload" : "Una estensión de PHP aturó a carga de fichers" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/ar.js b/l10n/ar.js index 1f0005e384f..da04e09e02d 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -111,6 +111,13 @@ OC.L10N.register( "No command found" : "لا يوجد أي أمر command", "No user found" : "لا يوجد أي مستخدِم", "No suggestion found" : "لا توجد أي مقترحات", + "Code block options" : "خيارات الكتلة البرمجية", + "Code block language" : "لغة الكتلة البرمجية", + "e.g. php, javascript, json, ..." : "مثلاً: PHP، و Javascript، و Json، و ...", + "Source code" : "الكود المصدري", + "Diagram" : "شكل", + "Both" : "كلاهما", + "Mermaid documentation" : "توثيق عروس البحر Mermaid", "Link to this section" : "رابط إلى القسم section", "Delete this attachment" : "حذف المُرفَق", "Delete this image" : "إحذف هذه الصورة", diff --git a/l10n/ar.json b/l10n/ar.json index 8bb17fe56e1..bb40320c75d 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -109,6 +109,13 @@ "No command found" : "لا يوجد أي أمر command", "No user found" : "لا يوجد أي مستخدِم", "No suggestion found" : "لا توجد أي مقترحات", + "Code block options" : "خيارات الكتلة البرمجية", + "Code block language" : "لغة الكتلة البرمجية", + "e.g. php, javascript, json, ..." : "مثلاً: PHP، و Javascript، و Json، و ...", + "Source code" : "الكود المصدري", + "Diagram" : "شكل", + "Both" : "كلاهما", + "Mermaid documentation" : "توثيق عروس البحر Mermaid", "Link to this section" : "رابط إلى القسم section", "Delete this attachment" : "حذف المُرفَق", "Delete this image" : "إحذف هذه الصورة", diff --git a/l10n/de.js b/l10n/de.js index 689956a80b1..a8c154ae8c2 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -105,7 +105,7 @@ OC.L10N.register( "No command found" : "Kein Befehl gefunden", "No user found" : "Kein Benutzer gefunden", "No suggestion found" : "Kein Vorschlag gefunden", - "Source code" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Source code" : "Quelltext", "Link to this section" : "Verweis zu diesem Abschnitt", "Delete this attachment" : "Anhang löschen", "Delete this image" : "Bild löschen", diff --git a/l10n/de.json b/l10n/de.json index e56c9885f79..353c7de5831 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -103,7 +103,7 @@ "No command found" : "Kein Befehl gefunden", "No user found" : "Kein Benutzer gefunden", "No suggestion found" : "Kein Vorschlag gefunden", - "Source code" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Source code" : "Quelltext", "Link to this section" : "Verweis zu diesem Abschnitt", "Delete this attachment" : "Anhang löschen", "Delete this image" : "Bild löschen", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 7337449549c..1fdc06bb0d1 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -89,7 +89,7 @@ OC.L10N.register( "Link to file or folder" : "Link zu Datei oder Ordner", "Link to website" : "Link zur Website", "Update link" : "Link aktualisieren", - "Open the Smart Picker" : "Smart-Picker öffnen", + "Open the Smart Picker" : "Smart Picker öffnen", "Select file or folder to link to" : "Datei oder Ordner zum Verknüpfen auswählen", "_%n word_::_%n words_" : ["%n Wort","%n Wörter"], "_%n char_::_%n chars_" : ["%n Zeichen","%n Zeichen"], @@ -111,7 +111,13 @@ OC.L10N.register( "No command found" : "Kein Befehl gefunden", "No user found" : "Kein Benutzer gefunden", "No suggestion found" : "Kein Vorschlag gefunden", + "Code block options" : "Codeblock-Optionen", + "Code block language" : "Codeblock-Sprache", + "e.g. php, javascript, json, ..." : "z. B. php, javascript, json, …", "Source code" : "Quellcode", + "Diagram" : "Diagramm", + "Both" : "Beide", + "Mermaid documentation" : "Mermaid-Dokumentation", "Link to this section" : "Link zu diesem Abschnitt", "Delete this attachment" : "Diesen Anhang löschen", "Delete this image" : "Dieses Bild löschen", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 19f0593d1b2..cdd237531f3 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -87,7 +87,7 @@ "Link to file or folder" : "Link zu Datei oder Ordner", "Link to website" : "Link zur Website", "Update link" : "Link aktualisieren", - "Open the Smart Picker" : "Smart-Picker öffnen", + "Open the Smart Picker" : "Smart Picker öffnen", "Select file or folder to link to" : "Datei oder Ordner zum Verknüpfen auswählen", "_%n word_::_%n words_" : ["%n Wort","%n Wörter"], "_%n char_::_%n chars_" : ["%n Zeichen","%n Zeichen"], @@ -109,7 +109,13 @@ "No command found" : "Kein Befehl gefunden", "No user found" : "Kein Benutzer gefunden", "No suggestion found" : "Kein Vorschlag gefunden", + "Code block options" : "Codeblock-Optionen", + "Code block language" : "Codeblock-Sprache", + "e.g. php, javascript, json, ..." : "z. B. php, javascript, json, …", "Source code" : "Quellcode", + "Diagram" : "Diagramm", + "Both" : "Beide", + "Mermaid documentation" : "Mermaid-Dokumentation", "Link to this section" : "Link zu diesem Abschnitt", "Delete this attachment" : "Diesen Anhang löschen", "Delete this image" : "Dieses Bild löschen", diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 5775776ade7..e4cdb4e1cf7 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -111,7 +111,13 @@ OC.L10N.register( "No command found" : "No command found", "No user found" : "No user found", "No suggestion found" : "No suggestion found", + "Code block options" : "Code block options", + "Code block language" : "Code block language", + "e.g. php, javascript, json, ..." : "e.g. php, javascript, json, ...", "Source code" : "Source code", + "Diagram" : "Diagram", + "Both" : "Both", + "Mermaid documentation" : "Mermaid documentation", "Link to this section" : "Link to this section", "Delete this attachment" : "Delete this attachment", "Delete this image" : "Delete this image", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index b6a074de3f8..3c9b29119a3 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -109,7 +109,13 @@ "No command found" : "No command found", "No user found" : "No user found", "No suggestion found" : "No suggestion found", + "Code block options" : "Code block options", + "Code block language" : "Code block language", + "e.g. php, javascript, json, ..." : "e.g. php, javascript, json, ...", "Source code" : "Source code", + "Diagram" : "Diagram", + "Both" : "Both", + "Mermaid documentation" : "Mermaid documentation", "Link to this section" : "Link to this section", "Delete this attachment" : "Delete this attachment", "Delete this image" : "Delete this image", diff --git a/l10n/fi.js b/l10n/fi.js index 6ec814e3f01..374a0955d21 100644 --- a/l10n/fi.js +++ b/l10n/fi.js @@ -83,6 +83,7 @@ OC.L10N.register( "_%n char_::_%n chars_" : ["%n merkki","%n merkkiä"], "Formatting menu bar" : "Muotoiluvalikko", "Translate" : "Käännä", + "To translate individual parts of the text, select it before using the translate function." : "Kääntääksesi yksittäisen osan tekstiä, valitse haluamasi tekstiosa ennen käännöstoiminnon käyttöä.", "Translate from" : "Lähdekieli", "Select language" : "Valitse kieli", "to" : "päättyen", @@ -95,7 +96,12 @@ OC.L10N.register( "No command found" : "Komentoa ei löytynyt", "No user found" : "Käyttäjää ei löytynyt", "No suggestion found" : "Ehdotusta ei löytynyt", + "Code block options" : "Koodilohkon asetukset", + "Code block language" : "Koodilohkon kieli", + "e.g. php, javascript, json, ..." : "esim. php, javascript, json...", "Source code" : "Lähdekoodi", + "Diagram" : "Kaavio", + "Both" : "Molemmat", "Link to this section" : "Linkki tähän osioon", "Delete this attachment" : "Poista tämä liite", "Delete this image" : "Poista tämä kuva", diff --git a/l10n/fi.json b/l10n/fi.json index bbf5b08d21c..36bbf558709 100644 --- a/l10n/fi.json +++ b/l10n/fi.json @@ -81,6 +81,7 @@ "_%n char_::_%n chars_" : ["%n merkki","%n merkkiä"], "Formatting menu bar" : "Muotoiluvalikko", "Translate" : "Käännä", + "To translate individual parts of the text, select it before using the translate function." : "Kääntääksesi yksittäisen osan tekstiä, valitse haluamasi tekstiosa ennen käännöstoiminnon käyttöä.", "Translate from" : "Lähdekieli", "Select language" : "Valitse kieli", "to" : "päättyen", @@ -93,7 +94,12 @@ "No command found" : "Komentoa ei löytynyt", "No user found" : "Käyttäjää ei löytynyt", "No suggestion found" : "Ehdotusta ei löytynyt", + "Code block options" : "Koodilohkon asetukset", + "Code block language" : "Koodilohkon kieli", + "e.g. php, javascript, json, ..." : "esim. php, javascript, json...", "Source code" : "Lähdekoodi", + "Diagram" : "Kaavio", + "Both" : "Molemmat", "Link to this section" : "Linkki tähän osioon", "Delete this attachment" : "Poista tämä liite", "Delete this image" : "Poista tämä kuva", diff --git a/l10n/gl.js b/l10n/gl.js index bdfbe604391..56956cfb254 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -111,7 +111,13 @@ OC.L10N.register( "No command found" : "Non se atopou ningunha orde", "No user found" : "Non se atopou ningún usuario", "No suggestion found" : "Non se atopou ningunha suxestión", + "Code block options" : "Opcións de bloque de código", + "Code block language" : "Linguaxe do bloque de código", + "e.g. php, javascript, json, ..." : "p. ex. php, javascript, json, …", "Source code" : "Código fonte", + "Diagram" : "Diagrama", + "Both" : "Ambos", + "Mermaid documentation" : "Documentación de Mermaid", "Link to this section" : "Ligazón a esta sección", "Delete this attachment" : "Eliminar este anexo", "Delete this image" : "Eliminar esta imaxe", diff --git a/l10n/gl.json b/l10n/gl.json index fe2a8fd3661..e0bb920926f 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -109,7 +109,13 @@ "No command found" : "Non se atopou ningunha orde", "No user found" : "Non se atopou ningún usuario", "No suggestion found" : "Non se atopou ningunha suxestión", + "Code block options" : "Opcións de bloque de código", + "Code block language" : "Linguaxe do bloque de código", + "e.g. php, javascript, json, ..." : "p. ex. php, javascript, json, …", "Source code" : "Código fonte", + "Diagram" : "Diagrama", + "Both" : "Ambos", + "Mermaid documentation" : "Documentación de Mermaid", "Link to this section" : "Ligazón a esta sección", "Delete this attachment" : "Eliminar este anexo", "Delete this image" : "Eliminar esta imaxe", diff --git a/l10n/km.js b/l10n/km.js deleted file mode 100644 index fdf0a882445..00000000000 --- a/l10n/km.js +++ /dev/null @@ -1,13 +0,0 @@ -OC.L10N.register( - "text", - { - "guest" : "ភ្ញៀវ", - "Saved" : "បាន​រក្សាទុក", - "Translate" : "Translate", - "to" : "ទៅ", - "Info" : "Info", - "Warning" : "បម្រាម", - "Table" : "តារាង", - "Edit" : "កែប្រែ" -}, -"nplurals=1; plural=0;"); diff --git a/l10n/km.json b/l10n/km.json deleted file mode 100644 index 761e9f5a1b3..00000000000 --- a/l10n/km.json +++ /dev/null @@ -1,11 +0,0 @@ -{ "translations": { - "guest" : "ភ្ញៀវ", - "Saved" : "បាន​រក្សាទុក", - "Translate" : "Translate", - "to" : "ទៅ", - "Info" : "Info", - "Warning" : "បម្រាម", - "Table" : "តារាង", - "Edit" : "កែប្រែ" -},"pluralForm" :"nplurals=1; plural=0;" -} \ No newline at end of file diff --git a/l10n/ms_MY.js b/l10n/ms_MY.js deleted file mode 100644 index 1bf13ce4348..00000000000 --- a/l10n/ms_MY.js +++ /dev/null @@ -1,13 +0,0 @@ -OC.L10N.register( - "text", - { - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Saiz fail yang dimuatnaik melebihi MAX_FILE_SIZE yang ditetapkan dalam borang HTML", - "No file was uploaded" : "Tiada fail dimuatnaik", - "Missing a temporary folder" : "Direktori sementara hilang", - "Translate" : "Translate", - "to" : "kepada", - "Info" : "Info", - "Warning" : "Amaran", - "Edit" : "Sunting" -}, -"nplurals=1; plural=0;"); diff --git a/l10n/ms_MY.json b/l10n/ms_MY.json deleted file mode 100644 index f2c373f676b..00000000000 --- a/l10n/ms_MY.json +++ /dev/null @@ -1,11 +0,0 @@ -{ "translations": { - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Saiz fail yang dimuatnaik melebihi MAX_FILE_SIZE yang ditetapkan dalam borang HTML", - "No file was uploaded" : "Tiada fail dimuatnaik", - "Missing a temporary folder" : "Direktori sementara hilang", - "Translate" : "Translate", - "to" : "kepada", - "Info" : "Info", - "Warning" : "Amaran", - "Edit" : "Sunting" -},"pluralForm" :"nplurals=1; plural=0;" -} \ No newline at end of file diff --git a/l10n/sv.js b/l10n/sv.js index 87c4a81680e..cd6ac4e66b7 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -110,7 +110,12 @@ OC.L10N.register( "No command found" : "Inget kommando hittades", "No user found" : "Ingen användare hittades", "No suggestion found" : "Inget förslag hittades", + "Code block options" : "Kodblocksalternativ", + "Code block language" : "Språk för kodblock", + "e.g. php, javascript, json, ..." : "t.ex. php, javascript, json, ...", "Source code" : "Källkod", + "Diagram" : "Diagram", + "Both" : "Både", "Link to this section" : "Länk till detta avsnitt", "Delete this attachment" : "Ta bort denna bilaga", "Delete this image" : "Ta bort denna bild", diff --git a/l10n/sv.json b/l10n/sv.json index 6a8d936a84b..c652c472bce 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -108,7 +108,12 @@ "No command found" : "Inget kommando hittades", "No user found" : "Ingen användare hittades", "No suggestion found" : "Inget förslag hittades", + "Code block options" : "Kodblocksalternativ", + "Code block language" : "Språk för kodblock", + "e.g. php, javascript, json, ..." : "t.ex. php, javascript, json, ...", "Source code" : "Källkod", + "Diagram" : "Diagram", + "Both" : "Både", "Link to this section" : "Länk till detta avsnitt", "Delete this attachment" : "Ta bort denna bilaga", "Delete this image" : "Ta bort denna bild", diff --git a/l10n/ta.js b/l10n/ta.js deleted file mode 100644 index 95df764df8c..00000000000 --- a/l10n/ta.js +++ /dev/null @@ -1,13 +0,0 @@ -OC.L10N.register( - "text", - { - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "பதிவேற்றப்பட்ட கோப்பானது HTML படிவத்தில் குறிப்பிடப்பட்டுள்ள MAX_FILE_SIZE directive ஐ விட கூடியது", - "No file was uploaded" : "எந்த கோப்பும் பதிவேற்றப்படவில்லை", - "Missing a temporary folder" : "ஒரு தற்காலிகமான கோப்புறையை காணவில்லை", - "Keyboard shortcuts" : "விசைப்பலகை குறுக்குவழிகள்", - "Translate" : "Translate", - "Info" : "Info", - "Warning" : "எச்சரிக்கை", - "Edit" : "தொகுக்க" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ta.json b/l10n/ta.json deleted file mode 100644 index ebe14930403..00000000000 --- a/l10n/ta.json +++ /dev/null @@ -1,11 +0,0 @@ -{ "translations": { - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "பதிவேற்றப்பட்ட கோப்பானது HTML படிவத்தில் குறிப்பிடப்பட்டுள்ள MAX_FILE_SIZE directive ஐ விட கூடியது", - "No file was uploaded" : "எந்த கோப்பும் பதிவேற்றப்படவில்லை", - "Missing a temporary folder" : "ஒரு தற்காலிகமான கோப்புறையை காணவில்லை", - "Keyboard shortcuts" : "விசைப்பலகை குறுக்குவழிகள்", - "Translate" : "Translate", - "Info" : "Info", - "Warning" : "எச்சரிக்கை", - "Edit" : "தொகுக்க" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/tr.js b/l10n/tr.js index efbeadd3f24..5c65455d71c 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -111,7 +111,13 @@ OC.L10N.register( "No command found" : "Herhangi bir komut bulunamadı", "No user found" : "Herhangi bir kullanıcı bulunamadı", "No suggestion found" : "Herhangi bir öneri bulunamadı", + "Code block options" : "Kod engelleme ayarları", + "Code block language" : "Kod engelleme dili", + "e.g. php, javascript, json, ..." : "php, javascript, json gibi...", "Source code" : "Kaynak kodu", + "Diagram" : "Şema", + "Both" : "İkisi de", + "Mermaid documentation" : "Mermaid belgeleri", "Link to this section" : "Bu bölüm bağlantısı", "Delete this attachment" : "Bu ek dosyayı sil", "Delete this image" : "Bu görseli sil", diff --git a/l10n/tr.json b/l10n/tr.json index d52ec196c69..ae378b5b7bb 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -109,7 +109,13 @@ "No command found" : "Herhangi bir komut bulunamadı", "No user found" : "Herhangi bir kullanıcı bulunamadı", "No suggestion found" : "Herhangi bir öneri bulunamadı", + "Code block options" : "Kod engelleme ayarları", + "Code block language" : "Kod engelleme dili", + "e.g. php, javascript, json, ..." : "php, javascript, json gibi...", "Source code" : "Kaynak kodu", + "Diagram" : "Şema", + "Both" : "İkisi de", + "Mermaid documentation" : "Mermaid belgeleri", "Link to this section" : "Bu bölüm bağlantısı", "Delete this attachment" : "Bu ek dosyayı sil", "Delete this image" : "Bu görseli sil", diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 9067bf589de..a907f22fd31 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -111,7 +111,13 @@ OC.L10N.register( "No command found" : "找不到命令", "No user found" : "找不到用戶", "No suggestion found" : "找不到建議", + "Code block options" : "程式碼區塊選項", + "Code block language" : "程式碼區塊語言", + "e.g. php, javascript, json, ..." : "例如:php、javascript、json 等", "Source code" : "原始碼", + "Diagram" : "圖表", + "Both" : "皆是", + "Mermaid documentation" : "Mermaid 說明書", "Link to this section" : "連結到本節", "Delete this attachment" : "刪除此附件", "Delete this image" : "刪除此圖像", diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index bb1d9012fc4..c703a2aaf8e 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -109,7 +109,13 @@ "No command found" : "找不到命令", "No user found" : "找不到用戶", "No suggestion found" : "找不到建議", + "Code block options" : "程式碼區塊選項", + "Code block language" : "程式碼區塊語言", + "e.g. php, javascript, json, ..." : "例如:php、javascript、json 等", "Source code" : "原始碼", + "Diagram" : "圖表", + "Both" : "皆是", + "Mermaid documentation" : "Mermaid 說明書", "Link to this section" : "連結到本節", "Delete this attachment" : "刪除此附件", "Delete this image" : "刪除此圖像", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index c51162cfabb..9a177b1ba6f 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -111,7 +111,13 @@ OC.L10N.register( "No command found" : "找不到指令", "No user found" : "找不到使用者", "No suggestion found" : "找不到建議", + "Code block options" : "程式碼區塊選項", + "Code block language" : "程式碼區塊語言", + "e.g. php, javascript, json, ..." : "例如:php、javascript、json 等", "Source code" : "原始碼", + "Diagram" : "圖表", + "Both" : "皆是", + "Mermaid documentation" : "Mermaid 文件", "Link to this section" : "連結至此節", "Delete this attachment" : "刪除此附件", "Delete this image" : "刪除此圖片", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index a73ec6b41dd..21bc4a3216e 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -109,7 +109,13 @@ "No command found" : "找不到指令", "No user found" : "找不到使用者", "No suggestion found" : "找不到建議", + "Code block options" : "程式碼區塊選項", + "Code block language" : "程式碼區塊語言", + "e.g. php, javascript, json, ..." : "例如:php、javascript、json 等", "Source code" : "原始碼", + "Diagram" : "圖表", + "Both" : "皆是", + "Mermaid documentation" : "Mermaid 文件", "Link to this section" : "連結至此節", "Delete this attachment" : "刪除此附件", "Delete this image" : "刪除此圖片",