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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-02-25 05:21:21 +0300
committerNextcloud bot <bot@nextcloud.com>2021-02-25 05:21:21 +0300
commitc8f7a808fddefc2afd05afbbc2f68963b832468e (patch)
treea42fabe4c418c3bd21ef17849ef694955cbe1eea /apps/lookup_server_connector
parentb89fbaf52d06faa8828d3c0520d54ca280ee6bf6 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/lookup_server_connector')
-rw-r--r--apps/lookup_server_connector/l10n/zh_TW.js7
-rw-r--r--apps/lookup_server_connector/l10n/zh_TW.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/lookup_server_connector/l10n/zh_TW.js b/apps/lookup_server_connector/l10n/zh_TW.js
new file mode 100644
index 00000000000..92041ef57e0
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/zh_TW.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "lookup_server_connector",
+ {
+ "Lookup Server Connector" : "查詢伺服器連接程式",
+ "Sync public user information with the lookup server" : "將公開使用者資訊與查詢伺服器同步"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/lookup_server_connector/l10n/zh_TW.json b/apps/lookup_server_connector/l10n/zh_TW.json
new file mode 100644
index 00000000000..84e8d7dc1b7
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/zh_TW.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Lookup Server Connector" : "查詢伺服器連接程式",
+ "Sync public user information with the lookup server" : "將公開使用者資訊與查詢伺服器同步"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file