k_oct/plugins/rainlab/translate/lang/en/lang.php

65 lines
3.8 KiB
PHP

<?php return [
'plugin' => [
'name' => 'Translate',
'description' => 'Enables multi-lingual websites.',
'tab' => 'Translation',
'manage_locales' => 'Manage locales',
'manage_messages' => 'Manage messages',
],
'locale_picker' => [
'component_name' => 'Locale Picker',
'component_description' => 'Shows a dropdown to select a front-end language.',
],
'alternate_hreflang' => [
'component_name' => 'Alternate hrefLang elements',
'component_description' => 'Injects the language alternatives for page as hreflang elements'
],
'locale' => [
'title' => 'Manage Languages',
'update_title' => 'Update Language',
'create_title' => 'Create Language',
'select_label' => 'Select Language',
'default_suffix' => 'default',
'unset_default' => '":locale" is already default and cannot be unset as default.',
'delete_default' => '":locale" is the default and cannot be deleted.',
'disabled_default' => '":locale" is disabled and cannot be set as default.',
'name' => 'Name',
'code' => 'Code',
'is_default' => 'Default',
'is_default_help' => 'The default language represents the content before translation.',
'is_enabled' => 'Enabled',
'is_enabled_help' => 'Disabled languages will not be available in the front-end.',
'not_available_help' => 'There are no other languages set up.',
'hint_locales' => 'Create new languages here for translating front-end content. The default language represents the content before it has been translated.',
'reorder_title' => 'Reorder Languages',
'sort_order' => 'Sort Order',
],
'messages' => [
'title' => 'Translate Messages',
'description' => 'Update messages',
'clear_cache_link' => 'Clear Cache',
'clear_cache_loading' => 'Clearing application cache...',
'clear_cache_success' => 'Cleared the application cache successfully!',
'clear_cache_hint' => 'You may need to click <strong>Clear cache</strong> to see the changes on the front-end.',
'scan_messages_link' => 'Scan for Messages',
'scan_messages_begin_scan' => 'Begin Scan',
'scan_messages_loading' => 'Scanning for new messages...',
'scan_messages_success' => 'Scanned theme template files successfully!',
'scan_messages_hint' => 'Clicking <strong>Scan for messages</strong> will check the active theme files for any new messages to translate.',
'scan_messages_process' => 'This process will attempt to scan the active theme for messages that can be translated.',
'scan_messages_process_limitations' => 'Some messages may not be captured and will only appear after the first time they are used.',
'scan_messages_purge_label' => 'Purge all messages first',
'scan_messages_purge_help' => 'If checked, this will delete all messages, including their translations, before performing the scan.',
'scan_messages_purge_confirm' => 'Are you sure you want to delete all messages? This cannot be undone!',
'scan_messages_purge_deleted_label' => 'Purge missing messages after scan',
'scan_messages_purge_deleted_help' => 'If checked, after the scan is done, any messages the scanner did not find, including their translations, will be deleted. This cannot be undone!',
'hint_translate' => 'Here you can translate messages used on the front-end, the fields will save automatically.',
'hide_translated' => 'Hide translated',
'export_messages_link' => 'Export Messages',
'import_messages_link' => 'Import Messages',
'not_found' => 'Not found',
'found_help' => 'Whether any errors occurred during scanning.',
'found_title' => 'Scan errors',
],
];