diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-09 00:25:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-09 00:25:27 +0000 |
commit | dda6dd0bf4851386c97e2ea413ebdc682ef89e58 (patch) | |
tree | c2f5f8d3a2b4ed6994bdb598b6a9ce0e49288545 /lib/l10n/sl.js | |
parent | 82d2ec09311a2db13edd7eb407629d03333037c1 (diff) | |
download | nextcloud-server-dda6dd0bf4851386c97e2ea413ebdc682ef89e58.tar.gz nextcloud-server-dda6dd0bf4851386c97e2ea413ebdc682ef89e58.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/sl.js')
-rw-r--r-- | lib/l10n/sl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/sl.js b/lib/l10n/sl.js index 13244b00d50..c4dff0abfb0 100644 --- a/lib/l10n/sl.js +++ b/lib/l10n/sl.js @@ -219,7 +219,6 @@ OC.L10N.register( "Please ask your server administrator to restart the web server." : "Obvestite skrbnika strežnika, da je treba ponovno zagnati spletni strežnik.", "Your data directory must be an absolute path." : "Podatkovna mapa mora imeti navedeno celotno pot.", "Your data directory is invalid." : "Podatkovna mapa ni veljavna.", - "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Prepričajte se, da je datoteka ».ocdata« v korenu podatkovne mape.", "Action \"%s\" not supported or implemented." : "Dejanje »%s« ni podprto ali omogočeno.", "Authentication failed, wrong token or provider ID given" : "Overitev je spodletela, podan je napačen žeton oziroma določilo ID ponudnika", "Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Manjkajo parametri za dokončanje zahteve: »%s«.", @@ -260,6 +259,7 @@ OC.L10N.register( "Username must not consist of dots only" : "Uporabniško ime ne sme biti zgolj iz pik", "Username is invalid because files already exist for this user" : "Uporabniško ime ni veljavno, ker za tega uporabnika že obstajajo datoteke", "User disabled" : "Uporabnik je onemogočen", - "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Spremenite dovoljenja mape na 0770 in s tem onemogočite branje vsebine drugim uporabnikom." + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Spremenite dovoljenja mape na 0770 in s tem onemogočite branje vsebine drugim uporabnikom.", + "Ensure there is a file called \".ocdata\" in the root of the data directory." : "Prepričajte se, da je datoteka ».ocdata« v korenu podatkovne mape." }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); |