diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-03-26 00:37:41 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-03-26 00:37:41 +0000 |
| commit | e0dfb55c5457aec489fc084c4567e791b4c65eb1 (patch) | |
| tree | 68543a65d88f5afb3a0202925804103daa91bc6f /public/locales | |
3/25 까지의 대표님 작업사항
Diffstat (limited to 'public/locales')
| -rw-r--r-- | public/locales/en/login.json | 23 | ||||
| -rw-r--r-- | public/locales/en/translation.json | 0 | ||||
| -rw-r--r-- | public/locales/ko/login.json | 23 | ||||
| -rw-r--r-- | public/locales/ko/translation.json | 0 |
4 files changed, 46 insertions, 0 deletions
diff --git a/public/locales/en/login.json b/public/locales/en/login.json new file mode 100644 index 00000000..bdc24245 --- /dev/null +++ b/public/locales/en/login.json @@ -0,0 +1,23 @@ +{ + "welcome": "Welcome back", + "loginMessage": "Login to SHI EVCP", + "email": "Email", + "password": "Password", + "forgotPassword": "Forgot your password?", + "resetPassword": "Reset Password", + "resetDescription": "Enter your account's email address and we'll send you a password reset link.", + "login": "Login", + "orContinueWith": "Or continue with", + "loginWithKnox": "Login with Knox", + "noAccount": "Don't have an account?", + "signUp": "Sign up", + "and":"and", + "ContinueWithEmail":"Continue with Email", + "languages": { + "english": "English", + "korean": "한국어" + }, + "termsMessage": "By clicking continue, you agree to our", + "termsOfService": "Terms of Service", + "privacyPolicy": "Privacy Policy" + }
\ No newline at end of file diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/locales/en/translation.json diff --git a/public/locales/ko/login.json b/public/locales/ko/login.json new file mode 100644 index 00000000..a86767e7 --- /dev/null +++ b/public/locales/ko/login.json @@ -0,0 +1,23 @@ +{ + "welcome": "다시 오신 것을 환영합니다", + "loginMessage": "SHI EVCP 로그인", + "email": "이메일", + "password": "비밀번호", + "forgotPassword": "비밀번호를 잊으셨나요?", + "resetPassword": "비밀번호 재설정", + "resetDescription": "계정의 이메일 주소를 입력하시면 비밀번호 재설정 링크를 보내드립니다.", + "login": "로그인", + "orContinueWith": "또는 다음을 이용하여 계속", + "loginWithKnox": "Knox로 로그인", + "noAccount": "계정이 없으신가요?", + "signUp": "회원가입", + "and":"와", + "ContinueWithEmail":"Continue with Email", + "languages": { + "english": "English", + "korean": "한국어" + }, + "termsMessage": "로그인을 진행하면 다음을 동의하는 것으로 간주합니다.", + "termsOfService": "이용약관", + "privacyPolicy": "개인정보 처리방침" +}
\ No newline at end of file diff --git a/public/locales/ko/translation.json b/public/locales/ko/translation.json new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/public/locales/ko/translation.json |
