diff --git a/packages/core/src/locales/de-DE.yml b/packages/core/src/locales/de-DE.yml new file mode 100644 index 0000000000..9f69c1aa23 --- /dev/null +++ b/packages/core/src/locales/de-DE.yml @@ -0,0 +1,33 @@ +general: + $: 通用设置 + name: 中文 + paren: '({0})' + quote: '“{0}”' + comma: ',' + and: 和 + or: 或 + day: 天 + hour: 小时 + minute: 分钟 + second: 秒 +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: 发送句号以使用推测的指令。 +commands: + $: 指令系统 diff --git a/packages/core/src/locales/en-US.yml b/packages/core/src/locales/en-US.yml index df090b3577..428ed20f26 100644 --- a/packages/core/src/locales/en-US.yml +++ b/packages/core/src/locales/en-US.yml @@ -1,4 +1,5 @@ general: + $: General Settings name: English paren: ' ({0}) ' quote: '"{0}"' @@ -9,8 +10,8 @@ general: hour: hour minute: minute second: second - internal: + $: Internal Text error-encountered: An unknown error has occurred. low-authority: Low authority. insufficient-arguments: Insufficient arguments, type help to see usage. @@ -28,3 +29,5 @@ internal: invalid-channel: Expect a valid channel. suggest-hint: Do you mean {0}? suggest-command: Send a period to apply the suggestion. +commands: + $: Command System diff --git a/packages/core/src/locales/fr-FR.yml b/packages/core/src/locales/fr-FR.yml index 077fe10d36..41f7e0644a 100644 --- a/packages/core/src/locales/fr-FR.yml +++ b/packages/core/src/locales/fr-FR.yml @@ -1,7 +1,8 @@ general: + $: Paramètres généraux name: francais paren: ' ({0}) ' - quote: '"{0}"' + quote: '«{0}»' comma: ', ' and: et or: ou @@ -9,10 +10,10 @@ general: hour: heure minute: minute second: seconde - internal: + $: Texte interne error-encountered: Une erreur inconnue s'est produite. - low-authority: Droits insuffisants. + low-authority: Permission non accordée, 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} @@ -28,3 +29,5 @@ internal: invalid-channel: Entrez un nom de canal valide. suggest-hint: Voulez-vous dire {0} ? suggest-command: Tapez un point pour appliquer la suggestion. +commands: + $: Système commande diff --git a/packages/core/src/locales/ja-JP.yml b/packages/core/src/locales/ja-JP.yml index 548ccb6f5d..c296e42d55 100644 --- a/packages/core/src/locales/ja-JP.yml +++ b/packages/core/src/locales/ja-JP.yml @@ -1,4 +1,5 @@ general: + $: 一般設定 name: 日本語 paren: '({0})' quote: '「{0}」' @@ -9,8 +10,8 @@ general: hour: 時間 minute: 分 second: 秒 - internal: + $: 核心文本 error-encountered: 不明なエラーが発生しました。 low-authority: 実行できる権限が付与されていません insufficient-arguments: パラメータが不足しています、「help」を送信して使い方を確認してください。 @@ -18,7 +19,7 @@ internal: invalid-argument: 無効なパラメータ「{0}」、{1} unknown-option: 未知なオプション「{0}」、「help」を送信して使い方を確認してください。 invalid-option: 無効なオプション「{0}」、{1} - check-syntax: 「help」を送信して使い方を検索してください。 + check-syntax: '「help」を送信して使い方を検索してください。' invalid-number: 数字を指定してください。 invalid-integer: 整数を指定してください。 invalid-posint: 正の整数を指定してください。 @@ -26,5 +27,7 @@ internal: invalid-date: 日付を指定してください。 invalid-user: ユーザー名を指定してください。 invalid-channel: チャンネル名を指定してください。 - suggest-hint: 「{0}」を実行したいですか? + suggest-hint: '「{0}」を実行したいですか?' suggest-command: 句点を送信してコマンドを実行します。 +commands: + $: 指令系统 diff --git a/packages/core/src/locales/ru-RU.yml b/packages/core/src/locales/ru-RU.yml new file mode 100644 index 0000000000..f575f22299 --- /dev/null +++ b/packages/core/src/locales/ru-RU.yml @@ -0,0 +1,33 @@ +general: + $: 通用设置 + name: Русский + paren: '({0})' + quote: '“{0}”' + comma: ',' + and: и + or: 或 + day: 天 + hour: 小时 + minute: минута + second: сек +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: 发送句号以使用推测的指令。 +commands: + $: 指令系统 diff --git a/plugins/common/admin/src/locales/de-DE.yml b/plugins/common/admin/src/locales/de-DE.yml new file mode 100644 index 0000000000..fe143ebd6a --- /dev/null +++ b/plugins/common/admin/src/locales/de-DE.yml @@ -0,0 +1,41 @@ +commands: + user: + description: 用户管理 + channel: + description: 频道管理 + authorize: + description: 权限管理 + assign: + description: 受理者账号 + user.locale: + description: 语言偏好 + user.flag: + description: 标记信息 + channel.locale: + description: 语言偏好 + channel.flag: + description: 标记信息 +admin: + user-option: 指定目标用户 + user-not-found: 未找到指定的用户。 + user-unchanged: 用户数据未改动。 + user-updated: 用户数据已修改。 + channel-option: 指定目标频道 + channel-not-found: 未找到指定的频道。 + channel-unchanged: 频道数据未改动。 + channel-updated: 频道数据已修改。 + not-in-group: 当前不在群组上下文中,请使用 -c 参数指定目标频道。 + unknown-flag: 未找到标记 {0}。 + all-flags: 全部标记为:{0}。 + no-flags: 未设置任何标记。 + current-flags: 当前的标记为:{0}。 + user-expected: 请指定目标用户。 + channel-expected: 请指定目标频道。 + invalid-assignee-platform: 受理人应与目标频道属于同一平台。 + current-locale: 当前语言偏好为:{0}。 + no-locale: 未设置语言偏好。 + options: + remove: 重置设置 + list: 查看全部 + set: 添加项 + unset: 删除项 diff --git a/plugins/common/admin/src/locales/en-US.yml b/plugins/common/admin/src/locales/en-US.yml index bfaf97265d..fe143ebd6a 100644 --- a/plugins/common/admin/src/locales/en-US.yml +++ b/plugins/common/admin/src/locales/en-US.yml @@ -1,19 +1,41 @@ commands: + user: + description: 用户管理 + channel: + description: 频道管理 authorize: - description: Authority management - + description: 权限管理 + assign: + description: 受理者账号 + user.locale: + description: 语言偏好 + user.flag: + description: 标记信息 + channel.locale: + description: 语言偏好 + channel.flag: + description: 标记信息 admin: - user-not-found: User not found. - user-unchanged: User data unchanged. - user-updated: User data updated. - channel-not-found: Channel not found. - channel-unchanged: Channel data unchanged. - channel-updated: Channel data updated. - not-in-group: Not in guild context, use -c to specify target channel. - unknown-flag: Cannot find flag {0}. - all-flags: 'All flags: {0}.' - no-flags: No flags set. - current-flags: 'Current flags: {0}.' - user-expected: Please specify a target user. - channel-expected: Please specify a target channel. - invalid-assignee-platform: Invalid assignee platform. + user-option: 指定目标用户 + user-not-found: 未找到指定的用户。 + user-unchanged: 用户数据未改动。 + user-updated: 用户数据已修改。 + channel-option: 指定目标频道 + channel-not-found: 未找到指定的频道。 + channel-unchanged: 频道数据未改动。 + channel-updated: 频道数据已修改。 + not-in-group: 当前不在群组上下文中,请使用 -c 参数指定目标频道。 + unknown-flag: 未找到标记 {0}。 + all-flags: 全部标记为:{0}。 + no-flags: 未设置任何标记。 + current-flags: 当前的标记为:{0}。 + user-expected: 请指定目标用户。 + channel-expected: 请指定目标频道。 + invalid-assignee-platform: 受理人应与目标频道属于同一平台。 + current-locale: 当前语言偏好为:{0}。 + no-locale: 未设置语言偏好。 + options: + remove: 重置设置 + list: 查看全部 + set: 添加项 + unset: 删除项 diff --git a/plugins/common/admin/src/locales/fr-FR.yml b/plugins/common/admin/src/locales/fr-FR.yml index 0db91207fe..fe143ebd6a 100644 --- a/plugins/common/admin/src/locales/fr-FR.yml +++ b/plugins/common/admin/src/locales/fr-FR.yml @@ -1,8 +1,41 @@ +commands: + user: + description: 用户管理 + channel: + description: 频道管理 + authorize: + description: 权限管理 + assign: + description: 受理者账号 + user.locale: + description: 语言偏好 + user.flag: + description: 标记信息 + channel.locale: + description: 语言偏好 + channel.flag: + description: 标记信息 admin: - user-not-found: Utilisateur introuvable. - user-unchanged: Les données utilisateur n'ont pas été modifiées. - user-updated: Les données utilisateur ont été changées. - channel-not-found: Canel introuvable. - channel-unchanged: Les données du canel n'ont pas été modifiées. - channel-updated: Les données du canel ont été changées. - not-in-group: Vous n'êtes pas dans le contexte du groupe, tapez -c pour spécifier le canel cible. + user-option: 指定目标用户 + user-not-found: 未找到指定的用户。 + user-unchanged: 用户数据未改动。 + user-updated: 用户数据已修改。 + channel-option: 指定目标频道 + channel-not-found: 未找到指定的频道。 + channel-unchanged: 频道数据未改动。 + channel-updated: 频道数据已修改。 + not-in-group: 当前不在群组上下文中,请使用 -c 参数指定目标频道。 + unknown-flag: 未找到标记 {0}。 + all-flags: 全部标记为:{0}。 + no-flags: 未设置任何标记。 + current-flags: 当前的标记为:{0}。 + user-expected: 请指定目标用户。 + channel-expected: 请指定目标频道。 + invalid-assignee-platform: 受理人应与目标频道属于同一平台。 + current-locale: 当前语言偏好为:{0}。 + no-locale: 未设置语言偏好。 + options: + remove: 重置设置 + list: 查看全部 + set: 添加项 + unset: 删除项 diff --git a/plugins/common/admin/src/locales/ja-JP.yml b/plugins/common/admin/src/locales/ja-JP.yml index 64349884ed..fe143ebd6a 100644 --- a/plugins/common/admin/src/locales/ja-JP.yml +++ b/plugins/common/admin/src/locales/ja-JP.yml @@ -1,10 +1,41 @@ +commands: + user: + description: 用户管理 + channel: + description: 频道管理 + authorize: + description: 权限管理 + assign: + description: 受理者账号 + user.locale: + description: 语言偏好 + user.flag: + description: 标记信息 + channel.locale: + description: 语言偏好 + channel.flag: + description: 标记信息 admin: - user-option: 特定のユーザーを指定する - user-not-found: 指定されたユーザーが見つかりません。 - user-unchanged: ユーザーデータは変更されていません。 - user-updated: ユーザーデータが変更されました。 - channel-option: 特定のチャンネルを指定する - channel-not-found: 指定されたチャンネルが見つかりません。 - channel-unchanged: チャンネルデータは変更されていません。 - channel-updated: チャンネルデータが変更されました。 - not-in-group: ギルドコンテキストではありません。-c を使用して特定のチャンネルを指定します。 + user-option: 指定目标用户 + user-not-found: 未找到指定的用户。 + user-unchanged: 用户数据未改动。 + user-updated: 用户数据已修改。 + channel-option: 指定目标频道 + channel-not-found: 未找到指定的频道。 + channel-unchanged: 频道数据未改动。 + channel-updated: 频道数据已修改。 + not-in-group: 当前不在群组上下文中,请使用 -c 参数指定目标频道。 + unknown-flag: 未找到标记 {0}。 + all-flags: 全部标记为:{0}。 + no-flags: 未设置任何标记。 + current-flags: 当前的标记为:{0}。 + user-expected: 请指定目标用户。 + channel-expected: 请指定目标频道。 + invalid-assignee-platform: 受理人应与目标频道属于同一平台。 + current-locale: 当前语言偏好为:{0}。 + no-locale: 未设置语言偏好。 + options: + remove: 重置设置 + list: 查看全部 + set: 添加项 + unset: 删除项 diff --git a/plugins/common/admin/src/locales/ru-RU.yml b/plugins/common/admin/src/locales/ru-RU.yml new file mode 100644 index 0000000000..fe143ebd6a --- /dev/null +++ b/plugins/common/admin/src/locales/ru-RU.yml @@ -0,0 +1,41 @@ +commands: + user: + description: 用户管理 + channel: + description: 频道管理 + authorize: + description: 权限管理 + assign: + description: 受理者账号 + user.locale: + description: 语言偏好 + user.flag: + description: 标记信息 + channel.locale: + description: 语言偏好 + channel.flag: + description: 标记信息 +admin: + user-option: 指定目标用户 + user-not-found: 未找到指定的用户。 + user-unchanged: 用户数据未改动。 + user-updated: 用户数据已修改。 + channel-option: 指定目标频道 + channel-not-found: 未找到指定的频道。 + channel-unchanged: 频道数据未改动。 + channel-updated: 频道数据已修改。 + not-in-group: 当前不在群组上下文中,请使用 -c 参数指定目标频道。 + unknown-flag: 未找到标记 {0}。 + all-flags: 全部标记为:{0}。 + no-flags: 未设置任何标记。 + current-flags: 当前的标记为:{0}。 + user-expected: 请指定目标用户。 + channel-expected: 请指定目标频道。 + invalid-assignee-platform: 受理人应与目标频道属于同一平台。 + current-locale: 当前语言偏好为:{0}。 + no-locale: 未设置语言偏好。 + options: + remove: 重置设置 + list: 查看全部 + set: 添加项 + unset: 删除项 diff --git a/plugins/common/bind/src/locales/de-DE.yml b/plugins/common/bind/src/locales/de-DE.yml new file mode 100644 index 0000000000..6c9dc70614 --- /dev/null +++ b/plugins/common/bind/src/locales/de-DE.yml @@ -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: 无法解除绑定:这是你的原始账号。 diff --git a/plugins/common/bind/src/locales/en-US.yml b/plugins/common/bind/src/locales/en-US.yml index bd19527a95..6c9dc70614 100644 --- a/plugins/common/bind/src/locales/en-US.yml +++ b/plugins/common/bind/src/locales/en-US.yml @@ -1,19 +1,18 @@ commands.bind: - description: Account binding + description: 绑定到账号 options: - remove: Unbind + remove: 解除绑定 messages: generated-1: |- - Command bind is meant to bind user accounts across multiple platforms. - In this process, the data from the source platform will be preserved, while the data from the target platform will be overwritten. - Make sure that you are on the target platform, and send the following text to any robot on the source platform within 5 minutes: + Bind 指令可用于在多个平台间绑定用户数据。绑定过程中,原始平台的用户数据将完全保留,而目标平台的用户数据将被原始平台的数据所覆盖。 + 请确认当前平台是你的目标平台,并在 5 分钟内使用你的账号在原始平台内向机器人发送以下文本: {0} - After the binding is complete, you can use "bind -r" to unbind. + 绑定完成后,你可以随时使用「bind -r」来解除绑定状态。 generated-2: |- - Token verification succeeded! Let's move on to the second step. - Please send the following text to any robot on the target platform within the target platform using your account within 5 minutes: + 令牌核验成功!下面将进行第二步操作。 + 请在 5 分钟内使用你的账号在目标平台内向机器人发送以下文本: {0} - Note: The current platform is your source platform, your data here will be completely preserved, and the data of the target platform will be overwritten, please operate with caution! - success: 'Your account has been bound successfully!' - remove-success: 'Your account has been unbound successfully!' - remove-original: 'You cannot unbind: this is your original account.' + 注意:当前平台是你的原始平台,这里的用户数据将覆盖目标平台的数据。 + success: 账号绑定成功! + remove-success: 账号解绑成功! + remove-original: 无法解除绑定:这是你的原始账号。 diff --git a/plugins/common/bind/src/locales/fr-FR.yml b/plugins/common/bind/src/locales/fr-FR.yml new file mode 100644 index 0000000000..6c9dc70614 --- /dev/null +++ b/plugins/common/bind/src/locales/fr-FR.yml @@ -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: 无法解除绑定:这是你的原始账号。 diff --git a/plugins/common/bind/src/locales/ja-JP.yml b/plugins/common/bind/src/locales/ja-JP.yml new file mode 100644 index 0000000000..6c9dc70614 --- /dev/null +++ b/plugins/common/bind/src/locales/ja-JP.yml @@ -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: 无法解除绑定:这是你的原始账号。 diff --git a/plugins/common/bind/src/locales/ru-RU.yml b/plugins/common/bind/src/locales/ru-RU.yml new file mode 100644 index 0000000000..6c9dc70614 --- /dev/null +++ b/plugins/common/bind/src/locales/ru-RU.yml @@ -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: 无法解除绑定:这是你的原始账号。 diff --git a/plugins/common/echo/src/locales/de-DE.yml b/plugins/common/echo/src/locales/de-DE.yml new file mode 100644 index 0000000000..cf92e11e14 --- /dev/null +++ b/plugins/common/echo/src/locales/de-DE.yml @@ -0,0 +1,12 @@ +commands: + echo: + description: 发送消息 + options: + escape: 发送转义消息 + unescape: 发送反转义消息 + user: 发送到用户 + channel: 发送到频道 + guild: 指定群组编号 + messages: + expect-text: 请输入要发送的文本。 + platform-not-found: 找不到指定的平台。 diff --git a/plugins/common/echo/src/locales/en-US.yml b/plugins/common/echo/src/locales/en-US.yml new file mode 100644 index 0000000000..59f7e81972 --- /dev/null +++ b/plugins/common/echo/src/locales/en-US.yml @@ -0,0 +1,12 @@ +commands: + echo: + description: Send messages + options: + escape: 发送转义消息 + unescape: 发送反转义消息 + user: 发送到用户 + channel: 发送到频道 + guild: 指定群组编号 + messages: + expect-text: Please type to send + platform-not-found: 找不到指定的平台。 diff --git a/plugins/common/echo/src/locales/fr-FR.yml b/plugins/common/echo/src/locales/fr-FR.yml new file mode 100644 index 0000000000..cf92e11e14 --- /dev/null +++ b/plugins/common/echo/src/locales/fr-FR.yml @@ -0,0 +1,12 @@ +commands: + echo: + description: 发送消息 + options: + escape: 发送转义消息 + unescape: 发送反转义消息 + user: 发送到用户 + channel: 发送到频道 + guild: 指定群组编号 + messages: + expect-text: 请输入要发送的文本。 + platform-not-found: 找不到指定的平台。 diff --git a/plugins/common/echo/src/locales/ja-JP.yml b/plugins/common/echo/src/locales/ja-JP.yml new file mode 100644 index 0000000000..cf92e11e14 --- /dev/null +++ b/plugins/common/echo/src/locales/ja-JP.yml @@ -0,0 +1,12 @@ +commands: + echo: + description: 发送消息 + options: + escape: 发送转义消息 + unescape: 发送反转义消息 + user: 发送到用户 + channel: 发送到频道 + guild: 指定群组编号 + messages: + expect-text: 请输入要发送的文本。 + platform-not-found: 找不到指定的平台。 diff --git a/plugins/common/echo/src/locales/ru-RU.yml b/plugins/common/echo/src/locales/ru-RU.yml new file mode 100644 index 0000000000..cf92e11e14 --- /dev/null +++ b/plugins/common/echo/src/locales/ru-RU.yml @@ -0,0 +1,12 @@ +commands: + echo: + description: 发送消息 + options: + escape: 发送转义消息 + unescape: 发送反转义消息 + user: 发送到用户 + channel: 发送到频道 + guild: 指定群组编号 + messages: + expect-text: 请输入要发送的文本。 + platform-not-found: 找不到指定的平台。 diff --git a/plugins/common/help/src/locales/de-DE.yml b/plugins/common/help/src/locales/de-DE.yml new file mode 100644 index 0000000000..f1988cd4bd --- /dev/null +++ b/plugins/common/help/src/locales/de-DE.yml @@ -0,0 +1,22 @@ +commands: + help: + description: Help + shortcuts: + help: Hilfe + options: + help: 显示此信息 + authority: 显示权限设置 + showHidden: 查看隐藏的选项和指令 + messages: + not-found: 指令未找到。 + hint-authority: 括号内为对应的最低权限等级 + hint-subcommand: 标有星号的表示含有子指令 + command-title: 指令:{0} + command-aliases: 别名:{0}。 + command-examples: 使用示例: + command-authority: 最低权限:{0} 级。 + subcommand-prolog: 可用的子指令有{0}: + global-prolog: 当前可用的指令有{0}: + global-epilog: 输入“{0}help 指令名”查看特定指令的语法和使用示例。 + available-options: 可用的选项有: + available-options-with-authority: 可用的选项有(括号内为额外要求的权限等级): diff --git a/plugins/common/help/src/locales/en-US.yml b/plugins/common/help/src/locales/en-US.yml index 90d10c55b5..725656f7fa 100644 --- a/plugins/common/help/src/locales/en-US.yml +++ b/plugins/common/help/src/locales/en-US.yml @@ -1,6 +1,8 @@ commands: help: description: Show help + shortcuts: + help: help options: help: show this message authority: show authority requirements diff --git a/plugins/common/help/src/locales/fr-FR.yml b/plugins/common/help/src/locales/fr-FR.yml index 293131c20c..faff851751 100644 --- a/plugins/common/help/src/locales/fr-FR.yml +++ b/plugins/common/help/src/locales/fr-FR.yml @@ -1,6 +1,8 @@ commands: help: description: Afficher l'aide + shortcuts: + help: Aide options: help: afficher cette aide authority: afficher les droits nécessaires diff --git a/plugins/common/help/src/locales/ja-JP.yml b/plugins/common/help/src/locales/ja-JP.yml index 2b412e20a8..5aba8d392a 100644 --- a/plugins/common/help/src/locales/ja-JP.yml +++ b/plugins/common/help/src/locales/ja-JP.yml @@ -1,6 +1,8 @@ commands: help: description: ヘルプを表示 + shortcuts: + help: ヘルプ options: help: このメッセージを表示 authority: コマンドやオプションの権限を表示 @@ -9,12 +11,12 @@ commands: not-found: コマンドが見つかりません。 hint-authority: 最低権限は括弧にで表示されています hint-subcommand: サブコマンドがあるコマンドはアスタリスクで表示されています - command-title: 'コマンド:{0}' - command-aliases: '別名:{0}。' + command-title: コマンド:{0} + command-aliases: 別名:{0}。 command-examples: 例: - command-authority: '最低権限:{0}。' - subcommand-prolog: '利用可能なサブコマンド{0}:' - global-prolog: '利用可能なコマンド{0}:' - global-epilog: 「{0}help 」を送信してコマンドの使い方を表示します。 - available-options: '利用可能なオプション:' - available-options-with-authority: '利用可能なオプション(必要な権限は括弧にで表示されています):' + command-authority: 最低権限:{0}。 + subcommand-prolog: 利用可能なサブコマンド{0}: + global-prolog: 利用可能なコマンド{0}: + global-epilog: '「{0}help 」を送信してコマンドの使い方を表示します。' + available-options: 利用可能なオプション: + available-options-with-authority: 利用可能なオプション(必要な権限は括弧にで表示されています): diff --git a/plugins/common/help/src/locales/ru-RU.yml b/plugins/common/help/src/locales/ru-RU.yml new file mode 100644 index 0000000000..56a5a99111 --- /dev/null +++ b/plugins/common/help/src/locales/ru-RU.yml @@ -0,0 +1,22 @@ +commands: + help: + description: 显示帮助信息 + shortcuts: + help: Справка + options: + help: 显示此信息 + authority: 显示权限设置 + showHidden: 查看隐藏的选项和指令 + messages: + not-found: 指令未找到。 + hint-authority: 括号内为对应的最低权限等级 + hint-subcommand: 标有星号的表示含有子指令 + command-title: 指令:{0} + command-aliases: 别名:{0}。 + command-examples: 使用示例: + command-authority: 最低权限:{0} 级。 + subcommand-prolog: 可用的子指令有{0}: + global-prolog: 当前可用的指令有{0}: + global-epilog: 输入“{0}help 指令名”查看特定指令的语法和使用示例。 + available-options: 可用的选项有: + available-options-with-authority: 可用的选项有(括号内为额外要求的权限等级): diff --git a/plugins/common/inspect/src/locales/de-DE.yml b/plugins/common/inspect/src/locales/de-DE.yml new file mode 100644 index 0000000000..4eac39608f --- /dev/null +++ b/plugins/common/inspect/src/locales/de-DE.yml @@ -0,0 +1,18 @@ +commands: + inspect: + description: 查看用户、频道或消息的详细信息 + usage: |- + inspect @user + inspect #channel + inspect + messages: + invalid: 参数无法解析。 + user: 用户 ID:{id} + channel: 频道 ID:{id} + message: |- + 平台名:{platform} + 消息 ID:{messageId} + 频道 ID:{channelId} + 群组 ID:{guildId} + 用户 ID:{userId} + 自身 ID:{selfId} diff --git a/plugins/common/inspect/src/locales/en-US.yml b/plugins/common/inspect/src/locales/en-US.yml new file mode 100644 index 0000000000..4eac39608f --- /dev/null +++ b/plugins/common/inspect/src/locales/en-US.yml @@ -0,0 +1,18 @@ +commands: + inspect: + description: 查看用户、频道或消息的详细信息 + usage: |- + inspect @user + inspect #channel + inspect + messages: + invalid: 参数无法解析。 + user: 用户 ID:{id} + channel: 频道 ID:{id} + message: |- + 平台名:{platform} + 消息 ID:{messageId} + 频道 ID:{channelId} + 群组 ID:{guildId} + 用户 ID:{userId} + 自身 ID:{selfId} diff --git a/plugins/common/inspect/src/locales/fr-FR.yml b/plugins/common/inspect/src/locales/fr-FR.yml new file mode 100644 index 0000000000..4eac39608f --- /dev/null +++ b/plugins/common/inspect/src/locales/fr-FR.yml @@ -0,0 +1,18 @@ +commands: + inspect: + description: 查看用户、频道或消息的详细信息 + usage: |- + inspect @user + inspect #channel + inspect + messages: + invalid: 参数无法解析。 + user: 用户 ID:{id} + channel: 频道 ID:{id} + message: |- + 平台名:{platform} + 消息 ID:{messageId} + 频道 ID:{channelId} + 群组 ID:{guildId} + 用户 ID:{userId} + 自身 ID:{selfId} diff --git a/plugins/common/inspect/src/locales/ja-JP.yml b/plugins/common/inspect/src/locales/ja-JP.yml new file mode 100644 index 0000000000..4eac39608f --- /dev/null +++ b/plugins/common/inspect/src/locales/ja-JP.yml @@ -0,0 +1,18 @@ +commands: + inspect: + description: 查看用户、频道或消息的详细信息 + usage: |- + inspect @user + inspect #channel + inspect + messages: + invalid: 参数无法解析。 + user: 用户 ID:{id} + channel: 频道 ID:{id} + message: |- + 平台名:{platform} + 消息 ID:{messageId} + 频道 ID:{channelId} + 群组 ID:{guildId} + 用户 ID:{userId} + 自身 ID:{selfId} diff --git a/plugins/common/inspect/src/locales/ru-RU.yml b/plugins/common/inspect/src/locales/ru-RU.yml new file mode 100644 index 0000000000..c17c95e888 --- /dev/null +++ b/plugins/common/inspect/src/locales/ru-RU.yml @@ -0,0 +1,18 @@ +commands: + inspect: + description: 查看用户、频道或消息的详细信息 + usage: |- + inspect @user + inspect #channel + inspect + messages: + invalid: 参数无法解析。 + user: 'Идентификатор Пользователя: {id}' + channel: Идентификатор Канала:{id} + message: |- + 平台名:{platform} + 消息 ID:{messageId} + 频道 ID:{channelId} + 群组 ID:{guildId} + 用户 ID:{userId} + 自身 ID:{selfId} diff --git a/plugins/database/mongo/src/locales/de-DE.yml b/plugins/database/mongo/src/locales/de-DE.yml new file mode 100644 index 0000000000..0dc1eefc30 --- /dev/null +++ b/plugins/database/mongo/src/locales/de-DE.yml @@ -0,0 +1,6 @@ +protocol: 要使用的协议名。 +host: 要连接到的主机名。 +port: 要连接到的端口号。 +username: 要使用的用户名。 +password: 要使用的密码。 +database: 要访问的数据库名。 diff --git a/plugins/database/mongo/src/locales/en-US.yml b/plugins/database/mongo/src/locales/en-US.yml new file mode 100644 index 0000000000..0dc1eefc30 --- /dev/null +++ b/plugins/database/mongo/src/locales/en-US.yml @@ -0,0 +1,6 @@ +protocol: 要使用的协议名。 +host: 要连接到的主机名。 +port: 要连接到的端口号。 +username: 要使用的用户名。 +password: 要使用的密码。 +database: 要访问的数据库名。 diff --git a/plugins/database/mongo/src/locales/fr-FR.yml b/plugins/database/mongo/src/locales/fr-FR.yml new file mode 100644 index 0000000000..0dc1eefc30 --- /dev/null +++ b/plugins/database/mongo/src/locales/fr-FR.yml @@ -0,0 +1,6 @@ +protocol: 要使用的协议名。 +host: 要连接到的主机名。 +port: 要连接到的端口号。 +username: 要使用的用户名。 +password: 要使用的密码。 +database: 要访问的数据库名。 diff --git a/plugins/database/mongo/src/locales/ja-JP.yml b/plugins/database/mongo/src/locales/ja-JP.yml new file mode 100644 index 0000000000..0dc1eefc30 --- /dev/null +++ b/plugins/database/mongo/src/locales/ja-JP.yml @@ -0,0 +1,6 @@ +protocol: 要使用的协议名。 +host: 要连接到的主机名。 +port: 要连接到的端口号。 +username: 要使用的用户名。 +password: 要使用的密码。 +database: 要访问的数据库名。 diff --git a/plugins/database/mongo/src/locales/ru-RU.yml b/plugins/database/mongo/src/locales/ru-RU.yml new file mode 100644 index 0000000000..0dc1eefc30 --- /dev/null +++ b/plugins/database/mongo/src/locales/ru-RU.yml @@ -0,0 +1,6 @@ +protocol: 要使用的协议名。 +host: 要连接到的主机名。 +port: 要连接到的端口号。 +username: 要使用的用户名。 +password: 要使用的密码。 +database: 要访问的数据库名。 diff --git a/plugins/database/mysql/src/locales/de-DE.yml b/plugins/database/mysql/src/locales/de-DE.yml new file mode 100644 index 0000000000..63eacada39 --- /dev/null +++ b/plugins/database/mysql/src/locales/de-DE.yml @@ -0,0 +1,5 @@ +host: 要连接到的主机名。 +port: 要连接到的端口号。 +user: 要使用的用户名。 +password: 要使用的密码。 +database: 要访问的数据库名。 diff --git a/plugins/database/mysql/src/locales/en-US.yml b/plugins/database/mysql/src/locales/en-US.yml new file mode 100644 index 0000000000..63eacada39 --- /dev/null +++ b/plugins/database/mysql/src/locales/en-US.yml @@ -0,0 +1,5 @@ +host: 要连接到的主机名。 +port: 要连接到的端口号。 +user: 要使用的用户名。 +password: 要使用的密码。 +database: 要访问的数据库名。 diff --git a/plugins/database/mysql/src/locales/fr-FR.yml b/plugins/database/mysql/src/locales/fr-FR.yml new file mode 100644 index 0000000000..63eacada39 --- /dev/null +++ b/plugins/database/mysql/src/locales/fr-FR.yml @@ -0,0 +1,5 @@ +host: 要连接到的主机名。 +port: 要连接到的端口号。 +user: 要使用的用户名。 +password: 要使用的密码。 +database: 要访问的数据库名。 diff --git a/plugins/database/mysql/src/locales/ja-JP.yml b/plugins/database/mysql/src/locales/ja-JP.yml new file mode 100644 index 0000000000..63eacada39 --- /dev/null +++ b/plugins/database/mysql/src/locales/ja-JP.yml @@ -0,0 +1,5 @@ +host: 要连接到的主机名。 +port: 要连接到的端口号。 +user: 要使用的用户名。 +password: 要使用的密码。 +database: 要访问的数据库名。 diff --git a/plugins/database/mysql/src/locales/ru-RU.yml b/plugins/database/mysql/src/locales/ru-RU.yml new file mode 100644 index 0000000000..63eacada39 --- /dev/null +++ b/plugins/database/mysql/src/locales/ru-RU.yml @@ -0,0 +1,5 @@ +host: 要连接到的主机名。 +port: 要连接到的端口号。 +user: 要使用的用户名。 +password: 要使用的密码。 +database: 要访问的数据库名。 diff --git a/plugins/database/sqlite/src/locales/de-DE.yml b/plugins/database/sqlite/src/locales/de-DE.yml new file mode 100644 index 0000000000..b09c9d6bd4 --- /dev/null +++ b/plugins/database/sqlite/src/locales/de-DE.yml @@ -0,0 +1 @@ +path: 数据库路径。 diff --git a/plugins/database/sqlite/src/locales/en-US.yml b/plugins/database/sqlite/src/locales/en-US.yml new file mode 100644 index 0000000000..b09c9d6bd4 --- /dev/null +++ b/plugins/database/sqlite/src/locales/en-US.yml @@ -0,0 +1 @@ +path: 数据库路径。 diff --git a/plugins/database/sqlite/src/locales/fr-FR.yml b/plugins/database/sqlite/src/locales/fr-FR.yml new file mode 100644 index 0000000000..b09c9d6bd4 --- /dev/null +++ b/plugins/database/sqlite/src/locales/fr-FR.yml @@ -0,0 +1 @@ +path: 数据库路径。 diff --git a/plugins/database/sqlite/src/locales/ja-JP.yml b/plugins/database/sqlite/src/locales/ja-JP.yml new file mode 100644 index 0000000000..b09c9d6bd4 --- /dev/null +++ b/plugins/database/sqlite/src/locales/ja-JP.yml @@ -0,0 +1 @@ +path: 数据库路径。 diff --git a/plugins/database/sqlite/src/locales/ru-RU.yml b/plugins/database/sqlite/src/locales/ru-RU.yml new file mode 100644 index 0000000000..b09c9d6bd4 --- /dev/null +++ b/plugins/database/sqlite/src/locales/ru-RU.yml @@ -0,0 +1 @@ +path: 数据库路径。 diff --git a/plugins/hmr/src/locales/de-DE.yml b/plugins/hmr/src/locales/de-DE.yml new file mode 100644 index 0000000000..7c737afa6c --- /dev/null +++ b/plugins/hmr/src/locales/de-DE.yml @@ -0,0 +1,4 @@ +base: 用户显示路径的根目录,默认为当前工作路径。 +root: 要监听的文件或目录列表,相对于 `base` 路径。 +ignored: 要忽略的文件或目录。支持 [Glob Patterns](https://github.com/micromatch/micromatch) 语法。 +debounce: 延迟触发更新的等待时间。 diff --git a/plugins/hmr/src/locales/en-US.yml b/plugins/hmr/src/locales/en-US.yml new file mode 100644 index 0000000000..7c737afa6c --- /dev/null +++ b/plugins/hmr/src/locales/en-US.yml @@ -0,0 +1,4 @@ +base: 用户显示路径的根目录,默认为当前工作路径。 +root: 要监听的文件或目录列表,相对于 `base` 路径。 +ignored: 要忽略的文件或目录。支持 [Glob Patterns](https://github.com/micromatch/micromatch) 语法。 +debounce: 延迟触发更新的等待时间。 diff --git a/plugins/hmr/src/locales/fr-FR.yml b/plugins/hmr/src/locales/fr-FR.yml new file mode 100644 index 0000000000..7c737afa6c --- /dev/null +++ b/plugins/hmr/src/locales/fr-FR.yml @@ -0,0 +1,4 @@ +base: 用户显示路径的根目录,默认为当前工作路径。 +root: 要监听的文件或目录列表,相对于 `base` 路径。 +ignored: 要忽略的文件或目录。支持 [Glob Patterns](https://github.com/micromatch/micromatch) 语法。 +debounce: 延迟触发更新的等待时间。 diff --git a/plugins/hmr/src/locales/ja-JP.yml b/plugins/hmr/src/locales/ja-JP.yml new file mode 100644 index 0000000000..7c737afa6c --- /dev/null +++ b/plugins/hmr/src/locales/ja-JP.yml @@ -0,0 +1,4 @@ +base: 用户显示路径的根目录,默认为当前工作路径。 +root: 要监听的文件或目录列表,相对于 `base` 路径。 +ignored: 要忽略的文件或目录。支持 [Glob Patterns](https://github.com/micromatch/micromatch) 语法。 +debounce: 延迟触发更新的等待时间。 diff --git a/plugins/hmr/src/locales/ru-RU.yml b/plugins/hmr/src/locales/ru-RU.yml new file mode 100644 index 0000000000..7c737afa6c --- /dev/null +++ b/plugins/hmr/src/locales/ru-RU.yml @@ -0,0 +1,4 @@ +base: 用户显示路径的根目录,默认为当前工作路径。 +root: 要监听的文件或目录列表,相对于 `base` 路径。 +ignored: 要忽略的文件或目录。支持 [Glob Patterns](https://github.com/micromatch/micromatch) 语法。 +debounce: 延迟触发更新的等待时间。