Charles f8ad720f52
Admin Area Translations (#965)
* Init

* Health Page

* Admin API Keys

* Update API Keys

* Database Hosts

* Mounts

* remove `s`

* Users

* Webhooks

* Server

never again...

* Fix Server

* Settings

* Update Mounts

* Update Databasehost

* Update Server

* Oops, Update Server

* Nodes

* Update User

* Dashboard

* Update Server

* Profile

* Egg

* Role & Update Egg

* Add base Laravel lang files

* update apikey

* remove html back to settings, remove comment

* add `:resource` to create_action

* Update Egg

* Update Egg v2

* Update 1

* trans cf info label

* Update charts

* more trans

* Update Webhook

* update Health

* Update Server

* Update Role

* Fixes

* Bulk Update

* AnotherOne

* Fix relation button label

* rename `admin1` to `admin`

Leftover from testing... oops

* More Translations

* Updates

* `pint` + Relation Manager Titles
2025-02-08 23:16:54 -05:00

61 lines
2.1 KiB
PHP

<?php
return [
'title' => 'Health',
'results_refreshed' => 'Health check results updated',
'checked' => 'Checked results from :time',
'refresh' => 'Refresh',
'results' => [
'cache' => [
'label' => 'Cache',
'ok' => 'Ok',
'failed_retrieve' => 'Could not set or retrieve an application cache value.',
'failed' => 'An exception occurred with the application cache: :error',
],
'database' => [
'label' => 'Database',
'ok' => 'Ok',
'failed' => 'Could not connect to the database: :error',
],
'debugmode' => [
'label' => 'Debug Mode',
'ok' => 'Debug mode is disabled',
'failed' => 'The debug mode was expected to be :actual, but actually was :expected',
],
'environment' => [
'label' => 'Environment',
'ok' => 'Ok, Set to :actual',
'failed' => 'Environment is set to :actual , Expected :expected',
],
'nodeversions' => [
'label' => 'Node Versions',
'ok' => 'Nodes are up-to-date',
'failed' => ':outdated/:all Nodes are outdated',
'no_nodes_created' => 'No Nodes created',
'no_nodes' => 'No Nodes',
'all_up_to_date' => 'All up-to-date',
'outdated' => ':outdated/:all outdated',
],
'panelversion' => [
'label' => 'Panel Version',
'ok' => 'Panel is up-to-date',
'failed' => 'Installed version is :currentVersion but latest is :latestVersion',
'up_to_date' => 'Up to date',
'outdated' => 'Outdated',
],
'schedule' => [
'label' => 'Schedule',
'ok' => 'Ok',
'failed_last_ran' => 'The last run of the schedule was more than :time minutes ago',
'failed_not_ran' => 'The schedule did not run yet.',
],
'useddiskspace' => [
'label' => 'Disk Space',
],
],
'checks' => [
'successful' => 'Successful',
'failed' => 'Failed',
],
];