From 4b644376f17f4a16e7d633c626dc17f124c13f55 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 24 Apr 2022 03:58:13 +0000 Subject: [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- l10n/gl.js | 6 ++++++ l10n/gl.json | 4 ++++ l10n/he.js | 6 ++++++ l10n/he.json | 4 ++++ l10n/hr.js | 6 ++++++ l10n/hr.json | 4 ++++ l10n/is.js | 6 ++++++ l10n/is.json | 4 ++++ l10n/ko.js | 6 ++++++ l10n/ko.json | 4 ++++ l10n/mk.js | 6 ++++++ l10n/mk.json | 4 ++++ l10n/pt_PT.js | 6 ++++++ l10n/pt_PT.json | 4 ++++ l10n/sc.js | 6 ++++++ l10n/sc.json | 4 ++++ l10n/si.js | 6 ++++++ l10n/si.json | 4 ++++ l10n/sr.js | 6 ++++++ l10n/sr.json | 4 ++++ 20 files changed, 100 insertions(+) create mode 100644 l10n/gl.js create mode 100644 l10n/gl.json create mode 100644 l10n/he.js create mode 100644 l10n/he.json create mode 100644 l10n/hr.js create mode 100644 l10n/hr.json create mode 100644 l10n/is.js create mode 100644 l10n/is.json create mode 100644 l10n/ko.js create mode 100644 l10n/ko.json create mode 100644 l10n/mk.js create mode 100644 l10n/mk.json create mode 100644 l10n/pt_PT.js create mode 100644 l10n/pt_PT.json create mode 100644 l10n/sc.js create mode 100644 l10n/sc.json create mode 100644 l10n/si.js create mode 100644 l10n/si.json create mode 100644 l10n/sr.js create mode 100644 l10n/sr.json (limited to 'l10n') diff --git a/l10n/gl.js b/l10n/gl.js new file mode 100644 index 0000000..e1b5b12 --- /dev/null +++ b/l10n/gl.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "checksum", + { + "File not found." : "Non se atopou o ficheiro" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/gl.json b/l10n/gl.json new file mode 100644 index 0000000..f07e6d7 --- /dev/null +++ b/l10n/gl.json @@ -0,0 +1,4 @@ +{ "translations": { + "File not found." : "Non se atopou o ficheiro" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/he.js b/l10n/he.js new file mode 100644 index 0000000..03ecc6e --- /dev/null +++ b/l10n/he.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "checksum", + { + "File not found." : "הקובץ לא נמצא." +}, +"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/l10n/he.json b/l10n/he.json new file mode 100644 index 0000000..802d495 --- /dev/null +++ b/l10n/he.json @@ -0,0 +1,4 @@ +{ "translations": { + "File not found." : "הקובץ לא נמצא." +},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" +} \ No newline at end of file diff --git a/l10n/hr.js b/l10n/hr.js new file mode 100644 index 0000000..0c1324d --- /dev/null +++ b/l10n/hr.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "checksum", + { + "File not found." : "Datoteka nije pronađena." +}, +"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/hr.json b/l10n/hr.json new file mode 100644 index 0000000..9dc0907 --- /dev/null +++ b/l10n/hr.json @@ -0,0 +1,4 @@ +{ "translations": { + "File not found." : "Datoteka nije pronađena." +},"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/is.js b/l10n/is.js new file mode 100644 index 0000000..7065942 --- /dev/null +++ b/l10n/is.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "checksum", + { + "File not found." : "Skrá fannst ekki." +}, +"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/l10n/is.json b/l10n/is.json new file mode 100644 index 0000000..b0e7ce3 --- /dev/null +++ b/l10n/is.json @@ -0,0 +1,4 @@ +{ "translations": { + "File not found." : "Skrá fannst ekki." +},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" +} \ No newline at end of file diff --git a/l10n/ko.js b/l10n/ko.js new file mode 100644 index 0000000..26df32f --- /dev/null +++ b/l10n/ko.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "checksum", + { + "File not found." : "파일을 찾을 수 없습니다." +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ko.json b/l10n/ko.json new file mode 100644 index 0000000..b217c64 --- /dev/null +++ b/l10n/ko.json @@ -0,0 +1,4 @@ +{ "translations": { + "File not found." : "파일을 찾을 수 없습니다." +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/mk.js b/l10n/mk.js new file mode 100644 index 0000000..fa2e10f --- /dev/null +++ b/l10n/mk.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "checksum", + { + "File not found." : "Датотеката не е пронајдена." +}, +"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/l10n/mk.json b/l10n/mk.json new file mode 100644 index 0000000..06bdd0e --- /dev/null +++ b/l10n/mk.json @@ -0,0 +1,4 @@ +{ "translations": { + "File not found." : "Датотеката не е пронајдена." +},"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" +} \ No newline at end of file diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js new file mode 100644 index 0000000..b614c7a --- /dev/null +++ b/l10n/pt_PT.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "checksum", + { + "File not found." : "Ficheiro não encontrado" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json new file mode 100644 index 0000000..aa41642 --- /dev/null +++ b/l10n/pt_PT.json @@ -0,0 +1,4 @@ +{ "translations": { + "File not found." : "Ficheiro não encontrado" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/sc.js b/l10n/sc.js new file mode 100644 index 0000000..711dde8 --- /dev/null +++ b/l10n/sc.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "checksum", + { + "File not found." : "Archìviu no agatadu." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/sc.json b/l10n/sc.json new file mode 100644 index 0000000..3042da6 --- /dev/null +++ b/l10n/sc.json @@ -0,0 +1,4 @@ +{ "translations": { + "File not found." : "Archìviu no agatadu." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/si.js b/l10n/si.js new file mode 100644 index 0000000..3043316 --- /dev/null +++ b/l10n/si.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "checksum", + { + "File not found." : "ගොනුව හමු නොවිණි." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/si.json b/l10n/si.json new file mode 100644 index 0000000..ea577ea --- /dev/null +++ b/l10n/si.json @@ -0,0 +1,4 @@ +{ "translations": { + "File not found." : "ගොනුව හමු නොවිණි." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/sr.js b/l10n/sr.js new file mode 100644 index 0000000..701e0eb --- /dev/null +++ b/l10n/sr.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "checksum", + { + "File not found." : "Фајл није нађен." +}, +"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 new file mode 100644 index 0000000..b149b26 --- /dev/null +++ b/l10n/sr.json @@ -0,0 +1,4 @@ +{ "translations": { + "File not found." : "Фајл није нађен." +},"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 -- cgit v1.2.3