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

65 lines
2.7 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"
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, which 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
2016-12-30 15:01:34 +08:00
text: You appear to have already installed Blessing Skin Server. To reinstall please clear your old database tables first, or use a new database table prefix.
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: |
Welcome 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
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
2016-12-30 17:44:53 +08:00
info:
title: Information needed
button: Run install
text: To proceed with the installation 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
admin-notice: This is the <b>UNIQUE</b> 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
2016-12-30 17:44:53 +08:00
pwd-notice: <b>Attention:</b> You will need the password to log in. Please keep it at a secure place.
confirm-pwd: Confirm password
site-name: Site name
site-name-notice: This will be shown at title bar and homepage.
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!