lpw
2024-06-28 2a6e182ea4428bff2e16f033c28850f3a02a93a9
commit | author | age
b09d60 1 /* Prompts a person to go to the URL listed to enter the confirmation code that is presented to them above the given string. */
H 2 "DeviceLogin.LogInPrompt" = "請前往 %@ 並輸入上方顯示的代碼。";
3
4 /* 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 */
5 "DeviceLogin.SmartLogInPrompt" = "若要連結帳號,請從行動裝置開啟 Facebook 應用程式,並查看通知。";
6
7 /* Displayed as a separator between two options. First option is on a line above this, and second option is below */
8 "DeviceLogin.SmartLogInOrLabel" = "- 或 -";
9
10 /* The title of the label to dismiss the alert when presenting user facing error messages */
11 "ErrorRecovery.Alert.OK" = "是";
12
13 /* The title of the label to decline attempting error recovery */
14 "ErrorRecovery.Cancel" = "取消";
15
16 /* The fallback message to display to recover invalidated tokens */
17 "ErrorRecovery.Login.Suggestion" = "請重新登入此應用程式以重新連結您的 Facebook 帳號。";
18
19 /* The title of the label to start attempting error recovery */
20 "ErrorRecovery.OK" = "是";
21
22 /* The fallback message to display to retry transient errors */
23 "ErrorRecovery.Transient.Suggestion" = "伺服器暫時忙碌中,請再試一次。";
24
25 /* The label for the FBSDKLikeButton when the object is not currently liked. */
26 "LikeButton.Like" = "讚";
27
28 /* The label for the FBSDKLikeButton when the object is currently liked. */
29 "LikeButton.Liked" = "說讚";
30
31 /* The label for the FBSDKLoginButton action sheet to cancel logging out */
32 "LoginButton.CancelLogout" = "取消";
33
34 /* The label for the FBSDKLoginButton action sheet to confirm logging out */
35 "LoginButton.ConfirmLogOut" = "登出";
36
37 /* The fallback string for the FBSDKLoginButton label when the user name is not available yet */
38 "LoginButton.LoggedIn" = "已使用 Facebook 登入";
39
40 /* The format string for the FBSDKLoginButton label when the user is logged in */
41 "LoginButton.LoggedInAs" = "以 %@ 身分登入";
42
43 /* The short label for the FBSDKLoginButton when the user is currently logged out */
44 "LoginButton.LogIn" = "登入";
45
46 /* The long label for the FBSDKLoginButton when the user is currently logged out */
27832c 47 "LoginButton.LogInContinue" = "繼續使用 Facebook 帳號";
H 48
49 /* The long label for the FBSDKLoginButton when the user is currently logged out */
b09d60 50 "LoginButton.LogInLong" = "使用 Facebook 登入";
H 51
52 /* The label for the FBSDKLoginButton when the user is currently logged in */
53 "LoginButton.LogOut" = "登出";
54
55 /* The user facing error message when the app slider has been disabled and login fails. */
56 "LoginError.SystemAccount.Disabled" = "尚未取得授權,無法存取 Facebook 帳號。請確認裝置設定。";
57
58 /* The user facing error message when the Accounts framework encounters a network error. */
59 "LoginError.SystemAccount.Network" = "無法連線到 Facebook。請檢查網路連線,然後再試一次。";
60
61 /* The user facing error message when the device Facebook account password is incorrect and login fails. */
62 "LoginError.SystemAccount.PasswordChange" = "您的 Facebook 密碼已經更改。若要確認您的密碼,請開啟「設定」>「Facebook」,然後點按您的姓名。";
63
64 /* The user facing error message when the device Facebook account is unavailable and login fails. */
65 "LoginError.SystemAccount.Unavailable" = "尚未透過裝置設定 Facebook 帳號。";
66
67 /* The user facing error message when the Facebook account signed in to the Accounts framework becomes unconfirmed. */
68 "LoginError.SystemAccount.UnconfirmedUser" = "您的帳號尚未確認。請登入 www.facebook.com,然後按照指示操作。";
69
70 /* The user facing error message when the Facebook account signed in to the Accounts framework has been checkpointed. */
71 "LoginError.SystemAccount.UserCheckpointed" = "您目前無法登入應用程式。請登入 www.facebook.com,然後按照指示操作。";
72
73 /* The message of the FBSDKLoginTooltipView */
27832c 74 "LoginTooltip.Message" = "您可以全盤掌控!選擇您想和應用程式分享的資訊內容。";
b09d60 75
H 76 /* Title of the web dialog that prompts the user to log in to Facebook. */
77 "LoginWeb.LogInTitle" = "登入";
78
79 /* The label for FBSDKSendButton */
80 "SendButton.Send" = "傳送";
81
82 /* The label for FBSDKShareButton */
83 "ShareButton.Share" = "分享";
84
85 /* Prompts a person if this is their current account */
86 "SmartLogin.NotYou" = "這不是您?";
87
88 /* Text on a button that a person presses to confirm that they are finished with the login experience */
89 "SmartLogin.ConfirmationTitle" = "確認登入";
90
91 /* Text on a button that lets a person continue with their name linked to a Facebook account (Name = %@) */
92 "SmartLogin.Continue" = "以 %@ 身分繼續";