nextcloud/apps/federatedfilesharing/l10n/zh_TW.js

10 lines
562 B
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
OC.L10N.register(
"federatedfilesharing",
{
"Invalid Federated Cloud ID" : "無效的雲端聯盟ID:",
"Sharing %s failed, because this item is already shared with %s" : "分享 %s 失敗,因為此項目目前已經與 %s 分享",
"Not allowed to create a federated share with the same user" : "不允許與同一個使用者建立聯盟式分享",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "分享%s失敗找不到%s或許目前無法連線到該伺服器"
},
"nplurals=1; plural=0;");