Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-06-01 06:38:56 +0300
committerNextcloud bot <bot@nextcloud.com>2022-06-01 06:38:56 +0300
commitbe9114500853ca73e5d729feb88a5280b50b94af (patch)
tree9ce769ceceb34e94d3e18134ba5b6c2afa82fa4f
parentc60449188db18044262cbbc0775739205915366e (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/ro.js5
-rw-r--r--l10n/ro.json5
2 files changed, 10 insertions, 0 deletions
diff --git a/l10n/ro.js b/l10n/ro.js
index 567b156..59812b2 100644
--- a/l10n/ro.js
+++ b/l10n/ro.js
@@ -1,8 +1,13 @@
OC.L10N.register(
"twofactor_u2f",
{
+ "Name your device" : "Numiți dispozitivul dvs.",
"Add" : "Adaugă",
+ "Adding your device …" : "Adăugarea dispozitivului dvs ...",
+ "An error occurred: {msg}" : "S-a produs o eroare: {msg}",
"Retry" : "Reîncearcă",
+ "An error occurred. Please try again." : "S-a produs o eroare. Vă rugăm să încercați din nou.",
+ "Unnamed device" : "Dispozitiv fără nume",
"Remove" : "Șterge"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
diff --git a/l10n/ro.json b/l10n/ro.json
index d7d2bc7..483e407 100644
--- a/l10n/ro.json
+++ b/l10n/ro.json
@@ -1,6 +1,11 @@
{ "translations": {
+ "Name your device" : "Numiți dispozitivul dvs.",
"Add" : "Adaugă",
+ "Adding your device …" : "Adăugarea dispozitivului dvs ...",
+ "An error occurred: {msg}" : "S-a produs o eroare: {msg}",
"Retry" : "Reîncearcă",
+ "An error occurred. Please try again." : "S-a produs o eroare. Vă rugăm să încercați din nou.",
+ "Unnamed device" : "Dispozitiv fără nume",
"Remove" : "Șterge"
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
} \ No newline at end of file