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>2019-01-14 04:27:44 +0300
committerNextcloud bot <bot@nextcloud.com>2019-01-14 04:27:44 +0300
commita0667219600e60f64904474d6ab611ac9a9ce211 (patch)
tree0eb46210934134ded910c2b649ff15608f2792e0
parent8188b948a19ba16b0a92299651148c01d43f2030 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/zh_CN.js3
-rw-r--r--l10n/zh_CN.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index 3aa439b..dcfb027 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"Are you sure you want to impersonate \"{userId}\"?" : "你确定要模拟\"{userId}\"用户吗?",
"Impersonate user" : "模拟用户",
"Impersonate" : "模拟",
- "Logged in as {uid}" : "以{uid}的身份登录"
+ "Logged in as {uid}" : "以{uid}的身份登录",
+ "User not found" : "未找到用户"
},
"nplurals=1; plural=0;");
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
index a269f86..f458bcc 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -3,6 +3,7 @@
"Are you sure you want to impersonate \"{userId}\"?" : "你确定要模拟\"{userId}\"用户吗?",
"Impersonate user" : "模拟用户",
"Impersonate" : "模拟",
- "Logged in as {uid}" : "以{uid}的身份登录"
+ "Logged in as {uid}" : "以{uid}的身份登录",
+ "User not found" : "未找到用户"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file