2019-03-25 15:23:26 +03:00

25 lines
1.1 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'forbidden_access' => '禁止アクセス',
'error_page' => 'エラー ページ',
'page_not_found' => 'ページが見つかりません',
'body' => [
'forbidden_access' => 'おっとっと! アクセス禁止',
'error_page' => 'おっとっと! 何か問題がありました。',
'page_not_found' => 'おっとっと! ページが見つかりません。',
],
'messages' => [
'forbidden_access' => 'このページにアクセスすることはできません。
         その間、<a href=":link">ダッシュボードに戻る</a>ことができます。',
'error_page' => '我々はすぐにそれを直すことに取り組むでしょう。
それまでの間、<a href=":link">ダッシュボードに戻ってください</a>ことができます。',
'page_not_found' => '探しているページが見つかりませんでした。
それまでの間、<a href=":link">ダッシュボードに戻ってください</a>ことができます。',
],
];