Файл: resources/lang/en/admin.php
Строк: 368
<?php
return [
'antimat' => [
'text' => '
All words from the list will be replaced by ***<br>
To delete a word, click on it, you can add a word in the form below<br>',
'words' => 'Word list',
'total_words' => 'Total words',
'confirm_clear' => 'Are you sure you want to delete all words?',
'empty_words' => 'No words yet!',
'enter_word' => 'Enter the word',
'not_enter_word' => 'You have not entered the word for listing!',
'word_listed' => 'The entered word is already in the list!',
],
'banhists' => [
'history' => 'History',
'search_user' => 'Search by user',
'empty_history' => 'There is no ban history yet!',
'view_history' => 'View History',
],
'bans' => [
'login_hint' => 'Enter the username of the user you want to edit',
'user_ban' => 'User Ban',
'change_ban' => 'Ban Change',
'time_ban' => 'Ban time',
'banned' => 'Ban',
'ban_hint' => 'Attention! Try to describe as much as possible the reason for the ban',
'confirm_unban' => 'Do you really want to unban the user?',
'forbidden_ban' => 'It is forbidden to ban the administration of the site!',
'user_banned' => 'This user is already blocked!',
'user_not_banned' => 'This user is not banned!',
'time_not_indicated' => 'You did not indicate the time of the ban!',
'time_not_selected' => 'No ban time selected!',
'time_empty' => 'Too little ban time!',
'success_banned' => 'User successfully banned!',
'success_unbanned' => 'User successfully unbanned!',
],
'blacklists' => [
'email' => 'Email',
'logins' => 'Logins',
'domains' => 'Domains',
'empty_list' => 'The list is still empty!',
'type_not_found' => 'The specified type was not found!',
'invalid_login' => 'Invalid characters in login!',
],
'caches' => [
'files' => 'Files',
'views' => 'Views',
'clear' => 'Clear cache',
'empty_files' => 'No files yet!',
'success_cleared' => 'Cache successfully cleared!',
'only_file_cache' => 'Only the file cache is displayed',
],
'chat' => [
'clear' => 'Clear chat',
'confirm_clear' => 'Do you really want to clear the admin chat?',
'edit_message' => 'Editing a message',
'success_cleared' => 'Admin chat successfully cleared!',
],
'errors' => [
'hint' => 'Attention! Logging is turned off in the settings! ',
'errors' => 'Errors',
'autobans' => 'Auto-bans',
'logs_not_exist' => 'The specified logs do not exist!',
'success_cleared' => 'Logs successfully cleared!',
],
'ipbans' => [
'history' => 'Auto-ban history',
'empty_ip' => 'The ban list is still empty!',
'confirm_clear' => 'Do you really want to clear the IP list?',
'ip_invalid' => 'You entered an invalid IP address',
'ip_exists' => 'The IP you entered is already on the list!',
'ip_success_added' => 'IP successfully added to the list!',
'ip_selected_deleted' => 'The selected IPs have been successfully removed from the list!',
'ip_success_cleared' => 'IP list cleared successfully!',
],
'logs' => [
'page' => 'Page',
'referer' => 'Referer',
'confirm_clear' => 'Are you sure you want to clear the logs?',
'empty_logs' => 'There are no logs yet!',
'success_cleared' => 'The log file has been cleared successfully!',
],
'modules' => [
'module' => 'Module',
'migrations' => 'Migrations',
'symlink' => 'Symlink',
'publish' => 'Published files',
'config' => 'Config',
'routes' => 'Routes',
'hooks' => 'Hooks',
'helpers' => 'Helpers',
'middleware' => 'Middleware',
'empty_modules' => 'Modules not loaded yet!',
'confirm_delete' => 'Do you really want to remove the module?',
'hint' => 'Attention! When you remove the module, all migrations and changes to the database will be deleted',
'module_not_found' => 'This module was not found!',
'module_success_installed' => 'Module successfully installed!',
'module_success_updated' => 'Module updated successfully!',
'module_success_enabled' => 'Module successfully enabled!',
'module_success_disabled' => 'Module turned off successfully!',
'load_failed' => 'Failed to load module(s)',
'load_failed_hint' => 'See the logs for error details.',
'load_error' => 'Load error',
'module_success_deleted' => 'Module successfully removed!',
'safe_mode_enabled' => 'Module deletion is disabled (MODULES_SAFE_MODE=true)!',
'delete_files' => 'Delete files',
'delete_files_not_uninstalled' => 'Uninstall the module from the system first!',
'confirm_delete_files' => 'Delete module files from disk? This action is irreversible!',
'module_files_deleted' => 'Module files deleted from disk!',
'marketplace' => 'Marketplace',
'updates_available' => 'Module updates available (:count)',
'upload' => 'Upload',
'download' => 'Download',
'upload_from_file' => 'Install from ZIP file',
'upload_from_url' => 'Install from URL',
'zip_file' => 'ZIP archive',
'zip_structure' => 'Archive structure',
'upload_warning' => 'Only install modules from trusted sources. Malicious modules can compromise your site.',
'upload_invalid_file' => 'Invalid file!',
'upload_success_extracted' => 'Module successfully extracted!',
'update_download' => 'Download update',
'update_apply' => 'Apply update',
'update_extracted' => 'Update downloaded. Click «Apply update» to install!',
'download_invalid_url' => 'Invalid URL!',
'download_failed' => 'Failed to download archive!',
'download_too_large' => 'File size exceeds :size!',
'download_not_zip' => 'The file at the URL is not a ZIP archive!',
'zip_open_failed' => 'Failed to open ZIP archive!',
'zip_invalid_path' => 'Unsafe path detected in archive!',
'zip_invalid_structure' => 'Archive must contain a single root directory!',
'zip_invalid_name' => 'Invalid module name in archive!',
'zip_no_module_file' => 'module.php not found in archive!',
'zip_backup_failed' => 'Failed to back up the module!',
'zip_extract_failed' => 'Failed to extract archive!',
'module_dir_exists' => 'Module directory already exists!',
'incompatible' => 'Incompatible',
'conflict' => 'Registry conflict',
'files_missing' => 'Files missing',
'requires' => 'Requires engine version',
'latest_version' => 'Newer version available',
'changelog' => 'What's new in version',
'changelog_full' => 'Changelog',
],
'registries' => [
'title' => 'Module Registries',
'add_registry' => 'Add Registry',
'add' => 'Add',
'source' => 'Source',
'updated' => 'Updated',
'modules_count' => 'Modules',
'not_fetched' => 'Not fetched',
'empty' => 'No registries added',
'no_modules' => 'No modules available. Add a registry.',
'invalid_url' => 'Invalid registry URL!',
'already_exists' => 'This registry is already added!',
'confirm_delete' => 'Delete this registry?',
'registry_success_added' => 'Registry successfully added!',
'registry_success_deleted' => 'Registry successfully deleted!',
'registry_success_refreshed' => 'Registry successfully refreshed!',
'registry_fetch_failed' => 'Failed to update registry!',
],
'notices' => [
'confirm_delete' => 'Are you sure you want to delete this template?',
'empty_notices' => 'There are no templates yet!',
'edit' => 'Editing a template',
'edit_system_template' => 'You are editing a system template',
'system_template' => 'System template',
'create' => 'Create a template',
'notice_invalid' => 'Invalid template type name!',
'notice_length' => 'Template type is too long or short!',
'notice_exists' => 'This type is already on the list!',
'notice_success_saved' => 'Template saved successfully!',
'notice_not_found' => 'This template was not found!',
'notice_protect' => 'It is forbidden to delete a protected template!',
'notice_success_deleted' => 'Template successfully deleted!',
],
'reglists' => [
'enabled' => 'Registration confirmation is enabled!',
'disabled' => 'Registration confirmation is turned off!',
'empty_users' => 'There are no users requiring registration confirmation!',
'users_not_selected' => 'Missing selected users!',
'users_success_approved' => 'Selected users successfully approved!',
'users_success_deleted' => 'Selected users successfully deleted!',
],
'rules' => [
'empty_rules' => 'Site rules have not yet been established!',
'editing_rules' => 'Editing rules',
'variables' => 'Internal variables',
'sitename' => 'Name of the site',
'rules_empty' => 'You have not entered a text with the site rules!',
'rules_success_saved' => 'Rules saved successfully!',
],
'spam' => [
'go_to_message' => 'Go to post',
'empty_spam' => 'There are no complaints yet!',
],
'not_exists_boss' => '
Attention! Boss profile missing<br>
No user with boss privileges found in the database',
'exists_install' => '
Attention! It is necessary to delete the file app/Http/Controllers/InstallController.php<br>
The presence of this file may compromise the security of the site. Remove it now!',
'user_fields' => [
'required' => 'Required',
'edit_field' => 'Edit field',
'create_field' => 'Create field',
'empty_fields' => 'No user fields yet!',
'input' => 'Оne-line field',
'textarea' => 'Multiline field',
],
'upgrade' => [
'site_version' => 'Site version v:version',
'new_version' => 'A system update is available!',
'actual_version' => 'You have the latest version',
'download' => 'Download',
'pending' => 'Pending migrations: :count',
'run' => 'Run migrations (:count)',
'db_actual' => 'Database is up to date',
'running' => 'Running...',
'done_btn' => 'Done',
'all_done' => 'All migrations completed',
'request_error' => 'Request error',
'core_updates' => 'Core Update',
'db_tab' => 'DB Migrations',
'core_actual' => 'Core is up to date',
'perm_error' => 'No write access to directories: :dirs',
'update_download' => 'Download & Update (:size)',
'download_full' => 'Full version (:size)',
'reinstall' => 'Reinstall (:size)',
'reinstall_tab' => 'Reinstall',
'reinstall_hint' => 'Download and reinstall the current version — to restore modified or corrupted core files. The site version stays the same.',
'reinstall_confirm' => 'The current version will be downloaded and reinstalled. Continue?',
'update_progress' => 'Downloading...',
'update_applying' => 'Applying...',
'update_done' => 'Update applied',
'update_errors' => 'Failed to update files: :files',
'update_reload' => 'Reload page',
'update_confirm' => 'The update will be downloaded and applied. Continue?',
'invalid_params' => 'Invalid parameters',
],
];