updated translations
This commit is contained in:
@@ -2,50 +2,18 @@
|
||||
|
||||
return [
|
||||
|
||||
'select_to_action' => 'アクションを選択',
|
||||
'selected' => '選択中',
|
||||
'bulk_actions' => '一括アクション|一括アクション',
|
||||
'delete' => '削除',
|
||||
'duplicate' => '複製する',
|
||||
'export' => '輸出',
|
||||
'enable' => '有効にする',
|
||||
'disable' => '無効にする',
|
||||
'change_category' => 'カテゴリの変更',
|
||||
'change_type' => 'タイプの変更',
|
||||
|
||||
|
||||
'users' => [
|
||||
'change_role' => '権限の変更',
|
||||
'change_company' => '会社を変える',
|
||||
],
|
||||
|
||||
'bills' => [
|
||||
'change_bill_status' => '請求書の状態の変更',
|
||||
],
|
||||
|
||||
'payments' => [
|
||||
'change_payment_status' => '支払いステータスの変更',
|
||||
],
|
||||
|
||||
'invoices' => [
|
||||
'change_invoice_status' => '請求書ステータスの変更',
|
||||
],
|
||||
|
||||
'revenues' => [
|
||||
'change_revenue_status' => '収益ステータスの変更',
|
||||
],
|
||||
|
||||
'categories' => [
|
||||
'change_category_status' => 'カテゴリステータスの変更',
|
||||
],
|
||||
'selected' => '選択中',
|
||||
|
||||
'message' => [
|
||||
'sure' => '本気ですか?',
|
||||
'duplicate' => 'これらのレコードを本当に複製しますか?',
|
||||
'deletes' => 'これらのレコードを本当に削除しますか?|これらのレコードを本当に削除しますか?',
|
||||
'exports' => 'これらのレコードを本当にエクスポートしますか?|これらのレコードを本当にエクスポートしますか?',
|
||||
'enable' => 'これらのレコードを有効にしますか?|これらのレコードを有効にしますか?',
|
||||
'disable' => 'これらのレコードを無効にしますか?|これらのレコードを無効にしますか?',
|
||||
]
|
||||
'duplicate' => '選択したレコードを<b>複製</b>してもよろしいですか?',
|
||||
'delete' => '本当にしたいですか <b>削除する</b>選択したレコード?|本当によろしいですか <b>削除する</b>選択したレコード?',
|
||||
'export' => 'Are you sure you want to <b>export</b> selected record?|Are you sure you want to <b>export</b> selected records?',
|
||||
'enable' => 'Are you sure you want to <b>enable</b> selected record?|Are you sure you want to <b>enable</b> selected records?',
|
||||
'disable' => 'Are you sure you want to <b>disable</b> selected record?|Are you sure you want to <b>disable</b> selected records?',
|
||||
'paid' => 'Are you sure you want to mark selected invoice as <b>paid</b>?|Are you sure you want to mark selected invoices as <b>paid</b>?',
|
||||
'sent' => 'Are you sure you want to mark selected invoice as <b>sent</b>?|Are you sure you want to mark selected invoices as <b>sent</b>?',
|
||||
'received' => 'Are you sure you want to mark selected bill as <b>received</b>?|Are you sure you want to mark selected bills as <b>received</b>?',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user