"admin.general.defaultTimezoneHint":"The default timezone for new users.",
"admin.general.defaults":"Site Defaults",
"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.footerExtraHint":"Optionally add more content to the footer, such as additional copyright terms or mandatory regulatory info.",
"admin.general.general":"General",
"admin.general.logo":"Logo",
"admin.general.logoUpl":"Site Logo",
"admin.general.logoUplHint":"Logo image file, in SVG, PNG, JPG, WEBP or GIF format.",
"admin.general.logoUploadSuccess":"Site logo uploaded successfully.",
"admin.general.pageExtensions":"Page Extensions",
"admin.general.pageExtensionsHint":"A comma-separated list of URL extensions that will be treated as pages. For example, adding md will treat /foobar.md the same as /foobar.",
"admin.locale.autoUpdate.hint":"Automatically download updates to this locale as they become available.",
"admin.locale.autoUpdate.hintWithNS":"Automatically download updates to all namespaced locales enabled below.",
@ -290,6 +323,7 @@
"admin.logging.title":"Logging",
"admin.login.background":"Background Image",
"admin.login.backgroundHint":"Specify an image to use as the login background. PNG and JPG are supported, 1920x1080 recommended. Leave empty for default.",
"admin.login.bypassScreenHint":"Should the user be redirected automatically to the first authentication provider. Has no effect if the first provider is a username/password provider type.",
"admin.login.logoutRedirectHint":"Optionally redirect the user to a specific page when he/she logouts. This can be overridden at the group level.",
"admin.login.providers":"Login Providers",
"admin.login.providersVisbleWarning":"Note that you can always temporarily show all hidden providers by adding ?all=1 to the url. This is useful to login as local admin while hiding it from normal users.",
"admin.mail.sendTestSuccess":"A test email was sent successfully.",
"admin.mail.sender":"Sender",
"admin.mail.senderEmail":"Sender Email",
"admin.mail.senderName":"Sender Name",
"admin.mail.sendTestSuccess":"A test email was sent successfully.",
"admin.mail.smtp":"SMTP Settings",
"admin.mail.smtpHost":"Host",
"admin.mail.smtpHostHint":"Hostname or IP address of the SMTP server.",
"admin.mail.smtpName":"Client Identifying Name",
"admin.mail.smtpNameHint":"An optional name to send to the SMTP server to identify your mailer. Leave empty to use server hostname. For Google Workspace customers, this should be your main domain name.",
"admin.mail.smtpPort":"Port",
"admin.mail.smtpPortHint":"Usually 465 (recommended), 587 or 25.",
"admin.mail.smtpPwd":"Password",
@ -336,8 +373,8 @@
"admin.mail.smtpVerifySSLHint":"Some hosts requires SSL certificate checking to be disabled. Leave enabled for proper security.",
"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.assetsOnly":"Assets Only",
"admin.storage.assetStreaming":"File Streaming",
"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.assetsOnly":"Assets Only",
"admin.storage.cancelSetup":"Cancel",
"admin.storage.config":"Configuration",
"admin.storage.contentTypeDocuments":"Documents",
@ -576,27 +645,28 @@
"admin.storage.setup":"Setup",
"admin.storage.setupConfiguredHint":"This module is already configured. You can uninstall this module to start over.",
"admin.storage.setupHint":"This module requires a setup process to be completed in order to use it. Follow the instructions below to get started.",
"admin.storage.setupRequired":"Setup required",
"admin.storage.startSetup":"Start Setup",
"admin.storage.status":"Status",
"admin.storage.subtitle":"Set backup and sync targets for your content",
"admin.storage.sync":"Synchronization",
"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.syncDirection":"Sync Direction",
"admin.storage.syncDirectionSubtitle":"Choose how content synchronization is handled for this storage 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.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.syncDirection":"Sync Direction",
"admin.storage.syncDirectionSubtitle":"Choose how content synchronization is handled for this storage target.",
"admin.storage.syncSchedule":"Sync Schedule",
"admin.storage.syncScheduleCurrent":"Currently set to 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.terminal.connecting":"Connecting to server...",
"admin.terminal.disconnect":"Disconnect",
"admin.terminal.disconnected":"Disconnected.",
"admin.terminal.logs":"Logs",
"admin.terminal.subtitle":"View process logs in real-time",
"admin.terminal.title":"Terminal",
"admin.theme.accentColor":"Accent Color",
"admin.theme.accentColorHint":"The accent color for elements that need to stand out or grab the user attention.",
"admin.theme.appearance":"Appearance",
"admin.theme.baseFont":"Base Font",
"admin.theme.baseFontHint":"The font used across the site for the interface.",
"admin.theme.bodyHtmlInjection":"Body HTML Injection",
"admin.theme.bodyHtmlInjectionHint":"HTML code to be injected just before the closing body tag.",
"admin.theme.codeInjection":"Code Injection",
"admin.theme.contentFont":"Content Font",
"admin.theme.contentFontHint":"The font used specifically for page content.",
"admin.theme.contentWidth":"Content Width",
"admin.theme.contentWidthHint":"Should the content use all available viewport space or stay centered.",
"admin.theme.cssOverride":"CSS Override",
"admin.theme.cssOverrideHint":"CSS code to inject after system default CSS. Injecting too much CSS code can result in poor page load performance! CSS will automatically be minified.",
"admin.theme.cssOverrideWarning":"{caution} When adding styles for page content, you must scope them to the {cssClass} class. Omitting this could break the layout of the editor!",
@ -680,10 +772,11 @@
"admin.theme.downloadDownload":"Download",
"admin.theme.downloadName":"Name",
"admin.theme.downloadThemes":"Download Themes",
"admin.theme.headHtmlInjection":"Head HTML Injection",
"admin.theme.headHtmlInjectionHint":"HTML code to be injected just before the closing head tag. Usually for script tags.",
"admin.theme.fonts":"Fonts",
"admin.theme.headerColor":"Header Color",
"admin.theme.headerColorHint":"The background color for the site top header. Does not apply to the administration area.",
"admin.theme.headHtmlInjection":"Head HTML Injection",
"admin.theme.headHtmlInjectionHint":"HTML code to be injected just before the closing head tag. Usually for script tags.",
"admin.theme.iconset":"Icon Set",
"admin.theme.iconsetHint":"Set of icons to use for the sidebar navigation.",
"admin.theme.layout":"Layout",
@ -712,11 +805,12 @@
"admin.theme.tocPositionHint":"On which side should the Table of Contents sidebar be displayed for content pages.",
"admin.users.active":"Active",
"admin.users.activity":"Activity",
"admin.users.appearance":"Site Appearance",
"admin.users.assignGroup":"Assign Group",
"admin.users.auth":"Authentication",
"admin.users.authentication":"Authentication",
"admin.users.authProvider":"Provider",
"admin.users.authProviderId":"Provider Id",
"admin.users.authentication":"Authentication",
"admin.users.ban":"Ban User",
"admin.users.banHint":"Block the user from signing in and invalidate any active sessions.",
"admin.users.banned":"Banned",
@ -724,10 +818,10 @@
"admin.users.changePassword":"Change Password",
"admin.users.changePasswordHint":"Change the user password. Note that the current password cannot be recovered.",
"admin.users.create":"Create User",
"admin.users.createdAt":"Created {date}",
"admin.users.createInvalidData":"Cannot create user as some fields are invalid or missing.",
"admin.users.createKeepOpened":"Keep dialog opened after create",
"admin.users.createSuccess":"User created successfully!",
"admin.users.createdAt":"Created {date}",
"admin.users.darkMode":"Dark Mode",
"admin.users.darkModeHint":"Display the user interface using dark mode.",
"admin.users.dateFormat":"Date Format",
@ -748,8 +842,8 @@
"admin.users.groupAlreadyAssigned":"User is already assigned to this group.",
"admin.users.groupAssign":"Assign",
"admin.users.groupAssignNotice":"Note that you cannot assign users to the Administrators or Guests groups from this panel.",
"admin.users.groupSelected":"Assign to {group}",
"admin.users.groups":"Groups",
"admin.users.groupSelected":"Assign to {group}",
"admin.users.groupsMissing":"You must assign the user to at least 1 group.",
"admin.users.groupsSelected":"Assign to {count} groups",
"admin.users.id":"ID",
@ -788,6 +882,8 @@
"admin.users.passwordTooShort":"Password is too short.",
"admin.users.preferences":"User Preferences",
"admin.users.profile":"User Profile",
"admin.users.pronouns":"Pronouns",
"admin.users.pronounsHint":"The pronouns used to address this user.",
"admin.users.pwdAuthActive":"Can Use Password Authentication",
"admin.users.pwdAuthActiveHint":"Whether the user can login using the password authentication.",
"admin.utilities.disconnectWSHint":"Force all active websocket connections to be closed.",
"admin.utilities.disconnectWSSuccess":"All active websocket connections have been terminated.",
"admin.utilities.export":"Export",
"admin.utilities.exportHint":"Export content to tarball for backup / migration.",
"admin.utilities.flushCache":"Flush Cache",
"admin.utilities.flushCacheHint":"Pages and Assets are cached to disk for better performance. You can flush the cache to force all content to be fetched from the DB again.",
"admin.utilities.graphEndpointSubtitle":"Change the GraphQL endpoint for Wiki.js",
"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.publishState":"Publishing State",
"editor.props.published":"Published",
"editor.props.publishedHint":"Visible to all users with read access.",
"editor.props.publishState":"Publishing State",
"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.relations":"Relations",
@ -1353,24 +1468,13 @@
"history.restore.confirmText":"Are you sure you want to restore this page content as it was on {date}? This version will be copied on top of the current history. As such, newer versions will still be preserved.",
"tags.noResults":"Couldn't find any page with the selected tags.",
"tags.noResultsWithFilter":"Couldn't find any page matching the current filtering options.",
"tags.orderBy":"Order By",
"tags.orderByField.ID":"ID",
"tags.orderByField.creationDate":"Creation Date",
"tags.orderByField.ID":"ID",
"tags.orderByField.lastModified":"Last Modified",
"tags.orderByField.path":"Path",
"tags.orderByField.title":"Title",
@ -1424,125 +1532,24 @@
"tags.searchWithinResultsPlaceholder":"Search within results...",
"tags.selectOneMoreTags":"Select one or more tags",
"tags.selectOneMoreTagsHint":"Select one or more tags on the left.",
"admin.general.sitemapHint":"Make a sitemap.xml available to search engines with all pages accessible to guests.",
"admin.groups.usersNone":"This group doesn't have any user yet.",
"admin.mail.smtpName":"Client Identifying Name",
"admin.mail.smtpNameHint":"An optional name to send to the SMTP server to identify your mailer. Leave empty to use server hostname. For Google Workspace customers, this should be your main domain name.",
"admin.general.footerExtraHint":"Optionally add more content to the footer, such as additional copyright terms or mandatory regulatory info.",
"admin.general.urlHandling":"URL Handling",
"admin.general.pageExtensions":"Page Extensions",
"admin.general.pageExtensionsHint":"A comma-separated list of URL extensions that will be treated as pages. For example, adding md will treat /foobar.md the same as /foobar.",
"admin.theme.appearance":"Appearance",
"admin.theme.fonts":"Fonts",
"admin.theme.baseFont":"Base Font",
"admin.theme.baseFontHint":"The font used across the site for the interface.",
"admin.theme.contentFont":"Content Font",
"admin.theme.contentFontHint":"The font used specifically for page content.",
"admin.theme.contentWidth":"Content Width",
"admin.theme.contentWidthHint":"Should the content use all available viewport space or stay centered.",
"admin.utilities.export":"Export",
"admin.utilities.import":"Import",
"admin.utilities.exportHint":"Export content to tarball for backup / migration.",
"admin.utilities.importHint":"Import content from a tarball backup or a 2.X backup.",
"admin.utilities.flushCache":"Flush Cache",
"admin.utilities.flushCacheHint":"Pages and Assets are cached to disk for better performance. You can flush the cache to force all content to be fetched from the DB again.",
"admin.auth.enabledForced":"This strategy cannot be disabled.",
"admin.auth.enabled":"Enabled",
"admin.auth.enabledHint":"Should this strategy be available to sites for login.",
"admin.auth.vendor":"Vendor",
"admin.auth.vendorWebsite":"Website",
"admin.auth.status":"Status",
"admin.system.checkingForUpdates":"Checking for Updates...",
"admin.system.upgrade":"Upgrade",
"admin.system.checkForUpdates":"Check",
"admin.system.checkUpdate":"Check / Upgrade",
"admin.api.none":"There are no API keys yet.",
"admin.api.groupsMissing":"You must select at least 1 group for this key.",
"admin.api.nameInvalidChars":"Key name has invalid characters.",
"admin.api.nameMissing":"Key name is missing.",
"admin.api.permissionGroups":"Group Permissions",
"admin.api.groupSelected":"Use {group} group permissions",
"admin.api.groupsSelected":"Use permissions from {count} groups",
"admin.api.createInvalidData":"Some fields are missing or have invalid data.",
"admin.api.copyKeyTitle":"Copy API Key",
"admin.api.key":"API Key",
"admin.api.createSuccess":"API Key created successfully.",
"admin.api.revoked":"Revoked",
"admin.api.revokedHint":"This key has been revoked and can no longer be used.",
"admin.storage.setupRequired":"Setup required",
"admin.blocks.title":"Content Blocks",
"common.error.title":"Error",
"common.error.unauthorized.title":"Unauthorized",
"common.error.unauthorized.hint":"You don't have the required permissions to access this page.",
"common.error.generic.title":"Unexpected Error",
"common.error.generic.hint":"Oops, something went wrong...",
"common.error.notfound.title":"Not Found",
"common.error.notfound.hint":"That page doesn't exist or is not available.",
"welcome.title":"Welcome to Wiki.js!",
"welcome.subtitle":"Let's get started...",
"welcome.createHome":"Create the homepage",
"welcome.admin":"Administration Area",
"admin.terminal.title":"Terminal",
"admin.terminal.subtitle":"View process logs in real-time",
"admin.terminal.command":"Command",
"admin.terminal.logs":"Logs",
"admin.terminal.connect":"Connect",
"admin.terminal.disconnect":"Disconnect",
"admin.terminal.clear":"Clear",
"admin.terminal.connecting":"Connecting to server...",