translations
This commit is contained in:
@ -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={[
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user