blessing-skin-server/resources/lang/en/locale.js

180 lines
7.2 KiB
JavaScript
Raw Normal View History

2016-09-15 23:03:58 +08:00
/*!
2016-09-30 16:33:45 +08:00
* Blessing Skin English Translations
2016-09-15 23:03:58 +08:00
*
* @see https://github.com/printempw/blessing-skin-server
* @author printempw <h@prinzeugen.net>
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
(function ($) {
"use strict";
2016-09-30 16:33:45 +08:00
$.locales['en'] = {
2016-09-15 23:03:58 +08:00
auth: {
2016-09-24 22:49:20 +08:00
// Login
2016-09-15 23:03:58 +08:00
emptyIdentification: 'Empty email/player name.',
emptyPassword: 'Password is required.',
emptyCaptcha: 'Empty password.',
login: 'Log In',
loggingIn: 'Logging In',
tooManyFails: 'You fails too many times! Please enter the CAPTCHA.',
2016-09-24 22:49:20 +08:00
// Register
2016-09-15 23:03:58 +08:00
emptyEmail: 'Empty email address.',
invalidEmail: 'Invalid format of email address.',
invalidPassword: 'Invalid password. The length of password should between 8 and 16.',
emptyConfirmPwd: 'Empty confirming password.',
invalidConfirmPwd: 'Confirming password is not equal with password.',
emptyNickname: 'Empty nickname.',
register: 'Register',
registering: 'Registering',
2016-09-24 22:49:20 +08:00
// Reset Password
2016-09-15 23:03:58 +08:00
send: 'Send',
sending: 'Sending',
reset: 'Reset',
resetting: 'Resetting'
},
2016-09-18 13:30:58 +08:00
skinlib: {
2016-09-24 22:49:20 +08:00
// Like
addToCloset: 'Add to closet',
removeFromCloset: 'Remove from closet',
setItemName: 'Set a name for this texture',
emptyItemName: 'Empty texture name.',
// Rename
setNewTextureName: 'Please enter the new texture name:',
emptyNewTextureName: 'Empty new texture name.',
// Upload
emptyTextureName: 'Empty texture name.',
emptyTextureType: 'Please select a type for this texture.',
emptyUploadFile: 'You have not uploaded any file.',
encodingError: 'Error: Encoding of this file is not accepted.',
fileExtError: 'Error: Textures should be PNG files.',
upload: 'Upload',
2016-09-18 13:30:58 +08:00
uploading: 'Uploading',
redirecting: 'Redirecting...',
2016-09-24 22:49:20 +08:00
// Change Privacy
setAsPrivate: 'Set as Private',
setAsPublic: 'Set as Public',
2016-09-24 22:49:20 +08:00
setPublicNotice: 'Sure to set this as public texture?',
2017-04-22 23:02:48 +08:00
deleteNotice: 'Are you sure to delete this texture?'
2016-09-18 13:30:58 +08:00
},
2016-09-15 23:03:58 +08:00
user: {
signInRemainingTime: 'Available after :time hours',
2016-09-24 22:49:20 +08:00
// Closet
emptyClosetMsg: '<p>Nothing in your closet...</p><p>Why not explore the <a href=":url">Skin Library</a> for a while?</p>',
renameItem: 'Rename item',
removeItem: 'Remove from closet',
setAsAvatar: 'Set as avatar',
viewInSkinlib: 'View in skin library',
2016-09-15 23:03:58 +08:00
switch2dPreview: 'Switch to 2D Preview',
switch3dPreview: 'Switch to 3D Preview',
2016-09-24 22:49:20 +08:00
removeFromClosetNotice: 'Sure to remove this texture from your closet?',
emptySelectedPlayer: 'No player is selected.',
emptySelectedTexture: 'No texture is selected.',
2016-09-25 10:35:16 +08:00
renameClosetItem: 'Set a new name for this item:',
2016-09-24 22:49:20 +08:00
// Player
2016-09-15 23:03:58 +08:00
changePlayerName: 'Please enter the player name:',
emptyPlayerName: 'Empty player name.',
clearTexture: 'Sure to clear the skins & cape of this player?',
deletePlayer: 'Sure to delete this player?',
deletePlayerNotice: 'It\'s permanent. No backups.',
chooseClearTexture: 'Choose texture types you want to clear',
noClearChoice: 'You haven\'t choose any types',
2016-09-24 22:49:20 +08:00
// Profile
setAvatar: 'Sure to set this as your avatar?',
setAvatarNotice: 'The head segment of skin will bu used.',
2016-09-15 23:03:58 +08:00
emptyNewNickName: 'Empty new nickname.',
changeNickName: 'SUre to set your nickname to :new_nickname?',
emptyPassword: 'Original password is required.',
emptyNewPassword: 'Empty new password.',
emptyNewEmail: 'Empty new email address.',
changeEmail: 'Sure to change your email address to :new_email?',
2016-09-24 22:49:20 +08:00
emptyDeletePassword: 'Please enter the current password:'
2016-09-15 23:03:58 +08:00
},
2016-09-24 22:49:20 +08:00
admin: {
2017-04-22 18:36:22 +08:00
operationsTitle: 'Operations',
// Users
ban: 'Ban',
unban: 'Unban',
setAdmin: 'Set as admin',
unsetAdmin: 'Remove admin',
deleteUser: 'Delete User',
cannotDeleteAdmin: 'You can\'t delete admins.',
cannotDeleteSuperAdmin: 'You can\'t delete super admin in this way',
changeEmail: 'Edit Email',
changeNickName: 'Edit Nickname',
changePassword: 'Edit Password',
2016-09-24 22:49:20 +08:00
newUserEmail: 'Please enter the new email:',
newUserNickname: 'Please enter the new nickname:',
newUserPassword: 'Please enter the new password:',
deleteUserNotice: 'Are you sure to delete this user? It\' permanent.',
2017-04-22 18:36:22 +08:00
scoreTip: 'Press ENTER to submit new score',
2017-04-27 18:02:05 +08:00
doubleClickToSeeUser: 'Double click to see info of this user',
doubleClickToSeePlayers: 'Double click to see his/her players',
2016-09-24 22:49:20 +08:00
// Status
banned: 'Banned',
normal: 'Normal',
2017-04-22 18:36:22 +08:00
admin: 'Admin',
superAdmin: 'Super Admin',
2016-09-24 22:49:20 +08:00
2017-04-22 18:36:22 +08:00
// Players
2016-09-24 22:49:20 +08:00
textureType: 'Texture Type',
skin: 'Skin (:model Model)',
cape: 'Cape',
pid: 'Texture ID',
pidNotice: 'Please enter the tid of texture. Inputting 0 can clear texture of this player.',
2016-12-30 20:37:27 +08:00
changePlayerTexture: 'Change textures of :player',
2017-04-22 18:36:22 +08:00
changeTexture: 'Change Textures',
changePlayerName: 'Change Player Name',
2017-04-22 18:36:22 +08:00
changeOwner: 'Change Owner',
deletePlayer: 'Delete',
changePlayerOwner: 'Please enter the id of user which this player should be transferred to:',
deletePlayerNotice: 'Are you sure to delete this player? It\' permanent.',
targetUser: 'Target user is :nickname',
noSuchUser: 'No such user',
changePlayerNameNotice: 'Please input new player name:',
emptyPlayerName: 'Player name cannot be empty.',
2016-12-30 15:01:34 +08:00
// Index
2016-12-30 20:37:27 +08:00
textureUploads: 'Texture Uploads',
userRegistration: 'User Registration',
2016-12-30 15:01:34 +08:00
// Plugins
2017-04-22 18:36:22 +08:00
configurePlugin: 'Configure',
noPluginConfigNotice: 'The plugin has been disabled or no configuration is provided.',
deletePlugin: 'Delete',
statusEnabled: 'Enabled',
statusDisabled: 'Disabled',
enablePlugin: 'Enable',
disablePlugin: 'Disable',
2017-01-02 15:36:08 +08:00
confirmDeletion: 'Are you sure to delete this plugin?',
// Update
preparing: 'Preparing',
downloadCompleted: 'Update package download completed.',
extracting: 'Extracting update package..'
2016-09-24 22:49:20 +08:00
},
2016-09-15 23:03:58 +08:00
general: {
skin: 'Skin',
cape: 'Cape',
fatalError: 'Fatal Error (Please contact the author)',
2016-09-15 23:03:58 +08:00
confirmLogout: 'Sure to log out?',
confirm: 'OK',
cancel: 'Cancel',
more: 'More',
noResult: 'No result.'
2016-09-15 23:03:58 +08:00
}
};
})(window.jQuery);