blessing-skin-server/resources/lang/en/setup.yml

82 lines
3.2 KiB
YAML
Raw Normal View History

2016-12-27 22:31:52 +08:00
database:
2018-02-22 21:26:23 +08:00
connection-error: "Unable to connect to the target :type database, please check your configuration. The server replied with: :msg"
2018-08-14 01:00:02 +08:00
connection-success: Connect to the target :type database [:server] successfully, just click NEXT to start installation.
table-already-exists: There are some tables already exist in target database, whose names conflict with ones we are going to create. To avoid data loss, please manually delete these tables :tables, or set a different table prefix.
2016-12-27 22:31:52 +08:00
file:
permission-error: Unable to create textures folder, please check the directory permissions or place one manually.
2017-01-08 14:49:31 +08:00
no-dot-env: Unable to find environment configuration file. Please rename .env.example to .env (please refer to setup manual).
2016-12-27 22:31:52 +08:00
permissions:
storage: Unable to write to storage directory, please check the permissions.
2016-12-30 15:01:34 +08:00
2018-02-22 23:07:23 +08:00
disabled-functions:
escapeshellarg: "The escapeshellarg function is disabled in your php.ini configuration. Please contact your web hosting provider to enable it or perform the installation manually: http://t.cn/REzBZUe"
2016-12-30 15:01:34 +08:00
locked:
2016-12-30 17:44:53 +08:00
title: Already installed
2019-09-06 23:53:47 +08:00
text: It appears that you have already installed Blessing Skin Server. To reinstall, please delete the "install.lock" file under "storage" directory.
2016-12-30 17:44:53 +08:00
button: Back to homepage
2016-12-30 15:01:34 +08:00
updates:
master:
title: Update Wizard - Blessing Skin Server
2016-12-30 15:01:34 +08:00
welcome:
title: One more step
text: |
2018-08-14 01:00:02 +08:00
Welcome! You are going to update to Blessing Skin Server v:version.
We need to apply some updates to your database, click NEXT to continue.
2016-12-30 15:01:34 +08:00
button: Next
success:
title: Update complete
text: Blessing Skin Server has been successfully updated to v:version.
tips: "Update Tips:"
2016-12-30 15:01:34 +08:00
2019-05-03 09:08:39 +08:00
changelog:
title: Release Note
2016-12-30 15:01:34 +08:00
wizard:
2016-12-30 17:44:53 +08:00
master:
title: Install Wizard - Blessing Skin Server
2016-12-30 15:01:34 +08:00
welcome:
2016-12-30 17:44:53 +08:00
title: Welcome
2016-12-30 15:01:34 +08:00
button: Next
2016-12-30 17:44:53 +08:00
text: Welcome to Blessing Skin Server v:version!
2016-12-30 15:01:34 +08:00
2018-07-21 16:55:36 +08:00
database:
title: Database
text: The database is used for storing data of Blessing Skin.
type: Database Type
host: Database Host
port: Database Port
username: Database Username
password: Database Password
db: Database Name
db-notice: You should provide the path to SQLite file and there is no need to fill other blanks if you use SQLite.
prefix: Prefix of Database Table (Optional)
prefix-notice: You don't need to use this option unless you want to install multiple Blessing Skin Server into one database.
2016-12-30 17:44:53 +08:00
info:
title: Information needed
button: Run install
2018-08-14 01:00:02 +08:00
text: To proceed with the installation, please fill this form with the details of the initial admin account. Don't worry, you can always change these settings later.
2016-12-30 15:01:34 +08:00
2016-12-30 17:44:53 +08:00
admin-email: Admin Email
2019-09-19 22:13:25 +08:00
admin-notice: This is the UNIQUE super admin account who can GIVE or CANCEL other users' admin privilege.
2018-07-20 17:23:54 +08:00
nickname: Nickname
2016-12-30 15:01:34 +08:00
password: Password
2019-09-19 22:13:25 +08:00
pwd-notice: 'Attention: You will need the password to log in. Please keep it at a secure place.'
2016-12-30 17:44:53 +08:00
confirm-pwd: Confirm password
site-name: Site name
2018-08-14 01:00:02 +08:00
site-name-notice: This will be shown on every page.
secure: Security
secure-notice: Generate random APP_KEY and SALT to make your site secured.
2016-12-30 17:44:53 +08:00
finish:
title: Installation complete
text: Blessing Skin Server has been installed. Thank you, and enjoy!