diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index dafd6a1fa..9bad10fcb 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -173,7 +173,7 @@ OC.L10N.register( "Can manage" : "可以管理", "Owner" : "所有者", "Delete" : "删除", - "Failed to create share with {displayName}" : "用 {displayName} 创建分享失败", + "Failed to create share with {displayName}" : "用{displayName}创建分享失败", "Transfer" : "传输", "Archive all cards" : "归档所有卡片", "Delete list" : "删除列表", @@ -285,7 +285,7 @@ OC.L10N.register( "Create a card" : "创建一张卡片", "Message from {author} in {conversationName}" : "{conversationName} 会话中来自 {author} 的消息", "Something went wrong" : "发生了错误", - "Failed to upload {name}" : "未能上传 {name}", + "Failed to upload {name}" : "未能上传{name}", "Maximum file size of {size} exceeded" : "文件容量已超过 {size} 的上限", "Error creating the share" : "创建分享出错", "Share with a Deck card" : "分享给一张看板卡片", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 9feaf9c5e..90f179fb9 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -171,7 +171,7 @@ "Can manage" : "可以管理", "Owner" : "所有者", "Delete" : "删除", - "Failed to create share with {displayName}" : "用 {displayName} 创建分享失败", + "Failed to create share with {displayName}" : "用{displayName}创建分享失败", "Transfer" : "传输", "Archive all cards" : "归档所有卡片", "Delete list" : "删除列表", @@ -283,7 +283,7 @@ "Create a card" : "创建一张卡片", "Message from {author} in {conversationName}" : "{conversationName} 会话中来自 {author} 的消息", "Something went wrong" : "发生了错误", - "Failed to upload {name}" : "未能上传 {name}", + "Failed to upload {name}" : "未能上传{name}", "Maximum file size of {size} exceeded" : "文件容量已超过 {size} 的上限", "Error creating the share" : "创建分享出错", "Share with a Deck card" : "分享给一张看板卡片",