Skip to content

Commit c807014

Browse files
committed
feat(i18n): 更新国际化文件,添加“显示所有”和“只显示可用”翻译内容
- 在英文、日文、简体中文和繁体中文的国际化文件中新增“showAll”和“onlyAvailable”字段的翻译。 - 确保用户界面在不同语言环境下的一致性和可用性。
1 parent 6a2fad4 commit c807014

File tree

5 files changed

+585
-174
lines changed

5 files changed

+585
-174
lines changed

web/src/i18n/locales/en_US.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,9 @@
504504
"noExtraRatios": "No additional charge",
505505
"output": "output",
506506
"output_image_tokens": "Output image magnification",
507-
"price": "Price"
507+
"price": "Price",
508+
"showAll": "Show all",
509+
"onlyAvailable": "Only show available"
508510
},
509511
"nova 映射": "nova mapping",
510512
"onyx 映射": "onyx mapping",

web/src/i18n/locales/ja_JP.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,9 @@
504504
"noExtraRatios": "拡張価格はありません",
505505
"output": "出力",
506506
"output_image_tokens": "画像倍率",
507-
"price": "価格"
507+
"price": "価格",
508+
"showAll": "すべて表示",
509+
"onlyAvailable": "利用可能なだけ表示"
508510
},
509511
"nova 映射": "新星マッピング",
510512
"onyx 映射": "オニキスマッピング",

web/src/i18n/locales/zh_CN.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,9 @@
528528
"input_text_tokens": "输入文本倍率",
529529
"output_text_tokens": "输出文本倍率",
530530
"input_image_tokens": "输入图片倍率",
531-
"output_image_tokens": "输出图片倍率"
531+
"output_image_tokens": "输出图片倍率",
532+
"showAll": "显示所有",
533+
"onlyAvailable": "只显示可用"
532534
},
533535
"paymentPage": {
534536
"orderList": "订单列表",

web/src/i18n/locales/zh_HK.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,9 @@
505505
"noExtraRatios": "冇擴展價格",
506506
"output": "輸出",
507507
"output_image_tokens": "輸出圖片倍率",
508-
"price": "價格"
508+
"price": "價格",
509+
"showAll": "顯示所有",
510+
"onlyAvailable": "只顯示可用"
509511
},
510512
"nova 映射": "nova 映射",
511513
"onyx 映射": "onyx 映射",

0 commit comments

Comments
 (0)