Files
pole-book/server/node_modules/@strapi/i18n/dist/admin/translations/en.json.js

82 lines
6.2 KiB
JavaScript

'use strict';
var en = {
"actions.delete.label": "Delete entry ({locale})",
"actions.delete.dialog.title": "Confirmation",
"actions.delete.dialog.body": "Are you sure you want to delete this locale?",
"actions.delete.error": "An error occurred while trying to delete the document locale.",
"CMEditViewCopyLocale.copy-failure": "Failed to copy locale",
"CMEditViewCopyLocale.copy-success": "Locale copied",
"CMEditViewCopyLocale.copy-text": "Fill in from another locale",
"CMEditViewCopyLocale.cancel-text": "No, cancel",
"CMEditViewCopyLocale.submit-text": "Yes, fill in",
"CMEditViewCopyLocale.dialog.title": "Confirmation",
"CMEditViewCopyLocale.dialog.body": "Your current content will be erased and filled by the content of the selected locale:",
"CMEditViewCopyLocale.dialog.field.label": "Locale",
"CMEditViewCopyLocale.dialog.field.placeholder": "Select one locale...",
"CMEditViewBulkLocale.publish-title": "Publish multiple locales",
"CMEditViewBulkLocale.unpublish-title": "Unpublish multiple locales",
"CMEditViewBulkLocale.status": "Status",
"CMEditViewBulkLocale.publication-status": "Publication Status",
"CMEditViewBulkLocale.draft-relation-warning": "Some locales are related to draft entries. Publishing them could leave broken links in your app.",
"CMEditViewBulkLocale.continue-confirmation": "Are you sure you want to continue?",
"CMEditViewLocalePicker.locale.create": "Create <bold>{locale}</bold> locale",
"CMListView.popover.display-locales.label": "Display translated locales",
"CheckboxConfirmation.Modal.body": "Do you want to disable it?",
"CheckboxConfirmation.Modal.button-confirm": "Yes, disable",
"CheckboxConfirmation.Modal.content": "Disabling localization will engender the deletion of all your content but the one associated to your default locale (if existing).",
"Field.localized": "This value is unique for the selected locale",
"Field.not-localized": "This value is common to all locales",
"Settings.list.actions.add": "Add new locale",
"Settings.list.actions.delete": "Delete {name} locale",
"Settings.list.actions.deleteAdditionalInfos": "This will delete the active locale versions <em>(from Internationalization)</em>",
"Settings.list.actions.publishAdditionalInfos": "This will publish the active locale versions <em>(from Internationalization)</em>",
"Settings.list.actions.unpublishAdditionalInfos": "This will unpublish the active locale versions <em>(from Internationalization)</em>",
"Settings.list.actions.edit": "Edit {name} locale",
"Settings.list.description": "Configure the settings for the Internationalization plugin",
"Settings.list.empty.description": "This is not a usual behavior, meaning that you have eventually modified the database manually. Make sure to have at least one locale saved in your database in order to be able to use Strapi correctly.",
"Settings.list.empty.title": "There are no locales.",
"Settings.locales.default": "Default",
"Settings.locales.list.sort.default": "Sort by the default locale",
"Settings.locales.list.sort.displayName": "Sort by display name",
"Settings.locales.list.sort.id": "Sort by ID",
"Settings.locales.modal.advanced": "Advanced settings",
"Settings.locales.modal.advanced.setAsDefault": "Set as default locale",
"Settings.locales.modal.advanced.setAsDefault.hint": "One default locale is required, change it by selecting another one",
"Settings.locales.modal.advanced.settings": "Settings",
"Settings.locales.modal.base": "Basic settings",
"Settings.locales.modal.create.success": "Locale successfully added",
"Settings.locales.modal.create.code.label": "Locales",
"Settings.locales.modal.create.code.error": "Please select a locale",
"Settings.locales.modal.create.name.description": "Locale will be displayed under that name in the administration panel",
"Settings.locales.modal.create.name.label": "Locale display name",
"Settings.locales.modal.create.name.error.min": "The locale display name can only be less than 50 characters.",
"Settings.locales.modal.create.name.error.required": "Please give the locale a display name",
"Settings.locales.modal.delete.confirm": "Yes, delete",
"Settings.locales.modal.delete.message": "Deleting this locale will delete all associated content. If you want to keep some content, make sure to reallocate it to another locale first.",
"Settings.locales.modal.delete.secondMessage": "Do you want to delete this locale?",
"Settings.locales.modal.delete.success": "Locale successfully deleted",
"Settings.locales.modal.edit.confirmation": "Finish",
"Settings.locales.modal.edit.success": "Locale successfully edited",
"Settings.locales.modal.edit.tab.label": "Navigating between the I18N basic settings and advanced settings",
"Settings.locales.modal.title": "Configuration",
"Settings.locales.row.default-locale": "Default locale",
"Settings.locales.row.displayName": "Display name",
"Settings.locales.row.id": "ID",
"Settings.permissions.loading": "Loading permissions",
"Settings.permissions.read.denied.description": "In order to be able to read this, make sure to get in touch with the administrator of your system.",
"Settings.permissions.read.denied.title": "You don't have the permissions to access this content.",
"actions.select-locale": "Select a locale",
"components.Select.locales.not-available": "No content available",
"plugin.description.long": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API.",
"plugin.description.short": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API.",
"plugin.name": "Internationalization",
"plugin.schema.i18n.localized.description-content-type": "Allows translating an entry into different languages",
"plugin.schema.i18n.localized.description-field": "The field can have different values in each language",
"plugin.schema.i18n.localized.label-content-type": "Internationalization",
"plugin.schema.i18n.localized.label-field": "Enable localization for this field"
};
module.exports = en;
//# sourceMappingURL=en.json.js.map