Skip to content

Commit 5ca50b3

Browse files
committed
More translation for totp config page
1 parent c3a1a1b commit 5ca50b3

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

src/i18n.ts

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,22 @@ export function useI18n(props: Props) {
6666
"loginTotpStep3": "앱에서 제공하는 일회용 코드를 입력하고, 제출을 클릭하여 설정을 완료하십시오.",
6767
"loginTotpStep3DeviceName": "OTP 장치를 더 쉽게 관리하기 위해, 장치 이름도 입력 해 주시기 바랍니다.",
6868
"authenticatorCode": "일회용 코드",
69-
"loginTotpDeviceName": "장치 이름"
69+
"loginTotpDeviceName": "장치 이름",
70+
"loginTotpManualStep2":"앱을 열고 키를 입력하십시오:",
71+
"loginTotpManualStep3": "앱에서 구성 값 변경이 가능한 경우, 다음 구성 값을 이용하십시오:",
72+
"loginTotpScanBarcode": "바코드를 스캔하시겠습니까?",
73+
"loginTotpType": "유형",
74+
"loginTotpAlgorithm": "알고리즘",
75+
"loginTotpDigits": "숫자",
76+
"loginTotpInterval": "간격",
77+
"loginTotpCounter": "카운터",
78+
79+
"backToApplication": "« 앱으로 돌아가기",
80+
"errorTitle": "죄송합니다...",
81+
"errorTitleHtml": "<strong>죄송합니다</strong>...",
82+
83+
"loginIdpReviewProfileTitle": "계정 정보 업데이트",
84+
7085
}
7186
},
7287
});

0 commit comments

Comments
 (0)