Bläddra i källkod

fix(i18n): 修正日语翻译和SSD标题格式

- 将"Business"和"Personal"统一翻译为"法人向け商品"和"個人向け商品"
- 修复SSD标题中的多余空格问题
- 更新相关产品描述以保持术语一致性
master
watermax 4 dagar sedan
förälder
incheckning
d9e4182c0a
3 ändrade filer med 14 tillägg och 14 borttagningar
  1. 12
    12
      i18n/locales/ja.ts
  2. 1
    1
      public/data/categories-en.json
  3. 1
    1
      public/data/categories-ja.json

+ 12
- 12
i18n/locales/ja.ts Visa fil

@@ -50,8 +50,8 @@ export default {
},
footer: {
productsLinks: {
business: "Business",
personal: "Personal",
business: "法人向け商品",
personal: "個人向け商品",
},
websiteLinks: {
title: "ウェブサイト",
@@ -75,10 +75,10 @@ export default {
},
},
all: "全部",
personal: "Personal",
business: "Business",
personalDesc: "個人用製品情報",
businessDesc: "企業用製品情報",
personal: "個人向け商品",
business: "法人向け商品",
personalDesc: "個人向け商品情報",
businessDesc: "法人向け商品情報",
},
home: {
title: "Hanye ウェブサイトへようこそ",
@@ -114,14 +114,14 @@ export default {
useCategoryTitle: "Hanye独自に開発・製造、販売",
useCategoryDescription: "製品カテゴリー",
business: {
title: "企業用製品",
description: "企業向けストレージおよびメモリ製品情報 ",
view_details: "企業用製品",
title: "法人向け商品",
description: "法人向けストレージおよびメモリ製品情報 ",
view_details: "法人向け商品",
},
personal: {
title: "個人用製品",
description: "Hanyeはさまざまな個人向け品を提供しています。",
view_details: "個人用製品",
title: "個人向け商品",
description: "Hanyeはさまざまな個人向け品を提供しています。",
view_details: "個人向け商品",
},
},
products: {

+ 1
- 1
public/data/categories-en.json Visa fil

@@ -49,7 +49,7 @@
},
{
"id": "5",
"title": "SSD",
"title": "SSD  ",
"description": "Designed for data centers and servers to handle demanding workloads, delivering sustained high performance and reliability.",
"image": "/images/categories/Enterprise-grade SSD.webp",
"summary": "External enclosures providing convenient storage expansion and data backup solutions",

+ 1
- 1
public/data/categories-ja.json Visa fil

@@ -49,7 +49,7 @@
},
{
"id": "5",
"title": "SSD",
"title": "SSD",
"description": "データセンターやサーバー向けに設計され、要求の厳しいワークロードに対応し、持続的な高パフォーマンスと高信頼性を提供します。",
"image": "/images/categories/Enterprise-grade SSD.webp",
"summary": "複数のインターフェースをサポートし、便利なストレージソリューションを提供する外付けケース",

Laddar…
Avbryt
Spara