diff --git a/resources/lang/en/messages.php b/resources/lang/en/messages.php index 5af0cb3..38f3984 100644 --- a/resources/lang/en/messages.php +++ b/resources/lang/en/messages.php @@ -667,7 +667,7 @@ return [ | */ - # Title + # Title Tag 'LinkStack setup' => 'LinkStack setup+', 'Setup LinkStack' => 'Setup LinkStack+', @@ -722,12 +722,38 @@ return [ | Updater/Update-Backup |-------------------------------------------------------------------------- | - | + | resources/views/update.blade.php | */ + # Title Tag 'Update LinkStack' => 'Update LinkStack+', + 'Installed beta version' => 'Installed beta version+', + 'none' => 'none+', + 'You need to update to the latest mainline release' => 'You need to update to the latest mainline release+', + 'You’re running the latest mainline release' => 'You’re running the latest mainline release+', + + 'update.manually' => 'You can update your installation automatically or download the update and install it manually:+', + 'update.windows' => 'Windows users can use the alternative updater. This updater won’t create a backup. Use at your own discretion.+', + 'Update automatically' => 'Update automatically+', + 'Update manually' => 'Update manually+', + + 'Updating' => 'Updating+', + 'Creating backup' => 'Creating backup+', + 'Preparing update' => 'Preparing update+', + 'No new version' => 'No new version+', + 'There is no new version available' => 'There is no new version available+', + 'Admin Panel' => 'Admin Panel+', + 'Finishing up' => 'Finishing up+', + 'Success!' => 'Success!+', + 'The update was successful' => 'The update was successful, you can now return to the Admin Panel.+', + 'View the release notes' => 'View the release notes+', + 'Run again' => 'Run again+', + 'Error' => 'Error+', + 'Something went wrong with the update' => 'Something went wrong with the update+', + + /* |-------------------------------------------------------------------------- | Maintenance Page diff --git a/resources/views/update.blade.php b/resources/views/update.blade.php index 05c7bda..5400898 100644 --- a/resources/views/update.blade.php +++ b/resources/views/update.blade.php @@ -21,15 +21,15 @@ @if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') @if(env('JOIN_BETA') === true)
- -$Vlocal) {echo "You need to update to the latest mainline release";} else {echo "You're running the latest mainline release";} ?>
+ +$Vlocal) {echo __('messages.You need to update to the latest mainline release');} else {echo __("messages.You’re running the latest mainline release");} ?>
@else -$Vlocal) {echo "You need to update to the latest mainline release";} else {echo "You're running the latest mainline release";} ?>
@else{{$Vlocal}} -> {{$Vgit}}
- $Vlocal) {echo "You need to update to the latest mainline release";} else {echo "You're running the latest mainline release";} ?>
+ +$Vlocal) {echo __('messages.You need to update to the latest mainline release');} else {echo __("messages.You’re running the latest mainline release");} ?>
@else -