Skip to content

Commit 5f79207

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent cbfbbea commit 5f79207

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

l10n/cs.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
OC.L10N.register(
2+
"ldap_write_support",
3+
{
4+
"Could not find related LDAP entry" : "Nepodařilo se najít související LDAP položku",
5+
"DisplayName change rejected" : "Změna DisplayName zamítnuta",
6+
"Write support for LDAP" : "Podpora pro zápis do LDAP",
7+
"Switches" : "Přepínače",
8+
"User template" : "Šablona uživatele",
9+
"Failed to set user template." : "Nepodařilo se nastavit šablonu uživatele.",
10+
"Failed to set switch." : "Nepodařilo se nastavit přepínač."
11+
},
12+
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");

l10n/cs.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{ "translations": {
2+
"Could not find related LDAP entry" : "Nepodařilo se najít související LDAP položku",
3+
"DisplayName change rejected" : "Změna DisplayName zamítnuta",
4+
"Write support for LDAP" : "Podpora pro zápis do LDAP",
5+
"Switches" : "Přepínače",
6+
"User template" : "Šablona uživatele",
7+
"Failed to set user template." : "Nepodařilo se nastavit šablonu uživatele.",
8+
"Failed to set switch." : "Nepodařilo se nastavit přepínač."
9+
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
10+
}

0 commit comments

Comments
 (0)