add translation for enter

This commit is contained in:
Nriver 2024-07-24 17:32:01 +08:00
parent a01065908d
commit 5691554442
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ const TPL = `
</div>
</div>
<div class="modal-footer">
<button type="submit" class="btn btn-primary">${t('clone_to.clone_to_selected_note')} <kbd>enter</kbd></button>
<button type="submit" class="btn btn-primary">${t('clone_to.clone_to_selected_note')}</button>
</div>
</form>
</div>

View File

@ -46,7 +46,7 @@
"search_for_note_by_its_name": "根据名称搜索笔记",
"cloned_note_prefix_title": "克隆的笔记将在笔记树中显示给定的前缀",
"prefix_optional": "前缀(可选)",
"clone_to_selected_note": "克隆到选定的笔记",
"clone_to_selected_note": "克隆到选定的笔记 <kbd>回车</kbd>",
"no_path_to_clone_to": "没有克隆路径。",
"note_cloned": "笔记 \"{{clonedTitle}}\" 已克隆到 \"{{targetTitle}}\""
},

View File

@ -46,7 +46,7 @@
"search_for_note_by_its_name": "search for note by its name",
"cloned_note_prefix_title": "Cloned note will be shown in note tree with given prefix",
"prefix_optional": "Prefix (optional)",
"clone_to_selected_note": "Clone to selected note",
"clone_to_selected_note": "Clone to selected note <kbd>enter</kbd>",
"no_path_to_clone_to": "No path to clone to.",
"note_cloned": "Note \"{{clonedTitle}}\" has been cloned into \"{{targetTitle}}\""
},