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 ( return (
<> <>
<OverflowMenuButton aria-label={t("Show Menu")} {...menu} /> <OverflowMenuButton aria-label={t("Show menu")} {...menu} />
<ContextMenu {...menu} aria-label={t("File Operation options")}> <ContextMenu {...menu} aria-label={t("Export options")}>
<Template <Template
{...menu} {...menu}
items={[ items={[

View File

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