-
-
Notifications
You must be signed in to change notification settings - Fork 233
New Crowdin updates #684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+85
−85
Merged
New Crowdin updates #684
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,83 +1,83 @@ | ||
| { | ||
| "loginTitle": "Welcome back, login with", | ||
| "loginTitleSimple": "Welcome back, please login", | ||
| "loginDivider": "Or", | ||
| "loginUsername": "Username", | ||
| "loginPassword": "Password", | ||
| "loginSubmit": "Login", | ||
| "loginFailTitle": "Failed to log in", | ||
| "loginFailSubtitle": "Please check your username and password", | ||
| "loginFailRateLimit": "You failed to login too many times. Please try again later", | ||
| "loginSuccessTitle": "Logged in", | ||
| "loginSuccessSubtitle": "Welcome back!", | ||
| "loginOauthFailTitle": "An error occurred", | ||
| "loginOauthFailSubtitle": "Failed to get OAuth URL", | ||
| "loginOauthSuccessTitle": "Redirecting", | ||
| "loginOauthSuccessSubtitle": "Redirecting to your OAuth provider", | ||
| "loginOauthAutoRedirectTitle": "OAuth Auto Redirect", | ||
| "loginOauthAutoRedirectSubtitle": "You will be automatically redirected to your OAuth provider to authenticate.", | ||
| "loginOauthAutoRedirectButton": "Redirect now", | ||
| "continueTitle": "Continue", | ||
| "continueRedirectingTitle": "Redirecting...", | ||
| "continueRedirectingSubtitle": "You should be redirected to the app soon", | ||
| "continueRedirectManually": "Redirect me manually", | ||
| "continueInsecureRedirectTitle": "Insecure redirect", | ||
| "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?", | ||
| "continueUntrustedRedirectTitle": "Untrusted redirect", | ||
| "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?", | ||
| "logoutFailTitle": "Failed to log out", | ||
| "logoutFailSubtitle": "Please try again", | ||
| "logoutSuccessTitle": "Logged out", | ||
| "logoutSuccessSubtitle": "You have been logged out", | ||
| "logoutTitle": "Logout", | ||
| "logoutUsernameSubtitle": "You are currently logged in as <code>{{username}}</code>. Click the button below to logout.", | ||
| "logoutOauthSubtitle": "You are currently logged in as <code>{{username}}</code> using the {{provider}} OAuth provider. Click the button below to logout.", | ||
| "notFoundTitle": "Page not found", | ||
| "notFoundSubtitle": "The page you are looking for does not exist.", | ||
| "notFoundButton": "Go home", | ||
| "totpFailTitle": "Failed to verify code", | ||
| "totpFailSubtitle": "Please check your code and try again", | ||
| "totpSuccessTitle": "Verified", | ||
| "totpSuccessSubtitle": "Redirecting to your app", | ||
| "totpTitle": "Enter your TOTP code", | ||
| "totpSubtitle": "Please enter the code from your authenticator app.", | ||
| "unauthorizedTitle": "Unauthorized", | ||
| "unauthorizedResourceSubtitle": "The user with username <code>{{username}}</code> is not authorized to access the resource <code>{{resource}}</code>.", | ||
| "unauthorizedLoginSubtitle": "The user with username <code>{{username}}</code> is not authorized to login.", | ||
| "unauthorizedGroupsSubtitle": "The user with username <code>{{username}}</code> is not in the groups required by the resource <code>{{resource}}</code>.", | ||
| "unauthorizedIpSubtitle": "Your IP address <code>{{ip}}</code> is not authorized to access the resource <code>{{resource}}</code>.", | ||
| "unauthorizedButton": "Try again", | ||
| "cancelTitle": "Cancel", | ||
| "forgotPasswordTitle": "Forgot your password?", | ||
| "failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.", | ||
| "errorTitle": "An error occurred", | ||
| "errorSubtitleInfo": "The following error occurred while processing your request:", | ||
| "loginTitle": "다시 오신 것을 환영합니다. 아래 방법으로 로그인하세요", | ||
| "loginTitleSimple": "다시 오신 것을 환영합니다. 로그인해 주세요", | ||
| "loginDivider": "또는", | ||
| "loginUsername": "사용자 이름", | ||
| "loginPassword": "비밀번호", | ||
| "loginSubmit": "로그인", | ||
| "loginFailTitle": "로그인 실패", | ||
| "loginFailSubtitle": "사용자 이름과 비밀번호를 확인해 주세요", | ||
| "loginFailRateLimit": "로그인을 너무 많이 시도했습니다. 나중에 다시 시도해 주세요", | ||
| "loginSuccessTitle": "로그인 성공", | ||
| "loginSuccessSubtitle": "다시 오신 것을 환영합니다!", | ||
| "loginOauthFailTitle": "오류가 발생했습니다", | ||
| "loginOauthFailSubtitle": "OAuth URL을 가져오는 데 실패했습니다", | ||
| "loginOauthSuccessTitle": "리디렉션 중", | ||
| "loginOauthSuccessSubtitle": "OAuth 제공자로 리디렉션 중입니다", | ||
| "loginOauthAutoRedirectTitle": "OAuth 자동 리디렉션", | ||
| "loginOauthAutoRedirectSubtitle": "인증을 위해 OAuth 제공자로 자동 리디렉션됩니다.", | ||
| "loginOauthAutoRedirectButton": "지금 리디렉션", | ||
| "continueTitle": "계속", | ||
| "continueRedirectingTitle": "리디렉션 중...", | ||
| "continueRedirectingSubtitle": "곧 앱으로 리디렉션됩니다", | ||
| "continueRedirectManually": "직접 리디렉션하기", | ||
| "continueInsecureRedirectTitle": "안전하지 않은 리디렉션", | ||
| "continueInsecureRedirectSubtitle": "<code>https</code>에서 <code>http</code>로 리디렉션하려고 합니다. 이는 안전하지 않습니다. 계속하시겠습니까?", | ||
| "continueUntrustedRedirectTitle": "신뢰할 수 없는 리디렉션", | ||
| "continueUntrustedRedirectSubtitle": "설정된 도메인(<code>{{cookieDomain}}</code>)과 일치하지 않는 도메인으로 리디렉션하려고 합니다. 계속하시겠습니까?", | ||
| "logoutFailTitle": "로그아웃 실패", | ||
| "logoutFailSubtitle": "다시 시도해 주세요", | ||
| "logoutSuccessTitle": "로그아웃 완료", | ||
| "logoutSuccessSubtitle": "로그아웃되었습니다", | ||
| "logoutTitle": "로그아웃", | ||
| "logoutUsernameSubtitle": "현재 <code>{{username}}</code>(으)로 로그인되어 있습니다. 아래 버튼을 클릭하여 로그아웃하세요.", | ||
| "logoutOauthSubtitle": "현재 {{provider}} OAuth 제공자를 통해 <code>{{username}}</code>(으)로 로그인되어 있습니다. 아래 버튼을 클릭하여 로그아웃하세요.", | ||
| "notFoundTitle": "페이지를 찾을 수 없습니다", | ||
| "notFoundSubtitle": "찾으시는 페이지가 존재하지 않습니다.", | ||
| "notFoundButton": "홈으로 가기", | ||
| "totpFailTitle": "코드 확인 실패", | ||
| "totpFailSubtitle": "코드를 확인하고 다시 시도해 주세요", | ||
| "totpSuccessTitle": "확인 완료", | ||
| "totpSuccessSubtitle": "앱으로 리디렉션 중입니다", | ||
| "totpTitle": "TOTP 코드 입력", | ||
| "totpSubtitle": "인증 앱의 코드를 입력해 주세요.", | ||
| "unauthorizedTitle": "권한 없음", | ||
| "unauthorizedResourceSubtitle": "사용자 이름 <code>{{username}}</code>은(는) 리소스 <code>{{resource}}</code>에 접근할 권한이 없습니다.", | ||
| "unauthorizedLoginSubtitle": "사용자 이름 <code>{{username}}</code>은(는) 로그인할 권한이 없습니다.", | ||
| "unauthorizedGroupsSubtitle": "사용자 이름 <code>{{username}}</code>은(는) 리소스 <code>{{resource}}</code>에서 요구하는 그룹에 속해 있지 않습니다.", | ||
| "unauthorizedIpSubtitle": "IP 주소 <code>{{ip}}</code>는 리소스 <code>{{resource}}</code>에 접근할 권한이 없습니다.", | ||
| "unauthorizedButton": "다시 시도", | ||
| "cancelTitle": "취소", | ||
| "forgotPasswordTitle": "비밀번호를 잊으셨나요?", | ||
| "failedToFetchProvidersTitle": "인증 제공자를 불러오는 데 실패했습니다. 설정을 확인해 주세요.", | ||
| "errorTitle": "오류가 발생했습니다", | ||
| "errorSubtitleInfo": "요청 처리 중 다음 오류가 발생했습니다:", | ||
| "errorSubtitle": "An error occurred while trying to perform this action. Please check the console for more information.", | ||
| "forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.", | ||
| "fieldRequired": "This field is required", | ||
| "invalidInput": "Invalid input", | ||
| "domainWarningTitle": "Invalid Domain", | ||
| "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.", | ||
| "domainWarningCurrent": "Current:", | ||
| "domainWarningExpected": "Expected:", | ||
| "ignoreTitle": "Ignore", | ||
| "goToCorrectDomainTitle": "Go to correct domain", | ||
| "authorizeTitle": "Authorize", | ||
| "authorizeCardTitle": "Continue to {{app}}?", | ||
| "authorizeSubtitle": "Would you like to continue to this app? Please carefully review the permissions requested by the app.", | ||
| "authorizeSubtitleOAuth": "Would you like to continue to this app?", | ||
| "authorizeLoadingTitle": "Loading...", | ||
| "authorizeLoadingSubtitle": "Please wait while we load the client information.", | ||
| "authorizeSuccessTitle": "Authorized", | ||
| "authorizeSuccessSubtitle": "You will be redirected to the app in a few seconds.", | ||
| "authorizeErrorClientInfo": "An error occurred while loading the client information. Please try again later.", | ||
| "authorizeErrorMissingParams": "The following parameters are missing: {{missingParams}}", | ||
| "forgotPasswordMessage": "USERS 환경 변수를 변경하여 비밀번호를 재설정할 수 있습니다.", | ||
| "fieldRequired": "필수 입력 항목입니다", | ||
| "invalidInput": "잘못된 입력입니다", | ||
| "domainWarningTitle": "잘못된 도메인", | ||
| "domainWarningSubtitle": "잘못된 도메인에서 이 인스턴스에 접근하고 있습니다. 계속 진행하면 인증 문제가 발생할 수 있습니다.", | ||
| "domainWarningCurrent": "현재:", | ||
| "domainWarningExpected": "예상:", | ||
| "ignoreTitle": "무시", | ||
| "goToCorrectDomainTitle": "올바른 도메인으로 이동", | ||
| "authorizeTitle": "권한 부여", | ||
| "authorizeCardTitle": "{{app}}(으)로 계속하시겠습니까?", | ||
| "authorizeSubtitle": "이 앱으로 계속하시겠습니까? 앱에서 요청한 권한을 주의 깊게 검토해 주세요.", | ||
| "authorizeSubtitleOAuth": "이 앱으로 계속하시겠습니까?", | ||
| "authorizeLoadingTitle": "로딩 중...", | ||
| "authorizeLoadingSubtitle": "클라이언트 정보를 불러오는 동안 기다려 주세요.", | ||
| "authorizeSuccessTitle": "권한 부여 완료", | ||
| "authorizeSuccessSubtitle": "몇 초 후에 앱으로 리디렉션됩니다.", | ||
| "authorizeErrorClientInfo": "클라이언트 정보를 불러오는 중 오류가 발생했습니다. 나중에 다시 시도해 주세요.", | ||
| "authorizeErrorMissingParams": "다음 매개변수가 누락되었습니다: {{missingParams}}", | ||
| "openidScopeName": "OpenID Connect", | ||
| "openidScopeDescription": "Allows the app to access your OpenID Connect information.", | ||
| "emailScopeName": "Email", | ||
| "emailScopeDescription": "Allows the app to access your email address.", | ||
| "profileScopeName": "Profile", | ||
| "profileScopeDescription": "Allows the app to access your profile information.", | ||
| "groupsScopeName": "Groups", | ||
| "groupsScopeDescription": "Allows the app to access your group information." | ||
| "openidScopeDescription": "앱이 OpenID Connect 정보에 접근할 수 있도록 허용합니다.", | ||
| "emailScopeName": "이메일", | ||
| "emailScopeDescription": "앱이 이메일 주소에 접근할 수 있도록 허용합니다.", | ||
| "profileScopeName": "프로필", | ||
| "profileScopeDescription": "앱이 프로필 정보에 접근할 수 있도록 허용합니다.", | ||
| "groupsScopeName": "그룹", | ||
| "groupsScopeDescription": "앱이 그룹 정보에 접근할 수 있도록 허용합니다." | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.