mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 04:14:26 +01:00
chore(note_actions): use dedicated translation for note revisions
This commit is contained in:
parent
e556c090ff
commit
63f7a78d31
@ -689,6 +689,7 @@
|
|||||||
"export_note": "Export note",
|
"export_note": "Export note",
|
||||||
"delete_note": "Delete note",
|
"delete_note": "Delete note",
|
||||||
"print_note": "Print note",
|
"print_note": "Print note",
|
||||||
|
"view_revisions": "Note revisions...",
|
||||||
"save_revision": "Save revision",
|
"save_revision": "Save revision",
|
||||||
"convert_into_attachment_failed": "Converting note '{{title}}' failed.",
|
"convert_into_attachment_failed": "Converting note '{{title}}' failed.",
|
||||||
"convert_into_attachment_successful": "Note '{{title}}' has been converted to attachment.",
|
"convert_into_attachment_successful": "Note '{{title}}' has been converted to attachment.",
|
||||||
|
|||||||
@ -98,7 +98,7 @@ function NoteContextMenu({ note, noteContext }: { note: FNote, noteContext?: Not
|
|||||||
}
|
}
|
||||||
<FormDropdownDivider />
|
<FormDropdownDivider />
|
||||||
|
|
||||||
<CommandItem command="showRevisions" icon="bx bx-history" text={t("revisions_button.note_revisions")} />
|
<CommandItem command="showRevisions" icon="bx bx-history" text={t("note_actions.view_revisions")} />
|
||||||
<CommandItem command="forceSaveRevision" icon="bx bx-save" disabled={isInOptionsOrHelp} text={t("note_actions.save_revision")} />
|
<CommandItem command="forceSaveRevision" icon="bx bx-save" disabled={isInOptionsOrHelp} text={t("note_actions.save_revision")} />
|
||||||
<CommandItem icon="bx bx-trash destructive-action-icon" text={t("note_actions.delete_note")} destructive
|
<CommandItem icon="bx bx-trash destructive-action-icon" text={t("note_actions.delete_note")} destructive
|
||||||
disabled={isInOptionsOrHelp}
|
disabled={isInOptionsOrHelp}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user