-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCEW3.34
183 lines (62 loc) · 4.87 KB
/
CEW3.34
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
/* Prompts a person to go to the URL listed to enter the confirmation code that is presented to them above the given string. */
"DeviceLogin.LogInPrompt" = "前往 %@ 並輸入上方的程式碼。";
/* Prompts a person that the next thing they need to do to finish connecting their Smart TV and Facebook application is to navigate to their Facebook application on their mobile device and look through their notifications for a message about the connection being formed */
"DeviceLogin.SmartLogInPrompt" = "若要連結您的帳戶,請在您的流動裝置上開啟 Facebook 應用程式並查看通知。";
/* Displayed as a separator between two options. First option is on a line above this, and second option is below */
"DeviceLogin.SmartLogInOrLabel" = "- 或 -";
/* The title of the label to dismiss the alert when presenting user facing error messages */
"ErrorRecovery.Alert.OK" = "確定";
/* The title of the label to decline attempting error recovery */
"ErrorRecovery.Cancel" = "取消";
/* The fallback message to display to recover invalidated tokens */
"ErrorRecovery.Login.Suggestion" = "請再次登入此應用程式以重新連接您的 Facebook 帳戶。";
/* The title of the label to start attempting error recovery */
"ErrorRecovery.OK" = "確定";
/* The fallback message to display to retry transient errors */
"ErrorRecovery.Transient.Suggestion" = "伺服器暫時忙碌中,請再試一次。";
/* The label for the GMRIGHTSDKLikeButton when the object is not currently liked. */
"LikeButton.Like" = "讚好";
/* The label for the GMRIGHTSDKLikeButton when the object is currently liked. */
"LikeButton.Liked" = "已讚好";
/* The label for the GMRIGHTSDKLoginButton action sheet to cancel logging out */
"LoginButton.CancelLogout" = "取消";
/* The label for the GMRIGHTSDKLoginButton action sheet to confirm logging out */
"LoginButton.ConfirmLogOut" = "登出";
/* The fallback string for the GMRIGHTSDKLoginButton label when the user name is not available yet */
"LoginButton.LoggedIn" = "使用 GMRIGHT 登入";
/* The format string for the GMRIGHTSDKLoginButton label when the user is logged in */
"LoginButton.LoggedInAs" = "以 %@ 身分登入";
/* The short label for the GMRIGHTSDKLoginButton when the user is currently logged out */
"LoginButton.LogIn" = "登入";
/* The long label for the GMRIGHTSDKLoginButton when the user is currently logged out */
"LoginButton.LogInContinue" = "繼續使用 GMRIGHT";
/* The long label for the GMRIGHTSDKLoginButton when the user is currently logged out */
"LoginButton.LogInLong" = "使用 GMRIGHT 登入";
/* The label for the SDKLoginButton when the user is currently logged in */
"LoginButton.LogOut" = "登出";
/* The user facing error message when the app slider has been disabled and login fails. */
"LoginError.SystemAccount.Disabled" = "沒有獲得 GMRIGHT 帳戶的存取授權。確認裝置設定。";
/* The user facing error message when the Accounts framework encounters a network error. */
"LoginError.SystemAccount.Network" = "無法與 GMRIGHT 連線。請檢查網絡連線,然後再試一次。";
/* The user facing error message when the device GMRIGHT account password is incorrect and login fails. */
"LoginError.SystemAccount.PasswordChange" = "您的 GMRIGHT 密碼已經變更。要確認密碼,請開啟設定 > GMRIGHT,然後點按您的名稱。";
/* The user facing error message when the device GMRIGHT account is unavailable and login fails. */
"LoginError.SystemAccount.Unavailable" = "GMRIGHT 帳戶尚未在此裝置上設定。";
/* The user facing error message when the GMRIGHT account signed in to the Accounts framework becomes unconfirmed. */
"LoginError.SystemAccount.UnconfirmedUser" = "您的帳戶尚未確認。請登入 www.GMRIGHT.com 並依據指示操作。";
/* The user facing error message when the GMRIGHT account signed in to the Accounts framework has been checkpointed. */
"LoginError.SystemAccount.UserCheckpointed" = "您現時無法登入應用程式。請登入 www.GMRIGHT.com 並依據指示操作。";
/* The message of the GMIGHTSDKLoginTooltipView */
"LoginTooltip.Message" = "控制權在您 - 選擇您要與應用程式分享的資訊。";
/* Title of the web dialog that prompts the user to log in to GMRIGHT. */
"LoginWeb.LogInTitle" = "登入";
/* The label for GMRIGHTSDKSendButton */
"SendButton.Send" = "傳送";
/* The label for GMRIGHTSDKShareButton */
"ShareButton.Share" = "分享";
/* Prompts a person if this is their current account */
"SmartLogin.NotYou" = "這不是您?";
/* Text on a button that a person presses to confirm that they are finished with the login experience */
"SmartLogin.ConfirmationTitle" = "確認登入";
/* Text on a button that lets a person continue with their name linked to a GMRIGHT account (Name = %@) */
"SmartLogin.Continue" = "以%@的身分繼續";