blob: b596605dbc2db46243a8d31da4c882f3ac2bff87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
/* Sign-in button text */
"Sign in" = "로그인";
/* Long form sign-in button text */
"Sign in with Google" = "Google 계정으로 로그인";
/* The title of the promotional prompt to install the Google app. */
"PromoTitle" = "Google 계정으로 로그인";
/* The body message of the promotional prompt to install the Google app. */
"PromoMessage" = "무료 Google 앱을 다운로드하여 Google 계정으로 앱에 로그인하세요. 비밀번호를 기억할 필요가 없습니다.";
/* The cancel button on the promotional prompt to install the Google app. */
"PromoActionCancel" = "취소";
/* The install button on the promotional prompt to install the Google app. */
"PromoActionInstall" = "설치";
/* The text for the button for user to acknowledge and dismiss a dialog. */
"OK" = "확인";
/* The text for the button for user to dismiss a dialog without taking any action. */
"Cancel" = "취소";
/* The name of the iOS native "Settings" app. */
"SettingsAppName" = "설정";
/* The title for the error dialog for unable to sign in because of EMM policy. */
"EmmErrorTitle" = "계정에 로그인할 수 없음";
/* The text in the error dialog asking user to set up a passcode for the device due to EMM policy. */
"EmmPasscodeRequired" = "관리자의 설정에 따라 이 계정에 액세스하려면 사용 중인 기기에 비밀번호를 설정해야 합니다. 비밀번호를 설정한 후 다시 시도해 주세요.";
/* The text in the error dialog informing user that EMM policy prevented sign-in on the device. */
"EmmGeneralError" = "관리자가 설정한 보안 정책을 준수하지 않는 기기입니다.";
/* The title in the error dialog informing user that connecting with Device Policy app is required. */
"EmmConnectTitle" = "Device Policy 앱과 연결하시겠습니까?";
/* The text in the error dialog informing user that connecting with Device Policy app is required. */
"EmmConnectText" = "조직의 데이터를 보호하려면 로그인하기 전에 Device Policy 앱과 연결해야 합니다.";
/* The action button label in the error dialog informing user that connecting with Device Policy app is required. */
"EmmConnectLabel" = "연결";
|