mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add lang: ja
This commit is contained in:
21
resources/lang/ja/nexus.php
Normal file
21
resources/lang/ja/nexus.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return array (
|
||||
'invalid_argument' => 'エラーパラメーター',
|
||||
'require_argument' => ':引数は空にすることはできません',
|
||||
'select_one_please' => '選択してください',
|
||||
'user_not_exists' => '(そのようなアカウントはありません)',
|
||||
'time_units' =>
|
||||
array (
|
||||
'week' => '週',
|
||||
),
|
||||
'select_all' => 'すべてを選択します',
|
||||
'unselect_all' => '何も選択しないでください',
|
||||
'increment' => '増加',
|
||||
'decrement' => '減らす',
|
||||
'action' => '動作します',
|
||||
'no_limit' => '制限なし',
|
||||
'sum' => '総計',
|
||||
'do_not_repeat' => '操作を繰り返さないでください!',
|
||||
'no_permission' => '権限はありません!',
|
||||
);
|
||||
Reference in New Issue
Block a user