"admin.editors.markdown.plantumlServerUrl":"PlantUML Server URL",
"admin.editors.markdown.plantumlServerUrlHint":"URL to the PlantUML server used for image generation.",
"admin.editors.markdown.quotes":"Quotes Style",
"admin.editors.markdown.quotesHint":"When typographer is enabled. Double + single quotes replacement pairs. e.g. «»„“ for Russian, „“‚‘ for German, etc.",
"admin.general.defaultTocDepthHint":"The default minimum and maximum header levels to show in the table of contents.",
"admin.general.defaultTocDepthHint":"The default minimum and maximum header levels to show in the table of contents.",
"admin.general.defaults":"Site Defaults",
"admin.general.displaySiteTitle":"Display Site Title",
"admin.general.displaySiteTitle":"Display Site Title",
"admin.general.displaySiteTitleHint":"Should the site title be displayed next to the logo? If your logo isn't square and contain your brand name, turn this option off.",
"admin.general.displaySiteTitleHint":"Should the site title be displayed next to the logo? If your logo isn't square and contain your brand name, turn this option off.",
"admin.general.favicon":"Favicon",
"admin.general.favicon":"Favicon",
...
@@ -235,11 +265,11 @@
...
@@ -235,11 +265,11 @@
"admin.general.siteHostnameHint":"Hostname this site should respond to. Set * for catch-all / fallback domain.",
"admin.general.siteHostnameHint":"Hostname this site should respond to. Set * for catch-all / fallback domain.",
"admin.storage.assetDirectAccessHint":"Assets are accessed directly by the user using a secure / signed link. When enabled, takes priority over file streaming.",
"admin.storage.assetDirectAccessHint":"Assets are accessed directly by the user using a secure / signed link. When enabled, takes priority over file streaming.",
"admin.storage.assetDirectAccessNotSupported":"Not supported by this storage target.",
"admin.storage.assetDirectAccessNotSupported":"Not supported by this storage target.",
"admin.storage.assetsOnly":"Assets Only",
"admin.storage.assetStreaming":"File Streaming",
"admin.storage.assetStreaming":"File Streaming",
"admin.storage.assetStreamingHint":"Assets will be streamed from the storage target, through the server, to the user.",
"admin.storage.assetStreamingHint":"Assets will be streamed from the storage target, through the server, to the user.",
"admin.storage.assetStreamingNotSupported":"Not supported by this storage target.",
"admin.storage.assetStreamingNotSupported":"Not supported by this storage target.",
"admin.storage.assetsOnly":"Assets Only",
"admin.storage.cancelSetup":"Cancel",
"admin.storage.cancelSetup":"Cancel",
"admin.storage.config":"Configuration",
"admin.storage.config":"Configuration",
"admin.storage.contentTypeDocuments":"Documents",
"admin.storage.contentTypeDocuments":"Documents",
...
@@ -678,21 +708,21 @@
...
@@ -678,21 +708,21 @@
"admin.storage.sync":"Synchronization",
"admin.storage.sync":"Synchronization",
"admin.storage.syncDirBi":"Bi-directional",
"admin.storage.syncDirBi":"Bi-directional",
"admin.storage.syncDirBiHint":"In bi-directional mode, content is first pulled from the storage target. Any newer content overwrites local content. New content since last sync is then pushed to the storage target, overwriting any content on target if present.",
"admin.storage.syncDirBiHint":"In bi-directional mode, content is first pulled from the storage target. Any newer content overwrites local content. New content since last sync is then pushed to the storage target, overwriting any content on target if present.",
"admin.storage.syncDirection":"Sync Direction",
"admin.storage.syncDirectionSubtitle":"Choose how content synchronization is handled for this storage target.",
"admin.storage.syncDirPull":"Pull from target",
"admin.storage.syncDirPull":"Pull from target",
"admin.storage.syncDirPullHint":"Content is always pulled from the storage target, overwriting any local content which already exists. This choice is usually reserved for single-use content import. Caution with this option as any local content will always be overwritten!",
"admin.storage.syncDirPullHint":"Content is always pulled from the storage target, overwriting any local content which already exists. This choice is usually reserved for single-use content import. Caution with this option as any local content will always be overwritten!",
"admin.storage.syncDirPush":"Push to target",
"admin.storage.syncDirPush":"Push to target",
"admin.storage.syncDirPushHint":"Content is always pushed to the storage target, overwriting any existing content. This is safest choice for backup scenarios.",
"admin.storage.syncDirPushHint":"Content is always pushed to the storage target, overwriting any existing content. This is safest choice for backup scenarios.",
"admin.storage.syncDirection":"Sync Direction",
"admin.storage.syncDirectionSubtitle":"Choose how content synchronization is handled for this storage target.",
"admin.storage.syncSchedule":"Sync Schedule",
"admin.storage.syncSchedule":"Sync Schedule",
"admin.storage.syncScheduleCurrent":"Currently set to every {schedule}.",
"admin.storage.syncScheduleCurrent":"Currently set to every {schedule}.",
"admin.storage.syncScheduleDefault":"The default is every {schedule}.",
"admin.storage.syncScheduleDefault":"The default is every {schedule}.",
"admin.storage.syncScheduleHint":"For performance reasons, this storage target synchronize changes on an interval-based schedule, instead of on every change. Define at which interval should the synchronization occur.",
"admin.storage.syncScheduleHint":"For performance reasons, this storage target synchronize changes on an interval-based schedule, instead of on every change. Define at which interval should the synchronization occur.",
"admin.webhooks.includeContentHint":"Should the payload include content (e.g. the full page body). Make sure that your remote endpoint can accept large payloads!",
"admin.webhooks.includeContentHint":"Should the payload include content (e.g. the full page body). Make sure that your remote endpoint can accept large payloads!",
"editor.props.passwordHint":"The page must be published and the user must have read access rights.",
"editor.props.passwordHint":"The page must be published and the user must have read access rights.",
"editor.props.publishState":"Publishing State",
"editor.props.published":"Published",
"editor.props.published":"Published",
"editor.props.publishedHint":"Visible to all users with read access.",
"editor.props.publishedHint":"Visible to all users with read access.",
"editor.props.publishState":"Publishing State",
"editor.props.relationAdd":"Add Relation...",
"editor.props.relationAdd":"Add Relation...",
"editor.props.relationAddHint":"Add links to other pages in the footer (e.g. as part of a series of articles)",
"editor.props.relationAddHint":"Add links to other pages in the footer (e.g. as part of a series of articles)",
"editor.props.relations":"Relations",
"editor.props.relations":"Relations",
...
@@ -1486,6 +1531,7 @@
...
@@ -1486,6 +1531,7 @@
"editor.props.title":"Title",
"editor.props.title":"Title",
"editor.props.tocMinMaxDepth":"Min/Max Depth",
"editor.props.tocMinMaxDepth":"Min/Max Depth",
"editor.props.visibility":"Visibility",
"editor.props.visibility":"Visibility",
"editor.renderPreview":"Render Preview",
"editor.save.createSuccess":"Page created successfully.",
"editor.save.createSuccess":"Page created successfully.",
"editor.save.error":"An error occurred while creating the page",
"editor.save.error":"An error occurred while creating the page",
"editor.save.pleaseWait":"Please wait...",
"editor.save.pleaseWait":"Please wait...",
...
@@ -1495,13 +1541,16 @@
...
@@ -1495,13 +1541,16 @@
"editor.select.cannotChange":"This cannot be changed once the page is created.",
"editor.select.cannotChange":"This cannot be changed once the page is created.",
"editor.select.customView":"or create a custom view?",
"editor.select.customView":"or create a custom view?",
"editor.select.title":"Which editor do you want to use for this page?",
"editor.select.title":"Which editor do you want to use for this page?",
"editor.tableEditor.title":"Table Editor",
"editor.togglePreviewPane":"Toggle Preview Pane",
"editor.toggleScrollSync":"Toggle Scroll Sync",
"editor.unsaved.body":"You have unsaved changes. Are you sure you want to leave the editor and discard any modifications you made since the last save?",
"editor.unsaved.body":"You have unsaved changes. Are you sure you want to leave the editor and discard any modifications you made since the last save?",
"admin.editors.markdown.krokiServerUrl":"Kroki Server URL",
"admin.editors.markdown.krokiServerUrlHint":"URL to the Kroki server used for image generation.",
"admin.editors.markdown.plantumlServerUrl":"PlantUML Server URL",
"admin.editors.markdown.plantumlServerUrlHint":"URL to the PlantUML server used for image generation.",
"admin.editors.markdown.quotes":"Quotes Style",
"admin.editors.markdown.quotesHint":"When typographer is enabled. Double + single quotes replacement pairs. e.g. «»„“ for Russian, „“‚‘ for German, etc.",
"admin.editors.saveSuccess":"Editors state saved successfully.",