mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-06 15:36:12 +00:00
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
fa93d678f0
commit
2d7a2a3ff7
6
l10n/hi_IN.js
Normal file
6
l10n/hi_IN.js
Normal file
@ -0,0 +1,6 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "Cancel"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
4
l10n/hi_IN.json
Normal file
4
l10n/hi_IN.json
Normal file
@ -0,0 +1,4 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "Cancel"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
@ -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);");
|
||||
|
@ -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);"
|
||||
}
|
6
l10n/ig.js
Normal file
6
l10n/ig.js
Normal file
@ -0,0 +1,6 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "Cancel"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
4
l10n/ig.json
Normal file
4
l10n/ig.json
Normal file
@ -0,0 +1,4 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "Cancel"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
6
l10n/la.js
Normal file
6
l10n/la.js
Normal file
@ -0,0 +1,6 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "Cancel"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
4
l10n/la.json
Normal file
4
l10n/la.json
Normal file
@ -0,0 +1,4 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "Cancel"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
@ -1,6 +1,7 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "Cancel",
|
||||
"Settings" : "सेटिंग"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "Cancel",
|
||||
"Settings" : "सेटिंग"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
6
l10n/my.js
Normal file
6
l10n/my.js
Normal file
@ -0,0 +1,6 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "Cancel"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
4
l10n/my.json
Normal file
4
l10n/my.json
Normal file
@ -0,0 +1,4 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "Cancel"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
@ -1,6 +1,7 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "Cancel",
|
||||
"Settings" : "सेटिङ्हरू"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "Cancel",
|
||||
"Settings" : "सेटिङ्हरू"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
@ -1,6 +1,7 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "Cancel",
|
||||
"Confirm" : "Thibitisha"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
@ -1,4 +1,5 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "Cancel",
|
||||
"Confirm" : "Thibitisha"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
@ -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",
|
||||
|
@ -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",
|
||||
|
6
l10n/zu_ZA.js
Normal file
6
l10n/zu_ZA.js
Normal file
@ -0,0 +1,6 @@
|
||||
OC.L10N.register(
|
||||
"ocsms",
|
||||
{
|
||||
"Cancel" : "Cancel"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
4
l10n/zu_ZA.json
Normal file
4
l10n/zu_ZA.json
Normal file
@ -0,0 +1,4 @@
|
||||
{ "translations": {
|
||||
"Cancel" : "Cancel"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user