owncloud/core

View on GitHub
apps/federation/l10n/zh_TW.js

Summary

Maintainability
A
1 hr
Test Coverage
OC.L10N.register(
    "federation",
    {
    "Server added to the list of trusted ownClouds" : "伺服器已添加到可信的ownClouds列表中",
    "Server is already in the list of trusted servers." : "伺服器已在受可信的伺服器列表中。",
    "No ownCloud server found" : "找不到ownCloud伺服器",
    "Could not add server" : "無法添加伺服器",
    "Federation" : "聯邦",
    "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "ownCloud Federation允許您與其他可信的ownCloud連接與交換使用者資料夾。 範例,這將用於自動完成外部用戶的聯合共享。",
    "Add server automatically once a federated share was created successfully" : "成功創建聯合分享後,自動地添加伺服器",
    "Trusted ownCloud Servers" : "可信的 ownCloud伺服器",
    "+ Add ownCloud server" : "+添加ownCloud伺服器",
    "ownCloud Server" : "ownCloud伺服器",
    "Add" : "增加"
},
"nplurals=1; plural=0;");