diff options
Diffstat (limited to 'apps/federation/l10n/zh_TW.js')
-rw-r--r-- | apps/federation/l10n/zh_TW.js | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/federation/l10n/zh_TW.js b/apps/federation/l10n/zh_TW.js new file mode 100644 index 00000000000..983aba26154 --- /dev/null +++ b/apps/federation/l10n/zh_TW.js @@ -0,0 +1,19 @@ +OC.L10N.register( + "federation", + { + "Added to the list of trusted servers" : "已加入信任伺服器清單", + "Server is already in the list of trusted servers." : "伺服器已經在信任清單內", + "No server to federate with found" : "沒有找到可結盟的伺服器", + "Could not add server" : "無法加入伺服器", + "Federation" : "聯盟", + "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "聯盟功能允許您與信任的伺服器連結,交換使用者列表。舉例來說,與其他雲端聯盟的使用者分享檔案時,有了這一份列表,就可以在輸入框搜尋他們的使用者名稱。", + "Add server automatically once a federated share was created successfully" : "當聯盟分享成功建立的時候自動將伺服器加入信任清單", + "Trusted Servers" : "信任的伺服器", + "+ Add Nextcloud server" : "+ 加入 Nextcloud 伺服器", + "Nextcloud Server" : "Nextcloud 伺服器", + "Server added to the list of trusted Nextclouds" : "伺服器已被加入至信任的 Nextcloud", + "No Nextcloud server found" : "找不到 Nextcloud 伺服器", + "Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Nextcloud 聯盟功能允許您與信任的伺服器連結,交換使用者列表。舉例來說,與其他雲端聯盟的使用者分享檔案時,有了這一份列表,就可以在輸入框搜尋他們的使用者名稱。", + "Trusted Nextcloud Servers" : "信任的 Nextcloud 伺服器" +}, +"nplurals=1; plural=0;"); |