more language update
This commit is contained in:
parent
6472a4daf7
commit
1fc73a4703
@ -1,34 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
/**
|
|
||||||
* Title of the maintenance page
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
'title' => 'Maintenance Mode',
|
'title' => 'Maintenance Mode',
|
||||||
|
|
||||||
/**
|
|
||||||
* Default application down message, shown on the maintenance page
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
'message' => 'We\'re currently working on the site, please try again later!',
|
'message' => 'We\'re currently working on the site, please try again later!',
|
||||||
|
|
||||||
/**
|
|
||||||
* Last updated string, shown on the maintenance page
|
|
||||||
*
|
|
||||||
* @var string
|
|
||||||
*/
|
|
||||||
'last-updated' => 'This message was last updated :timestamp',
|
'last-updated' => 'This message was last updated :timestamp',
|
||||||
|
|
||||||
/**
|
|
||||||
* Exception messages
|
|
||||||
*
|
|
||||||
* @var array
|
|
||||||
*/
|
|
||||||
'exceptions' => [
|
|
||||||
'invalid' => 'Class :class does not extend \MisterPhilip\MaintenanceMode\Exemptions\MaintenanceModeExemption',
|
|
||||||
'missing' => 'Class :class does not exist',
|
|
||||||
]
|
|
||||||
];
|
];
|
@ -19,7 +19,7 @@ return [
|
|||||||
'no_file' => 'Error: No file selected!',
|
'no_file' => 'Error: No file selected!',
|
||||||
'last_category' => 'Error: Can not delete the last :type category!',
|
'last_category' => 'Error: Can not delete the last :type category!',
|
||||||
'change_type' => 'Error: Can not change the type because it has :text related!',
|
'change_type' => 'Error: Can not change the type because it has :text related!',
|
||||||
'invalid_apikey' => 'Error: The token entered is invalid!',
|
'invalid_apikey' => 'Error: The API Key entered is invalid!',
|
||||||
'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.',
|
'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.',
|
||||||
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
|
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user