mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-10 09:59:00 +08:00
update framework
This commit is contained in:
31
src/i18n/en-us.js
Normal file
31
src/i18n/en-us.js
Normal file
@@ -0,0 +1,31 @@
|
||||
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: 'Loading',
|
||||
UI_Error: 'Error',
|
||||
|
||||
|
||||
UI_Title_Remake: 'Remake Simulate',
|
||||
UI_Title_Subsequent: 'The rubbish life doesn\'t want to stay for a second',
|
||||
UI_Cyber_Theme_Art_Design: 'UI Design by 晰晰',
|
||||
|
||||
UI_Remake: 'Remake Now',
|
||||
UI_Thanks: 'Thx',
|
||||
UI_Achievement: 'Achv',
|
||||
|
||||
UI_Title_Talent: 'Talent Draw',
|
||||
|
||||
UI_Talent_Draw: '!10 Pulls!',
|
||||
UI_Talent_Select_Uncomplete: 'Choose 3 Talents, Please.',
|
||||
});
|
||||
31
src/i18n/zh-cn.js
Normal file
31
src/i18n/zh-cn.js
Normal file
@@ -0,0 +1,31 @@
|
||||
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_Title_Remake: '人生重开模拟器',
|
||||
UI_Title_Subsequent: '这垃圾人生一秒也不想待了',
|
||||
UI_Cyber_Theme_Art_Design: 'UI 设计 by 晰晰',
|
||||
|
||||
UI_Remake: '立即重开',
|
||||
UI_Thanks: '感谢',
|
||||
UI_Achievement: '成就',
|
||||
|
||||
UI_Title_Talent: '天赋抽卡',
|
||||
|
||||
UI_Talent_Draw: '10连抽!',
|
||||
UI_Talent_Select_Uncomplete: '请选取 3 个天赋',
|
||||
});
|
||||
Reference in New Issue
Block a user