This commit is contained in:
2024-04-19 10:27:36 +02:00
parent fcb6bbe566
commit 35c96e715c
7852 changed files with 4815 additions and 8 deletions

View File

@ -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' => 'ラベルが存在しません',
];

View File

@ -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' => '役職',
];