|
| 1 | +{ |
| 2 | + "feature.fullyBackwardsCompatible.title": { |
| 3 | + "message": "完全向后兼容现有脚本与客户端" |
| 4 | + }, |
| 5 | + "feature.fullyBackwardsCompatible.description": { |
| 6 | + "message": "手头有旧的AMX文件?直接将其载入open.mp服务器,即可与使用SA:MP客户端的友人同游。待你欲升级代码时,敬请参阅我们的技术文档。" |
| 7 | + }, |
| 8 | + "feature.fullyBackwardsCompatible.linkText": { |
| 9 | + "message": "新手指南" |
| 10 | + }, |
| 11 | + "feature.newScriptingSystem.title": { |
| 12 | + "message": "全新升级的脚本系统" |
| 13 | + }, |
| 14 | + "feature.newScriptingSystem.description": { |
| 15 | + "message": "open.mp不仅兼容所有现有SA-MP脚本与插件,更提供现代化的新API以编写更优质的游戏模式。内含数据结构、异步I/O例程等丰富功能!" |
| 16 | + }, |
| 17 | + "feature.newScriptingSystem.linkText": { |
| 18 | + "message": "了解更多" |
| 19 | + }, |
| 20 | + "feature.developerFriendly.title": { |
| 21 | + "message": "开发者友好型设计" |
| 22 | + }, |
| 23 | + "feature.developerFriendly.description": { |
| 24 | + "message": "我们以开发者体验为核心打造open.mp:提供一致的API接口、实时更新的文档、互助社区及完全开源的代码库!欢迎随时贡献智慧。" |
| 25 | + }, |
| 26 | + "feature.developerFriendly.linkText": { |
| 27 | + "message": "参与贡献" |
| 28 | + }, |
| 29 | + "feature.scriptingSystem.title": { |
| 30 | + "message": "全新升级的脚本系统" |
| 31 | + }, |
| 32 | + "feature.scriptingSystem.description": { |
| 33 | + "message": "我们延续Pawn语言支持,并采用全新编译器提升代码健壮性,同时增加更多服务端与客户端操控功能。" |
| 34 | + }, |
| 35 | + "feature.scriptingSystem.linkText": { |
| 36 | + "message": "查看改进详情" |
| 37 | + }, |
| 38 | + "feature.communityDevelopment.title": { |
| 39 | + "message": "社区驱动的开发模式" |
| 40 | + }, |
| 41 | + "feature.communityDevelopment.description": { |
| 42 | + "message": "服务器完全开源,我们珍视所有规模的贡献。无论是参与新版本开发,还是反馈使用问题(纵使我们追求代码完美,漏洞仍在所难免),你的意见皆具价值。" |
| 43 | + }, |
| 44 | + "feature.communityDevelopment.linkText": { |
| 45 | + "message": "访问GitHub组织" |
| 46 | + }, |
| 47 | + "feature.cppApi.title": { |
| 48 | + "message": "可扩展的C++ API" |
| 49 | + }, |
| 50 | + "feature.cppApi.description": { |
| 51 | + "message": "除Pawn语言原有功能外,更可调用C++生态的海量库与框架。精通此后,何不通过GitHub开放贡献流程助力服务器进化?" |
| 52 | + }, |
| 53 | + "feature.cppApi.linkText": { |
| 54 | + "message": "查看SDK代码库" |
| 55 | + }, |
| 56 | + "partners.server.stats": { |
| 57 | + "message": "{servers}台服务器共有{players}名玩家,平均每台服务器{average}人。" |
| 58 | + }, |
| 59 | + "servers.sort.relevance": { |
| 60 | + "message": "相关度" |
| 61 | + }, |
| 62 | + "servers.sort.players": { |
| 63 | + "message": "玩家数量" |
| 64 | + }, |
| 65 | + "servers.search.placeholder": { |
| 66 | + "message": "按IP或名称搜索" |
| 67 | + }, |
| 68 | + "partners.note": { |
| 69 | + "message": "注:如约暂停合作伙伴计划。已预定席位的服务器仍可加入,但目前不接受新申请。如有疑问欢迎通过Discord咨询,但若涉及新加入方式,我们暂无相关计划。" |
| 70 | + }, |
| 71 | + "announcement.title": { |
| 72 | + "message": "新版open.mp服务器与启动器现已发布!" |
| 73 | + }, |
| 74 | + "announcement.link": { |
| 75 | + "message": "查看详情" |
| 76 | + }, |
| 77 | + "theme.ErrorPageContent.title": { |
| 78 | + "message": "页面加载异常", |
| 79 | + "description": "页面崩溃时显示的备用页面标题" |
| 80 | + }, |
| 81 | + "theme.NotFound.title": { |
| 82 | + "message": "页面未找到", |
| 83 | + "description": "404页面的标题" |
| 84 | + }, |
| 85 | + "theme.NotFound.p1": { |
| 86 | + "message": "未能检索到目标内容", |
| 87 | + "description": "404页面的第一段文字" |
| 88 | + }, |
| 89 | + "theme.NotFound.p2": { |
| 90 | + "message": "请联系引荐你访问此链接的站点管理员,告知该链接已失效", |
| 91 | + "description": "404页面的第二段文字" |
| 92 | + }, |
| 93 | + "theme.admonition.note": { |
| 94 | + "message": "备注", |
| 95 | + "description": "Note提示框(:::note)的默认标签" |
| 96 | + }, |
| 97 | + "theme.admonition.tip": { |
| 98 | + "message": "技巧", |
| 99 | + "description": "Tip提示框(:::tip)的默认标签" |
| 100 | + }, |
| 101 | + "theme.admonition.danger": { |
| 102 | + "message": "危险", |
| 103 | + "description": "Danger提示框(:::danger)的默认标签" |
| 104 | + }, |
| 105 | + "theme.admonition.info": { |
| 106 | + "message": "信息", |
| 107 | + "description": "Info提示框(:::info)的默认标签" |
| 108 | + }, |
| 109 | + "theme.admonition.caution": { |
| 110 | + "message": "注意", |
| 111 | + "description": "Caution提示框(:::caution)的默认标签" |
| 112 | + }, |
| 113 | + "theme.BackToTopButton.buttonAriaLabel": { |
| 114 | + "message": "返回顶部", |
| 115 | + "description": "返回顶部按钮的ARIA标签" |
| 116 | + }, |
| 117 | + "theme.blog.archive.title": { |
| 118 | + "message": "归档", |
| 119 | + "description": "博客归档页面的页面标题和主标题" |
| 120 | + }, |
| 121 | + "theme.blog.archive.description": { |
| 122 | + "message": "归档", |
| 123 | + "description": "博客归档页面的页面描述和主描述" |
| 124 | + }, |
| 125 | + "theme.blog.paginator.navAriaLabel": { |
| 126 | + "message": "博客列表分页导航", |
| 127 | + "description": "博客分页的ARIA标签" |
| 128 | + }, |
| 129 | + "theme.blog.paginator.newerEntries": { |
| 130 | + "message": "更新的文章", |
| 131 | + "description": "用于导航到较新博客文章页面(上一页)的标签" |
| 132 | + }, |
| 133 | + "theme.blog.paginator.olderEntries": { |
| 134 | + "message": "更早的文章", |
| 135 | + "description": "用于导航到较早博客文章页面(下一页)的标签" |
| 136 | + }, |
| 137 | + "theme.blog.post.readingTime.plurals": { |
| 138 | + "message": "阅读时间约{readingTime}分钟", |
| 139 | + "description": "\"{readingTime}分钟阅读\"的复数化标签。根据语言支持使用尽可能多的复数形式(用\"|\"分隔)" |
| 140 | + }, |
| 141 | + "theme.tags.tagsPageTitle": { |
| 142 | + "message": "标签", |
| 143 | + "description": "标签列表页面的标题" |
| 144 | + }, |
| 145 | + "announcement.serverVersion": { |
| 146 | + "message": "open.mp服务器{version}版本已发布!包含多项修复、性能优化及新功能!" |
| 147 | + }, |
| 148 | + "announcement.changelog": { |
| 149 | + "message": "更新日志" |
| 150 | + }, |
| 151 | + "announcement.download": { |
| 152 | + "message": "下载" |
| 153 | + }, |
| 154 | + "announcement.launcherUpdate": { |
| 155 | + "message": "启动器同步更新!" |
| 156 | + }, |
| 157 | + "announcement.seeWhatsNew": { |
| 158 | + "message": "查看新特性" |
| 159 | + }, |
| 160 | + "announcement.dismiss": { |
| 161 | + "message": "忽略此消息" |
| 162 | + }, |
| 163 | + "homepage.heroDescription": { |
| 164 | + "message": "为《侠盗猎车手:圣安地列斯》打造的全新多人模式模组,与{samp}实现{compatibility}。" |
| 165 | + }, |
| 166 | + "homepage.heroDescription.compatibility": { |
| 167 | + "message": "完全向后兼容" |
| 168 | + }, |
| 169 | + "homepage.downloadLauncher": { |
| 170 | + "message": "下载启动器 🎮" |
| 171 | + }, |
| 172 | + "homepage.downloadServer": { |
| 173 | + "message": "下载服务器 🖥️" |
| 174 | + }, |
| 175 | + "homepage.documentation": { |
| 176 | + "message": "技术文档 📜" |
| 177 | + }, |
| 178 | + "animations.title": { |
| 179 | + "message": "open.mp动画预览器" |
| 180 | + }, |
| 181 | + "animations.library": { |
| 182 | + "message": "动作库:" |
| 183 | + }, |
| 184 | + "animations.selectLibrary": { |
| 185 | + "message": "选择动作库..." |
| 186 | + }, |
| 187 | + "animations.animation": { |
| 188 | + "message": "动画:" |
| 189 | + }, |
| 190 | + "animations.selectAnimation": { |
| 191 | + "message": "选择动画..." |
| 192 | + }, |
| 193 | + "animations.index": { |
| 194 | + "message": "索引:" |
| 195 | + }, |
| 196 | + "animations.frames": { |
| 197 | + "message": "帧数:" |
| 198 | + }, |
| 199 | + "animations.duration": { |
| 200 | + "message": "时长:" |
| 201 | + }, |
| 202 | + "animations.seconds": { |
| 203 | + "message": "秒" |
| 204 | + }, |
| 205 | + "animations.description": { |
| 206 | + "message": "描述:" |
| 207 | + }, |
| 208 | + "animations.notes": { |
| 209 | + "message": "备注:" |
| 210 | + }, |
| 211 | + "animations.videoCredits": { |
| 212 | + "message": "视频致谢:" |
| 213 | + }, |
| 214 | + "animations.usageExamples": { |
| 215 | + "message": "使用示例:" |
| 216 | + }, |
| 217 | + "animations.selectAnimationPrompt": { |
| 218 | + "message": "从上方下拉菜单选择动画即可预览" |
| 219 | + }, |
| 220 | + "animations.browsePrompt": { |
| 221 | + "message": "浏览查看所有可用动画" |
| 222 | + }, |
| 223 | + "animations.usedByFunctions": { |
| 224 | + "message": "这些动画通过ApplyAnimation/ApplyActorAnimation函数调用" |
| 225 | + }, |
| 226 | + "loadingBanner.followingTrain": { |
| 227 | + "message": "正在追赶那辆该死的火车..." |
| 228 | + }, |
| 229 | + "serverRow.copied": { |
| 230 | + "message": "已复制" |
| 231 | + }, |
| 232 | + "serverRow.copy": { |
| 233 | + "message": "复制" |
| 234 | + }, |
| 235 | + "serverRow.partnerTitle": { |
| 236 | + "message": "合作认证!" |
| 237 | + }, |
| 238 | + "serverRow.ompTitle": { |
| 239 | + "message": "open.mp服务器" |
| 240 | + }, |
| 241 | + "serverRow.players": { |
| 242 | + "message": "名玩家" |
| 243 | + }, |
| 244 | + "serverInfo.backToServers": { |
| 245 | + "message": "← 返回服务器列表" |
| 246 | + }, |
| 247 | + "serverInfo.quickJoin": { |
| 248 | + "message": "快速加入" |
| 249 | + }, |
| 250 | + "serverInfo.noDescription": { |
| 251 | + "message": "该服务器暂无描述" |
| 252 | + }, |
| 253 | + "serverInfo.playersOnline": { |
| 254 | + "message": "在线玩家" |
| 255 | + }, |
| 256 | + "serverInfo.modVersion": { |
| 257 | + "message": "模组版本" |
| 258 | + }, |
| 259 | + "serverInfo.language": { |
| 260 | + "message": "语言" |
| 261 | + }, |
| 262 | + "serverInfo.rule": { |
| 263 | + "message": "规则" |
| 264 | + }, |
| 265 | + "serverInfo.value": { |
| 266 | + "message": "数值" |
| 267 | + }, |
| 268 | + "serverInfo.lastUpdated": { |
| 269 | + "message": "{time}前更新" |
| 270 | + }, |
| 271 | + "theme.footer.title.Documentations": { |
| 272 | + "message": "文档" |
| 273 | + }, |
| 274 | + "theme.footer.title.Community": { |
| 275 | + "message": "社区" |
| 276 | + }, |
| 277 | + "theme.footer.title.More": { |
| 278 | + "message": "更多" |
| 279 | + }, |
| 280 | + "theme.footer.link.Introduction": { |
| 281 | + "message": "入门指南" |
| 282 | + }, |
| 283 | + "theme.footer.link.open.mp Migration": { |
| 284 | + "message": "迁移至open.mp" |
| 285 | + }, |
| 286 | + "theme.footer.link.Discord": { |
| 287 | + "message": "Discord" |
| 288 | + }, |
| 289 | + "theme.footer.link.GitHub": { |
| 290 | + "message": "GitHub" |
| 291 | + }, |
| 292 | + "theme.footer.link.Donate": { |
| 293 | + "message": "捐赠" |
| 294 | + }, |
| 295 | + "theme.footer.link.YouTube": { |
| 296 | + "message": "YouTube" |
| 297 | + }, |
| 298 | + "theme.footer.link.X": { |
| 299 | + "message": "X" |
| 300 | + }, |
| 301 | + "theme.footer.link.Servers": { |
| 302 | + "message": "服务器" |
| 303 | + }, |
| 304 | + "theme.footer.link.Blog": { |
| 305 | + "message": "博客" |
| 306 | + }, |
| 307 | + "theme.footer.link.Animations": { |
| 308 | + "message": "动画" |
| 309 | + }, |
| 310 | + "theme.footer.link.UID Generator": { |
| 311 | + "message": "UID生成器" |
| 312 | + }, |
| 313 | + "theme.footer.link.SA-MP": { |
| 314 | + "message": "SA-MP" |
| 315 | + }, |
| 316 | + "theme.footer.copyright": { |
| 317 | + "message": "版权所有 © {year} open.mp。基于Docusaurus构建" |
| 318 | + }, |
| 319 | + "navbar.item.Docs": { |
| 320 | + "message": "文档" |
| 321 | + }, |
| 322 | + "navbar.item.Blog": { |
| 323 | + "message": "博客" |
| 324 | + }, |
| 325 | + "navbar.item.Forums": { |
| 326 | + "message": "论坛" |
| 327 | + }, |
| 328 | + "navbar.item.Servers": { |
| 329 | + "message": "服务器" |
| 330 | + }, |
| 331 | + "navbar.item.Partners": { |
| 332 | + "message": "合作伙伴" |
| 333 | + }, |
| 334 | + "navbar.item.Donate": { |
| 335 | + "message": "捐赠" |
| 336 | + } |
| 337 | +} |
0 commit comments