reldens
Version:
Reldens - MMORPG Platform
17 lines (15 loc) • 449 B
JavaScript
/**
*
* Reldens - Translations - en_US
*
*/
module.exports = {
rewards: {
title: 'Rewards',
dailyLogin: 'Daily Login',
dailyDescription: 'Login every day and claim your reward',
straightDaysLogin: '%loginCount Days Login',
straightDaysDescription: 'Login every day for %loginCount days and claim your reward',
acceptedReward: 'You accepted the "%rewardLabel" reward!'
}
}