Skip to content

Commit

Permalink
Japanese Langurage Package
Browse files Browse the repository at this point in the history
  • Loading branch information
qxsclass authored and yushine committed Aug 5, 2024
1 parent dc58071 commit ae3df19
Show file tree
Hide file tree
Showing 57 changed files with 1,507 additions and 0 deletions.
25 changes: 25 additions & 0 deletions innopacks/front/lang/jp/account.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php
/**
* Copyright (c) Since 2024 InnoShop - All Rights Reserved
*
* @link https://www.innoshop.com
* @author InnoShop <team@innoshop.com>
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/

return [
'register' => '登録',
'login' => 'ログイン',
'account' => 'マイページ',
'orders' => '注文履歴',
'order_returns' => '返品履歴',
'favorites' => 'お気に入り',
'addresses' => '住所',
'edit' => 'プロフィール編集',
'password' => 'パスワード変更',
'logout' => 'ログアウト',
'hello' => 'こんにちは',
'view_all' => 'すべて表示',
'no_order' => '<span class="text-decoration-underline">最初の注文をしてください</span><span>まだ注文がありません。</span>',
];

15 changes: 15 additions & 0 deletions innopacks/front/lang/jp/address.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
/**
* Copyright (c) Since 2024 InnoShop - All Rights Reserved
*
* @link https://www.innoshop.com
* @author InnoShop <team@innoshop.com>
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/

return [
'address' => '住所',
'add_new_address' => '新しい住所を追加',
'shipping_address' => '配送先住所',
'billing_address' => '請求先住所',
];
12 changes: 12 additions & 0 deletions innopacks/front/lang/jp/article.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php
/**
* Copyright (c) Since 2024 InnoShop - All Rights Reserved
*
* @link https://www.innoshop.com
* @author InnoShop <team@innoshop.com>
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/

return [
'articles' => '記事ホーム',
];
12 changes: 12 additions & 0 deletions innopacks/front/lang/jp/base.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php
/**
* Copyright (c) Since 2024 InnoShop - All Rights Reserved
*
* @link https://www.innoshop.com
* @author InnoShop <team@innoshop.com>
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/

return [
'name' => '日本语',
];
23 changes: 23 additions & 0 deletions innopacks/front/lang/jp/cart.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php
/**
* Copyright (c) Since 2024 InnoShop - All Rights Reserved
*
* @link https://www.innoshop.com
* @author InnoShop <team@innoshop.com>
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/

return [
'cart' => 'カート',
'product' => '商品',
'price' => '単価',
'quantity' => '数量',
'subtotal' => '小計',
'cart_total' => 'カート合計',
'selected' => '選択済み',
'total' => '合計',
'go_checkout' => '今すぐチェックアウト',
'empty_cart' => 'カートは空です',
'continue' => '買い物を続ける',
'add_to_cart' => 'カートに追加',
];
12 changes: 12 additions & 0 deletions innopacks/front/lang/jp/category.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php
/**
* Copyright (c) Since 2024 InnoShop - All Rights Reserved
*
* @link https://www.innoshop.com
* @author InnoShop <team@innoshop.com>
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/

return [
'category' => '商品カテゴリー',
];
34 changes: 34 additions & 0 deletions innopacks/front/lang/jp/checkout.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?php

/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/

return [
'checkout' => 'チェックアウト',
'shipping_address' => '配送先住所',
'billing_address' => '請求先住所',

'same_shipping_address' => '請求先住所は配送先住所と同じ',
'create_address' => '住所を作成',
'shipping_methods' => '配送方法',
'billing_methods' => '支払い方法',
'order_comment' => '注文コメント',
'cancel_create' => 'キャンセル',
'my_order' => '私の注文',
'place_order' => '注文を確定する',
'failed' => 'ユーザー名またはパスワードが間違っています。',
'password' => 'パスワードが間違っています。',
'throttle' => '試行回数が多すぎます。 :seconds 秒後に再試行してください。',
'shipping_quote_error' => 'プラグイン :classname のメソッド: public function getQuotes($checkoutService)" を実装してください。',

'no_shipping_methods' => '配送方法がありません。管理者に連絡してください。',
'no_billing_methods' => '支払い方法がありません。管理者に連絡してください。',
];
40 changes: 40 additions & 0 deletions innopacks/front/lang/jp/common.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?php
/**
* Copyright (c) Since 2024 InnoShop - All Rights Reserved
*
* @link https://www.innoshop.com
* @author InnoShop <team@innoshop.com>
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/

return [
'home' => 'ホーム',
'login' => 'ログイン',
'register' => '登録',
'cancel' => 'キャンセル',
'confirm' => '確認',
'delete' => '削除',
'edit' => '編集',
'action' => '操作',
'add' => '追加',
'text_hint' => 'ヒント',
'image' => '画像',
'all' => 'すべて',
'status' => 'ステータス',
'view' => '表示',
'submit' => '提出',
'products' => '商品',
'news' => 'ニュース',
'pages' => 'ページ',
'search' => '検索',
'telephone' => '電話番号',
'back_page' => '前のページに戻る',
'created_at' => '作成日時',
'delete_confirm' => '本当に削除しますか?',

'get_success' => '取得成功',
'saved_success' => '保存成功',
'updated_success' => '更新成功',
'deleted_success' => '削除成功',
'submitted_success' => '提出成功',
];
16 changes: 16 additions & 0 deletions innopacks/front/lang/jp/edit.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
/**
* Copyright (c) Since 2024 InnoShop - All Rights Reserved
*
* @link https://www.innoshop.com
* @author InnoShop <team@innoshop.com>
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/

return [
'edit' => 'プロフィール編集',
'avatar' => 'アバター',
'name' => 'ニックネーム',
'name_text' => 'ニックネームを入力してください',
'email' => 'メールアドレス',
];
12 changes: 12 additions & 0 deletions innopacks/front/lang/jp/favorites.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php
/**
* Copyright (c) Since 2024 InnoShop - All Rights Reserved
*
* @link https://www.innoshop.com
* @author InnoShop <team@innoshop.com>
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/

return [
'favorites' => 'お気に入り',
];
19 changes: 19 additions & 0 deletions innopacks/front/lang/jp/home.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php

/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/

return [
'news_blog' => '最新ブログ',
'news_blog_text' => '未来を探求し、革新をリードしましょう。私たちと一緒に最新のテクノロジーの誕生を見守りましょう。最新のブログとニュース更新を今すぐフォローしてください!',
'feature_product' => 'おすすめ商品',
'feature_product_text' => 'これを着て、スタイルをあなたのアイコンにしましょう。このファッショナブルな服は、その独特のデザインと快適な素材で、個性とエレガンスが完璧に融合しています。日常の外出にも特別な場面にも、このアイテムはあなたのクローゼットに欠かせないファッションピースです。今すぐ変化を受け入れ、あなたの独自の魅力を発揮しましょう。',
];
24 changes: 24 additions & 0 deletions innopacks/front/lang/jp/login.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php
/**
* Copyright (c) Since 2024 InnoShop - All Rights Reserved
*
* @link https://www.innoshop.com
* @author InnoShop <team@innoshop.com>
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/

return [
'login' => 'ログイン',
'login_text' => '以下のアカウント情報を使用してログインしてください。',
'email' => 'メールアドレス',
'email_required' => 'メールアドレスを入力してください',
'password' => 'パスワード',
'password_required' => 'パスワードを入力してください',
'forget_password' => 'パスワードを忘れた場合',
'login_submit' => 'ログインする',
'no_account' => 'アカウントをお持ちでないですか?今すぐ作成',
'account_or_password_error' => 'アカウントまたはパスワードが間違っています',
'empty_customer' => 'このアカウントは存在しません',
'inactive_customer' => '申し訳ありませんが、あなたのアカウントは無効です',
'login_success' => 'ログイン成功',
];
37 changes: 37 additions & 0 deletions innopacks/front/lang/jp/order.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?php
/**
* Copyright (c) Since 2024 InnoShop - All Rights Reserved
*
* @link https://www.innoshop.com
* @author InnoShop <team@innoshop.com>
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/

return [
'order' => '注文',
'order_details' => '注文詳細',
'order_number' => '注文番号',
'order_items' => '注文商品',
'order_date' => '日付',
'order_billing' => '支払い方法',
'order_status' => 'ステータス',
'order_total' => '合計',
'all' => 'すべて',
'unpaid' => '未払い',
'paid' => '支払い済み',
'unshipped' => '未発送',
'shipped' => '発送済み',
'to_be_used' => '未使用',
'to_be_bound' => '未绑定',
'completed' => '完了',
'cancelled' => 'キャンセル済み',
'continue_pay' => '今すぐ支払う',
'create_rma' => 'アフターサービスを開始する',
'order_history' => '注文履歴',
'state' => 'ステータス',
'remark' => '備考',
'product' => '商品',
'price' => '価格',
'quantity' => '数量',
'subtotal' => '小計',
];
15 changes: 15 additions & 0 deletions innopacks/front/lang/jp/password.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
/**
* Copyright (c) Since 2024 InnoShop - All Rights Reserved
*
* @link https://www.innoshop.com
* @author InnoShop <team@innoshop.com>
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/

return [
'password' => 'パスワード',
'old_password' => '旧パスワード',
'new_password' => '新しいパスワード',
'confirm_password' => 'パスワードを確認する',
];
24 changes: 24 additions & 0 deletions innopacks/front/lang/jp/product.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php
/**
* Copyright (c) Since 2024 InnoShop - All Rights Reserved
*
* @link https://www.innoshop.com
* @author InnoShop <team@innoshop.com>
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/

return [
'products' => '商品一覧',
'in_stock' => '在庫あり',
'out_stock' => '在庫なし',
'add_to_cart' => 'カートに追加',
'buy_now' => '今すぐ購入',
'view_details' => '詳細を見る',
'add_wishlist' => 'お気に入りに追加',
'model' => 'モデル',
'sku_code' => 'SKUコード',
'category' => 'カテゴリ',
'brand' => 'ブランド',
'description' => '商品詳細',
'attribute' => '商品属性',
];
15 changes: 15 additions & 0 deletions innopacks/front/lang/jp/register.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
/**
* Copyright (c) Since 2024 InnoShop - All Rights Reserved
*
* @link https://www.innoshop.com
* @author InnoShop <team@innoshop.com>
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/

return [
'register' => '登録',
'register_text' => '以下のフォームに登録情報を入力してください',
'register_submit' => '今すぐ登録',
'have_account' => 'すでにアカウントをお持ちですか?ログインはこちら',
];
12 changes: 12 additions & 0 deletions innopacks/front/lang/jp/return.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?php
/**
* Copyright (c) Since 2024 InnoShop - All Rights Reserved
*
* @link https://www.innoshop.com
* @author InnoShop <team@innoshop.com>
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/

return [
'return_number' => '返品数量',
];
1 change: 1 addition & 0 deletions innopacks/install/lang/en/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'zh_cn' => 'Chinese',
'en' => 'English',
'es' => 'Spanish',
'jp' => 'Japanese',
'license' => 'License',
'check_env' => 'Environment',
'configuration' => 'Configuration',
Expand Down
1 change: 1 addition & 0 deletions innopacks/install/lang/es/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'zh_cn' => 'Chino',
'en' => 'Inglés',
'es' => 'Español',
'jp' => 'Japonés',
'license' => 'Licencia',
'check_env' => 'Entorno',
'configuration' => 'Configuración',
Expand Down
Loading

0 comments on commit ae3df19

Please sign in to comment.