Skip to content

Commit c2997ce

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 1b67fc0 commit c2997ce

File tree

6 files changed

+40
-2
lines changed

6 files changed

+40
-2
lines changed

l10n/ru.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
OC.L10N.register(
2+
"ldap_contacts_backend",
3+
{
4+
"All contacts" : "Все контакты",
5+
"Copy to address book" : "Копировать в адресную книгу",
6+
"LDAP Contacts Backend" : "LDAP бэкенд контактов",
7+
"LDAP backend for Nextcloud Contacts" : "LDAP бэкенд для Контактов Nextcloud"
8+
},
9+
"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);");

l10n/ru.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{ "translations": {
2+
"All contacts" : "Все контакты",
3+
"Copy to address book" : "Копировать в адресную книгу",
4+
"LDAP Contacts Backend" : "LDAP бэкенд контактов",
5+
"LDAP backend for Nextcloud Contacts" : "LDAP бэкенд для Контактов Nextcloud"
6+
},"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);"
7+
}

l10n/sw.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
OC.L10N.register(
2+
"ldap_contacts_backend",
3+
{
4+
"All contacts" : "Anwani zote",
5+
"Copy to address book" : "Nakili kwenye kitabu cha anwani",
6+
"LDAP Contacts Backend" : "Nyuma ya Anwani za LDAP",
7+
"LDAP backend for Nextcloud Contacts" : "Nyuma ya LDAP kwa Anwani za Nextcloud"
8+
},
9+
"nplurals=2; plural=(n != 1);");

l10n/sw.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{ "translations": {
2+
"All contacts" : "Anwani zote",
3+
"Copy to address book" : "Nakili kwenye kitabu cha anwani",
4+
"LDAP Contacts Backend" : "Nyuma ya Anwani za LDAP",
5+
"LDAP backend for Nextcloud Contacts" : "Nyuma ya LDAP kwa Anwani za Nextcloud"
6+
},"pluralForm" :"nplurals=2; plural=(n != 1);"
7+
}

l10n/zh_HK.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
OC.L10N.register(
22
"ldap_contacts_backend",
33
{
4-
"All contacts" : "所有聯絡人"
4+
"All contacts" : "所有聯絡人",
5+
"Copy to address book" : "複製到通訊錄",
6+
"LDAP Contacts Backend" : "聯絡人備份",
7+
"LDAP backend for Nextcloud Contacts" : "推薦功能:Nextcloud Conracts"
58
},
69
"nplurals=1; plural=0;");

l10n/zh_HK.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{ "translations": {
2-
"All contacts" : "所有聯絡人"
2+
"All contacts" : "所有聯絡人",
3+
"Copy to address book" : "複製到通訊錄",
4+
"LDAP Contacts Backend" : "聯絡人備份",
5+
"LDAP backend for Nextcloud Contacts" : "推薦功能:Nextcloud Conracts"
36
},"pluralForm" :"nplurals=1; plural=0;"
47
}

0 commit comments

Comments
 (0)