diff options
Diffstat (limited to 'apps/updatenotification')
96 files changed, 542 insertions, 0 deletions
diff --git a/apps/updatenotification/l10n/ar.js b/apps/updatenotification/l10n/ar.js new file mode 100644 index 00000000000..3052bb4a6e3 --- /dev/null +++ b/apps/updatenotification/l10n/ar.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "updatenotification", + { + "Updater" : "برنامج التحديث" +}, +"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/apps/updatenotification/l10n/ar.json b/apps/updatenotification/l10n/ar.json new file mode 100644 index 00000000000..e6b0f28e879 --- /dev/null +++ b/apps/updatenotification/l10n/ar.json @@ -0,0 +1,4 @@ +{ "translations": { + "Updater" : "برنامج التحديث" +},"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/apps/updatenotification/l10n/ast.js b/apps/updatenotification/l10n/ast.js new file mode 100644 index 00000000000..a9fef552d0b --- /dev/null +++ b/apps/updatenotification/l10n/ast.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "updatenotification", + { + "Updater" : "Anovador" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/ast.json b/apps/updatenotification/l10n/ast.json new file mode 100644 index 00000000000..3edbb4c46ef --- /dev/null +++ b/apps/updatenotification/l10n/ast.json @@ -0,0 +1,4 @@ +{ "translations": { + "Updater" : "Anovador" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/az.js b/apps/updatenotification/l10n/az.js new file mode 100644 index 00000000000..73782cba3e7 --- /dev/null +++ b/apps/updatenotification/l10n/az.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "updatenotification", + { + "Updater" : "Yeniləyici" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/az.json b/apps/updatenotification/l10n/az.json new file mode 100644 index 00000000000..7be87969a43 --- /dev/null +++ b/apps/updatenotification/l10n/az.json @@ -0,0 +1,4 @@ +{ "translations": { + "Updater" : "Yeniləyici" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/bg_BG.js b/apps/updatenotification/l10n/bg_BG.js new file mode 100644 index 00000000000..443843734e1 --- /dev/null +++ b/apps/updatenotification/l10n/bg_BG.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "updatenotification", + { + "Updater" : "Обновяване" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/bg_BG.json b/apps/updatenotification/l10n/bg_BG.json new file mode 100644 index 00000000000..3dc540f8e6f --- /dev/null +++ b/apps/updatenotification/l10n/bg_BG.json @@ -0,0 +1,4 @@ +{ "translations": { + "Updater" : "Обновяване" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/bn_BD.js b/apps/updatenotification/l10n/bn_BD.js new file mode 100644 index 00000000000..f86c8f51d6d --- /dev/null +++ b/apps/updatenotification/l10n/bn_BD.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "updatenotification", + { + "Updater" : "পরিবর্ধনকারী" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/bn_BD.json b/apps/updatenotification/l10n/bn_BD.json new file mode 100644 index 00000000000..09a72a17e2c --- /dev/null +++ b/apps/updatenotification/l10n/bn_BD.json @@ -0,0 +1,4 @@ +{ "translations": { + "Updater" : "পরিবর্ধনকারী" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/bs.js b/apps/updatenotification/l10n/bs.js new file mode 100644 index 00000000000..34e6f1d1ac4 --- /dev/null +++ b/apps/updatenotification/l10n/bs.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "updatenotification", + { + "Updater" : "Unapređivač" +}, +"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/apps/updatenotification/l10n/bs.json b/apps/updatenotification/l10n/bs.json new file mode 100644 index 00000000000..da0308f62b9 --- /dev/null +++ b/apps/updatenotification/l10n/bs.json @@ -0,0 +1,4 @@ +{ "translations": { + "Updater" : "Unapređivač" +},"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/apps/updatenotification/l10n/ca.js b/apps/updatenotification/l10n/ca.js new file mode 100644 index 00000000000..5f6db3199a6 --- /dev/null +++ b/apps/updatenotification/l10n/ca.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "Hi ha disponible la versió {version}. Obtingueu més informació sobre com actualitzar.", + "Updater" : "Actualitzador" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/ca.json b/apps/updatenotification/l10n/ca.json new file mode 100644 index 00000000000..74b1a731e90 --- /dev/null +++ b/apps/updatenotification/l10n/ca.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "Hi ha disponible la versió {version}. Obtingueu més informació sobre com actualitzar.", + "Updater" : "Actualitzador" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/cs_CZ.js b/apps/updatenotification/l10n/cs_CZ.js new file mode 100644 index 00000000000..b2e957751ac --- /dev/null +++ b/apps/updatenotification/l10n/cs_CZ.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "Je dostupná {version}. Přečtěte si více informací jak aktualizovat.", + "Updater" : "Automatické aktualizace" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/updatenotification/l10n/cs_CZ.json b/apps/updatenotification/l10n/cs_CZ.json new file mode 100644 index 00000000000..02b2e55da18 --- /dev/null +++ b/apps/updatenotification/l10n/cs_CZ.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "Je dostupná {version}. Přečtěte si více informací jak aktualizovat.", + "Updater" : "Automatické aktualizace" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/da.js b/apps/updatenotification/l10n/da.js new file mode 100644 index 00000000000..5fb9ff0e75f --- /dev/null +++ b/apps/updatenotification/l10n/da.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} er tilgængelig. Få mere information om hvordan du opdaterer.", + "Updater" : "Updater" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/da.json b/apps/updatenotification/l10n/da.json new file mode 100644 index 00000000000..93ec0654478 --- /dev/null +++ b/apps/updatenotification/l10n/da.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} er tilgængelig. Få mere information om hvordan du opdaterer.", + "Updater" : "Updater" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/de.js b/apps/updatenotification/l10n/de.js new file mode 100644 index 00000000000..4a6685b6239 --- /dev/null +++ b/apps/updatenotification/l10n/de.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Hole weitere Informationen zu Aktualisierungen ein.", + "Updater" : "Updater" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/de.json b/apps/updatenotification/l10n/de.json new file mode 100644 index 00000000000..a1ed1877811 --- /dev/null +++ b/apps/updatenotification/l10n/de.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Hole weitere Informationen zu Aktualisierungen ein.", + "Updater" : "Updater" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/de_DE.js b/apps/updatenotification/l10n/de_DE.js new file mode 100644 index 00000000000..9650c7841a8 --- /dev/null +++ b/apps/updatenotification/l10n/de_DE.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.", + "Updater" : "Updater" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/de_DE.json b/apps/updatenotification/l10n/de_DE.json new file mode 100644 index 00000000000..356c713f55f --- /dev/null +++ b/apps/updatenotification/l10n/de_DE.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Holen Sie weitere Informationen zu Aktualisierungen ein.", + "Updater" : "Updater" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/el.js b/apps/updatenotification/l10n/el.js new file mode 100644 index 00000000000..ded65a8574e --- /dev/null +++ b/apps/updatenotification/l10n/el.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "Η έκδοση {version} είναι διαθέσιμη. Δείτε περισσότερες πληροφορίες για το πως να κάνετε την ενημέρωση.", + "Updater" : "Εφαρμογή Ενημέρωσης" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/el.json b/apps/updatenotification/l10n/el.json new file mode 100644 index 00000000000..ed15493646b --- /dev/null +++ b/apps/updatenotification/l10n/el.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "Η έκδοση {version} είναι διαθέσιμη. Δείτε περισσότερες πληροφορίες για το πως να κάνετε την ενημέρωση.", + "Updater" : "Εφαρμογή Ενημέρωσης" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/en_GB.js b/apps/updatenotification/l10n/en_GB.js new file mode 100644 index 00000000000..e21250bb86e --- /dev/null +++ b/apps/updatenotification/l10n/en_GB.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} is available. Get more information on how to update.", + "Updater" : "Updater" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/en_GB.json b/apps/updatenotification/l10n/en_GB.json new file mode 100644 index 00000000000..f90f8eb8551 --- /dev/null +++ b/apps/updatenotification/l10n/en_GB.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} is available. Get more information on how to update.", + "Updater" : "Updater" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/es.js b/apps/updatenotification/l10n/es.js new file mode 100644 index 00000000000..5ba8cbc0ccf --- /dev/null +++ b/apps/updatenotification/l10n/es.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "Una nueva {version} está disponible. Obtenga más información sobre cómo actualizar.", + "Updater" : "Actualizador" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/es.json b/apps/updatenotification/l10n/es.json new file mode 100644 index 00000000000..c92b202fcb9 --- /dev/null +++ b/apps/updatenotification/l10n/es.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "Una nueva {version} está disponible. Obtenga más información sobre cómo actualizar.", + "Updater" : "Actualizador" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/es_AR.js b/apps/updatenotification/l10n/es_AR.js new file mode 100644 index 00000000000..6546f696b2f --- /dev/null +++ b/apps/updatenotification/l10n/es_AR.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "updatenotification", + { + "Updater" : "Actualizador" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/es_AR.json b/apps/updatenotification/l10n/es_AR.json new file mode 100644 index 00000000000..828c965caaf --- /dev/null +++ b/apps/updatenotification/l10n/es_AR.json @@ -0,0 +1,4 @@ +{ "translations": { + "Updater" : "Actualizador" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/et_EE.js b/apps/updatenotification/l10n/et_EE.js new file mode 100644 index 00000000000..d6025fd9873 --- /dev/null +++ b/apps/updatenotification/l10n/et_EE.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} on saadaval. Vaata lisainfot uuendamise kohta.", + "Updater" : "Uuendaja" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/et_EE.json b/apps/updatenotification/l10n/et_EE.json new file mode 100644 index 00000000000..a6e1de5c43b --- /dev/null +++ b/apps/updatenotification/l10n/et_EE.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} on saadaval. Vaata lisainfot uuendamise kohta.", + "Updater" : "Uuendaja" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/eu.js b/apps/updatenotification/l10n/eu.js new file mode 100644 index 00000000000..9677dc787dd --- /dev/null +++ b/apps/updatenotification/l10n/eu.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "updatenotification", + { + "Updater" : "Eguneratzailea" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/eu.json b/apps/updatenotification/l10n/eu.json new file mode 100644 index 00000000000..663af5e4096 --- /dev/null +++ b/apps/updatenotification/l10n/eu.json @@ -0,0 +1,4 @@ +{ "translations": { + "Updater" : "Eguneratzailea" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/fa.js b/apps/updatenotification/l10n/fa.js new file mode 100644 index 00000000000..1e87e8fb523 --- /dev/null +++ b/apps/updatenotification/l10n/fa.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} آماده است. برای چگونگی بروزرسانی اطلاعات بیشتر را دریافت نمایید.", + "Updater" : "به روز رساننده" +}, +"nplurals=1; plural=0;"); diff --git a/apps/updatenotification/l10n/fa.json b/apps/updatenotification/l10n/fa.json new file mode 100644 index 00000000000..256461f412b --- /dev/null +++ b/apps/updatenotification/l10n/fa.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} آماده است. برای چگونگی بروزرسانی اطلاعات بیشتر را دریافت نمایید.", + "Updater" : "به روز رساننده" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/fi_FI.js b/apps/updatenotification/l10n/fi_FI.js new file mode 100644 index 00000000000..6eeca8a2b25 --- /dev/null +++ b/apps/updatenotification/l10n/fi_FI.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} on saatavilla. Tarjolla on lisätietoja päivittämisestä.", + "Updater" : "Päivitysohjelma" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/fi_FI.json b/apps/updatenotification/l10n/fi_FI.json new file mode 100644 index 00000000000..f23134a024b --- /dev/null +++ b/apps/updatenotification/l10n/fi_FI.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} on saatavilla. Tarjolla on lisätietoja päivittämisestä.", + "Updater" : "Päivitysohjelma" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/fr.js b/apps/updatenotification/l10n/fr.js new file mode 100644 index 00000000000..dd8ac55a19e --- /dev/null +++ b/apps/updatenotification/l10n/fr.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "La version {version} est disponible. Cliquez ici pour plus d'informations à propos de cette mise à jour.", + "Updater" : "Mises à jour" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/updatenotification/l10n/fr.json b/apps/updatenotification/l10n/fr.json new file mode 100644 index 00000000000..08ad073c0b4 --- /dev/null +++ b/apps/updatenotification/l10n/fr.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "La version {version} est disponible. Cliquez ici pour plus d'informations à propos de cette mise à jour.", + "Updater" : "Mises à jour" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/gl.js b/apps/updatenotification/l10n/gl.js new file mode 100644 index 00000000000..f87d3768aab --- /dev/null +++ b/apps/updatenotification/l10n/gl.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} está dispoñíbel. Obteña máis información sobre como actualizar.", + "Updater" : "Actualizador" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/gl.json b/apps/updatenotification/l10n/gl.json new file mode 100644 index 00000000000..dba6de2dc17 --- /dev/null +++ b/apps/updatenotification/l10n/gl.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} está dispoñíbel. Obteña máis información sobre como actualizar.", + "Updater" : "Actualizador" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/he.js b/apps/updatenotification/l10n/he.js new file mode 100644 index 00000000000..cfb0f266c4d --- /dev/null +++ b/apps/updatenotification/l10n/he.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/he.json b/apps/updatenotification/l10n/he.json new file mode 100644 index 00000000000..7de93b96028 --- /dev/null +++ b/apps/updatenotification/l10n/he.json @@ -0,0 +1,4 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} זמינה. ניתן לקבל מידע נוסף על איך לעדכן." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/hr.js b/apps/updatenotification/l10n/hr.js new file mode 100644 index 00000000000..7a3d340816d --- /dev/null +++ b/apps/updatenotification/l10n/hr.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "updatenotification", + { + "Updater" : "Aplikcija za nadogradnju" +}, +"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/apps/updatenotification/l10n/hr.json b/apps/updatenotification/l10n/hr.json new file mode 100644 index 00000000000..16dc7becd6a --- /dev/null +++ b/apps/updatenotification/l10n/hr.json @@ -0,0 +1,4 @@ +{ "translations": { + "Updater" : "Aplikcija za nadogradnju" +},"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/apps/updatenotification/l10n/hu_HU.js b/apps/updatenotification/l10n/hu_HU.js new file mode 100644 index 00000000000..7d26aaf26dd --- /dev/null +++ b/apps/updatenotification/l10n/hu_HU.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} rendelkezésre áll. További információ a frissítéshez.", + "Updater" : "Frissítéskezelő" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/hu_HU.json b/apps/updatenotification/l10n/hu_HU.json new file mode 100644 index 00000000000..d7a611238c9 --- /dev/null +++ b/apps/updatenotification/l10n/hu_HU.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} rendelkezésre áll. További információ a frissítéshez.", + "Updater" : "Frissítéskezelő" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/id.js b/apps/updatenotification/l10n/id.js new file mode 100644 index 00000000000..7d90d3848f0 --- /dev/null +++ b/apps/updatenotification/l10n/id.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} tersedia. Dapatkan informasi lebih lanjut cara memperbaruinya.", + "Updater" : "Pengupdate" +}, +"nplurals=1; plural=0;"); diff --git a/apps/updatenotification/l10n/id.json b/apps/updatenotification/l10n/id.json new file mode 100644 index 00000000000..86dccdda80a --- /dev/null +++ b/apps/updatenotification/l10n/id.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} tersedia. Dapatkan informasi lebih lanjut cara memperbaruinya.", + "Updater" : "Pengupdate" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/is.js b/apps/updatenotification/l10n/is.js new file mode 100644 index 00000000000..c3071905aeb --- /dev/null +++ b/apps/updatenotification/l10n/is.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} er í boði. Fá frekari upplýsingar um hvernig á að uppfæra." +}, +"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/updatenotification/l10n/is.json b/apps/updatenotification/l10n/is.json new file mode 100644 index 00000000000..9708c8179ee --- /dev/null +++ b/apps/updatenotification/l10n/is.json @@ -0,0 +1,4 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} er í boði. Fá frekari upplýsingar um hvernig á að uppfæra." +},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/it.js b/apps/updatenotification/l10n/it.js new file mode 100644 index 00000000000..fc305adaecc --- /dev/null +++ b/apps/updatenotification/l10n/it.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} è disponibile. Ottieni ulteriori informazioni su come eseguire l'aggiornamento.", + "Updater" : "Strumento di aggiornamento" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/it.json b/apps/updatenotification/l10n/it.json new file mode 100644 index 00000000000..2ad8444fa36 --- /dev/null +++ b/apps/updatenotification/l10n/it.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} è disponibile. Ottieni ulteriori informazioni su come eseguire l'aggiornamento.", + "Updater" : "Strumento di aggiornamento" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/ja.js b/apps/updatenotification/l10n/ja.js new file mode 100644 index 00000000000..aa7e58da3bb --- /dev/null +++ b/apps/updatenotification/l10n/ja.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} が利用可能です。アップデート方法について詳細情報を確認してください。", + "Updater" : "アップデート" +}, +"nplurals=1; plural=0;"); diff --git a/apps/updatenotification/l10n/ja.json b/apps/updatenotification/l10n/ja.json new file mode 100644 index 00000000000..5917700fdc8 --- /dev/null +++ b/apps/updatenotification/l10n/ja.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} が利用可能です。アップデート方法について詳細情報を確認してください。", + "Updater" : "アップデート" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/ko.js b/apps/updatenotification/l10n/ko.js new file mode 100644 index 00000000000..8e1d12173f3 --- /dev/null +++ b/apps/updatenotification/l10n/ko.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version}을(를) 사용할 수 있습니다. 업데이트하는 방법에 대해서 알아보십시오.", + "Updater" : "업데이터" +}, +"nplurals=1; plural=0;"); diff --git a/apps/updatenotification/l10n/ko.json b/apps/updatenotification/l10n/ko.json new file mode 100644 index 00000000000..3c135df4f46 --- /dev/null +++ b/apps/updatenotification/l10n/ko.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version}을(를) 사용할 수 있습니다. 업데이트하는 방법에 대해서 알아보십시오.", + "Updater" : "업데이터" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/lt_LT.js b/apps/updatenotification/l10n/lt_LT.js new file mode 100644 index 00000000000..85a874dce67 --- /dev/null +++ b/apps/updatenotification/l10n/lt_LT.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "updatenotification", + { + "Updater" : "Atnaujinimo programa" +}, +"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/updatenotification/l10n/lt_LT.json b/apps/updatenotification/l10n/lt_LT.json new file mode 100644 index 00000000000..710be954d1f --- /dev/null +++ b/apps/updatenotification/l10n/lt_LT.json @@ -0,0 +1,4 @@ +{ "translations": { + "Updater" : "Atnaujinimo programa" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/mk.js b/apps/updatenotification/l10n/mk.js new file mode 100644 index 00000000000..1c8efbd812e --- /dev/null +++ b/apps/updatenotification/l10n/mk.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "updatenotification", + { + "Updater" : "Надградувач" +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/updatenotification/l10n/mk.json b/apps/updatenotification/l10n/mk.json new file mode 100644 index 00000000000..cd8336db8df --- /dev/null +++ b/apps/updatenotification/l10n/mk.json @@ -0,0 +1,4 @@ +{ "translations": { + "Updater" : "Надградувач" +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/nb_NO.js b/apps/updatenotification/l10n/nb_NO.js new file mode 100644 index 00000000000..b322e4a026d --- /dev/null +++ b/apps/updatenotification/l10n/nb_NO.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} er tilgjengelig. Få mer informasjon om å oppdatere.", + "Updater" : "Oppdaterer" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/nb_NO.json b/apps/updatenotification/l10n/nb_NO.json new file mode 100644 index 00000000000..d84c255e494 --- /dev/null +++ b/apps/updatenotification/l10n/nb_NO.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} er tilgjengelig. Få mer informasjon om å oppdatere.", + "Updater" : "Oppdaterer" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/nl.js b/apps/updatenotification/l10n/nl.js new file mode 100644 index 00000000000..242ecb3d5c1 --- /dev/null +++ b/apps/updatenotification/l10n/nl.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} is beschikbaar. Meer informatie over het bijwerken.", + "Updater" : "Updater" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/nl.json b/apps/updatenotification/l10n/nl.json new file mode 100644 index 00000000000..6365d0c30fe --- /dev/null +++ b/apps/updatenotification/l10n/nl.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} is beschikbaar. Meer informatie over het bijwerken.", + "Updater" : "Updater" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/oc.js b/apps/updatenotification/l10n/oc.js new file mode 100644 index 00000000000..e376387e70e --- /dev/null +++ b/apps/updatenotification/l10n/oc.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "La version {version} es disponibla. Obtenètz mai d'informacions a prepaus d'aquesta mesa a jorn." +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/updatenotification/l10n/oc.json b/apps/updatenotification/l10n/oc.json new file mode 100644 index 00000000000..f17d444506f --- /dev/null +++ b/apps/updatenotification/l10n/oc.json @@ -0,0 +1,4 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "La version {version} es disponibla. Obtenètz mai d'informacions a prepaus d'aquesta mesa a jorn." +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/pl.js b/apps/updatenotification/l10n/pl.js new file mode 100644 index 00000000000..56122490044 --- /dev/null +++ b/apps/updatenotification/l10n/pl.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "updatenotification", + { + "Updater" : "Aktualizator" +}, +"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/updatenotification/l10n/pl.json b/apps/updatenotification/l10n/pl.json new file mode 100644 index 00000000000..6826c9c5dec --- /dev/null +++ b/apps/updatenotification/l10n/pl.json @@ -0,0 +1,4 @@ +{ "translations": { + "Updater" : "Aktualizator" +},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/pt_BR.js b/apps/updatenotification/l10n/pt_BR.js new file mode 100644 index 00000000000..92202bde1b8 --- /dev/null +++ b/apps/updatenotification/l10n/pt_BR.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informações sobre como atualizar.", + "Updater" : "Atualizador" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/updatenotification/l10n/pt_BR.json b/apps/updatenotification/l10n/pt_BR.json new file mode 100644 index 00000000000..34e929ad990 --- /dev/null +++ b/apps/updatenotification/l10n/pt_BR.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informações sobre como atualizar.", + "Updater" : "Atualizador" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/pt_PT.js b/apps/updatenotification/l10n/pt_PT.js new file mode 100644 index 00000000000..42ba1b9bf2b --- /dev/null +++ b/apps/updatenotification/l10n/pt_PT.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informação sobre como atualizar.", + "Updater" : "actualizar" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/pt_PT.json b/apps/updatenotification/l10n/pt_PT.json new file mode 100644 index 00000000000..537655662b8 --- /dev/null +++ b/apps/updatenotification/l10n/pt_PT.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} está disponível. Obtenha mais informação sobre como atualizar.", + "Updater" : "actualizar" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/ru.js b/apps/updatenotification/l10n/ru.js new file mode 100644 index 00000000000..b20342e305f --- /dev/null +++ b/apps/updatenotification/l10n/ru.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "Доступна версия {version}. Получить дополнительную информацию о порядке обновления.", + "Updater" : "Обновление" +}, +"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/updatenotification/l10n/ru.json b/apps/updatenotification/l10n/ru.json new file mode 100644 index 00000000000..438796131ed --- /dev/null +++ b/apps/updatenotification/l10n/ru.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "Доступна версия {version}. Получить дополнительную информацию о порядке обновления.", + "Updater" : "Обновление" +},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/sk_SK.js b/apps/updatenotification/l10n/sk_SK.js new file mode 100644 index 00000000000..e684a120e57 --- /dev/null +++ b/apps/updatenotification/l10n/sk_SK.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} je dostupná. Získajte viac informácií o postupe aktualizácie.", + "Updater" : "Aktualizátor" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/updatenotification/l10n/sk_SK.json b/apps/updatenotification/l10n/sk_SK.json new file mode 100644 index 00000000000..1edd18e5ed2 --- /dev/null +++ b/apps/updatenotification/l10n/sk_SK.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} je dostupná. Získajte viac informácií o postupe aktualizácie.", + "Updater" : "Aktualizátor" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/sl.js b/apps/updatenotification/l10n/sl.js new file mode 100644 index 00000000000..f272a1079df --- /dev/null +++ b/apps/updatenotification/l10n/sl.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "Na voljo je verzija {version}. Pridobite informacije, kako nadgraditi.", + "Updater" : "Posodabljalnik" +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/updatenotification/l10n/sl.json b/apps/updatenotification/l10n/sl.json new file mode 100644 index 00000000000..606d0e3cc35 --- /dev/null +++ b/apps/updatenotification/l10n/sl.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "Na voljo je verzija {version}. Pridobite informacije, kako nadgraditi.", + "Updater" : "Posodabljalnik" +},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/sq.js b/apps/updatenotification/l10n/sq.js new file mode 100644 index 00000000000..ed9922671c4 --- /dev/null +++ b/apps/updatenotification/l10n/sq.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "Është gati {version}. Merrni më tepër informacion se si ta përditësoni." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/sq.json b/apps/updatenotification/l10n/sq.json new file mode 100644 index 00000000000..d1d3b9b7737 --- /dev/null +++ b/apps/updatenotification/l10n/sq.json @@ -0,0 +1,4 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "Është gati {version}. Merrni më tepër informacion se si ta përditësoni." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/sr.js b/apps/updatenotification/l10n/sr.js new file mode 100644 index 00000000000..974698fbc2c --- /dev/null +++ b/apps/updatenotification/l10n/sr.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "Верзија {version} је доступна. Сазнајте како да ажурирате.", + "Updater" : "Ажурирање" +}, +"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/apps/updatenotification/l10n/sr.json b/apps/updatenotification/l10n/sr.json new file mode 100644 index 00000000000..41e5da4eb1a --- /dev/null +++ b/apps/updatenotification/l10n/sr.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "Верзија {version} је доступна. Сазнајте како да ажурирате.", + "Updater" : "Ажурирање" +},"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/apps/updatenotification/l10n/sv.js b/apps/updatenotification/l10n/sv.js new file mode 100644 index 00000000000..72b862a1b27 --- /dev/null +++ b/apps/updatenotification/l10n/sv.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} är tillgänglig. Få mer information om hur du uppdaterar.", + "Updater" : "Uppdaterare" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/updatenotification/l10n/sv.json b/apps/updatenotification/l10n/sv.json new file mode 100644 index 00000000000..281cf58291b --- /dev/null +++ b/apps/updatenotification/l10n/sv.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} är tillgänglig. Få mer information om hur du uppdaterar.", + "Updater" : "Uppdaterare" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/th_TH.js b/apps/updatenotification/l10n/th_TH.js new file mode 100644 index 00000000000..861a1847674 --- /dev/null +++ b/apps/updatenotification/l10n/th_TH.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} สามารถใช้ได้ รับข้อมูลเพิ่มเติมเกี่ยวกับวิธีการอัพเดท" +}, +"nplurals=1; plural=0;"); diff --git a/apps/updatenotification/l10n/th_TH.json b/apps/updatenotification/l10n/th_TH.json new file mode 100644 index 00000000000..728d2fe9181 --- /dev/null +++ b/apps/updatenotification/l10n/th_TH.json @@ -0,0 +1,4 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} สามารถใช้ได้ รับข้อมูลเพิ่มเติมเกี่ยวกับวิธีการอัพเดท" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/tr.js b/apps/updatenotification/l10n/tr.js new file mode 100644 index 00000000000..3abe821a5ea --- /dev/null +++ b/apps/updatenotification/l10n/tr.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "Sürüm {version} hazır. Nasıl güncelleyeceğinizle ilgili daha fazla bilgi alın.", + "Updater" : "Güncelleyici" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/updatenotification/l10n/tr.json b/apps/updatenotification/l10n/tr.json new file mode 100644 index 00000000000..dba8d5533dd --- /dev/null +++ b/apps/updatenotification/l10n/tr.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "Sürüm {version} hazır. Nasıl güncelleyeceğinizle ilgili daha fazla bilgi alın.", + "Updater" : "Güncelleyici" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/uk.js b/apps/updatenotification/l10n/uk.js new file mode 100644 index 00000000000..0a594d6d47c --- /dev/null +++ b/apps/updatenotification/l10n/uk.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} доступна. Отримати більш детальну інформацію про те, як оновити.", + "Updater" : "Оновлення" +}, +"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/apps/updatenotification/l10n/uk.json b/apps/updatenotification/l10n/uk.json new file mode 100644 index 00000000000..c5a3f6ce9ff --- /dev/null +++ b/apps/updatenotification/l10n/uk.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} доступна. Отримати більш детальну інформацію про те, як оновити.", + "Updater" : "Оновлення" +},"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/apps/updatenotification/l10n/zh_CN.js b/apps/updatenotification/l10n/zh_CN.js new file mode 100644 index 00000000000..ebfaf4a8e79 --- /dev/null +++ b/apps/updatenotification/l10n/zh_CN.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} 现在可用。获取更多升级相关信息。", + "Updater" : "更新管理器" +}, +"nplurals=1; plural=0;"); diff --git a/apps/updatenotification/l10n/zh_CN.json b/apps/updatenotification/l10n/zh_CN.json new file mode 100644 index 00000000000..b21985849d4 --- /dev/null +++ b/apps/updatenotification/l10n/zh_CN.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} 现在可用。获取更多升级相关信息。", + "Updater" : "更新管理器" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/zh_TW.js b/apps/updatenotification/l10n/zh_TW.js new file mode 100644 index 00000000000..2db4e854304 --- /dev/null +++ b/apps/updatenotification/l10n/zh_TW.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "updatenotification", + { + "{version} is available. Get more information on how to update." : "{version} 釋出了,可以更新", + "Updater" : "更新者" +}, +"nplurals=1; plural=0;"); diff --git a/apps/updatenotification/l10n/zh_TW.json b/apps/updatenotification/l10n/zh_TW.json new file mode 100644 index 00000000000..3ebac87de41 --- /dev/null +++ b/apps/updatenotification/l10n/zh_TW.json @@ -0,0 +1,5 @@ +{ "translations": { + "{version} is available. Get more information on how to update." : "{version} 釋出了,可以更新", + "Updater" : "更新者" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |