i18n: Tweak a few more messages

This commit is contained in:
Elian Doran 2024-09-02 13:56:57 +03:00
parent 8a83267ead
commit 466d4966fd
No known key found for this signature in database
3 changed files with 7 additions and 7 deletions

View File

@ -470,8 +470,8 @@
"to": "到", "to": "到",
"target_parent_note": "目标父笔记", "target_parent_note": "目标父笔记",
"on_all_matched_notes": "对于所有匹配的笔记", "on_all_matched_notes": "对于所有匹配的笔记",
"move_note_new_parent": "如果笔记只有一个父笔记,则将其移动到新父笔记(即旧位置被移除,并创建到新父笔记的位置)", "move_note_new_parent": "",
"clone_note_new_parent": "如果笔记有多个克隆/位置,则将其克隆到新父笔记(不清楚应删除哪个位置)", "clone_note_new_parent": "",
"nothing_will_happen": "如果笔记无法移动到目标笔记(即这会创建一个树循环),则不会发生任何事情" "nothing_will_happen": "如果笔记无法移动到目标笔记(即这会创建一个树循环),则不会发生任何事情"
}, },
"rename_note": { "rename_note": {

View File

@ -470,8 +470,8 @@
"to": "to", "to": "to",
"target_parent_note": "target parent note", "target_parent_note": "target parent note",
"on_all_matched_notes": "On all matched notes", "on_all_matched_notes": "On all matched notes",
"move_note_new_parent": "move note to the new parent if note has only one parent (i.e. the old placement is removed and new placement into the new parent is created)", "move_note_new_parent": "move note to the new parent if note has only one parent (i.e. the old branch is removed and new branch into the new parent is created)",
"clone_note_new_parent": "clone note to the new parent if note has multiple clones/placements (it's not clear which placement should be removed)", "clone_note_new_parent": "clone note to the new parent if note has multiple clones/branches (it's not clear which branch should be removed)",
"nothing_will_happen": "nothing will happen if note cannot be moved to the target note (i.e. this would create a tree cycle)" "nothing_will_happen": "nothing will happen if note cannot be moved to the target note (i.e. this would create a tree cycle)"
}, },
"rename_note": { "rename_note": {

View File

@ -470,8 +470,8 @@
"to": "a", "to": "a",
"target_parent_note": "nota padre objetivo", "target_parent_note": "nota padre objetivo",
"on_all_matched_notes": "En todas las notas coincidentes", "on_all_matched_notes": "En todas las notas coincidentes",
"move_note_new_parent": "mover la nota al nuevo padre si la nota tiene solo un padre (es decir, se elimina la ubicación anterior y se crea una nueva ubicación en el nuevo padre)", "move_note_new_parent": "",
"clone_note_new_parent": "clonar nota al nuevo padre si la nota tiene múltiples clones/ubicaciones (no está claro qué ubicación se debe eliminar)", "clone_note_new_parent": "",
"nothing_will_happen": "No pasará nada si la nota no se puede mover a la nota de destino (es decir, esto crearía un ciclo de árbol)" "nothing_will_happen": "No pasará nada si la nota no se puede mover a la nota de destino (es decir, esto crearía un ciclo de árbol)"
}, },
"rename_note": { "rename_note": {
@ -661,7 +661,7 @@
"mobile_detail_menu": { "mobile_detail_menu": {
"insert_child_note": "Insertar nota hijo", "insert_child_note": "Insertar nota hijo",
"delete_this_note": "Eliminar esta nota", "delete_this_note": "Eliminar esta nota",
"error_cannot_get_branch_id": "No se puede obtener el branchID del notePath '{{notePad}}'", "error_cannot_get_branch_id": "No se puede obtener el branchID del notePath '{{notePath}}'",
"error_unrecognized_command": "Comando no reconocido {{command}}" "error_unrecognized_command": "Comando no reconocido {{command}}"
}, },
"basic_properties": { "basic_properties": {