add lang: ja

This commit is contained in:
xiaomlove
2025-04-19 02:06:51 +07:00
parent 432c57f886
commit ff11c10eab
275 changed files with 8545 additions and 730 deletions

View 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' => '権限はありません!',
);