feat(i18n): 创建简体中文主翻译源 zh-CN.ts
This commit is contained in:
@@ -0,0 +1,107 @@
|
||||
export default {
|
||||
common: {
|
||||
retry: '重试',
|
||||
cancel: '取消',
|
||||
confirm: '确认',
|
||||
loading: '加载中...',
|
||||
noData: '暂无数据',
|
||||
noResult: '没有找到相关结果',
|
||||
search: '搜索',
|
||||
male: '男',
|
||||
female: '女',
|
||||
},
|
||||
nav: {
|
||||
almanac: '黄历',
|
||||
ziwei: '紫微',
|
||||
fortune: '运势',
|
||||
},
|
||||
almanac: {
|
||||
pageTitle: '黄历搜索',
|
||||
searching: '搜索中...',
|
||||
searchFailed: '搜索失败,请稍后重试',
|
||||
noResult: '没有找到符合条件的结果',
|
||||
keywordHint: '请输入搜索关键词',
|
||||
},
|
||||
ziwei: {
|
||||
pageTitle: '紫微斗数',
|
||||
birthInfo: '出生信息',
|
||||
birthDate: '出生日期',
|
||||
birthHour: '出生时辰',
|
||||
gender: '性别',
|
||||
pleaseSelect: '请选择',
|
||||
generating: '排盘中...',
|
||||
generate: '排盘',
|
||||
chartTitle: '紫微斗数盘',
|
||||
sanFangAnalysis: '三方四正分析',
|
||||
sanFangScore: '三方得分',
|
||||
siZhengScore: '四正得分',
|
||||
overallEval: '综合评价',
|
||||
summary: '盘面概述',
|
||||
scoreUnit: '分',
|
||||
},
|
||||
fortune: {
|
||||
pageTitle: '运势分析',
|
||||
daily: '日运',
|
||||
monthly: '月运',
|
||||
selectDate: '选择日期',
|
||||
selectMonth: '选择月份',
|
||||
overallFortune: '综合运势',
|
||||
career: '事业',
|
||||
wealth: '财运',
|
||||
relationship: '感情',
|
||||
health: '健康',
|
||||
luckyColor: '幸运色',
|
||||
luckyNumber: '幸运数字',
|
||||
luckyDirection: '幸运方位',
|
||||
noChart: '请先在紫微斗数页面完成排盘',
|
||||
},
|
||||
search: {
|
||||
conditions: '搜索条件',
|
||||
addCondition: '添加条件',
|
||||
addConditionHint: '请至少添加一个搜索条件',
|
||||
addConditionEmpty: '请添加搜索条件',
|
||||
days: '搜索天数',
|
||||
dayUnit: '天',
|
||||
searchResult: '搜索结果',
|
||||
resultCount: '共{count}条结果',
|
||||
matchCount: '匹配度: {count}',
|
||||
sort: '排序',
|
||||
sortByDate: '日期',
|
||||
sortByMatch: '匹配度',
|
||||
typeSuitable: '宜',
|
||||
typeUnsuitable: '忌',
|
||||
operatorAnd: '与(AND)',
|
||||
operatorOr: '或(OR)',
|
||||
excludeCondition: '排除条件',
|
||||
items: '事项',
|
||||
operator: '逻辑运算符',
|
||||
},
|
||||
template: {
|
||||
title: '搜索模板',
|
||||
searchPlaceholder: '搜索模板',
|
||||
empty: '暂无模板',
|
||||
emptyDesc: '没有找到符合条件的模板',
|
||||
all: '全部',
|
||||
},
|
||||
export: {
|
||||
title: '导出搜索结果',
|
||||
selectFormat: '选择导出格式',
|
||||
selectContent: '选择导出内容',
|
||||
date: '日期',
|
||||
lunarDate: '农历日期',
|
||||
weekday: '星期',
|
||||
matchedItems: '匹配事项',
|
||||
matchCount: '匹配度',
|
||||
},
|
||||
history: {
|
||||
title: '搜索历史',
|
||||
clear: '清除历史',
|
||||
clearConfirm: '确认清除',
|
||||
clearConfirmMsg: '确定要清除所有搜索历史吗?',
|
||||
empty: '暂无搜索历史',
|
||||
emptyDesc: '执行搜索后,搜索条件将显示在这里',
|
||||
justNow: '刚刚',
|
||||
hoursAgo: '{count}小时前',
|
||||
daysAgo: '{count}天前',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user