blessing-skin-server/resources/lang/zh_CN/setup.yml
2018-08-20 22:39:14 +08:00

82 lines
3.4 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

database:
connection-error: 无法连接至 :type 服务器,请检查你的配置。服务器返回的信息::msg
table-already-exists: 检测到目标数据库中已存在如下数据表 :tables它们与本程序即将创建的数据表名称冲突为了避免原有数据被覆盖请手动删除它们或者为本程序选择一个不同的数据表前缀。
file:
permission-error: textures 文件夹创建失败,请确认目录权限是否正确,或者手动放置一个。
no-dot-env: 找不到配置文件,请将 .env.example 重命名至 .env 并仔细阅读安装指南。
permissions:
storage: 无法写入 storage 目录,请检查目录权限是否正确
disabled-functions:
escapeshellarg: 你的主机提供商禁用了 escapeshellarg 函数而此函数是本安装程序必须使用的。请联系你的主机提供商解决或者参照这篇文章进行手动安装http://t.cn/REzBZUe
locked:
title: 已安装过
text: Blessing Skin Server 看起来已经安装妥当。如果想重新安装,请删除数据库中的旧数据表,或者换一个数据表前缀。
button: 返回首页
updates:
master:
title: Blessing Skin Server 升级程序
welcome:
title: 还差一小步
text: |
欢迎升级至 Blessing Skin Server v:version
我们需要升级你的数据库,点击下一步以继续。
button: 下一步
success:
title: 升级成功
text: 数据库升级成功,欢迎使用 Blessing Skin Server v:version
tips: 升级提示:
wizard:
master:
title: Blessing Skin Server 安装程序
welcome:
title: 欢迎
button: 下一步
text: 欢迎使用 Blessing Skin Server v:version
database:
title: 填写数据库信息
text: 您提供的数据库将用于存储 Blessing Skin 的数据
type: 数据库类型
host: 数据库服务器地址
port: 端口
username: 数据库用户名
password: 数据库密码
db: 数据库名称
db-notice: 如果您使用 SQLite那么您应该填写 SQLite 数据库文件的路径,并且无需填写其它信息
prefix: 数据表前缀(可选)
prefix-notice: 通常您不需要填写此项,除非您有向同一数据库安装多个 Blessing Skin 的需要
info:
title: 填写信息
button: 开始安装
text: 你需要填写一些基本信息。无需担心填错,这些信息以后可以再次修改。
admin-email: 管理员邮箱
admin-notice: 这是<b>唯一</b>的超级管理员账号,可添加或移除其他管理员。
nickname: 昵称
password: 密码
pwd-notice: <b>重要:</b>你将需要此密码来登录管理皮肤站,请将其保存在安全的位置。
confirm-pwd: 重复密码
site-name: 站点名称
site-name-notice: 将会显示在首页以及标题栏
secure: 站点安全
secure-notice: 生成随机 APP_KEY 和 SALT 以保证安全
finish:
title: 安装成功!
text: Blessing Skin Server 安装完成。你是否还沉浸在愉悦的安装过程中?很遗憾,一切皆已完成! :)
integrity-check:
title: 安装不完全
description: 由于某些神秘的原因,我们无法自动完成数据库的更新。<a target="_blank" href="https://github.com/printempw/blessing-skin-server/wiki/%E6%89%8B%E5%8A%A8%E5%AE%89%E8%A3%85-Blessing-Skin#-%E5%8D%87%E7%BA%A7%E8%87%B3-bs-v350">了解详情</a>