Skip to content

Commit

Permalink
New Crowdin updates (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hldbot authored and DoroWolf committed Jan 5, 2025
1 parent 66ba1c5 commit aa86190
Show file tree
Hide file tree
Showing 26 changed files with 298 additions and 270 deletions.
4 changes: 3 additions & 1 deletion core/locales/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"config.comments.use_secrets_random": "Whether to use the random number generator based on the secrets library.",
"config.comments.web_render": "WebRender service URL.",
"config.comments.web_render_local": "The local WebRender service address.",
"config.comments.webui_port": "The port number of the WebUI service.",
"config.header.line.1": "https://toml.io/en/v1.0.0",
"config.header.line.2": "NOTE: TOML is not like Python. Do not use Python syntax here.",
"config.header.line.3": "EXAMPLE: Boolean values in TOML must be lowercase.",
Expand Down Expand Up @@ -150,6 +151,7 @@
"parser.matched.but_try_again_later": "Please try again later.",
"parser.module.desc": "Description:\n${desc}",
"parser.module.disabled.prompt": "\"${module}\" module is not enabled. Please use \"${prefix}enable ${module}\" to enable the module.",
"parser.module.disabled.to_enable": "Do you want to enable the module and continue executing this command?",
"parser.module.unloaded": "\"${module}\"hasn't been loaded yet. Please contact the developers to solve this issue.",
"parser.superuser.permission.denied": "You do not have permission to use this command.",
"petal.message.cost": "(${amount} petals used)",
Expand Down Expand Up @@ -184,4 +186,4 @@
"tos.message.warning.count": "You have received ${current_warns} warnings.",
"tos.message.warning.last": "This is the last warning.",
"tos.message.warning.prompt": "Your account will be blocked if you receive more than ${warn_counts} warnings."
}
}
2 changes: 1 addition & 1 deletion core/locales/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"parser.matched.but_try_again_later": "请稍后再试。",
"parser.module.desc": "介绍:\n${desc}",
"parser.module.disabled.prompt": "“${module}”模块未开启,请使用“${prefix}enable ${module}”开启本模块。",
"parser.module.disabled.to_enable": "是否开启并继续执行",
"parser.module.disabled.to_enable": "是否开启模块并继续执行此命令",
"parser.module.unloaded": "“${module}”模块当前未加载,请联系开发者处理。",
"parser.superuser.permission.denied": "你没有使用该命令的权限。",
"petal.message.cost": "(使用了 ${amount} 片花瓣)",
Expand Down
3 changes: 2 additions & 1 deletion core/locales/zh_tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
"parser.matched.but_try_again_later": "請稍後再試。",
"parser.module.desc": "描述:\n${desc}",
"parser.module.disabled.prompt": "「${module}」模組未啟用,請使用「${prefix}enable ${module}」啟用此模組。",
"parser.module.disabled.to_enable": "是否啟用模組並繼續執行指令?",
"parser.module.unloaded": "「${module}」模組當前未載入,請聯絡開發人員處理。",
"parser.superuser.permission.denied": "你沒有使用此指令的權限。",
"petal.message.cost": "(使用了 ${amount} 片花瓣)",
Expand Down Expand Up @@ -184,4 +185,4 @@
"tos.message.warning.count": "這是第 ${current_warns} 次警告。",
"tos.message.warning.last": "這是最後一次警告。",
"tos.message.warning.prompt": "如超過 ${warn_counts} 次警告,我們將會封鎖你的帳戶。"
}
}
2 changes: 1 addition & 1 deletion modules/calc/locales/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"calc.help": "Safely evaluate Python ast expressions.",
"calc.message.invalid": "Invalid expression: ${expr}",
"calc.message.time_out": "Calculation timeout.",
"calc.message.binary_mode": "机器人正在使用二进制部署,此模块已被禁用。如需使用此模块,请使用源代码部署机器人。"
"calc.message.binary_mode": "The bot is deployed through the binary executable and therefore this module is disabled. To use the module, deploy the bot right through the source code."
}
2 changes: 1 addition & 1 deletion modules/calc/locales/zh_tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"calc.help": "安全地計算 Python ast 運算式。",
"calc.message.invalid": "運算式無效:${expr}",
"calc.message.time_out": "計算逾時。",
"calc.message.binary_mode": "机器人正在使用二进制部署,此模块已被禁用。如需使用此模块,请使用源代码部署机器人"
"calc.message.binary_mode": "機器人正在使用二進位部署,此模組已停用。如需使用此模組,請使用原始碼部署機器人"
}
6 changes: 3 additions & 3 deletions modules/core/locales/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"core.message.analytics.days": "Last 30 days for command \"${module}\" calls (from ${first_record}): ",
"core.message.analytics.days.total": "Last 30 days for all commands calls (from ${first_record}): ",
"core.message.analytics.disabled": "Analytics command is not enabled.",
"core.message.analytics.export": "导出地址:${url}\n将在 ${expires} 秒后过期。",
"core.message.analytics.export.waiting": "正在导出数据……可能需要一些时间。",
"core.message.analytics.export": "导出地址:\n${url}\n将在 ${expires} 秒后过期。",
"core.message.analytics.export.waiting": "Exporting data... It may take a while.",
"core.message.analytics.none": "The database is empty. Initializing...",
"core.message.analytics.year": "Last year for command \"${module}\" calls (from ${first_record}): ",
"core.message.analytics.year.total": "Last year for all commands calls (from ${first_record}): ",
Expand Down Expand Up @@ -196,7 +196,7 @@
"core.message.setup.timeoffset.success": "The time offset has been set to UTC${offset}.",
"core.message.setup.typing.disable": "Input prompt disabled.",
"core.message.setup.typing.enable": "Input prompt enabled.",
"core.message.update.binary_mode": "机器人正在使用二进制部署,无法更新。请手动下载最新版本的二进制文件进行替换。",
"core.message.update.binary_mode": "The bot is deployed through the binary executable and therefore cannot be updated. Please download the latest version of the executable and replace it manually.",
"core.message.update.failed": "Failed to fetch update from GitHub.",
"core.message.version": "Current bot version: ${commit}",
"core.message.version.unknown": "Unable to get version. This instance may not be deployed using Git.",
Expand Down
2 changes: 1 addition & 1 deletion modules/core/locales/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,4 @@
"core.message.whoami.admin": "(你拥有本会话的管理员权限)",
"core.message.whoami.botadmin": "(你拥有本会话的机器人管理员权限)",
"core.message.whoami.superuser": "(你拥有本机器人的超级用户权限)"
}
}
2 changes: 1 addition & 1 deletion modules/core/locales/zh_tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"core.message.setup.timeoffset.success": "已將時間偏移量設定為 UTC${offset}。",
"core.message.setup.typing.disable": "已停用輸入提醒。",
"core.message.setup.typing.enable": "已啟用輸入提醒。",
"core.message.update.binary_mode": "机器人正在使用二进制部署,无法更新。请手动下载最新版本的二进制文件进行替换",
"core.message.update.binary_mode": "機器人正在使用二進位部署,無法更新。請手動下載最新版本的二進位檔案覆寫",
"core.message.update.failed": "嘗試從 GitHub 取得更新失敗。",
"core.message.version": "當前機器人版本號:${commit}",
"core.message.version.unknown": "無法取得版本號。此實例可能沒有使用 Git 進行部署。",
Expand Down
16 changes: 8 additions & 8 deletions modules/inflation/locales/zh_tw.json
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} 單位的貨幣"
}
11 changes: 11 additions & 0 deletions modules/info/locales/zh_cn.json
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": "游戏版本:"
}
4 changes: 2 additions & 2 deletions modules/langconv/locales/en_us.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"langconv.help": "简繁转换。",
"langconv.message.unsupported_language": "不支持此语言。支持的语言:zh_cnzh_twzh_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"
}
Loading

0 comments on commit aa86190

Please sign in to comment.