|
1 | 1 | { |
2 | | - "loginTitle": "Welcome back, login with", |
3 | | - "loginTitleSimple": "Welcome back, please login", |
4 | | - "loginDivider": "Or", |
5 | | - "loginUsername": "Username", |
6 | | - "loginPassword": "Password", |
7 | | - "loginSubmit": "Login", |
8 | | - "loginFailTitle": "Failed to log in", |
9 | | - "loginFailSubtitle": "Please check your username and password", |
10 | | - "loginFailRateLimit": "You failed to login too many times. Please try again later", |
11 | | - "loginSuccessTitle": "Logged in", |
12 | | - "loginSuccessSubtitle": "Welcome back!", |
13 | | - "loginOauthFailTitle": "An error occurred", |
14 | | - "loginOauthFailSubtitle": "Failed to get OAuth URL", |
15 | | - "loginOauthSuccessTitle": "Redirecting", |
16 | | - "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", |
17 | | - "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", |
18 | | - "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", |
19 | | - "loginOauthAutoRedirectButton": "Redirect now", |
20 | | - "continueTitle": "Continue", |
21 | | - "continueRedirectingTitle": "Redirecting...", |
22 | | - "continueRedirectingSubtitle": "You should be redirected to the app soon", |
23 | | - "continueRedirectManually": "Redirect me manually", |
24 | | - "continueInsecureRedirectTitle": "Insecure redirect", |
25 | | - "continueInsecureRedirectSubtitle": "You are trying to redirect from <code>https</code> to <code>http</code> which is not secure. Are you sure you want to continue?", |
26 | | - "continueUntrustedRedirectTitle": "Untrusted redirect", |
27 | | - "continueUntrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{cookieDomain}}</code>). Are you sure you want to continue?", |
28 | | - "logoutFailTitle": "Failed to log out", |
29 | | - "logoutFailSubtitle": "Please try again", |
30 | | - "logoutSuccessTitle": "Logged out", |
31 | | - "logoutSuccessSubtitle": "You have been logged out", |
32 | | - "logoutTitle": "Logout", |
33 | | - "logoutUsernameSubtitle": "You are currently logged in as <code>{{username}}</code>. Click the button below to logout.", |
34 | | - "logoutOauthSubtitle": "You are currently logged in as <code>{{username}}</code> using the {{provider}} OAuth provider. Click the button below to logout.", |
35 | | - "notFoundTitle": "Page not found", |
36 | | - "notFoundSubtitle": "The page you are looking for does not exist.", |
37 | | - "notFoundButton": "Go home", |
38 | | - "totpFailTitle": "Failed to verify code", |
39 | | - "totpFailSubtitle": "Please check your code and try again", |
40 | | - "totpSuccessTitle": "Verified", |
41 | | - "totpSuccessSubtitle": "Redirecting to your app", |
42 | | - "totpTitle": "Enter your TOTP code", |
43 | | - "totpSubtitle": "Please enter the code from your authenticator app.", |
44 | | - "unauthorizedTitle": "Unauthorized", |
45 | | - "unauthorizedResourceSubtitle": "The user with username <code>{{username}}</code> is not authorized to access the resource <code>{{resource}}</code>.", |
46 | | - "unauthorizedLoginSubtitle": "The user with username <code>{{username}}</code> is not authorized to login.", |
47 | | - "unauthorizedGroupsSubtitle": "The user with username <code>{{username}}</code> is not in the groups required by the resource <code>{{resource}}</code>.", |
48 | | - "unauthorizedIpSubtitle": "Your IP address <code>{{ip}}</code> is not authorized to access the resource <code>{{resource}}</code>.", |
49 | | - "unauthorizedButton": "Try again", |
50 | | - "cancelTitle": "Cancel", |
51 | | - "forgotPasswordTitle": "Forgot your password?", |
52 | | - "failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.", |
53 | | - "errorTitle": "An error occurred", |
54 | | - "errorSubtitleInfo": "The following error occurred while processing your request:", |
| 2 | + "loginTitle": "다시 오신 것을 환영합니다. 아래 방법으로 로그인하세요", |
| 3 | + "loginTitleSimple": "다시 오신 것을 환영합니다. 로그인해 주세요", |
| 4 | + "loginDivider": "또는", |
| 5 | + "loginUsername": "사용자 이름", |
| 6 | + "loginPassword": "비밀번호", |
| 7 | + "loginSubmit": "로그인", |
| 8 | + "loginFailTitle": "로그인 실패", |
| 9 | + "loginFailSubtitle": "사용자 이름과 비밀번호를 확인해 주세요", |
| 10 | + "loginFailRateLimit": "로그인을 너무 많이 시도했습니다. 나중에 다시 시도해 주세요", |
| 11 | + "loginSuccessTitle": "로그인 성공", |
| 12 | + "loginSuccessSubtitle": "다시 오신 것을 환영합니다!", |
| 13 | + "loginOauthFailTitle": "오류가 발생했습니다", |
| 14 | + "loginOauthFailSubtitle": "OAuth URL을 가져오는 데 실패했습니다", |
| 15 | + "loginOauthSuccessTitle": "리디렉션 중", |
| 16 | + "loginOauthSuccessSubtitle": "OAuth 제공자로 리디렉션 중입니다", |
| 17 | + "loginOauthAutoRedirectTitle": "OAuth 자동 리디렉션", |
| 18 | + "loginOauthAutoRedirectSubtitle": "인증을 위해 OAuth 제공자로 자동 리디렉션됩니다.", |
| 19 | + "loginOauthAutoRedirectButton": "지금 리디렉션", |
| 20 | + "continueTitle": "계속", |
| 21 | + "continueRedirectingTitle": "리디렉션 중...", |
| 22 | + "continueRedirectingSubtitle": "곧 앱으로 리디렉션됩니다", |
| 23 | + "continueRedirectManually": "직접 리디렉션하기", |
| 24 | + "continueInsecureRedirectTitle": "안전하지 않은 리디렉션", |
| 25 | + "continueInsecureRedirectSubtitle": "<code>https</code>에서 <code>http</code>로 리디렉션하려고 합니다. 이는 안전하지 않습니다. 계속하시겠습니까?", |
| 26 | + "continueUntrustedRedirectTitle": "신뢰할 수 없는 리디렉션", |
| 27 | + "continueUntrustedRedirectSubtitle": "설정된 도메인(<code>{{cookieDomain}}</code>)과 일치하지 않는 도메인으로 리디렉션하려고 합니다. 계속하시겠습니까?", |
| 28 | + "logoutFailTitle": "로그아웃 실패", |
| 29 | + "logoutFailSubtitle": "다시 시도해 주세요", |
| 30 | + "logoutSuccessTitle": "로그아웃 완료", |
| 31 | + "logoutSuccessSubtitle": "로그아웃되었습니다", |
| 32 | + "logoutTitle": "로그아웃", |
| 33 | + "logoutUsernameSubtitle": "현재 <code>{{username}}</code>(으)로 로그인되어 있습니다. 아래 버튼을 클릭하여 로그아웃하세요.", |
| 34 | + "logoutOauthSubtitle": "현재 {{provider}} OAuth 제공자를 통해 <code>{{username}}</code>(으)로 로그인되어 있습니다. 아래 버튼을 클릭하여 로그아웃하세요.", |
| 35 | + "notFoundTitle": "페이지를 찾을 수 없습니다", |
| 36 | + "notFoundSubtitle": "찾으시는 페이지가 존재하지 않습니다.", |
| 37 | + "notFoundButton": "홈으로 가기", |
| 38 | + "totpFailTitle": "코드 확인 실패", |
| 39 | + "totpFailSubtitle": "코드를 확인하고 다시 시도해 주세요", |
| 40 | + "totpSuccessTitle": "확인 완료", |
| 41 | + "totpSuccessSubtitle": "앱으로 리디렉션 중입니다", |
| 42 | + "totpTitle": "TOTP 코드 입력", |
| 43 | + "totpSubtitle": "인증 앱의 코드를 입력해 주세요.", |
| 44 | + "unauthorizedTitle": "권한 없음", |
| 45 | + "unauthorizedResourceSubtitle": "사용자 이름 <code>{{username}}</code>은(는) 리소스 <code>{{resource}}</code>에 접근할 권한이 없습니다.", |
| 46 | + "unauthorizedLoginSubtitle": "사용자 이름 <code>{{username}}</code>은(는) 로그인할 권한이 없습니다.", |
| 47 | + "unauthorizedGroupsSubtitle": "사용자 이름 <code>{{username}}</code>은(는) 리소스 <code>{{resource}}</code>에서 요구하는 그룹에 속해 있지 않습니다.", |
| 48 | + "unauthorizedIpSubtitle": "IP 주소 <code>{{ip}}</code>는 리소스 <code>{{resource}}</code>에 접근할 권한이 없습니다.", |
| 49 | + "unauthorizedButton": "다시 시도", |
| 50 | + "cancelTitle": "취소", |
| 51 | + "forgotPasswordTitle": "비밀번호를 잊으셨나요?", |
| 52 | + "failedToFetchProvidersTitle": "인증 제공자를 불러오는 데 실패했습니다. 설정을 확인해 주세요.", |
| 53 | + "errorTitle": "오류가 발생했습니다", |
| 54 | + "errorSubtitleInfo": "요청 처리 중 다음 오류가 발생했습니다:", |
55 | 55 | "errorSubtitle": "An error occurred while trying to perform this action. Please check the console for more information.", |
56 | | - "forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.", |
57 | | - "fieldRequired": "This field is required", |
58 | | - "invalidInput": "Invalid input", |
59 | | - "domainWarningTitle": "Invalid Domain", |
60 | | - "domainWarningSubtitle": "This instance is configured to be accessed from <code>{{appUrl}}</code>, but <code>{{currentUrl}}</code> is being used. If you proceed, you may encounter issues with authentication.", |
61 | | - "domainWarningCurrent": "Current:", |
62 | | - "domainWarningExpected": "Expected:", |
63 | | - "ignoreTitle": "Ignore", |
64 | | - "goToCorrectDomainTitle": "Go to correct domain", |
65 | | - "authorizeTitle": "Authorize", |
66 | | - "authorizeCardTitle": "Continue to {{app}}?", |
67 | | - "authorizeSubtitle": "Would you like to continue to this app? Please carefully review the permissions requested by the app.", |
68 | | - "authorizeSubtitleOAuth": "Would you like to continue to this app?", |
69 | | - "authorizeLoadingTitle": "Loading...", |
70 | | - "authorizeLoadingSubtitle": "Please wait while we load the client information.", |
71 | | - "authorizeSuccessTitle": "Authorized", |
72 | | - "authorizeSuccessSubtitle": "You will be redirected to the app in a few seconds.", |
73 | | - "authorizeErrorClientInfo": "An error occurred while loading the client information. Please try again later.", |
74 | | - "authorizeErrorMissingParams": "The following parameters are missing: {{missingParams}}", |
| 56 | + "forgotPasswordMessage": "USERS 환경 변수를 변경하여 비밀번호를 재설정할 수 있습니다.", |
| 57 | + "fieldRequired": "필수 입력 항목입니다", |
| 58 | + "invalidInput": "잘못된 입력입니다", |
| 59 | + "domainWarningTitle": "잘못된 도메인", |
| 60 | + "domainWarningSubtitle": "잘못된 도메인에서 이 인스턴스에 접근하고 있습니다. 계속 진행하면 인증 문제가 발생할 수 있습니다.", |
| 61 | + "domainWarningCurrent": "현재:", |
| 62 | + "domainWarningExpected": "예상:", |
| 63 | + "ignoreTitle": "무시", |
| 64 | + "goToCorrectDomainTitle": "올바른 도메인으로 이동", |
| 65 | + "authorizeTitle": "권한 부여", |
| 66 | + "authorizeCardTitle": "{{app}}(으)로 계속하시겠습니까?", |
| 67 | + "authorizeSubtitle": "이 앱으로 계속하시겠습니까? 앱에서 요청한 권한을 주의 깊게 검토해 주세요.", |
| 68 | + "authorizeSubtitleOAuth": "이 앱으로 계속하시겠습니까?", |
| 69 | + "authorizeLoadingTitle": "로딩 중...", |
| 70 | + "authorizeLoadingSubtitle": "클라이언트 정보를 불러오는 동안 기다려 주세요.", |
| 71 | + "authorizeSuccessTitle": "권한 부여 완료", |
| 72 | + "authorizeSuccessSubtitle": "몇 초 후에 앱으로 리디렉션됩니다.", |
| 73 | + "authorizeErrorClientInfo": "클라이언트 정보를 불러오는 중 오류가 발생했습니다. 나중에 다시 시도해 주세요.", |
| 74 | + "authorizeErrorMissingParams": "다음 매개변수가 누락되었습니다: {{missingParams}}", |
75 | 75 | "openidScopeName": "OpenID Connect", |
76 | | - "openidScopeDescription": "Allows the app to access your OpenID Connect information.", |
77 | | - "emailScopeName": "Email", |
78 | | - "emailScopeDescription": "Allows the app to access your email address.", |
79 | | - "profileScopeName": "Profile", |
80 | | - "profileScopeDescription": "Allows the app to access your profile information.", |
81 | | - "groupsScopeName": "Groups", |
82 | | - "groupsScopeDescription": "Allows the app to access your group information." |
| 76 | + "openidScopeDescription": "앱이 OpenID Connect 정보에 접근할 수 있도록 허용합니다.", |
| 77 | + "emailScopeName": "이메일", |
| 78 | + "emailScopeDescription": "앱이 이메일 주소에 접근할 수 있도록 허용합니다.", |
| 79 | + "profileScopeName": "프로필", |
| 80 | + "profileScopeDescription": "앱이 프로필 정보에 접근할 수 있도록 허용합니다.", |
| 81 | + "groupsScopeName": "그룹", |
| 82 | + "groupsScopeDescription": "앱이 그룹 정보에 접근할 수 있도록 허용합니다." |
83 | 83 | } |
0 commit comments