diff --git a/packages/core/src/locales/de-DE.yml b/packages/core/src/locales/de-DE.yml index d326475f32..ed0fcb82d7 100644 --- a/packages/core/src/locales/de-DE.yml +++ b/packages/core/src/locales/de-DE.yml @@ -28,7 +28,8 @@ internal: 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. + invalid-image: 请输入图片。 suggest-hint: Ist das, wonach Sie suchen, {0}? - suggest-command: Senden Sie einen Punkt, um den Vorschlag anzuwenden. + suggest-command: 回复句号以使用推测的指令。 commands: $: Befehlssystem diff --git a/packages/core/src/locales/en-US.yml b/packages/core/src/locales/en-US.yml index ab0ffbec1a..db04fda300 100644 --- a/packages/core/src/locales/en-US.yml +++ b/packages/core/src/locales/en-US.yml @@ -14,7 +14,7 @@ internal: $: Internal Text error-encountered: An unknown error has occurred. low-authority: Low authority. - prompt-argument: 请发送{0}。 + prompt-argument: Please enter {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} @@ -28,6 +28,7 @@ internal: invalid-date: Expect a valid date. invalid-user: Expect a valid user. invalid-channel: Expect a valid channel. + invalid-image: Expect an image. suggest-hint: Do you mean {0}? suggest-command: Send a period to apply the suggestion. commands: diff --git a/packages/core/src/locales/fr-FR.yml b/packages/core/src/locales/fr-FR.yml index 0b632d3311..5ad803b365 100644 --- a/packages/core/src/locales/fr-FR.yml +++ b/packages/core/src/locales/fr-FR.yml @@ -28,7 +28,8 @@ internal: invalid-date: Entrez une date valide. invalid-user: Entrez un nom d'utilisateur valide. invalid-channel: Entrez un nom de canal valide. + invalid-image: Attendrez-vous une image. suggest-hint: Voulez-vous dire {0} ? - suggest-command: Tapez un point pour appliquer la suggestion. + suggest-command: 回复句号以使用推测的指令。 commands: $: Système commande diff --git a/packages/core/src/locales/ja-JP.yml b/packages/core/src/locales/ja-JP.yml index 702a4b5f50..3204bd806b 100644 --- a/packages/core/src/locales/ja-JP.yml +++ b/packages/core/src/locales/ja-JP.yml @@ -28,7 +28,8 @@ internal: invalid-date: 日付を指定してください。 invalid-user: ユーザー名を指定してください。 invalid-channel: チャンネル名を指定してください。 + invalid-image: 画像を入力してください。 suggest-hint: '「{0}」を実行したいですか?' - suggest-command: 句点を送信してコマンドを実行します。 + suggest-command: 回复句号以使用推测的指令。 commands: $: 指令系统 diff --git a/packages/core/src/locales/ru-RU.yml b/packages/core/src/locales/ru-RU.yml index 80d95a9400..e5f631650b 100644 --- a/packages/core/src/locales/ru-RU.yml +++ b/packages/core/src/locales/ru-RU.yml @@ -28,7 +28,8 @@ internal: invalid-date: 请输入合法的时间。 invalid-user: 请指定正确的用户。 invalid-channel: 请指定正确的频道。 + invalid-image: Введите картинку. suggest-hint: 您要找的是不是{0}? - suggest-command: 发送句号以使用推测的指令。 + suggest-command: 回复句号以使用推测的指令。 commands: $: 指令系统 diff --git a/packages/core/src/locales/zh-TW.yml b/packages/core/src/locales/zh-TW.yml index a28ce0035e..ef69cfccf2 100644 --- a/packages/core/src/locales/zh-TW.yml +++ b/packages/core/src/locales/zh-TW.yml @@ -28,7 +28,8 @@ internal: invalid-date: 請輸入合法的時間。 invalid-user: 請指定正確的使用者。 invalid-channel: 請指定正確的頻道。 + invalid-image: 請輸入圖像。 suggest-hint: 您要找的是不是{0}? - suggest-command: 發送句號以使用推測的指令。 + suggest-command: 回复句号以使用推测的指令。 commands: $: 指令系統 diff --git a/plugins/common/bind/src/locales/de-DE.yml b/plugins/common/bind/src/locales/de-DE.yml index 6c9dc70614..610c8cfca8 100644 --- a/plugins/common/bind/src/locales/de-DE.yml +++ b/plugins/common/bind/src/locales/de-DE.yml @@ -13,6 +13,8 @@ commands.bind: 请在 5 分钟内使用你的账号在目标平台内向机器人发送以下文本: {0} 注意:当前平台是你的原始平台,这里的用户数据将覆盖目标平台的数据。 + self-1: 请前往原始平台输入。 + self-2: 请前往目标平台输入。 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 cabcf54d5f..34283a1220 100644 --- a/plugins/common/bind/src/locales/en-US.yml +++ b/plugins/common/bind/src/locales/en-US.yml @@ -13,6 +13,8 @@ commands.bind: Please use your account to send the following text to the bot on the target platform within 5 minutes: {0} Note: The current platform is your original platform, the user data here will overwrite the data from the target platform. + self-1: 请前往原始平台输入。 + self-2: 请前往目标平台输入。 success: Account binding has been successful! remove-success: Your account has been successfully unbundled! remove-original: 'Cannot disconnect: This is your original account.' diff --git a/plugins/common/bind/src/locales/fr-FR.yml b/plugins/common/bind/src/locales/fr-FR.yml index 6c9dc70614..610c8cfca8 100644 --- a/plugins/common/bind/src/locales/fr-FR.yml +++ b/plugins/common/bind/src/locales/fr-FR.yml @@ -13,6 +13,8 @@ commands.bind: 请在 5 分钟内使用你的账号在目标平台内向机器人发送以下文本: {0} 注意:当前平台是你的原始平台,这里的用户数据将覆盖目标平台的数据。 + self-1: 请前往原始平台输入。 + self-2: 请前往目标平台输入。 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 index 6c9dc70614..610c8cfca8 100644 --- a/plugins/common/bind/src/locales/ja-JP.yml +++ b/plugins/common/bind/src/locales/ja-JP.yml @@ -13,6 +13,8 @@ commands.bind: 请在 5 分钟内使用你的账号在目标平台内向机器人发送以下文本: {0} 注意:当前平台是你的原始平台,这里的用户数据将覆盖目标平台的数据。 + self-1: 请前往原始平台输入。 + self-2: 请前往目标平台输入。 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 index 6c9dc70614..610c8cfca8 100644 --- a/plugins/common/bind/src/locales/ru-RU.yml +++ b/plugins/common/bind/src/locales/ru-RU.yml @@ -13,6 +13,8 @@ commands.bind: 请在 5 分钟内使用你的账号在目标平台内向机器人发送以下文本: {0} 注意:当前平台是你的原始平台,这里的用户数据将覆盖目标平台的数据。 + self-1: 请前往原始平台输入。 + self-2: 请前往目标平台输入。 success: 账号绑定成功! remove-success: 账号解绑成功! remove-original: 无法解除绑定:这是你的原始账号。 diff --git a/plugins/common/bind/src/locales/zh-TW.yml b/plugins/common/bind/src/locales/zh-TW.yml index 10ab2888c4..b407b17221 100644 --- a/plugins/common/bind/src/locales/zh-TW.yml +++ b/plugins/common/bind/src/locales/zh-TW.yml @@ -13,6 +13,8 @@ commands.bind: 請在 5 分鐘內使用你的賬號在目標平台內向機器人發送以下文本: {0} 注意:當前平台是你的原始平台,這裡的使用者數據將覆蓋目標平台的數據。 + self-1: 请前往原始平台输入。 + self-2: 请前往目标平台输入。 success: 帳號綁定成功! remove-success: 賬號解綁成功! remove-original: 無法解除綁定:這是你的原始賬號。 diff --git a/plugins/common/broadcast/src/locales/fr-FR.yml b/plugins/common/broadcast/src/locales/fr-FR.yml index 725bc467f8..af4fd1bd51 100644 --- a/plugins/common/broadcast/src/locales/fr-FR.yml +++ b/plugins/common/broadcast/src/locales/fr-FR.yml @@ -5,4 +5,4 @@ commands: forced: 无视 silent 标签进行广播 only: 仅向当前账号负责的群进行广播 messages: - expect-text: 请输入要发送的文本。 + expect-text: Veuillez entrer le texte à envoyer. diff --git a/plugins/common/echo/src/locales/fr-FR.yml b/plugins/common/echo/src/locales/fr-FR.yml index cf92e11e14..d6ffb1dbd5 100644 --- a/plugins/common/echo/src/locales/fr-FR.yml +++ b/plugins/common/echo/src/locales/fr-FR.yml @@ -1,6 +1,6 @@ commands: echo: - description: 发送消息 + description: Envoi de message options: escape: 发送转义消息 unescape: 发送反转义消息 @@ -8,5 +8,5 @@ commands: channel: 发送到频道 guild: 指定群组编号 messages: - expect-text: 请输入要发送的文本。 + expect-text: Veuillez entrer le texte à envoyer. platform-not-found: 找不到指定的平台。 diff --git a/plugins/database/mongo/src/locales/de-DE.yml b/plugins/database/mongo/src/locales/de-DE.yml index 0dc1eefc30..4d125b97f3 100644 --- a/plugins/database/mongo/src/locales/de-DE.yml +++ b/plugins/database/mongo/src/locales/de-DE.yml @@ -4,3 +4,13 @@ port: 要连接到的端口号。 username: 要使用的用户名。 password: 要使用的密码。 database: 要访问的数据库名。 +writeConcern: + $description: Write Concern + w: + $description: The write concern. + $value: + - Default + - Custom + - Majority + wtimeoutMS: The write concern timeout. + journal: The journal write concern. diff --git a/plugins/database/mongo/src/locales/en-US.yml b/plugins/database/mongo/src/locales/en-US.yml index 222b247fc3..9dab87fc60 100644 --- a/plugins/database/mongo/src/locales/en-US.yml +++ b/plugins/database/mongo/src/locales/en-US.yml @@ -1,6 +1,16 @@ protocol: The protocol to use. host: The host to connect to. port: The port number to be connected. -username: The username to use. -password: The password to use. -database: The database name to use. +username: The username used for authentication. +password: The password used for authentication. +database: The name of the database we want to use. +writeConcern: + $description: Write Concern + w: + $description: The write concern. + $value: + - Default + - Custom + - Majority + wtimeoutMS: The write concern timeout. + journal: The journal write concern. diff --git a/plugins/database/mongo/src/locales/fr-FR.yml b/plugins/database/mongo/src/locales/fr-FR.yml index 0dc1eefc30..4d125b97f3 100644 --- a/plugins/database/mongo/src/locales/fr-FR.yml +++ b/plugins/database/mongo/src/locales/fr-FR.yml @@ -4,3 +4,13 @@ port: 要连接到的端口号。 username: 要使用的用户名。 password: 要使用的密码。 database: 要访问的数据库名。 +writeConcern: + $description: Write Concern + w: + $description: The write concern. + $value: + - Default + - Custom + - Majority + wtimeoutMS: The write concern timeout. + journal: The journal write concern. diff --git a/plugins/database/mongo/src/locales/ja-JP.yml b/plugins/database/mongo/src/locales/ja-JP.yml index 0dc1eefc30..4d125b97f3 100644 --- a/plugins/database/mongo/src/locales/ja-JP.yml +++ b/plugins/database/mongo/src/locales/ja-JP.yml @@ -4,3 +4,13 @@ port: 要连接到的端口号。 username: 要使用的用户名。 password: 要使用的密码。 database: 要访问的数据库名。 +writeConcern: + $description: Write Concern + w: + $description: The write concern. + $value: + - Default + - Custom + - Majority + wtimeoutMS: The write concern timeout. + journal: The journal write concern. diff --git a/plugins/database/mongo/src/locales/ru-RU.yml b/plugins/database/mongo/src/locales/ru-RU.yml index 0dc1eefc30..4d125b97f3 100644 --- a/plugins/database/mongo/src/locales/ru-RU.yml +++ b/plugins/database/mongo/src/locales/ru-RU.yml @@ -4,3 +4,13 @@ port: 要连接到的端口号。 username: 要使用的用户名。 password: 要使用的密码。 database: 要访问的数据库名。 +writeConcern: + $description: Write Concern + w: + $description: The write concern. + $value: + - Default + - Custom + - Majority + wtimeoutMS: The write concern timeout. + journal: The journal write concern. diff --git a/plugins/database/mongo/src/locales/zh-TW.yml b/plugins/database/mongo/src/locales/zh-TW.yml index bb5735bbe8..2abef35aa2 100644 --- a/plugins/database/mongo/src/locales/zh-TW.yml +++ b/plugins/database/mongo/src/locales/zh-TW.yml @@ -4,3 +4,13 @@ port: 要連接到的端口號。 username: 要使用的使用者名。 password: 要使用的密碼。 database: 要訪問的數據庫名。 +writeConcern: + $description: Write Concern + w: + $description: The write concern. + $value: + - Default + - Custom + - Majority + wtimeoutMS: The write concern timeout. + journal: The journal write concern. diff --git a/plugins/database/mysql/src/locales/de-DE.yml b/plugins/database/mysql/src/locales/de-DE.yml index 63eacada39..65e03f1d15 100644 --- a/plugins/database/mysql/src/locales/de-DE.yml +++ b/plugins/database/mysql/src/locales/de-DE.yml @@ -3,3 +3,10 @@ port: 要连接到的端口号。 user: 要使用的用户名。 password: 要使用的密码。 database: 要访问的数据库名。 +ssl: + $description: SSL 高级选项。 + $value: + - 默认值 + - + $description: 自定义 + rejectUnauthorized: 拒绝使用无效证书的客户端。 diff --git a/plugins/database/mysql/src/locales/en-US.yml b/plugins/database/mysql/src/locales/en-US.yml index 27487cf487..b801312e1c 100644 --- a/plugins/database/mysql/src/locales/en-US.yml +++ b/plugins/database/mysql/src/locales/en-US.yml @@ -1,5 +1,12 @@ -host: The host to connect to. -port: The port number to be connected. -user: The username to use. -password: The password to use. -database: The database name to use. +host: The hostname of the database you are connecting to. +port: The port number to connect to. +user: The MySQL user to authenticate as. +password: The password of that MySQL user. +database: Name of the database to use for this connection. +ssl: + $description: SSL options. + $value: + - Default + - + $description: Custom + rejectUnauthorized: Reject clients with invalid certificates. diff --git a/plugins/database/mysql/src/locales/fr-FR.yml b/plugins/database/mysql/src/locales/fr-FR.yml index 63eacada39..4f58eadbef 100644 --- a/plugins/database/mysql/src/locales/fr-FR.yml +++ b/plugins/database/mysql/src/locales/fr-FR.yml @@ -3,3 +3,10 @@ port: 要连接到的端口号。 user: 要使用的用户名。 password: 要使用的密码。 database: 要访问的数据库名。 +ssl: + $description: SSL 高级选项。 + $value: + - Valeur par défaut + - + $description: 自定义 + rejectUnauthorized: 拒绝使用无效证书的客户端。 diff --git a/plugins/database/mysql/src/locales/ja-JP.yml b/plugins/database/mysql/src/locales/ja-JP.yml index 63eacada39..65e03f1d15 100644 --- a/plugins/database/mysql/src/locales/ja-JP.yml +++ b/plugins/database/mysql/src/locales/ja-JP.yml @@ -3,3 +3,10 @@ port: 要连接到的端口号。 user: 要使用的用户名。 password: 要使用的密码。 database: 要访问的数据库名。 +ssl: + $description: SSL 高级选项。 + $value: + - 默认值 + - + $description: 自定义 + rejectUnauthorized: 拒绝使用无效证书的客户端。 diff --git a/plugins/database/mysql/src/locales/ru-RU.yml b/plugins/database/mysql/src/locales/ru-RU.yml index 63eacada39..65e03f1d15 100644 --- a/plugins/database/mysql/src/locales/ru-RU.yml +++ b/plugins/database/mysql/src/locales/ru-RU.yml @@ -3,3 +3,10 @@ port: 要连接到的端口号。 user: 要使用的用户名。 password: 要使用的密码。 database: 要访问的数据库名。 +ssl: + $description: SSL 高级选项。 + $value: + - 默认值 + - + $description: 自定义 + rejectUnauthorized: 拒绝使用无效证书的客户端。 diff --git a/plugins/database/mysql/src/locales/zh-TW.yml b/plugins/database/mysql/src/locales/zh-TW.yml index 3e55b826d6..7644693f30 100644 --- a/plugins/database/mysql/src/locales/zh-TW.yml +++ b/plugins/database/mysql/src/locales/zh-TW.yml @@ -3,3 +3,10 @@ port: 要連接到的端口號。 user: 要使用的使用者名。 password: 要使用的密碼。 database: 要訪問的數據庫名。 +ssl: + $description: SSL 高级选项。 + $value: + - 預設值 + - + $description: 自定义 + rejectUnauthorized: 拒绝使用无效证书的客户端。 diff --git a/plugins/database/postgres/src/locales/de-DE.yml b/plugins/database/postgres/src/locales/de-DE.yml new file mode 100644 index 0000000000..353924bdce --- /dev/null +++ b/plugins/database/postgres/src/locales/de-DE.yml @@ -0,0 +1,5 @@ +host: 要连接到的主机名。 +port: 要连接到的端口号。 +username: 要使用的用户名。 +password: 要使用的密码。 +database: 要访问的数据库名。 diff --git a/plugins/database/postgres/src/locales/en-US.yml b/plugins/database/postgres/src/locales/en-US.yml new file mode 100644 index 0000000000..2b2e57a112 --- /dev/null +++ b/plugins/database/postgres/src/locales/en-US.yml @@ -0,0 +1,5 @@ +host: The host to connect to. +port: The port number to be connected. +username: The username used for authentication. +password: The password used for authentication. +database: The name of the database we want to use. diff --git a/plugins/database/postgres/src/locales/fr-FR.yml b/plugins/database/postgres/src/locales/fr-FR.yml new file mode 100644 index 0000000000..353924bdce --- /dev/null +++ b/plugins/database/postgres/src/locales/fr-FR.yml @@ -0,0 +1,5 @@ +host: 要连接到的主机名。 +port: 要连接到的端口号。 +username: 要使用的用户名。 +password: 要使用的密码。 +database: 要访问的数据库名。 diff --git a/plugins/database/postgres/src/locales/ja-JP.yml b/plugins/database/postgres/src/locales/ja-JP.yml new file mode 100644 index 0000000000..353924bdce --- /dev/null +++ b/plugins/database/postgres/src/locales/ja-JP.yml @@ -0,0 +1,5 @@ +host: 要连接到的主机名。 +port: 要连接到的端口号。 +username: 要使用的用户名。 +password: 要使用的密码。 +database: 要访问的数据库名。 diff --git a/plugins/database/postgres/src/locales/ru-RU.yml b/plugins/database/postgres/src/locales/ru-RU.yml new file mode 100644 index 0000000000..353924bdce --- /dev/null +++ b/plugins/database/postgres/src/locales/ru-RU.yml @@ -0,0 +1,5 @@ +host: 要连接到的主机名。 +port: 要连接到的端口号。 +username: 要使用的用户名。 +password: 要使用的密码。 +database: 要访问的数据库名。 diff --git a/plugins/database/postgres/src/locales/zh-TW.yml b/plugins/database/postgres/src/locales/zh-TW.yml new file mode 100644 index 0000000000..afe4ce0956 --- /dev/null +++ b/plugins/database/postgres/src/locales/zh-TW.yml @@ -0,0 +1,5 @@ +host: 要連接到的主機名。 +port: 要連接到的端口號。 +username: 要使用的使用者名。 +password: 要使用的密碼。 +database: 要訪問的數據庫名。