New translations setup.php (Japanese)
This commit is contained in:
23
resources/lang/ja-JP/setup.php
Normal file
23
resources/lang/ja-JP/setup.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Cachet.
|
||||
*
|
||||
* (c) Alt Three Services Limited
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
return [
|
||||
'setup' => 'セットアップ',
|
||||
'title' => 'Cachetのセットアップ',
|
||||
'service_details' => 'サービスの詳細情報',
|
||||
'env_setup' => '環境設定',
|
||||
'status_page_setup' => 'ステータスページのセットアップ',
|
||||
'show_support' => 'Show support for Cachet?',
|
||||
'admin_account' => '管理者アカウント',
|
||||
'complete_setup' => 'セットアップの完了',
|
||||
'completed' => 'Cachetの設定が正常に終わりました!',
|
||||
'finish_setup' => 'ダッシュボード画面に移動',
|
||||
];
|
||||
Reference in New Issue
Block a user