@koishijs/plugin-locale-fr-fr 0.0.0 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js ADDED
@@ -0,0 +1,7 @@
1
+ const { Schema } = require('koishi')
2
+
3
+ module.exports.filter = false
4
+ module.exports.Config = Schema.object({})
5
+ module.exports.apply = (ctx) => {
6
+ ctx.i18n.define('fr-FR', require('./translation'))
7
+ }
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@koishijs/plugin-locale-fr-fr",
3
- "version": "0.0.0",
4
- "description": "",
5
- "main": "index.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1",
8
- "pub": "yarn npm publish --access public"
3
+ "description": "fr-FR locale for Koishi",
4
+ "version": "0.0.2",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/koishijs/locales.git"
9
8
  },
10
- "keywords": [],
11
- "author": "",
12
- "license": "ISC"
13
- }
9
+ "bugs": {
10
+ "url": "https://github.com/koishijs/locales/issues"
11
+ },
12
+ "homepage": "https://koishi.chat/",
13
+ "peerDependencies": {
14
+ "koishi": "^4.16.0"
15
+ },
16
+ "devDependencies": {
17
+ "koishi": "^4.16.0"
18
+ }
19
+ }
@@ -0,0 +1 @@
1
+ {"general":{"$":"Paramètres généraux","name":"Français","paren":" ({0}) ","quote":"«{0}»","comma":", ","and":"et","or":"ou","day":"jour","hour":"heure","minute":"minute","second":"seconde"},"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}","unknown-option":"Option {0} inconnue, tapez \"help\" pour afficher l'aide","invalid-option":"Option {0} invalide, {1}","check-syntax":"Tapez \"help\" pour afficher l'aide","invalid-number":"Entrez un nombre.","invalid-integer":"Entrez un entier.","invalid-posint":"Entrez un entier positif.","invalid-natural":"Entrez un entier non négatif.","invalid-date":"Entrez une date valide.","invalid-user":"Entrez un nom d'utilisateur valide.","invalid-channel":"Entrez un nom de canal valide.","suggest-hint":"Voulez-vous dire {0} ?","suggest-command":"Tapez un point pour appliquer la suggestion."},"commands":{"inspect":{"description":"查看用户、频道或消息的详细信息","usage":"inspect @user\ninspect #channel\ninspect","messages":{"invalid":"参数无法解析。","user":"用户 ID:{id}","channel":"频道 ID:{id}","message":"平台名:{platform}\n消息 ID:{messageId}\n频道 ID:{channelId}\n群组 ID:{guildId}\n用户 ID:{userId}\n自身 ID:{selfId}"}}},"commands.bind":{"description":"绑定到账号","options":{"remove":"解除绑定"},"messages":{"generated-1":"Bind 指令可用于在多个平台间绑定用户数据。绑定过程中,原始平台的用户数据将完全保留,而目标平台的用户数据将被原始平台的数据所覆盖。\n请确认当前平台是你的目标平台,并在 5 分钟内使用你的账号在原始平台内向机器人发送以下文本:\n{0}\n绑定完成后,你可以随时使用「bind -r」来解除绑定状态。","generated-2":"令牌核验成功!下面将进行第二步操作。\n请在 5 分钟内使用你的账号在目标平台内向机器人发送以下文本:\n{0}\n注意:当前平台是你的原始平台,这里的用户数据将覆盖目标平台的数据。","success":"账号绑定成功!","remove-success":"账号解绑成功!","remove-original":"无法解除绑定:这是你的原始账号。"}},"protocol":"要使用的协议名。","host":"要连接到的主机名。","port":"要连接到的端口号。","username":"要使用的用户名。","password":"要使用的密码。","database":"要访问的数据库名。","user":"要使用的用户名。","path":"数据库路径。","base":"用户显示路径的根目录,默认为当前工作路径。","root":"要监听的文件或目录列表,相对于 `base` 路径。","ignored":"要忽略的文件或目录。支持 [Glob Patterns](https://github.com/micromatch/micromatch) 语法。","debounce":"延迟触发更新的等待时间。"}
Binary file