Files
cachet-docker/resources/lang/ja/setup.php
2016-01-29 22:05:05 +00:00

24 lines
785 B
PHP

<?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' => 'Environment Setup',
'status_page_setup' => 'ステータス ページのセットアップ',
'show_support' => 'Show support for Cachet?',
'admin_account' => 'Administrator Account',
'complete_setup' => 'Complete Setup',
'completed' => 'Cachet has been configured successfully!',
'finish_setup' => 'Go to dashboard',
];