diff --git a/l10n/ar.js b/l10n/ar.js index 4f56a768309..e201b015991 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -120,7 +120,6 @@ OC.L10N.register( "No suggestion found" : "لا توجد أي مقترحات", "Code block options" : "خيارات الكتلة البرمجية", "Code block language" : "لغة الكتلة البرمجية", - "e.g. php, javascript, json, ..." : "مثلاً: PHP، و Javascript، و Json، و ...", "Source code" : "الكود المصدري", "Diagram" : "شكل", "Both" : "كلاهما", @@ -176,6 +175,7 @@ OC.L10N.register( "Remove Link" : "إحذِف الرابط", "Select file to link to" : "إختر ملفّاً للربط مع", "Source language" : "اللغة الأصلية", - "Target language" : "اللغة المطلوبة" + "Target language" : "اللغة المطلوبة", + "e.g. php, javascript, json, ..." : "مثلاً: PHP، و Javascript، و Json، و ..." }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/l10n/ar.json b/l10n/ar.json index f57fe2d5336..c79206d928c 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -118,7 +118,6 @@ "No suggestion found" : "لا توجد أي مقترحات", "Code block options" : "خيارات الكتلة البرمجية", "Code block language" : "لغة الكتلة البرمجية", - "e.g. php, javascript, json, ..." : "مثلاً: PHP، و Javascript، و Json، و ...", "Source code" : "الكود المصدري", "Diagram" : "شكل", "Both" : "كلاهما", @@ -174,6 +173,7 @@ "Remove Link" : "إحذِف الرابط", "Select file to link to" : "إختر ملفّاً للربط مع", "Source language" : "اللغة الأصلية", - "Target language" : "اللغة المطلوبة" + "Target language" : "اللغة المطلوبة", + "e.g. php, javascript, json, ..." : "مثلاً: PHP، و Javascript، و Json، و ..." },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/l10n/ca.js b/l10n/ca.js index 44c0db9f0b5..c2bda9091e7 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -120,7 +120,6 @@ OC.L10N.register( "No suggestion found" : "No s'ha trobat cap suggeriment", "Code block options" : "Opcions de bloc de codi", "Code block language" : "Llengua del bloc de codi", - "e.g. php, javascript, json, ..." : "Per exemple: php, javascript, json…", "Source code" : "Codi font", "Diagram" : "Diagrama", "Both" : "Tots dos", @@ -176,6 +175,7 @@ OC.L10N.register( "Remove Link" : "Suprimeix l'enllaç", "Select file to link to" : "Seleccioneu el fitxer que voleu enllaçar", "Source language" : "Llengua d'origen", - "Target language" : "Llengua de destinació" + "Target language" : "Llengua de destinació", + "e.g. php, javascript, json, ..." : "Per exemple: php, javascript, json…" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ca.json b/l10n/ca.json index d36bb25c0b4..d1af53dac2f 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -118,7 +118,6 @@ "No suggestion found" : "No s'ha trobat cap suggeriment", "Code block options" : "Opcions de bloc de codi", "Code block language" : "Llengua del bloc de codi", - "e.g. php, javascript, json, ..." : "Per exemple: php, javascript, json…", "Source code" : "Codi font", "Diagram" : "Diagrama", "Both" : "Tots dos", @@ -174,6 +173,7 @@ "Remove Link" : "Suprimeix l'enllaç", "Select file to link to" : "Seleccioneu el fitxer que voleu enllaçar", "Source language" : "Llengua d'origen", - "Target language" : "Llengua de destinació" + "Target language" : "Llengua de destinació", + "e.g. php, javascript, json, ..." : "Per exemple: php, javascript, json…" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/cs.js b/l10n/cs.js index e8a2f0a2873..e4f203805ae 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -120,7 +120,6 @@ OC.L10N.register( "No suggestion found" : "Nenalezeno žádné doporučení", "Code block options" : "Předvolby pro blok kódu", "Code block language" : "Jazyk použitý v bloku kódu", - "e.g. php, javascript, json, ..." : "např. php, javascript, json, …", "Source code" : "Zdrojové kódy", "Diagram" : "Diagram", "Both" : "Obojí", @@ -176,6 +175,7 @@ OC.L10N.register( "Remove Link" : "Odebrat odkaz", "Select file to link to" : "Vyberte soubor na který odkázat", "Source language" : "Zdrojový jazyk", - "Target language" : "Cílový jazyk" + "Target language" : "Cílový jazyk", + "e.g. php, javascript, json, ..." : "např. php, javascript, json, …" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/l10n/cs.json b/l10n/cs.json index 121ba644205..89862d2184f 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -118,7 +118,6 @@ "No suggestion found" : "Nenalezeno žádné doporučení", "Code block options" : "Předvolby pro blok kódu", "Code block language" : "Jazyk použitý v bloku kódu", - "e.g. php, javascript, json, ..." : "např. php, javascript, json, …", "Source code" : "Zdrojové kódy", "Diagram" : "Diagram", "Both" : "Obojí", @@ -174,6 +173,7 @@ "Remove Link" : "Odebrat odkaz", "Select file to link to" : "Vyberte soubor na který odkázat", "Source language" : "Zdrojový jazyk", - "Target language" : "Cílový jazyk" + "Target language" : "Cílový jazyk", + "e.g. php, javascript, json, ..." : "např. php, javascript, json, …" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/l10n/de.js b/l10n/de.js index 937d6e51797..831d34a979d 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -120,7 +120,6 @@ OC.L10N.register( "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" : "Quelltext", "Diagram" : "Diagramm", "Both" : "Beide", @@ -176,6 +175,7 @@ OC.L10N.register( "Remove Link" : "Link entfernen", "Select file to link to" : "Wähle die zu verknüpfende Datei aus", "Source language" : "Ausgangssprache", - "Target language" : "Zielsprache" + "Target language" : "Zielsprache", + "e.g. php, javascript, json, ..." : "z. B. php, javascript, json, …" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de.json b/l10n/de.json index 80e3729746d..cc5da62283a 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -118,7 +118,6 @@ "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" : "Quelltext", "Diagram" : "Diagramm", "Both" : "Beide", @@ -174,6 +173,7 @@ "Remove Link" : "Link entfernen", "Select file to link to" : "Wähle die zu verknüpfende Datei aus", "Source language" : "Ausgangssprache", - "Target language" : "Zielsprache" + "Target language" : "Zielsprache", + "e.g. php, javascript, json, ..." : "z. B. php, javascript, json, …" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/de_DE.js b/l10n/de_DE.js index ddeb49f2f9d..f2b0ffa0a9c 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -120,7 +120,6 @@ OC.L10N.register( "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", @@ -176,6 +175,7 @@ OC.L10N.register( "Remove Link" : "Link entfernen", "Select file to link to" : "Wählen Sie die zu verknüpfende Datei aus", "Source language" : "Ausgangssprache", - "Target language" : "Zielsprache" + "Target language" : "Zielsprache", + "e.g. php, javascript, json, ..." : "z. B. php, javascript, json, …" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 400b54f5dd7..ca49ab792c4 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -118,7 +118,6 @@ "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", @@ -174,6 +173,7 @@ "Remove Link" : "Link entfernen", "Select file to link to" : "Wählen Sie die zu verknüpfende Datei aus", "Source language" : "Ausgangssprache", - "Target language" : "Zielsprache" + "Target language" : "Zielsprache", + "e.g. php, javascript, json, ..." : "z. B. php, javascript, json, …" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 3ba0c63830a..bed2847592b 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -120,7 +120,6 @@ OC.L10N.register( "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", @@ -176,6 +175,7 @@ OC.L10N.register( "Remove Link" : "Remove Link", "Select file to link to" : "Select file to link to", "Source language" : "Source language", - "Target language" : "Target language" + "Target language" : "Target language", + "e.g. php, javascript, json, ..." : "e.g. php, javascript, json, ..." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 436e09dfacc..6fdd9fe0411 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -118,7 +118,6 @@ "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", @@ -174,6 +173,7 @@ "Remove Link" : "Remove Link", "Select file to link to" : "Select file to link to", "Source language" : "Source language", - "Target language" : "Target language" + "Target language" : "Target language", + "e.g. php, javascript, json, ..." : "e.g. php, javascript, json, ..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es.js b/l10n/es.js index f3868c72c75..b3dff69c541 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -120,7 +120,6 @@ OC.L10N.register( "No suggestion found" : "No se encontró sugerencia", "Code block options" : "Opciones de bloque de código", "Code block language" : "Lenguaje del bloque de código", - "e.g. php, javascript, json, ..." : "p.ej. php, javascript, json, ...", "Source code" : "Codigo Fuente", "Diagram" : "Diagrama", "Both" : "Ambos", @@ -176,6 +175,7 @@ OC.L10N.register( "Remove Link" : "Eliminar Enlace", "Select file to link to" : "Selecciona un archivo para enlazar", "Source language" : "Idioma fuente", - "Target language" : "Idioma destino" + "Target language" : "Idioma destino", + "e.g. php, javascript, json, ..." : "p.ej. php, javascript, json, ..." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es.json b/l10n/es.json index bad265e3f8c..8842c2a990b 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -118,7 +118,6 @@ "No suggestion found" : "No se encontró sugerencia", "Code block options" : "Opciones de bloque de código", "Code block language" : "Lenguaje del bloque de código", - "e.g. php, javascript, json, ..." : "p.ej. php, javascript, json, ...", "Source code" : "Codigo Fuente", "Diagram" : "Diagrama", "Both" : "Ambos", @@ -174,6 +173,7 @@ "Remove Link" : "Eliminar Enlace", "Select file to link to" : "Selecciona un archivo para enlazar", "Source language" : "Idioma fuente", - "Target language" : "Idioma destino" + "Target language" : "Idioma destino", + "e.g. php, javascript, json, ..." : "p.ej. php, javascript, json, ..." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/eu.js b/l10n/eu.js index c6fd4f7fe4b..fa7f17afbb5 100644 --- a/l10n/eu.js +++ b/l10n/eu.js @@ -113,7 +113,6 @@ OC.L10N.register( "No command found" : "Ez da komandorik aurkitu", "No user found" : "Ez da erabiltzailerik aurkitu", "No suggestion found" : "Ez da iradokizunik aurkitu", - "e.g. php, javascript, json, ..." : "adib. php, javascript, json, ...", "Source code" : "Iturburu-kodea", "Diagram" : "Diagrama", "Both" : "Biak", @@ -169,6 +168,7 @@ OC.L10N.register( "Remove Link" : "Kendu esteka", "Select file to link to" : "Hautatu fitxategia estekatzeko", "Source language" : "Jatorrizko hizkuntza", - "Target language" : "Helburuko hizkuntza" + "Target language" : "Helburuko hizkuntza", + "e.g. php, javascript, json, ..." : "adib. php, javascript, json, ..." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/eu.json b/l10n/eu.json index c3dff97754d..36e7899dd0c 100644 --- a/l10n/eu.json +++ b/l10n/eu.json @@ -111,7 +111,6 @@ "No command found" : "Ez da komandorik aurkitu", "No user found" : "Ez da erabiltzailerik aurkitu", "No suggestion found" : "Ez da iradokizunik aurkitu", - "e.g. php, javascript, json, ..." : "adib. php, javascript, json, ...", "Source code" : "Iturburu-kodea", "Diagram" : "Diagrama", "Both" : "Biak", @@ -167,6 +166,7 @@ "Remove Link" : "Kendu esteka", "Select file to link to" : "Hautatu fitxategia estekatzeko", "Source language" : "Jatorrizko hizkuntza", - "Target language" : "Helburuko hizkuntza" + "Target language" : "Helburuko hizkuntza", + "e.g. php, javascript, json, ..." : "adib. php, javascript, json, ..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/fa.js b/l10n/fa.js index febe8ea52d7..f91b6c2fb30 100644 --- a/l10n/fa.js +++ b/l10n/fa.js @@ -120,7 +120,6 @@ OC.L10N.register( "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" : "کد منبع", "Diagram" : "Diagram", "Both" : "Both", @@ -176,6 +175,7 @@ OC.L10N.register( "Remove Link" : "Remove Link", "Select file to link to" : "Select file to link to", "Source language" : "Source language", - "Target language" : "Target language" + "Target language" : "Target language", + "e.g. php, javascript, json, ..." : "e.g. php, javascript, json, ..." }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/fa.json b/l10n/fa.json index 15ff4f8e8d7..eb18e2d51c4 100644 --- a/l10n/fa.json +++ b/l10n/fa.json @@ -118,7 +118,6 @@ "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" : "کد منبع", "Diagram" : "Diagram", "Both" : "Both", @@ -174,6 +173,7 @@ "Remove Link" : "Remove Link", "Select file to link to" : "Select file to link to", "Source language" : "Source language", - "Target language" : "Target language" + "Target language" : "Target language", + "e.g. php, javascript, json, ..." : "e.g. php, javascript, json, ..." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/fi.js b/l10n/fi.js index 03100f48eaa..36195475ef2 100644 --- a/l10n/fi.js +++ b/l10n/fi.js @@ -105,7 +105,6 @@ OC.L10N.register( "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", @@ -150,6 +149,7 @@ OC.L10N.register( "Remove Link" : "Poista linkki", "Select file to link to" : "Valitse tiedosto johon linkitetään", "Source language" : "Lähdekieli", - "Target language" : "Kohdekieli" + "Target language" : "Kohdekieli", + "e.g. php, javascript, json, ..." : "esim. php, javascript, json..." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/fi.json b/l10n/fi.json index 9ca4071cae3..b5994bc4658 100644 --- a/l10n/fi.json +++ b/l10n/fi.json @@ -103,7 +103,6 @@ "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", @@ -148,6 +147,7 @@ "Remove Link" : "Poista linkki", "Select file to link to" : "Valitse tiedosto johon linkitetään", "Source language" : "Lähdekieli", - "Target language" : "Kohdekieli" + "Target language" : "Kohdekieli", + "e.g. php, javascript, json, ..." : "esim. php, javascript, json..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/gl.js b/l10n/gl.js index fe4ae1b1880..7556257776c 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -120,7 +120,6 @@ OC.L10N.register( "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", @@ -176,6 +175,7 @@ OC.L10N.register( "Remove Link" : "Retirar ligazón", "Select file to link to" : "Seleccione o ficheiro ao que ligar", "Source language" : "idioma de orixe", - "Target language" : "Idioma de destino" + "Target language" : "Idioma de destino", + "e.g. php, javascript, json, ..." : "p. ex. php, javascript, json, …" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/gl.json b/l10n/gl.json index 2b25b31b060..445935071be 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -118,7 +118,6 @@ "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", @@ -174,6 +173,7 @@ "Remove Link" : "Retirar ligazón", "Select file to link to" : "Seleccione o ficheiro ao que ligar", "Source language" : "idioma de orixe", - "Target language" : "Idioma de destino" + "Target language" : "Idioma de destino", + "e.g. php, javascript, json, ..." : "p. ex. php, javascript, json, …" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/it.js b/l10n/it.js index 4a7ea2179f1..17ad2d364af 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -117,7 +117,6 @@ OC.L10N.register( "No suggestion found" : "Nessun suggerimento trovato", "Code block options" : "Opzioni del blocco di codice", "Code block language" : "Linguaggio del blocco di codice", - "e.g. php, javascript, json, ..." : "es. php, javascript, json, ...", "Source code" : "Codice sorgente", "Diagram" : "Diagramma", "Both" : "Entrambi", @@ -173,6 +172,7 @@ OC.L10N.register( "Remove Link" : "Rimuovi collegamento", "Select file to link to" : "Seleziona il file da collegare", "Source language" : "Lingua di origine", - "Target language" : "Lingua di destinazione" + "Target language" : "Lingua di destinazione", + "e.g. php, javascript, json, ..." : "es. php, javascript, json, ..." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/it.json b/l10n/it.json index f99fcbd3d0d..a55bccf8169 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -115,7 +115,6 @@ "No suggestion found" : "Nessun suggerimento trovato", "Code block options" : "Opzioni del blocco di codice", "Code block language" : "Linguaggio del blocco di codice", - "e.g. php, javascript, json, ..." : "es. php, javascript, json, ...", "Source code" : "Codice sorgente", "Diagram" : "Diagramma", "Both" : "Entrambi", @@ -171,6 +170,7 @@ "Remove Link" : "Rimuovi collegamento", "Select file to link to" : "Seleziona il file da collegare", "Source language" : "Lingua di origine", - "Target language" : "Lingua di destinazione" + "Target language" : "Lingua di destinazione", + "e.g. php, javascript, json, ..." : "es. php, javascript, json, ..." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/pl.js b/l10n/pl.js index ecb779dc875..6d7b38d8602 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -20,8 +20,14 @@ OC.L10N.register( "Text" : "Tekst", "📝 Collaborative document editing" : "Współpraca przy edycji dokumentów", "** 📝 Collaborative document editing!**\n\n- **📝 Focused writing:** No distractions, only the formatting you need.\n- **🙋 Work together:** Share and collaborate with friends and colleagues, no matter if they use Nextcloud or not!\n- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.\n- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them!" : "** 📝 Współpraca przy edycji dokumentów!**\n\n- **📝 Skupienie się na pisaniu:** Bez rozpraszania uwagi, tylko niezbędne formatowanie.\n- **🙋 Pracuj w grupie:** Udostępniaj i współpracuj z przyjaciółmi i współpracownikami, niezależnie od tego, czy korzystają z Nextcloud, czy też nie!\n- **💾 Otwarty format:** Pliki są zapisywane jako [Markdown](https://en.wikipedia.org/wiki/Markdown), więc możesz edytować je z każdej innej aplikacji tekstowej.\n- **✊ Mocna podstawa:** Używamy [🐈 tiptap](https://tiptap.scrumpy.io) opartego na [🦉 ProseMirror](https://prosemirror.net) – wielkie podziękowania dla nich!", + "Nextcloud Assistant" : "Asystent Nextcloud", "Translate" : "Tłumaczenie", + "Show assistant results" : "Pokaż wyniki Asystenta", + "Insert result" : "Wstaw wynik", + "Show result" : "Pokaż wyniki", "Delete task" : "Usuń zadanie", + "Nextcloud Assistant result copied" : "Skopiowano wynik Asystent Nextcloud", + "Could not copy result to clipboard" : "Nie można skopiować wyniku do schowka", "Use current version" : "Użyj bieżącej wersji", "Use the saved version" : "Użyj zapisanej wersji", "Failed to load file" : "Nie udało się załadować pliku", @@ -98,17 +104,26 @@ OC.L10N.register( "Formatting menu bar" : "Formatowanie paska menu", "Editor actions" : "Akcje edytora", "Remaining actions" : "Pozostałe akcje", + "To translate individual parts of the text, select it before using the translate function." : "Aby przetłumaczyć poszczególne części tekstu, należy je zaznaczyć przed użyciem funkcji tłumaczenia.", + "Translate from" : "Przetłumacz z", "Select language" : "Wybierz język", "to" : "do", "Replace" : "Zamień", "Insert" : "wstaw", "Detect language" : "Wykryj język", + "Translate from {language}" : "Tłumaczenie z {language}", + "Translate to {language}" : "Przetłumacz na {language}", "Translation failed" : "Tłumaczenie nie powiodło się", "No emoji found" : "Nie znaleziono emoji", "No command found" : "Nie znaleziono komendy", "No user found" : "Nie znaleziono użytkownika", "No suggestion found" : "Nie znaleziono sugestii", + "Code block options" : "Opcje bloku kodu", + "Code block language" : "Język bloków kodu", "Source code" : "Kod źródłowy", + "Diagram" : "Diagram", + "Both" : "Obydwa", + "Mermaid documentation" : "Dokumentacja Mermaid", "Link to this section" : "Link do tej sekcji", "Delete this attachment" : "Usuń ten załącznik", "Delete this image" : "Usuń ten obraz", @@ -148,6 +163,7 @@ OC.L10N.register( "Control" : "Kontrola", "Option" : "Opcja", "Formatting" : "Formatowanie", + "Smart picker" : "Inteligentna selekcja", "Add notes, lists or links …" : "Dodaj notatki, listy lub linki…", "Edit" : "Edytuj", "Add description" : "Dodaj opis", @@ -159,6 +175,7 @@ OC.L10N.register( "Remove Link" : "Usuń link", "Select file to link to" : "Wybierz plik dla linku", "Source language" : "Język źródłowy", - "Target language" : "Język docelowy" + "Target language" : "Język docelowy", + "e.g. php, javascript, json, ..." : "np. php, javascript, json, …" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/l10n/pl.json b/l10n/pl.json index c45c01d680a..8a5734082ad 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -18,8 +18,14 @@ "Text" : "Tekst", "📝 Collaborative document editing" : "Współpraca przy edycji dokumentów", "** 📝 Collaborative document editing!**\n\n- **📝 Focused writing:** No distractions, only the formatting you need.\n- **🙋 Work together:** Share and collaborate with friends and colleagues, no matter if they use Nextcloud or not!\n- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.\n- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them!" : "** 📝 Współpraca przy edycji dokumentów!**\n\n- **📝 Skupienie się na pisaniu:** Bez rozpraszania uwagi, tylko niezbędne formatowanie.\n- **🙋 Pracuj w grupie:** Udostępniaj i współpracuj z przyjaciółmi i współpracownikami, niezależnie od tego, czy korzystają z Nextcloud, czy też nie!\n- **💾 Otwarty format:** Pliki są zapisywane jako [Markdown](https://en.wikipedia.org/wiki/Markdown), więc możesz edytować je z każdej innej aplikacji tekstowej.\n- **✊ Mocna podstawa:** Używamy [🐈 tiptap](https://tiptap.scrumpy.io) opartego na [🦉 ProseMirror](https://prosemirror.net) – wielkie podziękowania dla nich!", + "Nextcloud Assistant" : "Asystent Nextcloud", "Translate" : "Tłumaczenie", + "Show assistant results" : "Pokaż wyniki Asystenta", + "Insert result" : "Wstaw wynik", + "Show result" : "Pokaż wyniki", "Delete task" : "Usuń zadanie", + "Nextcloud Assistant result copied" : "Skopiowano wynik Asystent Nextcloud", + "Could not copy result to clipboard" : "Nie można skopiować wyniku do schowka", "Use current version" : "Użyj bieżącej wersji", "Use the saved version" : "Użyj zapisanej wersji", "Failed to load file" : "Nie udało się załadować pliku", @@ -96,17 +102,26 @@ "Formatting menu bar" : "Formatowanie paska menu", "Editor actions" : "Akcje edytora", "Remaining actions" : "Pozostałe akcje", + "To translate individual parts of the text, select it before using the translate function." : "Aby przetłumaczyć poszczególne części tekstu, należy je zaznaczyć przed użyciem funkcji tłumaczenia.", + "Translate from" : "Przetłumacz z", "Select language" : "Wybierz język", "to" : "do", "Replace" : "Zamień", "Insert" : "wstaw", "Detect language" : "Wykryj język", + "Translate from {language}" : "Tłumaczenie z {language}", + "Translate to {language}" : "Przetłumacz na {language}", "Translation failed" : "Tłumaczenie nie powiodło się", "No emoji found" : "Nie znaleziono emoji", "No command found" : "Nie znaleziono komendy", "No user found" : "Nie znaleziono użytkownika", "No suggestion found" : "Nie znaleziono sugestii", + "Code block options" : "Opcje bloku kodu", + "Code block language" : "Język bloków kodu", "Source code" : "Kod źródłowy", + "Diagram" : "Diagram", + "Both" : "Obydwa", + "Mermaid documentation" : "Dokumentacja Mermaid", "Link to this section" : "Link do tej sekcji", "Delete this attachment" : "Usuń ten załącznik", "Delete this image" : "Usuń ten obraz", @@ -146,6 +161,7 @@ "Control" : "Kontrola", "Option" : "Opcja", "Formatting" : "Formatowanie", + "Smart picker" : "Inteligentna selekcja", "Add notes, lists or links …" : "Dodaj notatki, listy lub linki…", "Edit" : "Edytuj", "Add description" : "Dodaj opis", @@ -157,6 +173,7 @@ "Remove Link" : "Usuń link", "Select file to link to" : "Wybierz plik dla linku", "Source language" : "Język źródłowy", - "Target language" : "Język docelowy" + "Target language" : "Język docelowy", + "e.g. php, javascript, json, ..." : "np. php, javascript, json, …" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index 9789ea8c012..8ac464088f4 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -120,7 +120,6 @@ OC.L10N.register( "No suggestion found" : "Nenhuma sugestão encontrada", "Code block options" : "Opções de bloco de código", "Code block language" : "Linguagem do bloco de código", - "e.g. php, javascript, json, ..." : "por exemplo. php, javascript, json,...", "Source code" : "Código-fonte", "Diagram" : "Diagrama", "Both" : "Ambos", @@ -176,6 +175,7 @@ OC.L10N.register( "Remove Link" : "Remover Link", "Select file to link to" : "Selecione o arquivo a vincular", "Source language" : "Source language", - "Target language" : "Target language" + "Target language" : "Target language", + "e.g. php, javascript, json, ..." : "por exemplo. php, javascript, json,..." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index fd6cf703087..fad444541d2 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -118,7 +118,6 @@ "No suggestion found" : "Nenhuma sugestão encontrada", "Code block options" : "Opções de bloco de código", "Code block language" : "Linguagem do bloco de código", - "e.g. php, javascript, json, ..." : "por exemplo. php, javascript, json,...", "Source code" : "Código-fonte", "Diagram" : "Diagrama", "Both" : "Ambos", @@ -174,6 +173,7 @@ "Remove Link" : "Remover Link", "Select file to link to" : "Selecione o arquivo a vincular", "Source language" : "Source language", - "Target language" : "Target language" + "Target language" : "Target language", + "e.g. php, javascript, json, ..." : "por exemplo. php, javascript, json,..." },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/sr.js b/l10n/sr.js index 4bb142aa40a..61fdbe13874 100644 --- a/l10n/sr.js +++ b/l10n/sr.js @@ -120,7 +120,6 @@ OC.L10N.register( "No suggestion found" : "Није пронађен предлог", "Code block options" : "Опције блока кода", "Code block language" : "Језик блока кода", - "e.g. php, javascript, json, ..." : "нпр. php, javascript, json, ...", "Source code" : "Изворни кôд", "Diagram" : "Дијаграм", "Both" : "Оба", @@ -176,6 +175,7 @@ OC.L10N.register( "Remove Link" : "Уклони линк", "Select file to link to" : "Одаберите фајл на који да направите везу", "Source language" : "Изворни језик", - "Target language" : "Циљни језик" + "Target language" : "Циљни језик", + "e.g. php, javascript, json, ..." : "нпр. php, javascript, json, ..." }, "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.json b/l10n/sr.json index 3b448f93c50..f99d672a76c 100644 --- a/l10n/sr.json +++ b/l10n/sr.json @@ -118,7 +118,6 @@ "No suggestion found" : "Није пронађен предлог", "Code block options" : "Опције блока кода", "Code block language" : "Језик блока кода", - "e.g. php, javascript, json, ..." : "нпр. php, javascript, json, ...", "Source code" : "Изворни кôд", "Diagram" : "Дијаграм", "Both" : "Оба", @@ -174,6 +173,7 @@ "Remove Link" : "Уклони линк", "Select file to link to" : "Одаберите фајл на који да направите везу", "Source language" : "Изворни језик", - "Target language" : "Циљни језик" + "Target language" : "Циљни језик", + "e.g. php, javascript, json, ..." : "нпр. php, javascript, json, ..." },"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/sv.js b/l10n/sv.js index 1a7a33b6ee7..196739489b0 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -119,7 +119,6 @@ OC.L10N.register( "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", @@ -173,6 +172,7 @@ OC.L10N.register( "Remove Link" : "Ta bort länk", "Select file to link to" : "Välj fil att länka till", "Source language" : "Källspråk", - "Target language" : "Målspråk" + "Target language" : "Målspråk", + "e.g. php, javascript, json, ..." : "t.ex. php, javascript, json, ..." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/sv.json b/l10n/sv.json index 8bd6377294a..7a3f5d652ad 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -117,7 +117,6 @@ "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", @@ -171,6 +170,7 @@ "Remove Link" : "Ta bort länk", "Select file to link to" : "Välj fil att länka till", "Source language" : "Källspråk", - "Target language" : "Målspråk" + "Target language" : "Målspråk", + "e.g. php, javascript, json, ..." : "t.ex. php, javascript, json, ..." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/tr.js b/l10n/tr.js index 11d75f4c0b9..05690ddefa2 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -120,7 +120,6 @@ OC.L10N.register( "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", @@ -176,6 +175,7 @@ OC.L10N.register( "Remove Link" : "Bağlantıyı kaldır", "Select file to link to" : "Bağlantı verilecek dosyayı seçin", "Source language" : "Kaynak dil", - "Target language" : "Hedef dil" + "Target language" : "Hedef dil", + "e.g. php, javascript, json, ..." : "php, javascript, json gibi..." }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/tr.json b/l10n/tr.json index f541dde8c18..9802c8ab2b7 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -118,7 +118,6 @@ "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", @@ -174,6 +173,7 @@ "Remove Link" : "Bağlantıyı kaldır", "Select file to link to" : "Bağlantı verilecek dosyayı seçin", "Source language" : "Kaynak dil", - "Target language" : "Hedef dil" + "Target language" : "Hedef dil", + "e.g. php, javascript, json, ..." : "php, javascript, json gibi..." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 12c512c14b3..ac952b85735 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -120,7 +120,6 @@ OC.L10N.register( "No suggestion found" : "找不到建議", "Code block options" : "程式碼區塊選項", "Code block language" : "程式碼區塊語言", - "e.g. php, javascript, json, ..." : "例如:php、javascript、json 等", "Source code" : "原始碼", "Diagram" : "圖表", "Both" : "皆是", @@ -176,6 +175,7 @@ OC.L10N.register( "Remove Link" : "移除連結", "Select file to link to" : "選擇要連結的檔案", "Source language" : "本源語言", - "Target language" : "目標語言" + "Target language" : "目標語言", + "e.g. php, javascript, json, ..." : "例如:php、javascript、json 等" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index 3e8179ff4a9..6a3825a5f86 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -118,7 +118,6 @@ "No suggestion found" : "找不到建議", "Code block options" : "程式碼區塊選項", "Code block language" : "程式碼區塊語言", - "e.g. php, javascript, json, ..." : "例如:php、javascript、json 等", "Source code" : "原始碼", "Diagram" : "圖表", "Both" : "皆是", @@ -174,6 +173,7 @@ "Remove Link" : "移除連結", "Select file to link to" : "選擇要連結的檔案", "Source language" : "本源語言", - "Target language" : "目標語言" + "Target language" : "目標語言", + "e.g. php, javascript, json, ..." : "例如:php、javascript、json 等" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index b307c21edd8..8e60e59e7a8 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -120,7 +120,6 @@ OC.L10N.register( "No suggestion found" : "找不到建議", "Code block options" : "程式碼區塊選項", "Code block language" : "程式碼區塊語言", - "e.g. php, javascript, json, ..." : "例如:php、javascript、json 等", "Source code" : "原始碼", "Diagram" : "圖表", "Both" : "皆是", @@ -176,6 +175,7 @@ OC.L10N.register( "Remove Link" : "移除連結", "Select file to link to" : "選擇要連結的檔案", "Source language" : "來源語言", - "Target language" : "目標語言" + "Target language" : "目標語言", + "e.g. php, javascript, json, ..." : "例如:php、javascript、json 等" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index c54699636d9..87e3a3aedad 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -118,7 +118,6 @@ "No suggestion found" : "找不到建議", "Code block options" : "程式碼區塊選項", "Code block language" : "程式碼區塊語言", - "e.g. php, javascript, json, ..." : "例如:php、javascript、json 等", "Source code" : "原始碼", "Diagram" : "圖表", "Both" : "皆是", @@ -174,6 +173,7 @@ "Remove Link" : "移除連結", "Select file to link to" : "選擇要連結的檔案", "Source language" : "來源語言", - "Target language" : "目標語言" + "Target language" : "目標語言", + "e.g. php, javascript, json, ..." : "例如:php、javascript、json 等" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file