github.com/kotovmak/go-admin@v1.1.1/modules/language/cn.go (about) 1 // Copyright 2019 GoAdmin Core Team. All rights reserved. 2 // Use of this source code is governed by a Apache-2.0 style 3 // license that can be found in the LICENSE file. 4 5 package language 6 7 import "strings" 8 9 var cn = LangSet{ 10 "managers": "管理员管理", 11 "name": "用户名", 12 "nickname": "昵称", 13 "role": "角色", 14 "createdat": "创建时间", 15 "updatedat": "更新时间", 16 "path": "路径", 17 "submit": "提交", 18 "filter": "筛选", 19 20 "new": "新建", 21 "export": "导出", 22 "action": "操作", 23 "toggle dropdown": "下拉", 24 "delete": "删除", 25 "refresh": "刷新", 26 "back": "返回", 27 "reset": "重置", 28 "save": "保存", 29 "edit": "编辑", 30 "expand": "展开", 31 "collapse": "折叠", 32 "online": "在线", 33 "setting": "设置", 34 "sign out": "登出", 35 "home": "首页", 36 "all": "全部", 37 "more": "更多", 38 "browse": "打开", 39 "remove": "移除", 40 41 "permission manage": "权限管理", 42 "menus manage": "菜单管理", 43 "roles manage": "角色管理", 44 "operation log": "操作日志", 45 "method": "方法", 46 "input": "输入", 47 "operation": "操作", 48 "menu name": "菜单名", 49 "reload succeeded": "加载成功", 50 "search": "搜索", 51 52 "permission denied": "没有权限", 53 "error": "错误", 54 "success": "成功", 55 "fail": "失败", 56 "current page": "当前页", 57 58 "goadmin is now running. \nrunning in \"debug\" mode. switch to \"release\" mode in production.\n\n": "GoAdmin 启动成功。\n目前处于 \"debug\" 模式。请在生产环境中切换为 \"release\" 模式。\n\n", 59 60 "wrong goadmin version, theme %s required goadmin version are %s": "错误的 GoAdmin 版本,当前主题 %s 需要 GoAdmin 版本为 %s", 61 "wrong theme version, goadmin %s required version of theme %s is %s": "错误的主题版本, GoAdmin %s 需要主题 %s 的版本为 %s", 62 63 "adapter is nil, import the default adapter or use addadapter method add the adapter": "适配器为空,请先 import 对应的适配器或使用 AddAdapter 方法引入", 64 65 "are you sure to delete": "你确定要删除吗?", 66 "yes": "确定", 67 "confirm": "确认", 68 "got it": "知道了", 69 "cancel": "取消", 70 "refresh succeeded": "刷新成功", 71 "delete succeed": "删除成功", 72 "edit fail": "编辑失败", 73 "create fail": "新增失败", 74 "delete fail": "删除失败", 75 "confirm password": "确认密码", 76 "all method if empty": "为空默认为所有方法", 77 78 "detail": "详情", 79 80 "avatar": "头像", 81 "password": "密码", 82 "username": "用户名", 83 "slug": "标志", 84 "permission": "权限", 85 "userid": "用户ID", 86 "content": "内容", 87 "parent": "父级", 88 "icon": "图标", 89 "uri": "路径", 90 "close": "关闭", 91 92 "login": "登录", 93 "login fail": "登录失败", 94 95 "admin": "管理", 96 "user": "用户", 97 "users": "用户", 98 "roles": "角色", 99 "menu": "菜单", 100 "dashboard": "仪表盘", 101 102 "continue editing": "继续编辑", 103 "continue creating": "继续新增", 104 105 "username and password can not be empty": "用户名密码不能为空", 106 "operation not allow": "不允许的操作", 107 "password does not match": "密码不一致", 108 "should be unique": "需要保证唯一", 109 "slug exists": "标志已经存在了", 110 "no corresponding options?": "没找到对应选项?", 111 "create here.": "在这里新建一个。", 112 "use for login": "用于登录", 113 "use to display": "用来展示", 114 "a path a line, without global prefix": "一行一个路径,换行输入新路径,路径不包含全局路由前缀", 115 "slug or http_path or name should not be empty": "标志或路径或权限名不能为空", 116 "no roles": "无角色", 117 "no permission": "没有权限", 118 "fixed the sidebar": "固定侧边栏", 119 "enter fullscreen": "进入全屏", 120 "exit fullscreen": "退出全屏", 121 "wrong captcha": "错误的验证码", 122 "modify success": "修改成功", 123 124 "not found": "找不到记录", 125 "internal error": "系统内部错误", 126 "unauthorized": "未认证", 127 128 "login overdue, please login again": "登录信息过期,请重新登录", 129 "login info": "登录信息", 130 131 "initialize configuration": "初始化配置", 132 "initialize navigation buttons": "初始化导航栏按钮", 133 "initialize plugins": "初始化插件", 134 "initialize database connections": "初始化数据库连接", 135 "initialize success": "初始化成功🍺🍺", 136 137 "plugins": "插件", 138 "plugin store": "插件商店", 139 "get more plugins": "获取更多插件", 140 "uninstalled": "未安装", 141 "plugin setting": "插件设置", 142 143 "showing <b>%s</b> to <b>%s</b> of <b>%s</b> entries": "显示第 <b>%s</b> 到第 <b>%s</b> 条记录,总共 <b>%s</b> 条记录", 144 145 "second": "秒", 146 "seconds": "秒", 147 "minute": "分", 148 "minutes": "分", 149 "hour": "小时", 150 "hours": "小时", 151 "day": "天", 152 "days": "天", 153 "week": "周", 154 "weeks": "周", 155 "month": "月", 156 "months": "月", 157 "year": "年", 158 "years": "年", 159 160 "config.domain": "网站域名", 161 "config.language": "网站语言", 162 "config.url prefix": "URL前缀", 163 "config.theme": "主题", 164 "config.title": "标题", 165 "config.index url": "首页URL", 166 "config.login url": "登录URL", 167 "config.env": "开发环境", 168 "config.color scheme": "颜色主题", 169 "config.cdn url": "cdn资源URL", 170 "config.login title": "登录标题", 171 "config.auth user table": "登录用户表", 172 "config.extra": "额外配置", 173 "config.store": "文件存储设置", 174 "config.databases": "数据库设置", 175 "config.general": "通用", 176 "config.log": "日志", 177 "config.site setting": "网站设置", 178 "config.custom": "定制", 179 "config.debug": "Debug模式", 180 "config.site off": "关闭网站", 181 "config.true": "是", 182 "config.false": "否", 183 184 "config.test": "测试环境", 185 "config.prod": "生产环境", 186 "config.local": "本地环境", 187 188 "config.logo": "Logo", 189 "config.mini logo": "Mini Logo", 190 "config.session life time": "Session时长", 191 "config.bootstrap file path": "插件文件路径", 192 "config.go mod file path": "go.mod文件路径", 193 "config.custom head html": "自定义Head HTML", 194 "config.custom foot html": "自定义Foot HTML", 195 "config.custom 404 html": "自定义404页面", 196 "config.custom 403 html": "自定义403页面", 197 "config.custom 500 html": "自定义500页面", 198 "config.hide config center entrance": "隐藏配置中心入口", 199 "config.hide app info entrance": "隐藏应用信息入口", 200 "config.hide tool entrance": "隐藏工具入口", 201 "config.hide plugin entrance": "隐藏插件列表入口", 202 "config.footer info": "自定义底部信息", 203 "config.login logo": "登录Logo", 204 "config.no limit login ip": "取消限制多IP登录", 205 "config.operation log off": "关闭操作日志", 206 "config.allow delete operation log": "允许删除操作日志", 207 "config.animation type": "动画类型", 208 "config.animation duration": "动画间隔(秒)", 209 "config.animation delay": "动画延迟(秒)", 210 "config.file upload engine": "文件上传引擎", 211 212 "config.logger rotate": "日志切割设置", 213 "config.logger rotate max size": "存储最大文件大小(m)", 214 "config.logger rotate max backups": "存储最多文件数", 215 "config.logger rotate max age": "最长存储时间(天)", 216 "config.logger rotate compress": "压缩", 217 218 "config.info log path": "信息日志存储路径", 219 "config.error log path": "错误日志存储路径", 220 "config.access log path": "访问日志存储路径", 221 "config.info log off": "关闭信息日志", 222 "config.error log off": "关闭错误日志", 223 "config.access log off": "关闭访问日志", 224 "config.access assets log off": "关闭静态资源访问日志", 225 "config.sql log on": "打开SQL日志", 226 "config.log level": "日志级别", 227 228 "config.logger rotate encoder": "日志encoder设置", 229 "config.logger rotate encoder time key": "Time Key", 230 "config.logger rotate encoder level key": "Level Key", 231 "config.logger rotate encoder name key": "Name Key", 232 "config.logger rotate encoder caller key": "Caller Key", 233 "config.logger rotate encoder message key": "Message Key", 234 "config.logger rotate encoder stacktrace key": "Stacktrace Key", 235 "config.logger rotate encoder level": "Level字段编码", 236 "config.logger rotate encoder time": "Time字段编码", 237 "config.logger rotate encoder duration": "Duration字段编码", 238 "config.logger rotate encoder caller": "Caller字段编码", 239 "config.logger rotate encoder encoding": "输出格式", 240 241 "config.capital": "大写", 242 "config.capitalcolor": "大写带颜色", 243 "config.lowercase": "小写", 244 "config.lowercasecolor": "小写带颜色", 245 246 "config.seconds": "秒", 247 "config.nanosecond": "纳秒", 248 "config.microsecond": "微秒", 249 "config.millisecond": "毫秒", 250 251 "config.full path": "完整路径", 252 "config.short path": "简短路径", 253 254 "config.do not modify when you have not set up all assets": "不要修改,当你还没有设置好所有资源文件的时候", 255 "config.it will work when theme is adminlte": "当主题为adminlte时生效", 256 "config.must bigger than 900 seconds": "必须大于900秒", 257 258 "config.language." + CN: "中文", 259 "config.language." + EN: "英文", 260 "config.language." + JP: "日文", 261 "config.language." + strings.ToLower(TC): "繁体中文", 262 "config.language." + PTBR: "Brazilian Portuguese", 263 264 "config.modify site config": "修改网站配置", 265 "config.modify site config success": "修改网站配置成功", 266 "config.modify site config fail": "修改网站配置失败", 267 268 "system.system info": "应用系统信息", 269 "system.application": "应用信息", 270 "system.application run": "应用运行信息", 271 "system.system": "系统信息", 272 273 "system.process_id": "进程ID", 274 "system.golang_version": "Golang版本", 275 "system.server_uptime": "服务运行时间", 276 "system.current_goroutine": "当前 Goroutines 数量", 277 "system.current_memory_usage": "当前内存使用量", 278 "system.total_memory_allocated": "所有被分配的内存", 279 "system.memory_obtained": "内存占用量", 280 "system.pointer_lookup_times": "指针查找次数", 281 "system.memory_allocate_times": "内存分配次数", 282 "system.memory_free_times": "内存释放次数", 283 "system.current_heap_usage": "当前 Heap 内存使用量", 284 "system.heap_memory_obtained": "Heap 内存占用量", 285 "system.heap_memory_idle": "Heap 内存空闲量", 286 "system.heap_memory_in_use": "正在使用的 Heap 内存", 287 "system.heap_memory_released": "被释放的 Heap 内存", 288 "system.heap_objects": "Heap 对象数量", 289 "system.bootstrap_stack_usage": "启动 Stack 使用量", 290 "system.stack_memory_obtained": "被分配的 Stack 内存", 291 "system.mspan_structures_usage": "MSpan 结构内存使用量", 292 "system.mspan_structures_obtained": "被分配的 MSpan 结构内存", 293 "system.mcache_structures_usage": "MCache 结构内存使用量", 294 "system.mcache_structures_obtained": "被分配的 MCache 结构内存", 295 "system.profiling_bucket_hash_table_obtained": "被分配的剖析哈希表内存", 296 "system.gc_metadata_obtained": "被分配的 GC 元数据内存", 297 "system.other_system_allocation_obtained": "其它被分配的系统内存", 298 "system.next_gc_recycle": "下次 GC 内存回收量", 299 "system.last_gc_time": "距离上次 GC 时间", 300 "system.total_gc_time": "GC 执行时间总量", 301 "system.total_gc_pause": "GC 暂停时间总量", 302 "system.last_gc_pause": "上次 GC 暂停时间", 303 "system.gc_times": "GC 执行次数", 304 305 "system.cpu_logical_core": "cpu逻辑核数", 306 "system.cpu_core": "cpu物理核数", 307 "system.os_platform": "系统平台", 308 "system.os_family": "系统家族", 309 "system.os_version": "系统版本", 310 "system.load1": "1分钟内负载", 311 "system.load5": "5分钟内负载", 312 "system.load15": "15分钟内负载", 313 "system.mem_total": "总内存", 314 "system.mem_available": "可用内存", 315 "system.mem_used": "使用内存", 316 317 "system.app_name": "应用名", 318 "system.go_admin_version": "应用版本", 319 "system.theme_name": "主题", 320 "system.theme_version": "主题版本", 321 322 "tool.tool": "工具", 323 "tool.table": "表格", 324 "tool.connection": "连接", 325 "tool.output path is empty": "输出路径为空", 326 "tool.package": "包名", 327 "tool.output": "输出路径", 328 "tool.field": "字段", 329 "tool.title": "标题", 330 "tool.field name": "字段名", 331 "tool.db type": "数据类型", 332 "tool.form type": "表单类型", 333 "tool.generate table model": "生成CRUD模型", 334 "tool.primarykey": "主键", 335 "tool.field filterable": "可筛选", 336 "tool.field sortable": "可排序", 337 "tool.yes": "是", 338 "tool.no": "否", 339 "tool.hide": "隐藏", 340 "tool.show": "显示", 341 "tool.generate success": "生成成功", 342 "tool.display": "显示", 343 "tool.use absolute path": "使用绝对路径", 344 "tool.basic info": "基本信息", 345 "tool.table info": "表格信息", 346 "tool.form info": "表单信息", 347 "tool.field editable": "允许编辑", 348 "tool.field can add": "允许新增", 349 "tool.info field editable": "可编辑", 350 "tool.field default": "默认值", 351 "tool.filter area": "筛选框", 352 "tool.new button": "新建按钮", 353 "tool.export button": "导出按钮", 354 "tool.edit button": "编辑按钮", 355 "tool.delete button": "删除按钮", 356 "tool.extra import package": "导入包", 357 "tool.detail button": "详情按钮", 358 "tool.filter button": "筛选按钮", 359 "tool.row selector": "列选择按钮", 360 "tool.pagination": "分页", 361 "tool.query info": "查询信息", 362 "tool.filter form layout": "筛选表单布局", 363 "tool.generate": "生成", 364 "tool.generated tables": "生成过的表格", 365 "tool.description": "描述", 366 "tool.label": "标签", 367 "tool.image": "图片", 368 "tool.bool": "布尔", 369 "tool.link": "链接", 370 "tool.fileSize": "文件大小", 371 "tool.date": "日期", 372 "tool.icon": "Icon", 373 "tool.dot": "标点", 374 "tool.progressBar": "进度条", 375 "tool.loading": "Loading", 376 "tool.downLoadable": "可下载", 377 "tool.copyable": "可复制", 378 "tool.carousel": "图片轮播", 379 "tool.qrcode": "二维码", 380 "tool.field hide": "隐藏", 381 "tool.field display": "显示", 382 "tool.table permission": "生成表格权限", 383 "tool.extra code": "额外代码", 384 385 "tool.detail display": "显示", 386 "tool.detail info": "详情页信息", 387 "tool.follow list page": "跟随列表页", 388 "tool.inherit from list page": "继承列表页", 389 "tool.independent from list page": "独立", 390 391 "tool.continue edit checkbox": "继续编辑按钮", 392 "tool.continue new checkbox": "继续新增按钮", 393 "tool.reset button": "重设按钮", 394 "tool.back button": "返回按钮", 395 396 "tool.field display normal": "显示", 397 "tool.field diplay hide": "隐藏", 398 "tool.field diplay edit hide": "编辑隐藏", 399 "tool.field diplay create hide": "新建隐藏", 400 401 "tool.generate table model success": "生成成功", 402 "tool.generate table model fail": "生成失败", 403 404 "generator.query": "查询", 405 "generator.show edit form page": "编辑页显示", 406 "generator.show create form page": "新建记录页显示", 407 "generator.edit": "编辑", 408 "generator.create": "新建", 409 "generator.delete": "删除", 410 "generator.export": "导出", 411 412 "plugin.plugin": "插件", 413 "plugin.plugin detail": "插件详情", 414 "plugin.introduction": "介绍", 415 "plugin.website": "网站", 416 "plugin.version": "版本", 417 "plugin.created at": "创建日期", 418 "plugin.updated at": "更新日期", 419 "plugin.provided by %s": "由 %s 提供", 420 "plugin.upgrade": "升级", 421 "plugin.install": "安装", 422 "plugin.info": "详细信息", 423 "plugin.download": "下载", 424 "plugin.buy": "购买", 425 "plugin.downloading": "下载中", 426 "plugin.login": "登录", 427 "plugin.login to goadmin member system": "登录到GoAdmin会员系统", 428 "plugin.account": "账户名", 429 "plugin.password": "密码", 430 "plugin.learn more": "了解更多", 431 432 "plugin.no account? click %s here %s to register.": "没有账号?点击%s这里%s注册。", 433 "plugin.download fail, wrong name": "下载失败,错误的参数", 434 "plugin.change to debug mode first": "先切换到debug模式", 435 "plugin.download fail, plugin not exist": "下载失败,插件不存在", 436 "plugin.download fail": "下载失败", 437 "plugin.golang develop environment does not exist": "golang开发环境不存在", 438 "plugin.download success, restart to install": "下载成功,重启程序进行安装", 439 "plugin.restart to install": "重启程序进行安装", 440 "plugin.can not connect to the goadmin remote server": "连接到GoAdmin远程服务器失败,请检查您的网络连接。", 441 442 "admin.basic admin": "基础Admin", 443 "admin.a built-in plugins of goadmin which help you to build a crud manager platform quickly.": "一个内置GoAdmin插件,帮助您快速搭建curd简易管理后台。", 444 "admin.official": "GoAdmin官方", 445 }