oms-Exchange/Theme/Backend/Lang/ja.lang.php
2022-02-19 14:33:15 +01:00

40 lines
985 B
PHP

<?php
/**
* Karaka
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
*/
declare(strict_types=1);
return ['Exchange' => [
'Created' => '#VALUE!',
'CreatedAt' => '#VALUE!',
'CreatedBy' => '#VALUE!',
'Creator' => '#VALUE!',
'Database' => 'データベース',
'End' => '終わり',
'Exchange' => '交換',
'Export' => '輸出',
'Exports' => '輸出',
'File' => 'ファイル',
'Host' => 'ホスト',
'Import' => '輸入',
'Imports' => '輸入',
'Login' => 'ログイン',
'Logs' => 'ログ',
'Options' => 'オプション',
'Password' => 'パスワード',
'Port' => 'ポート',
'Start' => '始める',
'Subtype' => '#VALUE!',
'Title' => '#VALUE!',
'Type' => '#VALUE!',
'Website' => 'Webサイト',
]];