i18n
This commit is contained in:
@ -114,7 +114,7 @@ function SettingsSidebar() {
|
|||||||
<SidebarLink
|
<SidebarLink
|
||||||
to="/settings/import-export"
|
to="/settings/import-export"
|
||||||
icon={<DocumentIcon color="currentColor" />}
|
icon={<DocumentIcon color="currentColor" />}
|
||||||
label={t("Import / Export")}
|
label={`${t("Import")} / ${t("Export")}`}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</Section>
|
</Section>
|
||||||
|
@ -108,7 +108,7 @@ function ImportExport() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<CenteredContent>
|
<CenteredContent>
|
||||||
<PageTitle title={t("Import / Export")} />
|
<PageTitle title={`${t("Import")} / ${t("Export")}`} />
|
||||||
<h1>{t("Import")}</h1>
|
<h1>{t("Import")}</h1>
|
||||||
<HelpText>
|
<HelpText>
|
||||||
<Trans>
|
<Trans>
|
||||||
|
@ -109,7 +109,8 @@
|
|||||||
"People": "People",
|
"People": "People",
|
||||||
"Groups": "Groups",
|
"Groups": "Groups",
|
||||||
"Share Links": "Share Links",
|
"Share Links": "Share Links",
|
||||||
"Import / Export": "Import / Export",
|
"Import": "Import",
|
||||||
|
"Export": "Export",
|
||||||
"Integrations": "Integrations",
|
"Integrations": "Integrations",
|
||||||
"Installation": "Installation",
|
"Installation": "Installation",
|
||||||
"Unstar": "Unstar",
|
"Unstar": "Unstar",
|
||||||
@ -132,7 +133,6 @@
|
|||||||
"New document": "New document",
|
"New document": "New document",
|
||||||
"Import document": "Import document",
|
"Import document": "Import document",
|
||||||
"Edit": "Edit",
|
"Edit": "Edit",
|
||||||
"Export": "Export",
|
|
||||||
"Delete": "Delete",
|
"Delete": "Delete",
|
||||||
"Collection members": "Collection members",
|
"Collection members": "Collection members",
|
||||||
"Edit collection": "Edit collection",
|
"Edit collection": "Edit collection",
|
||||||
@ -308,7 +308,6 @@
|
|||||||
"Clear filters": "Clear filters",
|
"Clear filters": "Clear filters",
|
||||||
"Import started": "Import started",
|
"Import started": "Import started",
|
||||||
"Export in progress…": "Export in progress…",
|
"Export in progress…": "Export in progress…",
|
||||||
"Import": "Import",
|
|
||||||
"It is possible to import a zip file of folders and Markdown files previously exported from an Outline instance. Support will soon be added for importing from other services.": "It is possible to import a zip file of folders and Markdown files previously exported from an Outline instance. Support will soon be added for importing from other services.",
|
"It is possible to import a zip file of folders and Markdown files previously exported from an Outline instance. Support will soon be added for importing from other services.": "It is possible to import a zip file of folders and Markdown files previously exported from an Outline instance. Support will soon be added for importing from other services.",
|
||||||
"Your file has been uploaded and the import is currently being processed, you can safely leave this page while it completes.": "Your file has been uploaded and the import is currently being processed, you can safely leave this page while it completes.",
|
"Your file has been uploaded and the import is currently being processed, you can safely leave this page while it completes.": "Your file has been uploaded and the import is currently being processed, you can safely leave this page while it completes.",
|
||||||
"Sorry, the file <em>{{ fileName }}</em> is missing valid collections or documents.": "Sorry, the file <em>{{ fileName }}</em> is missing valid collections or documents.",
|
"Sorry, the file <em>{{ fileName }}</em> is missing valid collections or documents.": "Sorry, the file <em>{{ fileName }}</em> is missing valid collections or documents.",
|
||||||
|
Reference in New Issue
Block a user