123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?php
- // +----------------------------------------------------------------------
- // | ThinkCMF [ WE CAN DO IT MORE SIMPLE ]
- // +----------------------------------------------------------------------
- // | Copyright (c) 2013-2017 http://www.thinkcmf.com All rights reserved.
- // +----------------------------------------------------------------------
- // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
- // +----------------------------------------------------------------------
- // | Author: 老猫 <thinkcmf@126.com>
- // +----------------------------------------------------------------------
- return [
- 'ADMIN_CENTER' => 'Admin Center',
- 'WELCOME_USER' => 'Welcome, {:user_nickname}',
- 'REFRESH_CURRENT_PAGE' => 'Refresh Current Page',
- 'WEBSITE_HOME_PAGE' => 'Website Home Page',
- "SAVE" => 'Save',
- "CLOSE" => 'Close',
- "OPEN" => 'Open',
- "ENABLED" => 'Enabled',
- "DISABLED" => 'Disabled',
- "DELETE" => "Delete",
- "RESTORE" => 'Restore',
- "DOWNLOAD" => 'Download',
- "YES" => 'Yes',
- "NO" => 'No',
- "EDIT" => 'Edit',
- "ADD" => 'Add',
- "BACK" => 'Back',
- "COPY" => 'Copy',
- 'LOGIN' => 'Login',
- 'PASSWORD' => "Password",
- 'USERNAME_OR_EMAIL' => 'Username or Email',
- 'LOGIN_SUCCESS' => "Login success!",
- 'PASSWORD_NOT_RIGHT' => "Password Error!",
- 'PASSWORD_REQUIRED' => "Password cannot be empty!",
- 'CAPTCHA_REQUIRED' => "Verification code cannot be empty!",
- 'CAPTCHA_NOT_RIGHT' => "Verification code error!",
- 'USERNAME_NOT_EXIST' => "Username does not exist!",
- 'USERNAME_OR_EMAIL_EMPTY' => "Username or email address can't for empty!",
- 'USE_DISABLED' => "This user has been disabled!",
- 'ENTER_VERIFY_CODE' => 'Please enter the verification code!',
- 'HOME' => 'Home',
- 'LOADING' => 'Loading...',
- 'LOGOUT' => 'Logout',
- "OK" => "Ok",
- "STATUS" => 'Status',
- "ACTIONS" => 'Actions',
- "SORT" => 'Sort',
- "DISPLAY" => 'Display',
- "HIDDEN" => 'Hidden',
- "HIDE" => 'Hide',
- 'DELETE_CONFIRM_MESSAGE' => 'Are you sure to delete?',
- 'SETTING' => 'Setting',
- "ADD_SUCCESS" => 'Add success!',
- "ADD_FAILED" => 'Add failed!',
- "EDIT_SUCCESS" => 'Save success!',
- "EDIT_FAILED" => 'Save failed!',
- "NO_DATA" => 'No data!',
- "MOBILE" => 'Mobile',
- "CATEGORY_KEY_HELP_TEXT" => 'ALPHANUM or Underscores',
- 'upload file' => 'upload file',
- 'web file' => 'web file',
- 'upload tips' => 'Drag the file here',
- 'start' => 'start upload',
- 'input website' => 'please input the website',
- 'choose_file' => 'click to choose',
- 'REQUEST_ERROR' => 'request error',
- 'please_input' => 'please input ',
- 'name' => 'name',
- 'tag' => 'tag',
- 'category' => 'category',
- 'publicity' => 'publicity',
- 'description' => 'description',
- 'size' => 'size',
- 'version' => 'version',
- 'image' => 'image',
- 'icon' => 'ICON',
- 'image_upload' => 'image upload',
- 'image_select' => 'select image',
- 'replace' => 'replace',
- 'no limit' => 'No limit',
- 'day' => 'Day',
- 'hour' => 'Hour',
- 'forever' => 'Forever',
- 'times' => 'Times',
- 'start time' => 'Start time',
- 'end time' => 'End time',
- 'edit role' => 'Edit role',
- 'read' => 'Read',
- 'export' => 'Export',
- 'no' => 'No.',
- 'detail' => 'Detail',
- 'day card' => 'Day card',
- 'week card' => 'Week card',
- 'month card' => 'Month card',
- 'outsider' => 'Outsider',
- 'shakedown period' => 'Shakedown period',
- 'unsubscribe' =>'Unsubscribe',
- 'success' => 'Success',
- 'grace period' => 'Grace period',
- 'overdue' => 'Overdue',
- 'not auto renew' => 'Not auto renew',
- 'auto renew' => 'Auto renew',
- ];
|