This commit is contained in:
Tom Moor
2021-02-20 12:31:54 -08:00
parent 5b7018058d
commit 4ef4ef963a
3 changed files with 4 additions and 5 deletions

View File

@ -114,7 +114,7 @@ function SettingsSidebar() {
<SidebarLink
to="/settings/import-export"
icon={<DocumentIcon color="currentColor" />}
label={t("Import / Export")}
label={`${t("Import")} / ${t("Export")}`}
/>
)}
</Section>

View File

@ -108,7 +108,7 @@ function ImportExport() {
return (
<CenteredContent>
<PageTitle title={t("Import / Export")} />
<PageTitle title={`${t("Import")} / ${t("Export")}`} />
<h1>{t("Import")}</h1>
<HelpText>
<Trans>

View File

@ -109,7 +109,8 @@
"People": "People",
"Groups": "Groups",
"Share Links": "Share Links",
"Import / Export": "Import / Export",
"Import": "Import",
"Export": "Export",
"Integrations": "Integrations",
"Installation": "Installation",
"Unstar": "Unstar",
@ -132,7 +133,6 @@
"New document": "New document",
"Import document": "Import document",
"Edit": "Edit",
"Export": "Export",
"Delete": "Delete",
"Collection members": "Collection members",
"Edit collection": "Edit collection",
@ -308,7 +308,6 @@
"Clear filters": "Clear filters",
"Import started": "Import started",
"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.",
"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.",