snipe-it/resources/lang/ja/button.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

25 lines
1.1 KiB
PHP

<?php
return [
'actions' => 'アクション',
'add' => '新規追加',
'cancel' => 'キャンセル',
'checkin_and_delete' => 'チェックイン&ユーザー削除',
'delete' => '削除',
'edit' => '編集',
'restore' => '復元',
'remove' => 'Remove',
'request' => 'リクエスト',
'submit' => '送信',
'upload' => 'アップロード',
'select_file' => 'ファイルを選択...',
'select_files' => 'ファイルを選択...',
'generate_labels' => '{1} ラベル生成|[2,*] 複数ラベル生成',
'send_password_link' => 'パスワードリセットのメールを送信',
'go' => 'Go',
'bulk_actions' => 'Bulk Actions',
'add_maintenance' => 'Add Maintenance',
'append' => 'Append',
'new' => 'New',
];