nextcloud/apps/federatedfilesharing/l10n/zh_CN.js

10 lines
536 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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;");