This commit is contained in:
Rewrite0
2023-07-27 16:18:23 +08:00
parent da7bbc131d
commit 4c90f2c885
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ const rule = defineModel<BangumiRule>('rule', {
const items: SettingItem<BangumiRule>[] = [
{
configKey: 'official_title',
label: () => t('homepage.rule.offical_title'),
label: () => t('homepage.rule.official_title'),
type: 'input',
prop: {
type: 'text',

View File

@@ -38,7 +38,7 @@
},
"homepage": {
"rule": {
"offical_title": "Official Title",
"official_title": "Official Title",
"year": "Year",
"season": "Season",
"offset": "Offset",

View File

@@ -38,7 +38,7 @@
},
"homepage": {
"rule": {
"offical_title": "官方名称",
"official_title": "官方名称",
"year": "年份",
"season": "季度",
"offset": "剧集偏移",