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.2 KiB
PHP
39 lines
1.2 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' => '品牌删除成功!',
|
|
],
|
|
];
|