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

22 lines
836 B
YAML
Raw Normal View History

2016-09-28 13:23:07 +08:00
http:
msg-403: You have no permission to access this page.
msg-404: Nothing here.
2018-07-22 16:16:29 +08:00
msg-500: Please try again later.
2016-09-28 13:23:07 +08:00
msg-503: The application is now in maintenance mode.
general:
title: Error occurred
exception:
2017-01-14 18:51:07 +08:00
code: 'Error code: :code'
detail: 'Details: :msg'
2017-01-14 18:42:30 +08:00
message: |
Whoops, looks like something went wrong. (enable APP_DEBUG in .env to see details)
plugins:
duplicate: The plugin [:dir1] has a duplicated plugin name definition which is same to plugin [:dir2]. Please check your plugins directory, remove one of them or use another name definition.
directory: We can't approach the path for loading plugins specified by the PLUGINS_DIR in .env file. Please check your configuration. Error :msg
cipher:
2018-08-14 01:00:02 +08:00
unsupported: Unsupported password hashing method `:cipher`, please check your `.env` configuration