diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-07 00:29:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-07 00:29:00 +0000 |
commit | c08a8036e5f0a9c5167a0704bedd2beb707702a9 (patch) | |
tree | e3ff4a45963aa7ffec8bca663b59eacb3ab6353c /lib | |
parent | 527329978e185efef804497f62b0e456f8a84558 (diff) | |
download | nextcloud-server-c08a8036e5f0a9c5167a0704bedd2beb707702a9.tar.gz nextcloud-server-c08a8036e5f0a9c5167a0704bedd2beb707702a9.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/cs.js | 1 | ||||
-rw-r--r-- | lib/l10n/cs.json | 1 | ||||
-rw-r--r-- | lib/l10n/nl.js | 1 | ||||
-rw-r--r-- | lib/l10n/nl.json | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index 422c9e0cee5..deeb3f3b996 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -156,6 +156,7 @@ OC.L10N.register( "%1$s shared »%2$s« with you." : "%1$s vám nasdílel(a) „%2$s“.", "Click the button below to open it." : "Pro otevření klikněte na tlačítko níže.", "The requested share does not exist anymore" : "Požadované sdílení už neexistuje", + "The requested share comes from a disabled user" : "Požadované sdílení pochází od vypnutého uživatelského účtu", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "Uživatel nebyl vytvořen protože bylo dosaženo limitu počtu uživatelů. Více se dozvíte v upozorněních.", "Could not find category \"%s\"" : "Nedaří se nalézt kategorii „%s“", "Sunday" : "neděle", diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index 164c56f7e47..0fa73b1568e 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -154,6 +154,7 @@ "%1$s shared »%2$s« with you." : "%1$s vám nasdílel(a) „%2$s“.", "Click the button below to open it." : "Pro otevření klikněte na tlačítko níže.", "The requested share does not exist anymore" : "Požadované sdílení už neexistuje", + "The requested share comes from a disabled user" : "Požadované sdílení pochází od vypnutého uživatelského účtu", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "Uživatel nebyl vytvořen protože bylo dosaženo limitu počtu uživatelů. Více se dozvíte v upozorněních.", "Could not find category \"%s\"" : "Nedaří se nalézt kategorii „%s“", "Sunday" : "neděle", diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js index 068552cebb0..5aa59620e0c 100644 --- a/lib/l10n/nl.js +++ b/lib/l10n/nl.js @@ -94,6 +94,7 @@ OC.L10N.register( "Appearance and accessibility" : "Weergave en toegankelijkheid", "Apps" : "Apps", "Personal settings" : "Persoonlijke instellingen", + "Administration settings" : "Beheerder instellingen", "Settings" : "Instellingen", "Log out" : "Uitloggen", "Users" : "Gebruikers", diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json index a7c9066de3a..c4ab53ebcd1 100644 --- a/lib/l10n/nl.json +++ b/lib/l10n/nl.json @@ -92,6 +92,7 @@ "Appearance and accessibility" : "Weergave en toegankelijkheid", "Apps" : "Apps", "Personal settings" : "Persoonlijke instellingen", + "Administration settings" : "Beheerder instellingen", "Settings" : "Instellingen", "Log out" : "Uitloggen", "Users" : "Gebruikers", |