From 2d7a2a3ff7aa646230b618fe8b6d3e85b8f3135e Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 5 Jun 2025 01:26:28 +0000 Subject: [PATCH] fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/hi_IN.js | 6 ++++++ l10n/hi_IN.json | 4 ++++ l10n/hsb.js | 1 + l10n/hsb.json | 1 + l10n/ig.js | 6 ++++++ l10n/ig.json | 4 ++++ l10n/la.js | 6 ++++++ l10n/la.json | 4 ++++ l10n/mr.js | 1 + l10n/mr.json | 1 + l10n/my.js | 6 ++++++ l10n/my.json | 4 ++++ l10n/ne.js | 1 + l10n/ne.json | 1 + l10n/sw.js | 1 + l10n/sw.json | 1 + l10n/tr.js | 2 +- l10n/tr.json | 2 +- l10n/zu_ZA.js | 6 ++++++ l10n/zu_ZA.json | 4 ++++ 20 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 l10n/hi_IN.js create mode 100644 l10n/hi_IN.json create mode 100644 l10n/ig.js create mode 100644 l10n/ig.json create mode 100644 l10n/la.js create mode 100644 l10n/la.json create mode 100644 l10n/my.js create mode 100644 l10n/my.json create mode 100644 l10n/zu_ZA.js create mode 100644 l10n/zu_ZA.json diff --git a/l10n/hi_IN.js b/l10n/hi_IN.js new file mode 100644 index 0000000..324c10c --- /dev/null +++ b/l10n/hi_IN.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "Cancel" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/hi_IN.json b/l10n/hi_IN.json new file mode 100644 index 0000000..21d106d --- /dev/null +++ b/l10n/hi_IN.json @@ -0,0 +1,4 @@ +{ "translations": { + "Cancel" : "Cancel" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/hsb.js b/l10n/hsb.js index 34d49a2..5417fbf 100644 --- a/l10n/hsb.js +++ b/l10n/hsb.js @@ -1,6 +1,7 @@ OC.L10N.register( "ocsms", { + "Cancel" : "Cancel", "Enable" : "zmóžnić" }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/l10n/hsb.json b/l10n/hsb.json index 6c2e3a9..ed92265 100644 --- a/l10n/hsb.json +++ b/l10n/hsb.json @@ -1,4 +1,5 @@ { "translations": { + "Cancel" : "Cancel", "Enable" : "zmóžnić" },"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/l10n/ig.js b/l10n/ig.js new file mode 100644 index 0000000..47781ed --- /dev/null +++ b/l10n/ig.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "Cancel" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ig.json b/l10n/ig.json new file mode 100644 index 0000000..7828cbd --- /dev/null +++ b/l10n/ig.json @@ -0,0 +1,4 @@ +{ "translations": { + "Cancel" : "Cancel" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/la.js b/l10n/la.js new file mode 100644 index 0000000..324c10c --- /dev/null +++ b/l10n/la.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "Cancel" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/la.json b/l10n/la.json new file mode 100644 index 0000000..21d106d --- /dev/null +++ b/l10n/la.json @@ -0,0 +1,4 @@ +{ "translations": { + "Cancel" : "Cancel" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/mr.js b/l10n/mr.js index f530a35..f1135ab 100644 --- a/l10n/mr.js +++ b/l10n/mr.js @@ -1,6 +1,7 @@ OC.L10N.register( "ocsms", { + "Cancel" : "Cancel", "Settings" : "सेटिंग" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/mr.json b/l10n/mr.json index a1f4092..9141cfe 100644 --- a/l10n/mr.json +++ b/l10n/mr.json @@ -1,4 +1,5 @@ { "translations": { + "Cancel" : "Cancel", "Settings" : "सेटिंग" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/my.js b/l10n/my.js new file mode 100644 index 0000000..47781ed --- /dev/null +++ b/l10n/my.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "Cancel" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/my.json b/l10n/my.json new file mode 100644 index 0000000..7828cbd --- /dev/null +++ b/l10n/my.json @@ -0,0 +1,4 @@ +{ "translations": { + "Cancel" : "Cancel" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/ne.js b/l10n/ne.js index 84ea52f..1165ad1 100644 --- a/l10n/ne.js +++ b/l10n/ne.js @@ -1,6 +1,7 @@ OC.L10N.register( "ocsms", { + "Cancel" : "Cancel", "Settings" : "सेटिङ्हरू" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ne.json b/l10n/ne.json index 5b6bf99..b295f18 100644 --- a/l10n/ne.json +++ b/l10n/ne.json @@ -1,4 +1,5 @@ { "translations": { + "Cancel" : "Cancel", "Settings" : "सेटिङ्हरू" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/sw.js b/l10n/sw.js index 0a5879c..d19797b 100644 --- a/l10n/sw.js +++ b/l10n/sw.js @@ -1,6 +1,7 @@ OC.L10N.register( "ocsms", { + "Cancel" : "Cancel", "Confirm" : "Thibitisha" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/sw.json b/l10n/sw.json index 3685414..d1c3e39 100644 --- a/l10n/sw.json +++ b/l10n/sw.json @@ -1,4 +1,5 @@ { "translations": { + "Cancel" : "Cancel", "Confirm" : "Thibitisha" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/tr.js b/l10n/tr.js index 155c91e..5c2c9d4 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -15,7 +15,7 @@ OC.L10N.register( "Label" : "Etiket", "Reverse ?" : "Ters sıralı", "Notification settings" : "Bildirim ayarları", - "Enable" : "Kullanıma al", + "Enable" : "Etkinleştir", "Disable" : "Kullanımdan kaldır", "Are you sure you want to wipe all your messages ?" : "Tüm iletileri silmek istediğinize emin misiniz?", "Reset all messages" : "Tüm iletileri sıfırla", diff --git a/l10n/tr.json b/l10n/tr.json index 0f8a292..439a53c 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -13,7 +13,7 @@ "Label" : "Etiket", "Reverse ?" : "Ters sıralı", "Notification settings" : "Bildirim ayarları", - "Enable" : "Kullanıma al", + "Enable" : "Etkinleştir", "Disable" : "Kullanımdan kaldır", "Are you sure you want to wipe all your messages ?" : "Tüm iletileri silmek istediğinize emin misiniz?", "Reset all messages" : "Tüm iletileri sıfırla", diff --git a/l10n/zu_ZA.js b/l10n/zu_ZA.js new file mode 100644 index 0000000..324c10c --- /dev/null +++ b/l10n/zu_ZA.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "ocsms", + { + "Cancel" : "Cancel" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/zu_ZA.json b/l10n/zu_ZA.json new file mode 100644 index 0000000..21d106d --- /dev/null +++ b/l10n/zu_ZA.json @@ -0,0 +1,4 @@ +{ "translations": { + "Cancel" : "Cancel" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file