Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions webapp/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,21 @@
"docs.discardDraft.error": "Could not discard “{title}”.",
"docs.discardDraft.message": "Are you sure you want to discard <b>{title}</b>? It has never been published, so this cannot be undone.",
"docs.discardDraft.title": "Discard draft",
"docs.editor.header.draft": "Draft · {spaceId} / {pageId}",
"docs.editor.header.published": "Published · {spaceId} / {pageId}",
"docs.editor.actionFailed": "That action could not be completed. Your draft is unchanged.",
"docs.editor.autosave.saved": "Saved",
"docs.editor.autosave.saving": "Saving…",
"docs.editor.autosave.unsaved": "Unsaved changes",
"docs.editor.bodyPlaceholder": "Start writing…",
"docs.editor.callout": "Insert callout",
"docs.editor.contentError": "This page's content could not be opened. Editing is disabled so the stored version is not overwritten.",
"docs.editor.hostMissing": "This Mattermost build does not publish the Docs editor. Update the server to edit pages here.",
"docs.editor.stub.body": "Editor is available and will mount here. Suggestion providers exposed: {providerCount}.",
"docs.editor.legacyHost": "This server predates structured page content. Formatting beyond basic text may not be saved.",
"docs.editor.loadFailed": "This page could not be loaded. Refresh to try again.",
"docs.editor.loading": "Loading page…",
"docs.editor.moreOptions": "More options",
"docs.editor.notFound": "This page does not exist, or you do not have access to it.",
"docs.editor.pinToolbar": "Pin toolbar to top",
"docs.editor.unpinToolbar": "Unpin toolbar",
"docs.form.url.edit": "Edit",
"docs.form.url.label": "URL:",
"docs.genericModal.close": "Close",
Expand Down Expand Up @@ -190,6 +201,7 @@
"docs.space.menu.settings": "Space settings",
"docs.space.more": "More actions",
"docs.space.noUnpublishedChanges": "No unpublished changes",
"docs.space.otherEditors": "{count, plural, one {# other editor} other {# other editors}}",
"docs.space.pages": "Pages",
"docs.space.publish": "Publish",
"docs.space.share": "Share",
Expand Down
Loading
Loading