Skip to content

Commit

Permalink
refactor: Improve translations for Simplified Chinese and Japanese
Browse files Browse the repository at this point in the history
PR-244: #244
  • Loading branch information
Xiaokang2022 authored and pawamoy committed Feb 7, 2025
1 parent 0aaa260 commit 753a0df
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
{% macro t(key) %}{{ {
"ATTRIBUTE": "属性",
"Attributes:": "属性:",
"Classes:": "",
"CLASS": "",
"Classes:": "クラス:",
"CLASS": "クラス",
"DEFAULT:": "デフォルト:",
"Default": "デフォルト",
"default:": "デフォルト:",
"DESCRIPTION": "デスクリプション",
"Description": "デスクリプション",
"Examples:": "例:",
"Functions:": "",
"FUNCTION": "",
"Methods:": "",
"METHOD": "",
"Modules:": "",
"MODULE": "",
"Functions:": "関数:",
"FUNCTION": "関数",
"Methods:": "メソッド:",
"METHOD": "メソッド",
"Modules:": "モジュール:",
"MODULE": "モジュール",
"Name": "名前",
"Other Parameters:": "他の引数:",
"PARAMETER": "引数",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
{% macro t(key) %}{{ {
"ATTRIBUTE": "属性",
"Attributes:": "属性:",
"Classes:": "",
"CLASS": "",
"Classes:": "类:",
"CLASS": "",
"DEFAULT:": "默认:",
"Default": "默认",
"default:": "默认:",
"DESCRIPTION": "描述",
"Description": "描述",
"Examples:": "示例:",
"Functions:": "",
"FUNCTION": "",
"Methods:": "",
"METHOD": "",
"Modules:": "",
"MODULE": "",
"Functions:": "函数:",
"FUNCTION": "函数",
"Methods:": "方法:",
"METHOD": "方法",
"Modules:": "模块:",
"MODULE": "模块",
"Name": "名称",
"Other Parameters:": "其他参数:",
"PARAMETER": "参数",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
{% macro t(key) %}{{ {
"ATTRIBUTE": "属性",
"Attributes:": "属性:",
"Classes:": "",
"CLASS": "",
"Classes:": "クラス:",
"CLASS": "クラス",
"DEFAULT:": "デフォルト:",
"Default": "デフォルト",
"default:": "デフォルト:",
"DESCRIPTION": "デスクリプション",
"Description": "デスクリプション",
"Examples:": "例:",
"Functions:": "",
"FUNCTION": "",
"Methods:": "",
"METHOD": "",
"Modules:": "",
"MODULE": "",
"Functions:": "関数:",
"FUNCTION": "関数",
"Methods:": "メソッド:",
"METHOD": "メソッド",
"Modules:": "モジュール:",
"MODULE": "モジュール",
"Name": "名前",
"Other Parameters:": "他の引数:",
"PARAMETER": "引数",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
{% macro t(key) %}{{ {
"ATTRIBUTE": "属性",
"Attributes:": "属性:",
"Classes:": "",
"CLASS": "",
"Classes:": "类:",
"CLASS": "",
"DEFAULT:": "默认:",
"Default": "默认",
"default:": "默认:",
"DESCRIPTION": "描述",
"Description": "描述",
"Examples:": "示例:",
"Functions:": "",
"FUNCTION": "",
"Methods:": "",
"METHOD": "",
"Modules:": "",
"MODULE": "",
"Functions:": "函数:",
"FUNCTION": "函数",
"Methods:": "方法:",
"METHOD": "方法",
"Modules:": "模块:",
"MODULE": "模块",
"Name": "名称",
"Other Parameters:": "其他参数:",
"PARAMETER": "参数",
Expand Down

0 comments on commit 753a0df

Please sign in to comment.