Skip to content
Draft
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
37 changes: 34 additions & 3 deletions webapp/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,40 @@
"docs.createSpace.title": "Create a new space",
"docs.createSpace.urlAriaLabel": "Space URL",
"docs.createSpace.visibilityLabel": "Space visibility",
"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.byline": "By {name}",
"docs.editor.callout": "Insert callout",
"docs.editor.close": "Close",
"docs.editor.conflict.autosaveBody": "Your draft was saved from somewhere else after this publish started. Publishing anyway uses the version currently in this editor.",
"docs.editor.conflict.cancel": "Keep editing",
"docs.editor.conflict.currentTitle": "Current published title: {title}",
"docs.editor.conflict.editBody": "Someone else published changes to this page after you started editing. Publishing anyway replaces their version with yours.",
"docs.editor.conflict.failed": "That did not work. Your changes are still here — try again, or keep editing.",
"docs.editor.conflict.force": "Publish anyway",
"docs.editor.conflict.title": "This page changed while you were editing",
"docs.editor.contentError": "This page's content could not be opened. Editing is disabled so the stored version is not overwritten.",
"docs.editor.exit.body": "Publishing makes your changes visible to everyone with access to this space. A draft stays visible only to you.",
"docs.editor.exit.discard": "Discard changes",
"docs.editor.exit.failed": "That did not work. Your changes are still here — try again, or keep editing.",
"docs.editor.exit.publish": "Save and publish",
"docs.editor.exit.saveDraft": "Save as draft",
"docs.editor.exit.title": "Save your changes?",
"docs.editor.hostMissing": "This Mattermost build does not publish the Docs editor. Update the server to edit pages here.",
"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.notFound": "This page does not exist, or you do not have access to it.",
"docs.editor.pinToolbar": "Pin toolbar to top",
"docs.editor.presence": "{count, plural, one {# other editor} other {# other editors}}",
"docs.editor.publish": "Publish",
"docs.editor.titleLabel": "Page title",
"docs.editor.titlePlaceholder": "Untitled",
"docs.editor.unpinToolbar": "Unpin toolbar",
"docs.editor.update": "Update",
"docs.form.url.edit": "Edit",
"docs.form.url.label": "URL:",
"docs.genericModal.close": "Close",
Expand Down Expand Up @@ -57,18 +91,15 @@
"docs.sidebar.add.browse": "Browse spaces",
"docs.sidebar.add.create": "Create a space",
"docs.sidebar.add.menu": "Add or browse spaces",
"docs.sidebar.category.favorites": "Favorites",
"docs.sidebar.category.spaces": "Spaces",
"docs.sidebar.createSpace": "Create a space",
"docs.sidebar.favorites.empty": "Drag favorite items here or click the star icon on any space",
"docs.sidebar.label": "Spaces",
"docs.sidebar.nav.home": "Home",
"docs.sidebar.search.placeholder": "Find docs",
"docs.sidebar.space.copyLink": "Copy link",
"docs.sidebar.space.favorite": "Add to favorites",
"docs.sidebar.space.leave": "Leave space",
"docs.sidebar.space.menu": "Space options for {name}",
"docs.sidebar.space.unfavorite": "Remove from favorites",
"docs.sidebar.team.createTeam": "Create a team",
"docs.sidebar.team.invite": "Invite people",
"docs.sidebar.team.invite.secondary": "Add or invite people to the team",
Expand Down
Loading
Loading