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