Repo created
This commit is contained in:
parent
75dc487a7a
commit
39c29d175b
6317 changed files with 388324 additions and 2 deletions
12
feature/account/oauth/src/main/res/values-ko/strings.xml
Normal file
12
feature/account/oauth/src/main/res/values-ko/strings.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="account_oauth_sign_in_button">로그인</string>
|
||||
<string name="account_oauth_sign_in_with_google_button">구글로 로그인하기</string>
|
||||
<string name="account_oauth_loading_message">OAuth로 로그인</string>
|
||||
<string name="account_oauth_loading_error">OAuth 로그인 실패</string>
|
||||
<string name="account_oauth_error_canceled">인증 취소됨</string>
|
||||
<string name="account_oauth_error_failed">다음 오류로 인증에 실패했습니다: <xliff:g id="error">%s</xliff:g></string>
|
||||
<string name="account_oauth_error_browser_not_available">계정에 대한 액세스 권한을 부여하는 데 사용할 브라우저를 찾을 수 없습니다.</string>
|
||||
<string name="account_oauth_error_not_supported">현재 이 제공자에서는 OAuth 2.0이 지원되지 않습니다.</string>
|
||||
<string name="account_oauth_sign_in_description">로그인을 위해 이메일 제공업체로 리디렉션됩니다. 이메일 계정에 대한 접근 권한이 필요합니다.</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue