/home/techb158/immovalet.com/resources/lang/vendor/core/base/en
NameSizeModeActions
base.php9720644editdlrm
cache.php13300644editdlrm
enums.php1420644editdlrm
errors.php15580644editdlrm
forms.php15720644editdlrm
layouts.php7310644editdlrm
mail.php590644editdlrm
notices.php5810644editdlrm
system.php32660644editdlrm
tables.php18500644editdlrm
tabs.php1420644editdlrm
Edit: /home/techb158/immovalet.com/resources/lang/vendor/core/base/en/cache.php (1330B)
'Cache management', 'cache_commands' => 'Clear cache commands', 'commands' => [ 'clear_cms_cache' => [ 'title' => 'Clear all CMS cache', 'description' => 'Clear CMS caching: database caching, static blocks... Run this command when you don\'t see the changes after updating data.', 'success_msg' => 'Cache cleaned', ], 'refresh_compiled_views' => [ 'title' => 'Refresh compiled views', 'description' => 'Clear compiled views to make views up to date.', 'success_msg' => 'Cache view refreshed', ], 'clear_config_cache' => [ 'title' => 'Clear config cache', 'description' => 'You might need to refresh the config caching when you change something on production environment.', 'success_msg' => 'Config cache cleaned', ], 'clear_route_cache' => [ 'title' => 'Clear route cache', 'description' => 'Clear cache routing.', 'success_msg' => 'The route cache has been cleaned', ], 'clear_log' => [ 'title' => 'Clear log', 'description' => 'Clear system log files', 'success_msg' => 'The system log has been cleaned', ], ], ];