diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-24 00:20:17 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-24 00:20:17 +0000 |
commit | 878538ca545a2618bb77b7b65286ee87c8ab9650 (patch) | |
tree | 4deaa0e0dde14bcf407c8da9d05e61f0d2401345 /apps/settings/l10n/sk.js | |
parent | 4618e28b18662a7d234e510d11bf5eb3b0f40209 (diff) | |
download | nextcloud-server-878538ca545a2618bb77b7b65286ee87c8ab9650.tar.gz nextcloud-server-878538ca545a2618bb77b7b65286ee87c8ab9650.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/sk.js')
-rw-r--r-- | apps/settings/l10n/sk.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/settings/l10n/sk.js b/apps/settings/l10n/sk.js index b354cea6dfd..378975da27d 100644 --- a/apps/settings/l10n/sk.js +++ b/apps/settings/l10n/sk.js @@ -736,8 +736,9 @@ OC.L10N.register( "Account documentation" : "Dokumentácia k účtom", "Administration documentation" : "Príručka administrátora", "Forum" : "Fórum", - "Nextcloud help resources" : "Pomoc pre Nextcloud", "General documentation" : "Všeobecná dokumentácia", + "Legal notice" : "Právne upozornenie", + "Privacy policy" : "Zásady ochrany osobných údajov", "None/STARTTLS" : "Žiadne/STARTTLS", "SSL" : "SSL", "Open documentation" : "Otvoriť dokumentáciu", @@ -882,6 +883,7 @@ OC.L10N.register( "Send welcome email to new users" : "Odoslať uvítací e-mail novým používateľo", "User management" : "Správa užívateľov", "Creating group …" : "Vytváram skupinu ...", - "User group: {group}" : "Skupina užívateľa: {group}" + "User group: {group}" : "Skupina užívateľa: {group}", + "Nextcloud help resources" : "Pomoc pre Nextcloud" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |