fix double curly braces

This commit is contained in:
Nriver 2024-08-05 10:18:42 +08:00
parent cfd33c802c
commit 97e127a4af
2 changed files with 6 additions and 6 deletions

View File

@ -609,7 +609,7 @@
"save_revision": "保存笔记历史" "save_revision": "保存笔记历史"
}, },
"onclick_button": { "onclick_button": {
"no_click_handler": "按钮组件'{componentId}'没有定义点击处理程序" "no_click_handler": "按钮组件'{{componentId}}'没有定义点击处理程序"
}, },
"protected_session_status": { "protected_session_status": {
"active": "受保护的会话已激活。点击退出受保护的会话。", "active": "受保护的会话已激活。点击退出受保护的会话。",
@ -654,8 +654,8 @@
"mobile_detail_menu": { "mobile_detail_menu": {
"insert_child_note": "插入子笔记", "insert_child_note": "插入子笔记",
"delete_this_note": "删除此笔记", "delete_this_note": "删除此笔记",
"error_cannot_get_branch_id": "无法获取 notePath '{notePath}' 的 branchId", "error_cannot_get_branch_id": "无法获取 notePath '{{notePath}}' 的 branchId",
"error_unrecognized_command": "无法识别的命令 {command}" "error_unrecognized_command": "无法识别的命令 {{command}}"
}, },
"basic_properties": { "basic_properties": {
"note_type": "笔记类型", "note_type": "笔记类型",

View File

@ -610,7 +610,7 @@
"save_revision": "Save revision" "save_revision": "Save revision"
}, },
"onclick_button": { "onclick_button": {
"no_click_handler": "Button widget '{componentId}' has no defined click handler" "no_click_handler": "Button widget '{{componentId}}' has no defined click handler"
}, },
"protected_session_status": { "protected_session_status": {
"active": "Protected session is active. Click to leave protected session.", "active": "Protected session is active. Click to leave protected session.",
@ -655,8 +655,8 @@
"mobile_detail_menu": { "mobile_detail_menu": {
"insert_child_note": "Insert child note", "insert_child_note": "Insert child note",
"delete_this_note": "Delete this note", "delete_this_note": "Delete this note",
"error_cannot_get_branch_id": "Cannot get branchId for notePath '{notePath}'", "error_cannot_get_branch_id": "Cannot get branchId for notePath '{{notePath}}'",
"error_unrecognized_command": "Unrecognized command {command}" "error_unrecognized_command": "Unrecognized command {{command}}"
}, },
"basic_properties": { "basic_properties": {
"note_type": "Note type", "note_type": "Note type",