Add full lang/ translations for fr, de, it, nl, pl, el, ja, ko, zh, ru, tr, and ar — all 23 base files each, with identical key trees to lang/en, preserved :placeholders and plural forms, and native product terminology.
39 lines
1.6 KiB
PHP
39 lines
1.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
'new_brand' => '新しいブランド',
|
|
'no_brands_yet' => 'まだブランドがありません',
|
|
'no_brands_description' => 'ブランドを作成して、ソーシャルアカウントをクライアントやプロジェクトごとに整理しましょう',
|
|
'accounts_count' => ':count 件のアカウント',
|
|
|
|
'create' => [
|
|
'title' => 'ブランドを作成',
|
|
'description' => 'ソーシャルアカウントをまとめるブランドに名前を付けてください',
|
|
'name' => 'ブランド名',
|
|
'name_placeholder' => '例: Acme Corp、個人',
|
|
'submit' => 'ブランドを作成',
|
|
'submitting' => '作成中...',
|
|
],
|
|
|
|
'edit' => [
|
|
'title' => 'ブランドを編集',
|
|
'description' => 'このブランドの名前を変更します',
|
|
'name' => 'ブランド名',
|
|
'name_placeholder' => '例: Acme Corp、個人',
|
|
'submit' => '変更を保存',
|
|
'submitting' => '保存中...',
|
|
],
|
|
|
|
'delete' => [
|
|
'title' => 'ブランドを削除',
|
|
'description' => 'このブランドを削除してもよろしいですか?ソーシャルアカウントは割り当てが解除されますが、削除はされません。',
|
|
'confirm' => '削除',
|
|
'cancel' => 'キャンセル',
|
|
],
|
|
|
|
'flash' => [
|
|
'created' => 'ブランドを正常に作成しました!',
|
|
'updated' => 'ブランドを正常に更新しました!',
|
|
'deleted' => 'ブランドを正常に削除しました!',
|
|
],
|
|
];
|