@koishijs/plugin-locale-ru-ru 0.0.0 → 0.0.1
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 +7 -0
- package/package.json +2 -11
- package/translation.json +1 -0
- package/.yarn/install-state.gz +0 -0
- package/.yarn/releases/yarn-3.6.3.cjs +0 -874
- package/.yarnrc.yml +0 -9
- package/yarn-error.log +0 -47
package/index.js
ADDED
package/package.json
CHANGED
@@ -1,13 +1,4 @@
|
|
1
1
|
{
|
2
2
|
"name": "@koishijs/plugin-locale-ru-ru",
|
3
|
-
"version": "0.0.
|
4
|
-
|
5
|
-
"main": "index.js",
|
6
|
-
"scripts": {
|
7
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
8
|
-
"pub": "yarn npm publish --access public"
|
9
|
-
},
|
10
|
-
"keywords": [],
|
11
|
-
"author": "",
|
12
|
-
"license": "ISC"
|
13
|
-
}
|
3
|
+
"version": "0.0.1"
|
4
|
+
}
|
package/translation.json
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"general":{"$":"通用设置","name":"Русский","paren":"({0})","quote":"“{0}”","comma":",","and":"и","or":"或","day":"天","hour":"小时","minute":"минута","second":"сек"},"internal":{"$":"核心文本","error-encountered":"发生未知错误。","low-authority":"权限不足。","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":{"inspect":{"description":"查看用户、频道或消息的详细信息","usage":"inspect @user\ninspect #channel\ninspect","messages":{"invalid":"参数无法解析。","user":"Идентификатор Пользователя: {id}","channel":"Идентификатор Канала:{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":"延迟触发更新的等待时间。"}
|
package/.yarn/install-state.gz
DELETED
Binary file
|