reldens
Version:
Reldens - MMORPG Platform
21 lines (19 loc) • 443 B
JavaScript
/**
*
* Reldens - Translations - en_US
*
*/
module.exports = {
objects: {
npcInvalid: 'I do not understand.',
trader: {
content: 'Hi there! What would you like to do?',
options: {
buy: 'Buy',
sell: 'Sell'
},
buyConfirmed: 'Thanks for buying!',
sellConfirmed: 'Thanks for your products!'
}
},
}