Skip to content

Commit

Permalink
i18n: update translations (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
koishi-bot authored Sep 3, 2023
1 parent d720c0c commit 5e2b2f8
Show file tree
Hide file tree
Showing 405 changed files with 9,737 additions and 5,350 deletions.
101 changes: 62 additions & 39 deletions .vitepress/config/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,48 +130,27 @@
]
},
{
"text": "Konsole",
"text": "使用",
"items": [
{
"text": "Über die Konsole",
"link": "/manual/console/index.md"
},
{
"text": "Installation und Konfiguration der Plugins",
"link": "/manual/console/market.md"
"text": "安装和配置插件",
"link": "/manual/usage/market.md"
},
{
"text": "Chatten in der Sandbox",
"link": "/manual/console/sandbox.md"
"text": "第一次对话",
"link": "/manual/usage/adapter.md"
},
{
"text": "接入聊天平台",
"link": "/manual/console/adapter.md"
}
]
},
{
"text": "使用",
"items": [
{
"text": "指令系统",
"link": "/manual/usage/command.md"
},
{
"text": "账号系统",
"text": "账号登录与绑定",
"link": "/manual/usage/platform.md"
},
{
"text": "权限管理",
"link": "/manual/usage/permission.md"
},
{
"text": "过滤器",
"link": "/manual/usage/filter.md"
},
{
"text": "国际化",
"link": "/manual/usage/i18n.md"
"text": "深入定制机器人",
"link": "/manual/usage/customize.md"
}
]
},
Expand Down Expand Up @@ -303,20 +282,24 @@
"text": "数据库",
"items": [
{
"text": "使用数据库",
"text": "基本用法",
"link": "/guide/database/"
},
{
"text": "扩展数据模型",
"text": "数据模型",
"link": "/guide/database/model.md"
},
{
"text": "按需加载和自动更新",
"link": "/guide/database/observer.md"
"text": "进阶查询技巧",
"link": "/guide/database/select.md"
},
{
"text": "编写数据库插件",
"link": "/guide/database/writing.md"
"text": "内置数据结构",
"link": "/guide/database/builtin.md"
},
{
"text": "权限管理",
"link": "/guide/database/permission.md"
}
]
},
Expand All @@ -337,7 +320,11 @@
},
{
"text": "消息编码",
"link": "/guide/adapter/encoder.md"
"link": "/guide/adapter/message.md"
},
{
"text": "平台集成",
"link": "/guide/adapter/integration.md"
}
]
},
Expand Down Expand Up @@ -460,6 +447,10 @@
"text": "国际化 (I18n)",
"link": "/api/service/i18n.md"
},
{
"text": "权限管理 (Permissions)",
"link": "/api/service/permissions.md"
},
{
"text": "插件系统 (Registry)",
"link": "/api/service/registry.md"
Expand Down Expand Up @@ -603,6 +594,10 @@
{
"text": "适配器支持",
"items": [
{
"text": "钉钉",
"link": "/plugins/adapter/dingtalk.md"
},
{
"text": "Discord",
"link": "/plugins/adapter/discord.md"
Expand All @@ -612,28 +607,48 @@
"link": "/plugins/adapter/kook.md"
},
{
"text": "Lark",
"text": "飞书",
"link": "/plugins/adapter/lark.md"
},
{
"text": "LINE",
"link": "/plugins/adapter/line.md"
},
{
"text": "Mail",
"text": "邮件",
"link": "/plugins/adapter/mail.md"
},
{
"text": "Matrix",
"link": "/plugins/adapter/matrix.md"
},
{
"text": "OneBot",
"link": "/plugins/adapter/onebot.md"
},
{
"text": "QQGuild",
"text": "QQ 频道",
"link": "/plugins/adapter/qqguild.md"
},
{
"text": "Slack",
"link": "/plugins/adapter/slack.md"
},
{
"text": "Telegram",
"link": "/plugins/adapter/telegram.md"
},
{
"text": "微信公众号",
"link": "/plugins/adapter/wechat-official.md"
},
{
"text": "企业微信",
"link": "/plugins/adapter/wecom.md"
},
{
"text": "WhatsApp",
"link": "/plugins/adapter/whatsapp.md"
}
]
},
Expand Down Expand Up @@ -979,6 +994,14 @@
{
"text": "v4.11 版本介绍",
"link": "/about/releases/v4.11.md"
},
{
"text": "v4.12 版本介绍",
"link": "/about/releases/v4.12.md"
},
{
"text": "v4.13 版本介绍",
"link": "/about/releases/v4.13.md"
}
]
},
Expand Down
99 changes: 61 additions & 38 deletions .vitepress/config/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,53 +130,32 @@
]
},
{
"text": "Koishi Console",
"text": "使用",
"items": [
{
"text": "About Koishi Console",
"link": "/manual/console/index.md"
},
{
"text": "Install and Configure Plugins",
"link": "/manual/console/market.md"
"link": "/manual/usage/market.md"
},
{
"text": "Chat in Sandbox",
"link": "/manual/console/sandbox.md"
"text": "第一次对话",
"link": "/manual/usage/adapter.md"
},
{
"text": "Collaborate with Chat Platforms",
"link": "/manual/console/adapter.md"
}
]
},
{
"text": "Usage",
"items": [
{
"text": "Command System",
"link": "/manual/usage/command.md"
},
{
"text": "账号系统",
"text": "账号登录与绑定",
"link": "/manual/usage/platform.md"
},
{
"text": "Permission Management",
"link": "/manual/usage/permission.md"
},
{
"text": "Filters",
"link": "/manual/usage/filter.md"
},
{
"text": "Internationalization",
"link": "/manual/usage/i18n.md"
"text": "深入定制机器人",
"link": "/manual/usage/customize.md"
}
]
},
{
"text": "Recipe",
"text": "配方",
"items": [
{
"text": "Advanced Command Tricks",
Expand All @@ -201,7 +180,7 @@
]
},
{
"text": "Launcher",
"text": "启动器",
"items": [
{
"text": "System Requirements",
Expand Down Expand Up @@ -303,20 +282,24 @@
"text": "Database",
"items": [
{
"text": "Work with Databases",
"text": "基本用法",
"link": "/guide/database/"
},
{
"text": "Extend Data Model",
"text": "数据模型",
"link": "/guide/database/model.md"
},
{
"text": "Lazy Initialization & Auto-update",
"link": "/guide/database/observer.md"
"text": "进阶查询技巧",
"link": "/guide/database/select.md"
},
{
"text": "Database Plugin",
"link": "/guide/database/writing.md"
"text": "Built-in Data Structure",
"link": "/guide/database/builtin.md"
},
{
"text": "Permission Management",
"link": "/guide/database/permission.md"
}
]
},
Expand All @@ -337,7 +320,11 @@
},
{
"text": "Message Encoding",
"link": "/guide/adapter/encoder.md"
"link": "/guide/adapter/message.md"
},
{
"text": "平台集成",
"link": "/guide/adapter/integration.md"
}
]
},
Expand Down Expand Up @@ -460,6 +447,10 @@
"text": "I18n",
"link": "/api/service/i18n.md"
},
{
"text": "权限管理 (Permissions)",
"link": "/api/service/permissions.md"
},
{
"text": "Registry",
"link": "/api/service/registry.md"
Expand Down Expand Up @@ -603,6 +594,10 @@
{
"text": "Adapter",
"items": [
{
"text": "DingTalk",
"link": "/plugins/adapter/dingtalk.md"
},
{
"text": "Discord",
"link": "/plugins/adapter/discord.md"
Expand All @@ -623,17 +618,37 @@
"text": "Mail",
"link": "/plugins/adapter/mail.md"
},
{
"text": "Matrix",
"link": "/plugins/adapter/matrix.md"
},
{
"text": "OneBot",
"link": "/plugins/adapter/onebot.md"
},
{
"text": "QQGuild",
"text": "QQ Guild",
"link": "/plugins/adapter/qqguild.md"
},
{
"text": "Slack",
"link": "/plugins/adapter/slack.md"
},
{
"text": "Telegram",
"link": "/plugins/adapter/telegram.md"
},
{
"text": "微信公众号",
"link": "/plugins/adapter/wechat-official.md"
},
{
"text": "企业微信",
"link": "/plugins/adapter/wecom.md"
},
{
"text": "WhatsApp",
"link": "/plugins/adapter/whatsapp.md"
}
]
},
Expand Down Expand Up @@ -979,6 +994,14 @@
{
"text": "Release Notes: v4.11",
"link": "/about/releases/v4.11.md"
},
{
"text": "Release Notes: v4.12",
"link": "/about/releases/v4.12.md"
},
{
"text": "v4.13 版本介绍",
"link": "/about/releases/v4.13.md"
}
]
},
Expand Down
Loading

0 comments on commit 5e2b2f8

Please sign in to comment.