japanese translation

This commit is contained in:
denisdulici
2019-11-23 21:56:10 +03:00
parent d6f7d15557
commit 038c93a8f1
21 changed files with 304 additions and 145 deletions

View File

@ -0,0 +1,34 @@
<?php
return [
/**
* Title of the maintenance page
*
* @var string
*/
'title' => 'メンテナンスモード',
/**
* Default application down message, shown on the maintenance page
*
* @var string
*/
'message' => '現在サイトで作業中です。しばらくしてからもう一度お試しください!',
/**
* Last updated string, shown on the maintenance page
*
* @var string
*/
'last-updated' => 'このメッセージは最後に更新されました:タイムスタンプ',
/**
* Exception messages
*
* @var array
*/
'exceptions' => [
'invalid' => 'クラス:クラスは拡張しません\MisterPhilip\MaintenanceMode\Exemptions\MaintenanceModeExemption',
'missing' => 'クラス:クラスが存在しません',
]
];