translations

This commit is contained in:
Tom Moor
2021-10-06 21:17:17 -07:00
parent 36c73051b4
commit 99381d10ff
2 changed files with 3 additions and 4 deletions

View File

@ -17,8 +17,8 @@ function FileOperationMenu({ id, onDelete }: Props) {
return (
<>
<OverflowMenuButton aria-label={t("Show Menu")} {...menu} />
<ContextMenu {...menu} aria-label={t("File Operation options")}>
<OverflowMenuButton aria-label={t("Show menu")} {...menu} />
<ContextMenu {...menu} aria-label={t("Export options")}>
<Template
{...menu}
items={[

View File

@ -227,8 +227,7 @@
"Print": "Print",
"Move {{ documentName }}": "Move {{ documentName }}",
"Permanently delete {{ documentName }}": "Permanently delete {{ documentName }}",
"Show Menu": "Show Menu",
"File Operation options": "File Operation options",
"Export options": "Export options",
"Edit group": "Edit group",
"Delete group": "Delete group",
"Group options": "Group options",