Files
lifeRestart/src/i18n/zh-cn.js
Vick Scarlet 1d07bdfc46 daily update
2021-11-27 21:48:47 +08:00

122 lines
3.9 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export default ({
UI_Next: '下一步',
UI_Back: '返回',
UI_Skip: '跳过',
UI_Done: '完成',
UI_Cancel: '取消',
UI_Confirm: '确认',
UI_Retry: '重试',
UI_Yes: '是',
UI_No: '否',
UI_OK: '确定',
UI_Close: '关闭',
UI_Open: '打开',
UI_Search: '搜索',
UI_Loading: '加载中...',
UI_Error: '错误',
UI_Colon: '',
UI_Times: '次',
UI_Count: '个',
UI_Property_Charm: '颜值',
UI_Property_Intelligence: '智力',
UI_Property_Strength: '体质',
UI_Property_Money: '家境',
UI_Property_Spirit: '快乐',
UI_Title_Remake: '人生重开模拟器',
UI_Title_Subsequent: '这垃圾人生一秒也不想待了',
UI_Remake: '立即重开',
UI_Thanks: '感谢',
UI_Achievement: '成就',
UI_Cyber_Theme_Art_Design: 'UI 设计 by 晰晰',
UI_Title_Talent: '天赋抽卡',
UI_Talent_Draw: '10连抽',
UI_Talent_Select_Uncomplete: '请选取 3 个天赋',
UI_Title_Property: '调整初始属性',
UI_Left_Property_Point: '剩余属性点',
UI_Selected_Talent: '已选天赋',
UI_Random_Allocate: '随机分配',
UI_Make_New_Life: '开始新人生',
UI_Manual: '手动',
UI_Auto: '自动',
UI_Goto_Summary: '人生总结',
UI_Title_Summary: '人生总结',
UI_Talent_Extend: '天赋:你可以选择一个,下辈子还能抽到',
UI_Remake_Again: '再次重开',
UI_Final_Age: '享年',
UI_Total_Judge: '总评',
UI_Achievement_Count: '获得成就',
UI_Remake_Times: '重开次数',
UI_Event_Collection_Rate: '事件收集率',
UI_Talent_Collection_Rate: '天赋收集率',
UI_Statistics: '统计',
UI_Rank: '排行榜',
UI_Achievement_Achieve: '获得成就',
UI_Judge_Level_0: '地狱',
UI_Judge_Level_1: '折磨',
UI_Judge_Level_2: '不佳',
UI_Judge_Level_3: '普通',
UI_Judge_Level_4: '优秀',
UI_Judge_Level_5: '罕见',
UI_Judge_Level_6: '逆天',
UI_Judge_Level_7: '传说',
UI_Spirit_Judge_Level_0: '地狱',
UI_Spirit_Judge_Level_1: '折磨',
UI_Spirit_Judge_Level_2: '不幸',
UI_Spirit_Judge_Level_3: '普通',
UI_Spirit_Judge_Level_4: '幸福',
UI_Spirit_Judge_Level_5: '极乐',
UI_Spirit_Judge_Level_6: '天命',
UI_AGE_Judge_Level_0: '胎死腹中',
UI_AGE_Judge_Level_1: '早夭',
UI_AGE_Judge_Level_2: '少年',
UI_AGE_Judge_Level_3: '盛年',
UI_AGE_Judge_Level_4: '中年',
UI_AGE_Judge_Level_5: '花甲',
UI_AGE_Judge_Level_6: '古稀',
UI_AGE_Judge_Level_7: '杖朝',
UI_AGE_Judge_Level_8: '南山',
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: '抽到紫色概率不变',
UI_Remake_Times_Judge_Level_1: '抽到紫色概率翻倍',
UI_Remake_Times_Judge_Level_2: '抽到紫色概率三倍',
UI_Remake_Times_Judge_Level_3: '抽到紫色概率四倍',
UI_Remake_Times_Judge_Level_4: '抽到紫色概率五倍',
UI_Remake_Times_Judge_Level_5: '抽到紫色概率六倍',
UI_Achievement_Count_Judge_Level_0: '抽到橙色概率不变',
UI_Achievement_Count_Judge_Level_1: '抽到橙色概率翻倍',
UI_Achievement_Count_Judge_Level_2: '抽到橙色概率三倍',
UI_Achievement_Count_Judge_Level_3: '抽到橙色概率四倍',
UI_Achievement_Count_Judge_Level_4: '抽到橙色概率五倍',
UI_Achievement_Count_Judge_Level_5: '抽到橙色概率六倍',
F_RemakeTimes: '已重开{0}次',
F_AchievementCount: '成就达成{0}个',
F_TalentSelection: '{name}{description}',
});