Skip to content

Commit

Permalink
Added bond level translation interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Nov 7, 2023
1 parent 5d8a980 commit 161a12b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/db/src/Translations/id-ID/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"Bond": "Bond",
"Bond CE": "CE Max Bond",
"Bond CE's Owner": "Pemilik CE Max Bond",
"Bond Level": "Bond Level",
"Bond Level": "Bond Lv. {{level}}",
"Bond levels": "Bond level",
"Branch": "Cabang",
"Break bar": "Break bar",
Expand Down Expand Up @@ -556,4 +556,4 @@
"with local timestamps": "dengan zona waktu lokal",
"with UTC timestamps": "degan zona waktu zulu",
"Yes": "Ya"
}
}
4 changes: 2 additions & 2 deletions packages/db/src/Translations/ja-JP/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"Bond": "",
"Bond CE": "絆礼装",
"Bond CE's Owner": "絆礼装の対象サーヴァント",
"Bond Level": "絆レベル",
"Bond Level": "絆レベル{{level}}",
"Bond levels": "絆レベル",
"Branch": "分岐",
"Break bar": "ブレイクゲージ",
Expand Down Expand Up @@ -556,4 +556,4 @@
"with local timestamps": "ローカル時刻表示",
"with UTC timestamps": "協定世界時 (UTC)表示",
"Yes": "はい"
}
}
4 changes: 2 additions & 2 deletions packages/db/src/Translations/ko-KR/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"Bond": "인연",
"Bond CE": "인연예장",
"Bond CE's Owner": "인연예장 주인",
"Bond Level": "Bond Level",
"Bond Level": "Bond Lv. {{level}}",
"Bond levels": "인연 레벨",
"Branch": "분점",
"Break bar": "브레이크 바",
Expand Down Expand Up @@ -554,4 +554,4 @@
"with local timestamps": "지역 시간 기준",
"with UTC timestamps": "UTC 기준",
"Yes": "Yes"
}
}
4 changes: 2 additions & 2 deletions packages/db/src/Translations/zh-CN/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"Bond": "牵绊",
"Bond CE": "牵绊礼装",
"Bond CE's Owner": "牵绊礼装的专属从者",
"Bond Level": "Bond Level",
"Bond Level": "Bond Lv. {{level}}",
"Bond levels": "牵绊等级",
"Branch": "分支",
"Break bar": "血条",
Expand Down Expand Up @@ -552,4 +552,4 @@
"with local timestamps": "使用本地时间戳",
"with UTC timestamps": "使用UTC时间戳",
"Yes": "Yes"
}
}
4 changes: 2 additions & 2 deletions packages/db/src/Translations/zh-TW/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"Bond": "羈絆",
"Bond CE": "羈絆禮裝",
"Bond CE's Owner": "羈絆禮裝的專屬從者",
"Bond Level": "Bond Level",
"Bond Level": "Bond Lv. {{level}}",
"Bond levels": "羈絆等級",
"Branch": "分支",
"Break bar": "Break血槽",
Expand Down Expand Up @@ -552,4 +552,4 @@
"with local timestamps": "以本地時間戳記",
"with UTC timestamps": "以UTC時間戳記",
"Yes": "Yes"
}
}

0 comments on commit 161a12b

Please sign in to comment.