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>2021-01-30 05:50:39 +0300
committerNextcloud bot <bot@nextcloud.com>2021-01-30 05:50:39 +0300
commit26f2aa193d353afe934b595b7bb1a8776d98c58f (patch)
tree5921425a6d3d651120f0c356c0fcbbd74d939c83
parent28aac2adfc4ea263ad964790dba8e8841c5be963 (diff)
[tx-robot] updated from transifexstable18
-rw-r--r--l10n/zh_HK.js10
-rw-r--r--l10n/zh_HK.json8
2 files changed, 18 insertions, 0 deletions
diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js
new file mode 100644
index 0000000..56f4a8c
--- /dev/null
+++ b/l10n/zh_HK.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "impersonate",
+ {
+ "Could not impersonate user" : "無法模擬成用戶",
+ "Are you sure you want to impersonate \"{userId}\"?" : "你確定要模擬為用戶 \"{userId}\" 嗎?",
+ "Impersonate user" : "模擬用戶",
+ "Impersonate" : "模擬",
+ "Logged in as {uid}" : "登入為 {uid}"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json
new file mode 100644
index 0000000..ada0a98
--- /dev/null
+++ b/l10n/zh_HK.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Could not impersonate user" : "無法模擬成用戶",
+ "Are you sure you want to impersonate \"{userId}\"?" : "你確定要模擬為用戶 \"{userId}\" 嗎?",
+ "Impersonate user" : "模擬用戶",
+ "Impersonate" : "模擬",
+ "Logged in as {uid}" : "登入為 {uid}"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file