i18n
This commit is contained in:
@ -43,7 +43,7 @@ function CollectionSortMenu({
|
||||
onOpen={onOpen}
|
||||
onClose={onClose}
|
||||
label={
|
||||
<NudeButton aria-label={t("Sidebar sort")} aria-haspopup="true">
|
||||
<NudeButton aria-label={t("Sort in sidebar")} aria-haspopup="true">
|
||||
{alphabeticalSort ? <AlphabeticSortIcon /> : <ManualSortIcon />}
|
||||
</NudeButton>
|
||||
}
|
||||
|
@ -120,13 +120,13 @@
|
||||
"Edit": "Edit",
|
||||
"Permissions": "Permissions",
|
||||
"Export": "Export",
|
||||
"Sort in sidebar": "Sort in sidebar",
|
||||
"Alphabetical": "Alphabetical",
|
||||
"Manual sort": "Manual sort",
|
||||
"Delete": "Delete",
|
||||
"Edit collection": "Edit collection",
|
||||
"Delete collection": "Delete collection",
|
||||
"Export collection": "Export collection",
|
||||
"Sort in sidebar": "Sort in sidebar",
|
||||
"Alphabetical sort": "Alphabetical sort",
|
||||
"Manual sort": "Manual sort",
|
||||
"Document duplicated": "Document duplicated",
|
||||
"Document archived": "Document archived",
|
||||
"Document restored": "Document restored",
|
||||
@ -189,6 +189,7 @@
|
||||
"Name": "Name",
|
||||
"Description": "Description",
|
||||
"More details about this collection…": "More details about this collection…",
|
||||
"Alphabetical": "Alphabetical",
|
||||
"Private collection": "Private collection",
|
||||
"A private collection will only be visible to invited team members.": "A private collection will only be visible to invited team members.",
|
||||
"Saving": "Saving",
|
||||
|
Reference in New Issue
Block a user