86 lines
3.8 KiB
PHP
86 lines
3.8 KiB
PHP
<?php
|
|
/**
|
|
* common.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 19:03:19
|
|
* @modified 2022-08-02 19:03:19
|
|
*/
|
|
|
|
return [
|
|
'admin_panel' => 'バックステージ管理',
|
|
'edit' => '編集',
|
|
'status' => 'ステータス',
|
|
'action' => 'アクション',
|
|
'install' => 'インストール',
|
|
'uninstall' => 'アンインストール',
|
|
|
|
// errors
|
|
'forbidden' => '禁止',
|
|
'has_no_permission' => 'このページにアクセスする権限がありません。システム管理者に連絡してください。 ',
|
|
|
|
// header
|
|
'home' => 'ホームページを管理する',
|
|
'order' => '注文管理',
|
|
'rma' => 'アフターサービス管理',
|
|
'rma_reason' => '返品理由管理',
|
|
'product' => '製品管理',
|
|
'brand' => 'ブランド管理',
|
|
'attribute' => 'attribute',
|
|
'attribute_group' => 'attribute group',
|
|
'category' => 'カテゴリ管理',
|
|
'customer_group' => '顧客グループ管理',
|
|
'customer' => '顧客管理',
|
|
'page' => 'コンテンツ管理',
|
|
'page_category' => 'Page Category',
|
|
'setting' => 'システム設定',
|
|
'plugin' => 'プラグイン管理',
|
|
'admin_user' => 'バックエンド ユーザー',
|
|
'admin_role' => 'ユーザーの役割',
|
|
'region' => '地域のグループ化',
|
|
'tax_rate' => '税率管理',
|
|
'tax_class' => '税務管理',
|
|
'currency' => '通貨管理',
|
|
'language' => '言語管理',
|
|
'zone' => '地方管理',
|
|
'country' => '国の管理',
|
|
'file_manager' => 'ファイルマネージャー',
|
|
'access_frontend' => 'フロントエンドにアクセス',
|
|
|
|
// sidebar
|
|
'settings_index' => 'システム設定',
|
|
'admin_users_index' => 'バックエンド ユーザー',
|
|
'plugins_index' => 'プラグインリスト',
|
|
'regions_index' => '地域のグループ化',
|
|
'tax_rates_index' => '税率設定',
|
|
'tax_classes_index' => '税区分',
|
|
'currencies_index' => '通貨管理',
|
|
'languages_index' => '言語管理',
|
|
'design_index' => '家の装飾',
|
|
'pages_index' => '記事管理',
|
|
'page_categories_index' => '記事分類',
|
|
'design_footer_index' => 'フッターの装飾',
|
|
'design_menu_index' => 'ナビゲーション構成',
|
|
'categories_index' => '製品カテゴリ',
|
|
'products_index' => '製品管理',
|
|
'products_trashed' => 'ごみ箱',
|
|
'customers_trashed' => 'ごみ箱',
|
|
'brands_index' => '製品ブランド',
|
|
'orders_index' => '注文リスト',
|
|
'rmas_index' => 'アフター管理',
|
|
'rma_reasons_index' => 'アフターセールスの理由',
|
|
'customers_index' => '顧客リスト',
|
|
'customer_groups_index' => '顧客グループ',
|
|
'countries_index' => '国の管理',
|
|
'zones_index' => '州管理',
|
|
'update_nav' => 'アップデート',
|
|
'update_title' => 'BeikeShop の新しいバージョンを見つけて、今すぐ更新するかどうか',
|
|
'update_new_version' => '最新バージョン',
|
|
'update_old_version' => '現在のバージョン',
|
|
'update_date' => '更新日',
|
|
'update_btn' => 'ダウンロードする',
|
|
'expired_at' => '有効期限',
|
|
];
|