Skip to content

Commit

Permalink
i18n: update translations (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
koishi-bot authored Oct 14, 2023
1 parent 5188f64 commit 0a41270
Show file tree
Hide file tree
Showing 34 changed files with 295 additions and 100 deletions.
61 changes: 31 additions & 30 deletions packages/core/src/locales/de-DE.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
general:
$: 通用设置
name: 中文
paren: '{0}'
quote: '{0}'
comma: ''
and:
or:
day:
hour: 小时
minute: 分钟
second:
$: Allgemeine Einstellungen
name: Deutsch
paren: ' ({0}) '
quote: '{0}'
comma: ','
and: und
or: oder
day: Tag(en)
hour: Stunde(n)
minute: Minute(n)
second: Sekunde(n)
internal:
$: 核心文本
error-encountered: 发生未知错误。
low-authority: 权限不足。
insufficient-arguments: 缺少参数,输入帮助以查看用法。
redunant-arguments: 存在多余参数,输入帮助以查看用法。
invalid-argument: 参数 {0} 输入无效,{1}
unknown-option: 存在未知选项 {0},输入帮助以查看用法。
invalid-option: 选项 {0} 输入无效,{1}
check-syntax: 输入帮助以查看用法。
invalid-number: 请提供一个数字。
invalid-integer: 请提供一个整数。
invalid-posint: 请提供一个正整数。
invalid-natural: 请提供一个非负整数。
invalid-date: 请输入合法的时间。
invalid-user: 请指定正确的用户。
invalid-channel: 请指定正确的频道。
suggest-hint: 您要找的是不是{0}?
suggest-command: 发送句号以使用推测的指令。
$: Interner Text
error-encountered: Ein unbekannter Fehler ist aufgetreten.
low-authority: Keine Berechtigung
prompt-argument: 请发送{0}。
insufficient-arguments: Es fehlt ein Parameter. Geben Sie „Hilfe“ ein, um die Verwendung zu sehen.
redunant-arguments: Es sind zu viele Parameter vorhanden. Geben Sie „Hilfe“ ein, um die Verwendung anzuzeigen.
invalid-argument: Der Parameter {0} ist ungültig. {1}
unknown-option: Es sind eine unbekannte Option {0} vorhanden. Geben Sie „Hilfe“ ein, um die Verwendung anzuzeigen.
invalid-option: Die Option {0} ist ungültig. {1}
check-syntax: Geben Sie „Hilfe“ ein, um die Verwendung anzuzeigen.
invalid-number: Bitte geben Sie eine Zahl an.
invalid-integer: Bitte geben Sie eine ganzeZahl an.
invalid-posint: Bitte geben Sie eine positive Ganzzahl an.
invalid-natural: Bitte geben Sie eine nicht negative Ganzzahl an.
invalid-date: Bitte geben Sie eine gültige Zeit ein.
invalid-user: Bitte geben Sie einen gültigen Benutzer an.
invalid-channel: Bitte geben Sie einen gültigen Kanal an.
suggest-hint: Ist das, wonach Sie suchen, {0}?
suggest-command: Senden Sie einen Punkt, um den Vorschlag anzuwenden.
commands:
$: 指令系统
$: Befehlssystem
3 changes: 2 additions & 1 deletion packages/core/src/locales/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ general:
name: English
paren: ' ({0}) '
quote: '"{0}"'
comma: ', '
comma: ''
and: and
or: or
day: day
Expand All @@ -14,6 +14,7 @@ internal:
$: Internal Text
error-encountered: An unknown error has occurred.
low-authority: Low authority.
prompt-argument: 请发送{0}。
insufficient-arguments: Insufficient arguments, type help to see usage.
redunant-arguments: Redunant arguments, type help to see usage.
invalid-argument: Invalid argument {0}, {1}
Expand Down
3 changes: 2 additions & 1 deletion packages/core/src/locales/fr-FR.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
general:
$: Paramètres généraux
name: francais
name: Français
paren: ' ({0}) '
quote: '«{0}»'
comma: ', '
Expand All @@ -14,6 +14,7 @@ internal:
$: Texte interne
error-encountered: Une erreur inconnue s'est produite.
low-authority: Permission non accordée,
prompt-argument: 请发送{0}。
insufficient-arguments: Arguments insuffisants, tapez "help" pour afficher l'aide
redunant-arguments: Arguments redondants, tapez "help" pour afficher l'aide
invalid-argument: Arguments {0} invalides, {1}
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/locales/ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ internal:
$: 核心文本
error-encountered: 不明なエラーが発生しました。
low-authority: 実行できる権限が付与されていません
prompt-argument: 请发送{0}。
insufficient-arguments: パラメータが不足しています、「help」を送信して使い方を確認してください。
redunant-arguments: パラメータ数が多すぎます、「help」を送信して使い方を確認してください。
invalid-argument: 無効なパラメータ「{0}」、{1}
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/locales/ru-RU.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ internal:
$: 核心文本
error-encountered: 发生未知错误。
low-authority: 权限不足。
prompt-argument: 请发送{0}。
insufficient-arguments: 缺少参数,输入帮助以查看用法。
redunant-arguments: 存在多余参数,输入帮助以查看用法。
invalid-argument: 参数 {0} 输入无效,{1}
Expand Down
42 changes: 23 additions & 19 deletions packages/core/src/locales/zh-TW.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,34 @@
general:
$: 通用設定
name: 中文
paren: '({0})'
quote: '{0}'
comma:
quote: '{0}'
comma: ''
and:
or:
day:
hour: 小時
minute: 分鐘
second:

internal:
error-encountered: 出現未知錯誤。
$: 核心文本
error-encountered: 發生未知的錯誤。
low-authority: 權限不足。
insufficient-arguments: 參數個數不足,輸入「help」檢視用法。
redunant-arguments: 參數個數冗餘,輸入「help」檢視用法。
invalid-argument: 參數 {0} 無效,{1}
unknown-option: 存在未知選項 {0},輸入「help」檢視用法。
invalid-option: 選項 {0} 無效,{1}
check-syntax: 輸入「help」檢視用法。
invalid-number: 請輸入有效數字。
invalid-integer: 請輸入有效整數。
invalid-posint: 請輸入有效正整數。
invalid-natural: 請輸入有效非負整數。
invalid-date: 請輸入有效時間。
invalid-user: 請指定有效用戶。
invalid-channel: 請指定有效頻道。
suggest-hint: 你想輸入的是{0}嗎?
suggest-command: 發送句號可使用推測的指令。
prompt-argument: 请发送{0}。
insufficient-arguments: 缺少參數,輸入幫助以查看用法。
redunant-arguments: 存在多餘參數,輸入幫助以查看用法。
invalid-argument: 參數 {0} 輸入無效,{1}
unknown-option: 存在未知選項 {0},輸入幫助以查看用法。
invalid-option: 選項 {0} 輸入無效,{1}
check-syntax: 輸入幫助以查看用法。
invalid-number: 請提供一個數字。
invalid-integer: 請提供一個整數。
invalid-posint: 請提供一個正整數。
invalid-natural: 請提供一個非負整數。
invalid-date: 請輸入合法的時間。
invalid-user: 請指定正確的使用者。
invalid-channel: 請指定正確的頻道。
suggest-hint: 您要找的是不是{0}?
suggest-command: 發送句號以使用推測的指令。
commands:
$: 指令系統
22 changes: 11 additions & 11 deletions plugins/common/bind/src/locales/en-US.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
commands.bind:
description: 绑定到账号
description: Bind to account
options:
remove: 解除绑定
remove: Unbind
messages:
generated-1: |-
Bind 指令可用于在多个平台间绑定用户数据。绑定过程中,原始平台的用户数据将完全保留,而目标平台的用户数据将被原始平台的数据所覆盖。
请确认当前平台是你的目标平台,并在 5 分钟内使用你的账号在原始平台内向机器人发送以下文本:
The Bind command can be used to bind user data across multiple platforms. During the bind process, the original platform's user data is fully preserved, while the target platform's user data is overwritten with the original platform's data.
Please make sure that the current platform is your target platform and send the following text to the bot within the original platform using your account within 5 minutes:
{0}
绑定完成后,你可以随时使用「bind -r」来解除绑定状态。
Once the binding is complete, you can always use "bind -r" to unbind the status.
generated-2: |-
令牌核验成功!下面将进行第二步操作。
请在 5 分钟内使用你的账号在目标平台内向机器人发送以下文本:
Token verification successful! The second step will be performed next.
Please use your account to send the following text to the bot on the target platform within 5 minutes:
{0}
注意:当前平台是你的原始平台,这里的用户数据将覆盖目标平台的数据。
success: 账号绑定成功!
remove-success: 账号解绑成功!
remove-original: 无法解除绑定:这是你的原始账号。
Note: The current platform is your original platform, the user data here will overwrite the data from the target platform.
success: Account binding has been successful!
remove-success: Your account has been successfully unbundled!
remove-original: 'Cannot disconnect: This is your original account.'
18 changes: 18 additions & 0 deletions plugins/common/bind/src/locales/zh-TW.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
commands.bind:
description: 綁定到賬號
options:
remove: 解除綁定
messages:
generated-1: |-
Bind 指令可用於在多個平台間綁定用戶數據。綁定過程中,原始平台的使用者數據將完全保留,而目標平台的使用者數據將被原始平台的數據所覆蓋。
請確認當前平台是你的目標平台,並在 5 分鐘內使用你的賬號在原始平台內向機器人發送以下文本:
{0}
綁定完成後,你可以隨時使用「bind -r」來解除綁定狀態。
generated-2: |-
令牌核驗成功!下面將進行第二步操作。
請在 5 分鐘內使用你的賬號在目標平台內向機器人發送以下文本:
{0}
注意:當前平台是你的原始平台,這裡的使用者數據將覆蓋目標平台的數據。
success: 帳號綁定成功!
remove-success: 賬號解綁成功!
remove-original: 無法解除綁定:這是你的原始賬號。
8 changes: 8 additions & 0 deletions plugins/common/broadcast/src/locales/de-DE.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
commands:
broadcast:
description: 全服广播
options:
forced: 无视 silent 标签进行广播
only: 仅向当前账号负责的群进行广播
messages:
expect-text: 请输入要发送的文本。
8 changes: 8 additions & 0 deletions plugins/common/broadcast/src/locales/en-US.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
commands:
broadcast:
description: 全服广播
options:
forced: 无视 silent 标签进行广播
only: 仅向当前账号负责的群进行广播
messages:
expect-text: Please type to send
8 changes: 8 additions & 0 deletions plugins/common/broadcast/src/locales/fr-FR.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
commands:
broadcast:
description: 全服广播
options:
forced: 无视 silent 标签进行广播
only: 仅向当前账号负责的群进行广播
messages:
expect-text: 请输入要发送的文本。
8 changes: 8 additions & 0 deletions plugins/common/broadcast/src/locales/ja-JP.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
commands:
broadcast:
description: 全服广播
options:
forced: 无视 silent 标签进行广播
only: 仅向当前账号负责的群进行广播
messages:
expect-text: 请输入要发送的文本。
8 changes: 8 additions & 0 deletions plugins/common/broadcast/src/locales/ru-RU.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
commands:
broadcast:
description: 全服广播
options:
forced: 无视 silent 标签进行广播
only: 仅向当前账号负责的群进行广播
messages:
expect-text: 请输入要发送的文本。
8 changes: 8 additions & 0 deletions plugins/common/broadcast/src/locales/zh-TW.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
commands:
broadcast:
description: 全服廣播
options:
forced: 無視 silent 標籤進行廣播
only: 僅向當前賬號負責的群進行廣播
messages:
expect-text: 請輸入要傳送的文字。
12 changes: 12 additions & 0 deletions plugins/common/callme/src/locales/de-DE.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
commands:
callme:
description: 修改自己的称呼
messages:
current: 好的呢,{0}!
unnamed: 你还没有给自己起一个称呼呢~
unchanged: 称呼未发生变化。
empty: 称呼不能为空。
invalid: 称呼中禁止包含纯文本以外的内容。
duplicate: 禁止与其他用户重名。
updated: 好的,{0},请多指教!
failed: 修改称呼失败。
12 changes: 12 additions & 0 deletions plugins/common/callme/src/locales/en-US.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
commands:
callme:
description: 修改自己的称呼
messages:
current: 好的呢,{0}!
unnamed: 你还没有给自己起一个称呼呢~
unchanged: 称呼未发生变化。
empty: 称呼不能为空。
invalid: 称呼中禁止包含纯文本以外的内容。
duplicate: 禁止与其他用户重名。
updated: 好的,{0},请多指教!
failed: 修改称呼失败。
12 changes: 12 additions & 0 deletions plugins/common/callme/src/locales/fr-FR.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
commands:
callme:
description: 修改自己的称呼
messages:
current: 好的呢,{0}!
unnamed: 你还没有给自己起一个称呼呢~
unchanged: 称呼未发生变化。
empty: 称呼不能为空。
invalid: 称呼中禁止包含纯文本以外的内容。
duplicate: 禁止与其他用户重名。
updated: 好的,{0},请多指教!
failed: 修改称呼失败。
12 changes: 12 additions & 0 deletions plugins/common/callme/src/locales/ja-JP.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
commands:
callme:
description: 修改自己的称呼
messages:
current: 好的呢,{0}!
unnamed: 你还没有给自己起一个称呼呢~
unchanged: 称呼未发生变化。
empty: 称呼不能为空。
invalid: 称呼中禁止包含纯文本以外的内容。
duplicate: 禁止与其他用户重名。
updated: 好的,{0},请多指教!
failed: 修改称呼失败。
12 changes: 12 additions & 0 deletions plugins/common/callme/src/locales/ru-RU.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
commands:
callme:
description: 修改自己的称呼
messages:
current: 好的呢,{0}!
unnamed: 你还没有给自己起一个称呼呢~
unchanged: 称呼未发生变化。
empty: 称呼不能为空。
invalid: 称呼中禁止包含纯文本以外的内容。
duplicate: 禁止与其他用户重名。
updated: 好的,{0},请多指教!
failed: 修改称呼失败。
12 changes: 12 additions & 0 deletions plugins/common/callme/src/locales/zh-TW.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
commands:
callme:
description: 修改自己的稱呼
messages:
current: 好的呢,{0}!
unnamed: 你還沒有給自己起一個稱呼呢~
unchanged: 稱呼未發生變化。
empty: 稱呼不能為空。
invalid: 稱呼中禁止包含純文本以外的內容。
duplicate: 禁止與其他使用者重名。
updated: 好的,{0},請多指教!
failed: 修改稱呼失敗。
12 changes: 6 additions & 6 deletions plugins/common/echo/src/locales/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ commands:
echo:
description: Send messages
options:
escape: 发送转义消息
unescape: 发送反转义消息
user: 发送到用户
channel: 发送到频道
guild: 指定群组编号
escape: Sending escape messages
unescape: Sending of reverse-escaped messages
user: Send to user
channel: Send to channel
guild: Assign guild number
messages:
expect-text: Please type to send
platform-not-found: 找不到指定的平台。
platform-not-found: Can't find the platform you have in mind.
12 changes: 12 additions & 0 deletions plugins/common/echo/src/locales/zh-TW.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
commands:
echo:
description: 發送消息
options:
escape: 發送轉義消息
unescape: 發送反轉義消息
user: 發送到使用者
channel: 發送到頻道
guild: 指定群組編號
messages:
expect-text: 請輸入要發送的文本。
platform-not-found: 找不到指定的平台。
2 changes: 1 addition & 1 deletion plugins/common/help/src/locales/de-DE.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
commands:
help:
description: Help
description: 显示帮助信息
shortcuts:
help: Hilfe
options:
Expand Down
Loading

0 comments on commit 0a41270

Please sign in to comment.