UNPKG

reldens

Version:
21 lines (19 loc) 443 B
/** * * 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!' } }, }