ok
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'invalid_return_count' => ':nameから無効なカウントが返されました。:expected, got :actual',
|
||||
'invalid_return_type' => ':nameから不正な型が返されました。:expected, got :actual',
|
||||
'invalid_return_value' => ':nameから無効な値が返されました。:expected, got :actual',
|
||||
|
||||
'does_not_exist' => 'ラベルが存在しません',
|
||||
|
||||
];
|
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'example_company' => 'テスト会社制限',
|
||||
'example_defaultloc' => '1号館',
|
||||
'example_category' => 'カテゴリのテスト',
|
||||
'example_location' => '建物2',
|
||||
'example_manufacturer' => '製造業テスト株式会社',
|
||||
'example_model' => 'モデルのテスト',
|
||||
'example_supplier' => 'テスト会社制限',
|
||||
'labels_per_page' => 'ラベル',
|
||||
'support_fields' => '項目',
|
||||
'support_asset_tag' => 'タグ',
|
||||
'support_1d_barcode' => '1 D',
|
||||
'support_2d_barcode' => '2D',
|
||||
'support_logo' => 'ロゴ',
|
||||
'support_title' => '役職',
|
||||
|
||||
];
|
Reference in New Issue
Block a user