-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
298 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"inflation.help.desc": "通货膨胀计算。", | ||
"inflation.help.adjust": "对特定价格进行通货膨胀调整。", | ||
"inflation.message.country_not_found": "找不到国家或地区。请确认输入了正确的国家或地区名或三位字母代码。", | ||
"inflation.message.from_year_not_found": "指定的起点年份超过了数据集的支持范围。", | ||
"inflation.message.from_year_no_data": "指定的起点年份在本数据集内,但是数据集内没有相应数据。", | ||
"inflation.message.to_year_not_found": "指定的目标年份超过了数据集的支持范围。", | ||
"inflation.message.to_year_no_data": "指定的目标年份在本数据集内,但是数据集内没有相应数据。", | ||
"inflation.message.result": "在 ${country_or_region_name},${from_year} 年的 ${price} 单位的货币相当于 ${to_year} 年的 ${result} 单位的货币。" | ||
"inflation.help.desc": "通貨膨脹計算。", | ||
"inflation.help.adjust": "對特定價格進行通貨膨脹調整。", | ||
"inflation.message.country_not_found": "找不到國家或地區。請確認輸入了正確的國家或地區名或三位字母代碼。", | ||
"inflation.message.from_year_not_found": "指定的起點年份超過了資料集的收錄範圍。", | ||
"inflation.message.from_year_no_data": "指定的起點年份在本資料集內,但是資料集內沒有相應資料。", | ||
"inflation.message.to_year_not_found": "指定的目標年份超過了資料集的收錄範圍。", | ||
"inflation.message.to_year_no_data": "指定的目標年份在本資料集內,但是資料集內沒有相應資料。", | ||
"inflation.message.result": "在 ${country_or_region_name},${from_year} 年的 ${price} 單位的貨幣相當於 ${to_year} 年的 ${result} 單位的貨幣。" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"server.help": "获取 Minecraft:Java 版/基岩版服务器 MOTD。", | ||
"server.help.option.p": "显示玩家列表。", | ||
"server.help.option.r": "显示原始信息。", | ||
"server.message.local_address": "无效的域名或 IP 地址。", | ||
"server.message.gamemode": "游戏模式:", | ||
"server.message.not_found": "没有找到任何类型的 Minecraft 服务器。", | ||
"server.message.player": "在线玩家:", | ||
"server.message.player.current": "当前在线玩家:", | ||
"server.message.version": "游戏版本:" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"langconv.help": "简繁转换。", | ||
"langconv.message.unsupported_language": "不支持此语言。支持的语言:zh_cn、zh_tw、zh_hk" | ||
"langconv.help": "Conversion betweem Simplified Chinese and Traditional Chinese.", | ||
"langconv.message.unsupported_language": "This language code is not supported. Supported: zh_cn, zh_tw, zh_hk" | ||
} |
Oops, something went wrong.