hch
2024-01-18 ab960f5bf6c0ea91c1fd4bf74b64212d519e7aa5
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" = "Log masuk";
 
/* Long form sign-in button text */
"Sign in with Google" = "Log masuk dengan Google";
 
/* The title of the promotional prompt to install the Google app. */
"PromoTitle" = "Log masuk dengan Google";
 
/* The body message of the promotional prompt to install the Google app. */
"PromoMessage" = "Dapatkan apl Google percuma dan log masuk ke apl menggunakan Akaun Google anda. Tidak perlu mengingati kata laluan.";
 
/* The cancel button on the promotional prompt to install the Google app. */
"PromoActionCancel" = "Batal";
 
/* The install button on the promotional prompt to install the Google app. */
"PromoActionInstall" = "Dapatkan";
 
/* The text for the button for user to acknowledge and dismiss a dialog. */
"OK" = "OK";
 
/* The text for the button for user to dismiss a dialog without taking any action. */
"Cancel" = "Batal";
 
/* The name of the iOS native "Settings" app. */
"SettingsAppName" = "Tetapan";
 
/* The title for the error dialog for unable to sign in because of EMM policy. */
"EmmErrorTitle" = "Tidak dapat log masuk ke akaun";
 
/* The text in the error dialog asking user to set up a passcode for the device due to EMM policy. */
"EmmPasscodeRequired" = "Pentadbir menghendaki anda menetapkan kod laluan pada peranti ini untuk mengakses akaun ini. Sila tetapkan kod laluan, kemudian cuba lagi.";
 
/* The text in the error dialog informing user that EMM policy prevented sign-in on the device. */
"EmmGeneralError" = "Peranti tidak mematuhi dasar keselamatan yang ditetapkan oleh pentadbir anda.";
 
/* The title in the error dialog informing user that connecting with Device Policy app is required. */
"EmmConnectTitle" = "Berhubung dengan Apl Dasar Peranti?";
 
/* The text in the error dialog informing user that connecting with Device Policy app is required. */
"EmmConnectText" = "Untuk melindungi data organisasi anda, anda mesti berhubung dengan apl Dasar Peranti sebelum log masuk.";
 
/* The action button label in the error dialog informing user that connecting with Device Policy app is required. */
"EmmConnectLabel" = "Hubungkan";