Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Sep 7, 2023
1 parent 0f8f93e commit c51566a
Show file tree
Hide file tree
Showing 38 changed files with 108 additions and 74 deletions.
4 changes: 2 additions & 2 deletions l10n/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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" : "كلاهما",
Expand Down Expand Up @@ -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;");
4 changes: 2 additions & 2 deletions l10n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" : "كلاهما",
Expand Down Expand Up @@ -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;"
}
4 changes: 2 additions & 2 deletions l10n/ca.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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);");
4 changes: 2 additions & 2 deletions l10n/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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);"
}
4 changes: 2 additions & 2 deletions l10n/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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í",
Expand Down Expand Up @@ -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;");
4 changes: 2 additions & 2 deletions l10n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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í",
Expand Down Expand Up @@ -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;"
}
4 changes: 2 additions & 2 deletions l10n/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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);");
4 changes: 2 additions & 2 deletions l10n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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);"
}
4 changes: 2 additions & 2 deletions l10n/de_DE.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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);");
4 changes: 2 additions & 2 deletions l10n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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);"
}
4 changes: 2 additions & 2 deletions l10n/en_GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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);");
4 changes: 2 additions & 2 deletions l10n/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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);"
}
4 changes: 2 additions & 2 deletions l10n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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;");
4 changes: 2 additions & 2 deletions l10n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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;"
}
4 changes: 2 additions & 2 deletions l10n/eu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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);");
4 changes: 2 additions & 2 deletions l10n/eu.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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);"
}
4 changes: 2 additions & 2 deletions l10n/fa.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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);");
4 changes: 2 additions & 2 deletions l10n/fa.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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);"
}
4 changes: 2 additions & 2 deletions l10n/fi.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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);");
4 changes: 2 additions & 2 deletions l10n/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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);"
}
4 changes: 2 additions & 2 deletions l10n/gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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);");
4 changes: 2 additions & 2 deletions l10n/gl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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);"
}
Loading

0 comments on commit c51566a

Please sign in to comment.