reldens
Version:
Reldens - MMORPG Platform
25 lines (23 loc) • 1.02 kB
JavaScript
/**
*
* Reldens - Translations - en_US
*
*/
module.exports = {
game: {
passwordConfirmationNotMatch: 'Password and confirmation does not match.',
pleaseReadTermsAndConditions: 'Please read and accept the terms and conditions and continue.',
sessionEnded: 'Your session ended, please login again.',
errors: {
missingClasses: 'None configured classes available.',
missingPlayerData: 'Missing player data.',
joiningRoom: 'There was an error while joining the room "%joinRoomName", please try again later.',
joiningFeatureRoom: 'There was an error while joining the feature room "%joinRoomName".',
reconnectClient: 'Reconnect Game Client error.',
sessionEnded: 'Your session ended, please login again.',
connectionLost: 'Connection lost, please login again.',
serverDown: 'Server is offline.'
},
pleaseSelectScene: 'Please select a Scene'
}
}