diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-02-25 02:21:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-02-25 02:21:21 +0000 |
commit | c8f7a808fddefc2afd05afbbc2f68963b832468e (patch) | |
tree | a42fabe4c418c3bd21ef17849ef694955cbe1eea /apps/lookup_server_connector/l10n | |
parent | b89fbaf52d06faa8828d3c0520d54ca280ee6bf6 (diff) | |
download | nextcloud-server-c8f7a808fddefc2afd05afbbc2f68963b832468e.tar.gz nextcloud-server-c8f7a808fddefc2afd05afbbc2f68963b832468e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/lookup_server_connector/l10n')
-rw-r--r-- | apps/lookup_server_connector/l10n/zh_TW.js | 7 | ||||
-rw-r--r-- | apps/lookup_server_connector/l10n/zh_TW.json | 5 |
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 |