forked from Simnation/Main
24 lines
948 B
Lua
24 lines
948 B
Lua
![]() |
Utils.Lang['ja'] = {
|
||
|
['confirmation_modal_title'] = "アクションを確認",
|
||
|
['confirmation_modal_body'] = "このアクションを進めてもよろしいですか?",
|
||
|
['confirmation_modal_cancel_button'] = "キャンセル",
|
||
|
['confirmation_modal_confirm_button'] = "確認",
|
||
|
|
||
|
['custom_validity'] = {
|
||
|
['fill_field'] = "このフィールドを入力してください",
|
||
|
['select_fill_field'] = "リストからアイテムを選択してください",
|
||
|
['invalid_value'] = "無効な値",
|
||
|
['more_than'] = "{0}以上でなければなりません",
|
||
|
['less_than'] = "{0}以下でなければなりません",
|
||
|
['pattern_mismatch'] = "無効な形式",
|
||
|
['too_long'] = "このエントリーは長すぎます",
|
||
|
['too_short'] = "このエントリーは短すぎます"
|
||
|
},
|
||
|
|
||
|
['notification'] = {
|
||
|
['error'] = "エラー",
|
||
|
['success'] = "成功",
|
||
|
['warning'] = "警告",
|
||
|
['info'] = "情報",
|
||
|
},
|
||
|
}
|