You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
6.6 KiB

6 years ago
  1. /* Prompts a person to go to the URL listed to enter the confirmation code that is presented to them above the given string. */
  2. "DeviceLogin.LogInPrompt" = "%@ पर जाएँ और ऊपर दिया गया कोड दर्ज करें.";
  3. /* 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 */
  4. "DeviceLogin.SmartLogInPrompt" = "अपने खाते को कनेक्ट करने के लिए, अपने मोबाइल एप्लिकेशन में Facebook एप्लिकेशन खोलें और सूचनाओं के लिए जाँच करें.";
  5. /* Displayed as a separator between two options. First option is on a line above this, and second option is below */
  6. "DeviceLogin.SmartLogInOrLabel" = "- या -";
  7. /* The title of the label to dismiss the alert when presenting user facing error messages */
  8. "ErrorRecovery.Alert.OK" = "ठीक";
  9. /* The title of the label to decline attempting error recovery */
  10. "ErrorRecovery.Cancel" = "रद्द करें";
  11. /* The fallback message to display to recover invalidated tokens */
  12. "ErrorRecovery.Login.Suggestion" = "अपने Facebook खाते से फिर से कनेक्ट होने के लिए कृपया इस एप्लिकेशन में फिर से लॉग इन करें.";
  13. /* The title of the label to start attempting error recovery */
  14. "ErrorRecovery.OK" = "ठीक";
  15. /* The fallback message to display to retry transient errors */
  16. "ErrorRecovery.Transient.Suggestion" = "सर्वर अस्थायी रूप से व्यस्त है, कृपया फिर से कोशिश करें.";
  17. /* The label for the FBSDKLikeButton when the object is not currently liked. */
  18. "LikeButton.Like" = "पसंद करें";
  19. /* The label for the FBSDKLikeButton when the object is currently liked. */
  20. "LikeButton.Liked" = "पसंद किया";
  21. /* The label for the FBSDKLoginButton action sheet to cancel logging out */
  22. "LoginButton.CancelLogout" = "रद्द करें";
  23. /* The label for the FBSDKLoginButton action sheet to confirm logging out */
  24. "LoginButton.ConfirmLogOut" = "लॉग आउट करें";
  25. /* The fallback string for the FBSDKLoginButton label when the user name is not available yet */
  26. "LoginButton.LoggedIn" = "Facebook का उपयोग करके लॉग इन किया हुआ है";
  27. /* The format string for the FBSDKLoginButton label when the user is logged in */
  28. "LoginButton.LoggedInAs" = "%@ के रूप में लॉग इन किया हुआ है";
  29. /* The short label for the FBSDKLoginButton when the user is currently logged out */
  30. "LoginButton.LogIn" = "लॉग इन करें";
  31. /* The long label for the FBSDKLoginButton when the user is currently logged out */
  32. "LoginButton.LogInContinue" = "Facebook के साथ जारी रखें";
  33. /* The long label for the FBSDKLoginButton when the user is currently logged out */
  34. "LoginButton.LogInLong" = "Facebook से लॉग इन करें";
  35. /* The label for the FBSDKLoginButton when the user is currently logged in */
  36. "LoginButton.LogOut" = "लॉग आउट";
  37. /* The user facing error message when the app slider has been disabled and login fails. */
  38. "LoginError.SystemAccount.Disabled" = "Facebook खाते को एक्सेस नहीं दी गई है. डिवाइस सेटिंग सत्यापित करें.";
  39. /* The user facing error message when the Accounts framework encounters a network error. */
  40. "LoginError.SystemAccount.Network" = "Facebook से कनेक्ट होने में असमर्थ. कृपया अपने नेटवर्क कनेक्शन की जाँच करें फिर से प्रयास करें.";
  41. /* The user facing error message when the device Facebook account password is incorrect and login fails. */
  42. "LoginError.SystemAccount.PasswordChange" = "आपका Facebook पासवर्ड बदल गया है. अपना पासवर्ड कन्फ़र्म करने के लिए, सेटिंग > Facebook खोलें और अपना नाम टैप करें.";
  43. /* The user facing error message when the device Facebook account is unavailable and login fails. */
  44. "LoginError.SystemAccount.Unavailable" = "डिवाइस पर Facebook खाता कॉन्फ़िगर नहीं किया गया है.";
  45. /* The user facing error message when the Facebook account signed in to the Accounts framework becomes unconfirmed. */
  46. "LoginError.SystemAccount.UnconfirmedUser" = "आपका खाता कन्फ़र्म नहीं किया गया है. कृपया www.facebook.com में लॉग इन करें और दिए गए निर्देशों का पालन करें.";
  47. /* The user facing error message when the Facebook account signed in to the Accounts framework has been checkpointed. */
  48. "LoginError.SystemAccount.UserCheckpointed" = "आप इस समय एप्लिकेशन में लॉग इन नहीं कर सकते. कृपया www.facebook.com में लॉग इन करें और दिए गए निर्देशों का पालन करें.";
  49. /* The message of the FBSDKLoginTooltipView */
  50. "LoginTooltip.Message" = "आप नियंत्रण में हैं - चुनें कि आप एप्लिकेशन से कौन-सी जानकारी साझा करना चाहते हैं.";
  51. /* Title of the web dialog that prompts the user to log in to Facebook. */
  52. "LoginWeb.LogInTitle" = "लॉग इन करें";
  53. /* The label for FBSDKSendButton */
  54. "SendButton.Send" = "भेजें";
  55. /* The label for FBSDKShareButton */
  56. "ShareButton.Share" = "साझा करें";
  57. /* Prompts a person if this is their current account */
  58. "SmartLogin.NotYou" = "आप नहीं हैं?";
  59. /* Text on a button that a person presses to confirm that they are finished with the login experience */
  60. "SmartLogin.ConfirmationTitle" = "लॉग इन कन्फ़र्म करें";
  61. /* Text on a button that lets a person continue with their name linked to a Facebook account (Name = %@) */
  62. "SmartLogin.Continue" = "%@ के रूप में जारी रखें";