Skip to content

Commit

Permalink
i18n: use official name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuk1ko committed Oct 2, 2024
1 parent 841598f commit d6517b7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/locales/cn/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"showGuarantees": "查看保底词条组合"
},
"tagType": {
"credentials": "资质",
"qualification": "资历",
"locations": "位置",
"professions": "职业",
"abilities": "能力"
Expand Down
2 changes: 1 addition & 1 deletion src/locales/jp/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"showGuarantees": "4★以上確定タグの組み合わせを表示する"
},
"tagType": {
"credentials": "素質",
"qualification": "資格",
"locations": "位置",
"professions": "職業",
"abilities": "能力"
Expand Down
2 changes: 1 addition & 1 deletion src/locales/kr/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"showGuarantees": "4★ 이상의 모든 조합 표시"
},
"tagType": {
"credentials": "자격",
"qualification": "자격",
"locations": "배치",
"professions": "직업",
"abilities": "특성"
Expand Down
2 changes: 1 addition & 1 deletion src/locales/tw/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"showGuarantees": "檢視保底詞條組合"
},
"tagType": {
"credentials": "資質",
"qualification": "資歷",
"locations": "位置",
"professions": "職業",
"abilities": "能力"
Expand Down
2 changes: 1 addition & 1 deletion src/locales/us/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"showGuarantees": "Show all combinations with 4★ or higher"
},
"tagType": {
"credentials": "Credential",
"qualification": "Qualification",
"locations": "Location",
"professions": "Profession",
"abilities": "Abilities"
Expand Down
4 changes: 2 additions & 2 deletions src/views/Hr.vue
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ const tagListInit = {
professions: Array(8)
.fill(null)
.map((v, i) => i + 1),
sort: ['credentials', 'professions', 'locations', 'abilities'],
sort: ['qualification', 'professions', 'locations', 'abilities'],
};
export default defineComponent({
Expand Down Expand Up @@ -567,7 +567,7 @@ export default defineComponent({
const tag = this.enumTagZh;
return {
locations: [tag.近战位, tag.远程位],
credentials: [tag.高级资深干员, tag.资深干员, tag.新手, tag.支援机械],
qualification: [tag.高级资深干员, tag.资深干员, tag.新手, tag.支援机械],
abilities: this.tagData.abilities,
...tagListInit,
};
Expand Down

0 comments on commit d6517b7

Please sign in to comment.