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

github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-04-24 05:57:11 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-24 05:57:11 +0300
commitf505ff24c10d74c8766e959a6162b0dd7402b74e (patch)
tree5046015744836a6ccf5c81efe99ce1e58ed8a684
parent54d54dad3e6f1eff6d968bb5087202957ae12f97 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/ro.js3
-rw-r--r--l10n/ro.json3
-rw-r--r--l10n/vi.js6
-rw-r--r--l10n/vi.json4
4 files changed, 14 insertions, 2 deletions
diff --git a/l10n/ro.js b/l10n/ro.js
index f935310..08d30a2 100644
--- a/l10n/ro.js
+++ b/l10n/ro.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"Are you sure you want to impersonate \"{userId}\"?" : "Ești sigur că dorești să impersonezi \"{userId}\"?",
"Impersonate user" : "Impersonează utilizator",
"Impersonate" : "Impersonează",
- "Logged in as {uid}" : "Autentificat ca {uid}"
+ "Logged in as {uid}" : "Autentificat ca {uid}",
+ "User not found" : "Utilizatorul nu a fost găsit"
},
"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 a447346..344c8e0 100644
--- a/l10n/ro.json
+++ b/l10n/ro.json
@@ -3,6 +3,7 @@
"Are you sure you want to impersonate \"{userId}\"?" : "Ești sigur că dorești să impersonezi \"{userId}\"?",
"Impersonate user" : "Impersonează utilizator",
"Impersonate" : "Impersonează",
- "Logged in as {uid}" : "Autentificat ca {uid}"
+ "Logged in as {uid}" : "Autentificat ca {uid}",
+ "User not found" : "Utilizatorul nu a fost găsit"
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
} \ No newline at end of file
diff --git a/l10n/vi.js b/l10n/vi.js
new file mode 100644
index 0000000..cc1bafb
--- /dev/null
+++ b/l10n/vi.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "impersonate",
+ {
+ "User not found" : "Không tìm thấy người dùng"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/vi.json b/l10n/vi.json
new file mode 100644
index 0000000..1a5fba0
--- /dev/null
+++ b/l10n/vi.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "User not found" : "Không tìm thấy người dùng"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file