diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-14 02:26:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-14 02:26:37 +0000 |
commit | 5866418098c95619df2765ea7f52b6a32e1f6f7d (patch) | |
tree | f52df3c3ebd34a30c2e2c4ead38082a10eaa845b /lib/l10n/ro.js | |
parent | 72fa2497789dd4c9ab77f18d1ae379d10f1429d0 (diff) | |
download | nextcloud-server-5866418098c95619df2765ea7f52b6a32e1f6f7d.tar.gz nextcloud-server-5866418098c95619df2765ea7f52b6a32e1f6f7d.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/ro.js')
-rw-r--r-- | lib/l10n/ro.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ro.js b/lib/l10n/ro.js index 66a4b116f71..80cc805e1ab 100644 --- a/lib/l10n/ro.js +++ b/lib/l10n/ro.js @@ -120,7 +120,6 @@ OC.L10N.register( "A valid password must be provided" : "Trebuie să furnizaţi o parolă validă", "The username is already being used" : "Numele de utilizator este deja folosit", "Could not create user" : "Nu s-a putut crea utilizatorul", - "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Numai următoarele caractere sunt permise în numele utilizatorului: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"", "A valid username must be provided" : "Trebuie să furnizaţi un nume de utilizator valid", "Username contains whitespace at the beginning or at the end" : "Utilizatorul contine spațiu liber la început sau la sfârșit", "Username must not consist of dots only" : "Numele utilizatorului nu poate conține numai puncte", @@ -135,6 +134,7 @@ OC.L10N.register( "Storage is temporarily not available" : "Spațiu de stocare este indisponibil temporar", "%s enter the database username and name." : "%s introdu numele de utilizator și parola pentru baza de date.", "%s enter the database username." : "%s introdu utilizatorul bazei de date.", - "%s enter the database name." : "%s introduceți numele bazei de date" + "%s enter the database name." : "%s introduceți numele bazei de date", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Numai următoarele caractere sunt permise în numele utilizatorului: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); |