Browse Source
Fix(l10n): Update translations from Transifex
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>pull/50992/head
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
42 changed files with 216 additions and 22 deletions
-
2apps/federatedfilesharing/l10n/pl.js
-
2apps/federatedfilesharing/l10n/pl.json
-
4apps/federation/l10n/pl.js
-
4apps/federation/l10n/pl.json
-
1apps/files/l10n/it.js
-
1apps/files/l10n/it.json
-
39apps/files/l10n/pl.js
-
39apps/files/l10n/pl.json
-
1apps/files/l10n/uk.js
-
1apps/files/l10n/uk.json
-
3apps/files_external/l10n/ar.js
-
3apps/files_external/l10n/ar.json
-
4apps/files_external/l10n/it.js
-
4apps/files_external/l10n/it.json
-
6apps/files_external/l10n/pl.js
-
6apps/files_external/l10n/pl.json
-
3apps/files_external/l10n/sk.js
-
3apps/files_external/l10n/sk.json
-
3apps/files_external/l10n/zh_CN.js
-
3apps/files_external/l10n/zh_CN.json
-
2apps/files_sharing/l10n/ja.js
-
2apps/files_sharing/l10n/ja.json
-
3apps/files_trashbin/l10n/pl.js
-
3apps/files_trashbin/l10n/pl.json
-
3apps/lookup_server_connector/l10n/pl.js
-
3apps/lookup_server_connector/l10n/pl.json
-
4apps/oauth2/l10n/pl.js
-
4apps/oauth2/l10n/pl.json
-
5apps/sharebymail/l10n/sk.js
-
5apps/sharebymail/l10n/sk.json
-
17apps/systemtags/l10n/lv.js
-
17apps/systemtags/l10n/lv.json
-
12apps/systemtags/l10n/sk.js
-
12apps/systemtags/l10n/sk.json
-
1apps/twofactor_backupcodes/l10n/pl.js
-
1apps/twofactor_backupcodes/l10n/pl.json
-
2core/l10n/ja.js
-
2core/l10n/ja.json
-
3core/l10n/pl.js
-
3core/l10n/pl.json
-
1lib/l10n/lv.js
-
1lib/l10n/lv.json
@ -1,6 +1,7 @@ |
|||
OC.L10N.register( |
|||
"lookup_server_connector", |
|||
{ |
|||
"Lookup Server Connector" : "Łącze serwera wyszukiwania" |
|||
"Lookup Server Connector" : "Łącze serwera wyszukiwania", |
|||
"Sync public account information with the lookup server" : "Synchronizuj informacje o koncie publicznym z serwerem wyszukiwania" |
|||
}, |
|||
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); |
|||
@ -1,4 +1,5 @@ |
|||
{ "translations": { |
|||
"Lookup Server Connector" : "Łącze serwera wyszukiwania" |
|||
"Lookup Server Connector" : "Łącze serwera wyszukiwania", |
|||
"Sync public account information with the lookup server" : "Synchronizuj informacje o koncie publicznym z serwerem wyszukiwania" |
|||
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue