Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. //This is toggle and tip during match creation process
  2. locale['matchmaking-create-fixed'] = 'Fixed Match';
  3. locale['matchmaking-create-fixed-tip'] = 'Want to fixe matches for a week for example ?';
  4. locale['matchmaking-create-fixed-tip-inside'] = 'We will contact you to confirm your fixed booking';
  5.  
  6. //Discarding fixed match
  7. locale['matchmaking-owner-actions-discard-match-desc-fixed'] = 'You want to cancel one match or fixed set ?';
  8. locale['matchmaking-owner-actions-discard-match-desc-fixed-cancel-solo'] = 'Cancel current match';
  9. locale['matchmaking-owner-actions-discard-match-desc-fixed-cancel-fixed'] = 'Cancel entire set';
  10. locale['matchmaking-owner-actions-discard-match-desc-fixed-on-top-of-booking'] = 'Are you sure? All the matches after this date will be cancelled.';
  11.  
  12. locale['matchmaking-owner-actions-discard-match-desc-fixed-outside'] = 'Are you sure? All the matches after this date will be cacelled. You will have to cancel the bookings with the field by yourself.';
  13.  
  14. //popup when editing your fixed match
  15. locale['popup-fixed-edit-title'] = 'edit title';
  16. locale['popup-fixed-edit-desc'] = 'edit desc';
  17. locale['popup-fixed-edit-solo'] = 'edit current match';
  18. locale['popup-fixed-edit-all'] = 'edit all matches';
  19.  
  20. //popup when joining fixed match
  21. locale['popup-fixed-join-title'] = 'join title';
  22. locale['popup-fixed-join-desc'] = 'join desc';
  23. locale['popup-fixed-join-solo'] = 'join current match';
  24. locale['popup-fixed-join-all'] = 'join all matches';
  25.  
  26. //popup when leaving fixed match
  27. locale['popup-fixed-leave-title'] = 'leave select';
  28. locale['popup-fixed-leave-desc'] = '...';
  29. locale['popup-fixed-leave-solo'] = 'leave current match';
  30. locale['popup-fixed-leave-all'] = 'leave all matches';
  31.  
  32. locale['matchmaking-list-owner-refresh'] = 'Weekly'; //its a lable in matches list that says weekl and then match date
  33. locale['matchmaking-view-pepsgoing-manualy'] = '+{1} players added manualy by organizer';
  34.  
  35. //popup to delete booking with matc(currently disable, cause not ready on backend)
  36. locale['popup-cancle-booking-wo-match-title'] = 'wo math';
  37. locale['popup-cancle-booking-wo-match'] = 'wo match desc';
  38. locale['popup-cancle-booking-button-booking-pnly'] = 'Booking only';
  39. locale['popup-cancle-booking-button-with-match'] = 'Booking and match';
  40.  
  41. //popup to delete match with booking (currently disable, cause not ready on backend)
  42. locale['matchmaking-owner-actions-discard-match-wo-booking-desc'] = 'delete with or without booking ?';
  43. locale['matchmaking-owner-actions-discard-match-wo-booking-with'] = 'remove with booking';
  44. locale['matchmaking-owner-actions-discard-match-wo-booking-without'] = 'remove witohit booking';
  45.  
  46. locale['profile-edit-pos-option-weekly-req'] = 'weekly request'; //lable that gives clue for match organiser that user want to join for fixed set
  47.  
  48. //kick popup (cick from current match or entire weekly request)
  49. locale['matchmaking-invite-confirm-desc-kick-fixed-desc'] = 'description';
  50. locale['matchmaking-invite-confirm-desc-kick-fixed-solo'] = 'kick from current';
  51. locale['matchmaking-invite-confirm-desc-kick-fixed-fixed'] = 'kick from all';
  52.  
  53. //New credit card interface
  54. locale['cc-lable'] = 'Credit Card';
  55. locale['card-pay-title'] = 'Payment';
  56. locale['card-pay-pay-with'] = 'Pay with';
  57. locale['card-pay-add'] = 'Add a New Card';
  58. locale['card-pay-pay'] = 'Pay';
  59.  
  60. //This is Welcome push (that was assigned for bohdan) weve revorked to be inside of app
  61. locale['welcome-c1'] = 'Hi ​{1}​, Welcome to Malaeb\'s community! You can join matches, or book fields and organize your own matches!';
  62. locale['welcome-c2'] = 'Here are some tutorials to help you get around the app:';
  63. locale['welcome-c3'] = 'How to book a field';
  64. locale['welcome-c4'] = 'How to organize a match';
  65. locale['welcome-c5'] = 'Still got questions? Talk to us on live support!';
  66.  
  67. //Stadium search
  68. locale['searchbar-stadiums-palceholder'] = 'Start typing stadium name';
  69. locale['searchbar-stadiums-hide'] = 'Hide';
  70.  
  71. //Wallet
  72. locale['wallet-withdraw'] = 'Withdraw';
  73. locale['wallet-balance'] = 'Wallet Balance';
  74.  
  75. //This is a toogle to enable credit card payments during match creation
  76. locale['matchmaking-create-cc'] = 'Force credit card payments';
  77. locale['matchmaking-create-cc-tip'] = 'tip regardless cc';
  78.  
  79. //Error communicating with tap
  80. locale['credit-card-error-genlink-title'] = 'Error';
  81. locale['credit-card-error-genlink-desc'] = 'Error communicating with payment processor';
  82.  
  83. //Chat room name (subscribtion for certain day)
  84. locale['chat-room-name-weekly'] = '{1} {2} {3}'; //1 - country, 2 - location, 3 - day - Bahrain Salamabad Monday
  85.  
  86. //Weekly request clash
  87. locale['popup-weekly-matches-clash'] = 'Request applied everywhere except this dates:';
  88. locale['popup-weekly-matches-clash-dash'] = 'User accepted in every game except this dates:';
  89.  
  90. //Wallet withdraw
  91. locale['popup-wallet-withdraw'] = 'Withdraw request';
  92. locale['popup-wallet-withdraw-desc'] = 'Withdraw request successfully created, wait for response';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement