diff --git a/apps/client/src/translations/cn/translation.json b/apps/client/src/translations/cn/translation.json index 98abeb984..c9473ff3d 100644 --- a/apps/client/src/translations/cn/translation.json +++ b/apps/client/src/translations/cn/translation.json @@ -39,7 +39,10 @@ "help_on_tree_prefix": "有关树前缀的帮助", "prefix": "前缀: ", "save": "保存", - "branch_prefix_saved": "分支前缀已保存。" + "branch_prefix_saved": "分支前缀已保存。", + "edit_branch_prefix_multiple": "编辑 {{count}} 个分支的前缀", + "branch_prefix_saved_multiple": "已为 {{count}} 个分支保存分支前缀。", + "affected_branches": "受影响的分支 {{count}}:" }, "bulk_actions": { "bulk_actions": "批量操作", @@ -2076,5 +2079,8 @@ "edit-slide": "编辑此幻灯片", "start-presentation": "开始演示", "slide-overview": "切换幻灯片概览" + }, + "calendar_view": { + "delete_note": "删除笔记..." } } diff --git a/apps/client/src/translations/tw/translation.json b/apps/client/src/translations/tw/translation.json index 2b366581c..cf2410f4d 100644 --- a/apps/client/src/translations/tw/translation.json +++ b/apps/client/src/translations/tw/translation.json @@ -39,7 +39,10 @@ "help_on_tree_prefix": "有關樹前綴的說明", "prefix": "前綴: ", "save": "儲存", - "branch_prefix_saved": "已儲存分支前綴。" + "branch_prefix_saved": "已儲存分支前綴。", + "edit_branch_prefix_multiple": "編輯 {{count}} 個分支的前綴", + "branch_prefix_saved_multiple": "已為 {{count}} 個分支儲存分支前綴。", + "affected_branches": "受影響的分支 ({{count}}):" }, "bulk_actions": { "bulk_actions": "批次操作", @@ -2076,5 +2079,8 @@ "edit-slide": "編輯此投影片", "start-presentation": "開始簡報", "slide-overview": "切換投影片概覽" + }, + "calendar_view": { + "delete_note": "刪除筆記…" } }