Files
lifeRestart/src/i18n/en-us.js
Vick Scarlet 0e272ffd99 add thanks
2021-11-28 13:17:41 +08:00

125 lines
4.2 KiB
JavaScript

export default ({
UI_Next: 'Next',
UI_Back: 'Back',
UI_Skip: 'Skip',
UI_Done: 'Done',
UI_Cancel: 'Cancel',
UI_Confirm: 'Confirm',
UI_Retry: 'Retry',
UI_Yes: 'Yes',
UI_No: 'No',
UI_OK: 'OK',
UI_Close: 'Close',
UI_Open: 'Open',
UI_Search: 'Search',
UI_Loading: 'Now Loading',
UI_Error: 'Error',
UI_Colon: ':',
UI_Times: 'Times',
UI_Count: '',
UI_Property_Charm: 'CHR',
UI_Property_Intelligence: 'INT',
UI_Property_Strength: 'STR',
UI_Property_Money: 'MNY',
UI_Property_Spirit: 'SPR',
UI_Title_Remake: 'Remake Simulate',
UI_Title_Subsequent: 'The rubbish life doesn\'t want to stay for a second',
UI_Remake: 'Remake Now',
UI_Thanks: 'Thx',
UI_Achievement: 'Achv',
UI_Cyber_Theme_Art_Design: 'UI Design by 晰晰',
UI_Title_Talent: 'Talent Draw',
UI_Talent_Draw: '!10 Pulls!',
UI_Talent_Select_Uncomplete: 'Choose 3 Talents, Please.',
UI_Title_Property: 'Property Allocate',
UI_Left_Property_Point: 'Left Property Point',
UI_Selected_Talent: 'Selected Talent',
UI_Random_Allocate: 'Random Allocate',
UI_Make_New_Life: 'Make New Life',
UI_Manual: 'Manual',
UI_Auto: 'Auto',
UI_Goto_Summary: 'Goto Summary',
UI_Title_Summary: 'Life Summary',
UI_Talent_Extend: 'Talent, You can choose one to extend',
UI_Remake_Again: 'Remake Again',
UI_Final_Age: 'Age',
UI_Total_Judge: 'Judge',
UI_Achievement_Count: 'Achievement',
UI_Remake_Times: 'Remake Times',
UI_Event_Collection_Rate: 'Event Collection',
UI_Talent_Collection_Rate: 'Talent Collection',
UI_Statistics: 'Statistics',
UI_Rank: 'Rank',
UI_Achievement_Achieve: 'Achievement',
UI_Judge_Level_0: 'Hell', // 地狱
UI_Judge_Level_1: 'Worse', // 折磨
UI_Judge_Level_2: 'Bad', // 不佳
UI_Judge_Level_3: 'Normal', // 普通
UI_Judge_Level_4: 'Good', // 优秀
UI_Judge_Level_5: 'Great', // 罕见
UI_Judge_Level_6: 'Excellent', // 逆天
UI_Judge_Level_7: 'Perfect', // 传说
UI_Spirit_Judge_Level_0: 'Hell', // 地狱
UI_Spirit_Judge_Level_1: 'Tortured', // 折磨
UI_Spirit_Judge_Level_2: 'Unlucky', // 不幸
UI_Spirit_Judge_Level_3: 'Normal', // 普通
UI_Spirit_Judge_Level_4: 'Happy', // 幸福
UI_Spirit_Judge_Level_5: 'Blissful ', // 极乐
UI_Spirit_Judge_Level_6: 'Paradise', // 天命
UI_AGE_Judge_Level_0: 'Stillborn', // 胎死腹中
UI_AGE_Judge_Level_1: 'Early', // 早夭
UI_AGE_Judge_Level_2: 'Young', // 少年
UI_AGE_Judge_Level_3: 'Heyday', // 盛年
UI_AGE_Judge_Level_4: 'Middle', // 中年
UI_AGE_Judge_Level_5: 'Sexagenarian', // 花甲
UI_AGE_Judge_Level_6: 'Septuagenarian', // 古稀
UI_AGE_Judge_Level_7: 'Octogenarian', // 杖朝
UI_AGE_Judge_Level_8: 'Nonagenarian', // 南山
UI_AGE_Judge_Level_9: '不老', // 不老
UI_AGE_Judge_Level_10: '修仙', // 修仙
UI_AGE_Judge_Level_11: '仙寿', // 仙寿
UI_Intelligence_Judge_Level_7: '识海',
UI_Intelligence_Judge_Level_8: '元神',
UI_Intelligence_Judge_Level_9: '仙魂',
UI_Strength_Judge_Level_7: '凝气',
UI_Strength_Judge_Level_8: '筑基',
UI_Strength_Judge_Level_9: '金丹',
UI_Strength_Judge_Level_10: '元婴',
UI_Strength_Judge_Level_11: '仙体',
UI_Remake_Times_Judge_Level_0: 'Purple rate constant',
UI_Remake_Times_Judge_Level_1: 'Purple rate double',
UI_Remake_Times_Judge_Level_2: 'Purple rate triple',
UI_Remake_Times_Judge_Level_3: 'Purple rate Quadruple',
UI_Remake_Times_Judge_Level_4: 'Purple rate Quintuple',
UI_Remake_Times_Judge_Level_5: 'Purple rate Sextuple',
UI_Achievement_Count_Judge_Level_0: 'Orange rate constant',
UI_Achievement_Count_Judge_Level_1: 'Orange rate double',
UI_Achievement_Count_Judge_Level_2: 'Orange rate triple',
UI_Achievement_Count_Judge_Level_3: 'Orange rate Quadruple',
UI_Achievement_Count_Judge_Level_4: 'Orange rate Quintuple',
UI_Achievement_Count_Judge_Level_5: 'Orange rate Sextuple',
UI_Support_Programmer: 'Programmer',
UI_Support_Designer: 'Designer',
F_RemakeTimes: 'Remake {0} Times',
F_AchievementCount: 'Achievement {0}',
F_TalentSelection: '{name} ({description})',
});