Guest User

Untitled

a guest
Jan 29th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.52 KB | None | 0 0
  1. errors:
  2. tokenInvalid:
  3. msgTitle: ''
  4. msgUser: 'The session is invalid or expired time log'
  5. msgDev: 'Session is invalid, it is required to issue a new token'
  6. versionMismatch:
  7. msgTitle: ''
  8. msgUser: 'app version is outdated, download the update'
  9. msgDev: 'Application version does not match the version of the API'
  10. versionParametersInvalid:
  11. msgTitle: ''
  12. msgUser: 'Internal application error'
  13. msgDev: 'parameter error in the request to the appropriate version of the application & API'
  14. emptyCredentials:
  15. msgTitle: ''
  16. msgUser: 'Login'
  17. msgDev: 'Required parameters login and password are not specified'
  18. badCredentials:
  19. msgTitle: ''
  20. msgUser: 'Invalid login or password'
  21. msgDev: 'Invalid login or password'
  22. securityBadPassword:
  23. msgTitle: ''
  24. msgUser: 'Invalid password'
  25. msgDev: 'Invalid password'
  26. sendQRParametersInvalid:
  27. msgTitle: ''
  28. msgUser: 'Internal application error when sending a QR-code'
  29. msgDev: 'Required dataqrcode not transferred'
  30. sendFeedbackParametersInvalid:
  31. msgTitle: ''
  32. msgUser: 'You did not fill in a title or a comment field'
  33. msgDev: 'Required parameters title and description is not transferred'
  34. sendQRCodeInvalid:
  35. msgTitle: 'The check is not accepted! Unfortunately, we could not recognize the check data '
  36. msgUser: 'Please scan again or contact support'
  37. msgDev: 'mandatory parameters are not found in parameter check'
  38. formatQRCodeInvalid:
  39. msgTitle: 'Операция не подтверждена'
  40. msgUser: 'К сожалению, нам не удалось распознать данный QR-код'
  41. msgDev: 'QR-код не распознан'
  42. terminalNotFound:
  43. msgTitle: 'The check is not accepted! Unfortunately, this store is not a partner SWITIPS '
  44. msgUser: 'If you believe otherwise, please let us know about it'
  45. msgDev: 'Could not find the terminal number in the SWITIPS'
  46. qrCodeError:
  47. msgTitle: 'The check is not accepted! Unfortunately, an error has occurred '
  48. msgUser: 'Repeat scan or contact support'
  49. msgDev: 'Failed to save the database SWITIPS'
  50. invalidQrCodeError:
  51. msgTitle: 'The check is not accepted! Unfortunately, an error has occurred '
  52. msgUser: 'Repeat scan or contact support'
  53. msgDev: 'Incorrect signature or id of the partner in the QR-code'
  54. sendBackendError:
  55. msgTitle: 'The check is not accepted! Unfortunately, an error has occurred '
  56. msgUser: 'We have already solve the problem. Please wait '
  57. msgDev: 'The check is saved in the database SWITIPS. Error saving check on the server upon receipt of 1C '
  58. internalServerError:
  59. msgTitle: 'Error'
  60. msgUser: 'Internal Server Error'
  61. msgDev: 'Internal Server Error'
  62. qrInternalServerError:
  63. msgTitle: 'The check is not accepted! Unfortunately, an error has occurred '
  64. msgUser: 'We have already solve the problem. Please wait '
  65. msgDev: 'Error response'
  66. qrCodeExists:
  67. msgTitle: 'The check is not accepted! Check with that number has already been scanned previously '
  68. msgUser: 'Please contact customer support if you are scanning a check for the first time'
  69. msgDev: 'A check with this number and terminal is already in the database'
  70. loginExists:
  71. msgTitle: ''
  72. msgUser: 'This login is already in use by another user, enter a different username'
  73. msgDev: 'This login is found in the database'
  74. emailExists:
  75. msgTitle: ''
  76. msgUser: 'This email is already in use by another user'
  77. msgDev: 'This email is already in use by another user'
  78. invitedLoginExists:
  79. msgTitle: ''
  80. msgUser: 'to invite you to the user is not found for the entered login'
  81. msgDev: 'This login invited user is not found in the database'
  82. notEnoughData:
  83. msgTitle: ''
  84. msgUser: 'Not enough data to recover'
  85. msgDev: 'User does not have any login or email'
  86. registrationNotEnoughData:
  87. msgTitle: ''
  88. msgUser: 'All fields are mandatory'
  89. msgDev: 'User has not filled out all required fields in the registration'
  90. userNorFound:
  91. msgTitle: ''
  92. msgUser: 'User not found'
  93. msgDev: 'User not found with such password or email'
  94. WrongCode:
  95. msgTitle: ''
  96. msgUser: 'Incorrect verification code'
  97. msgDev: 'Incorrect verification code'
  98. PasswordsMismatch:
  99. msgTitle: ''
  100. msgUser: 'Password and confirm password do not match'
  101. msgDev: 'Password and confirm password do not match'
  102. loginIsToLong:
  103. msgTitle: ''
  104. msgUser: 'The specified username contains too many characters. Maximum username length of 30 characters'
  105. msgDev: 'This login longer than 30 characters'
  106. loginIsToShort:
  107. msgTitle: ''
  108. msgUser: 'The specified username contains too few characters. The minimum length of 4 character login '
  109. msgDev: 'This login shorter than 4 characters'
  110. loginIncludesWrongSymbols:
  111. msgTitle: ''
  112. msgUser: "The specified username contains illegal characters Username can only contain numbers, letters of the Latin alphabet, _, dash and point."
  113. msgDev: 'This login contains invalid characters'
  114. wrongEmail:
  115. msgTitle: ''
  116. msgUser: 'specified is not a valid email, enter the real-life email'
  117. msgDev: 'specified is not a valid email'
  118. passwordIsTooShort:
  119. msgTitle: ''
  120. msgUser: 'The specified password is too short. The password can not be less than 6 characters'
  121. msgDev: 'the password can not be less than 6 characters'
  122. passwordIsTooLong:
  123. msgTitle: ''
  124. msgUser: 'The specified password is too long. Password can not be longer than 30 characters'
  125. msgDev: 'Passwords can not be longer than 30 characters'
  126. passwordIncludesWrongSymbols:
  127. msgTitle: ''
  128. msgUser: 'Password contains invalid characters. The password can contain only letters and numbers'
  129. msgDev: 'The password can only contain letters and numbers'
  130. partnerIdParam:
  131. msgTitle: ''
  132. msgUser: 'The Store can not be found'
  133. msgDev: 'Not Set id partner'
  134. favouritesParametersInvalid:
  135. msgTitle: ''
  136. msgUser: 'Internal application error'
  137. msgDev: 'Required StoreId not transferred'
  138. shopNotFound:
  139. msgTitle: ''
  140. msgUser: 'Could not find the store with the specified StoreId'
  141. msgDev: 'Could not find the store with the specified StoreId'
  142. languageParamError:
  143. msgTitle: ''
  144. msgUser: 'Error parameter localization'
  145. msgDev: 'Do not handed Required language'
  146. languageNotFound:
  147. msgTitle: ''
  148. msgUser: 'Localization of the code is not found'
  149. msgDev: 'Localization of the code is not found'
  150. limitVoucherPartner:
  151. msgTitle: "Check not accepted!"
  152. msgUser: "Unfortunately, you can not receive a cashback more than 5 times a month for one partner"
  153. msgDev: "The scan limit per partner per month is exceeded"
  154. limitVoucherUser:
  155. msgTitle: "Check not accepted!"
  156. msgUser: "Unfortunately, it's impossible to get a cashback more than 20 times a month"
  157. msgDev: "The scan limit per user per month is exceeded"
  158. partnerNotFound:
  159. msgTitle: "The transaction has not been approved"
  160. msgUser: "This store is not a partner of Switips"
  161. msgDev: "This store is not a partner of Switips"
  162. qrCodeNotActual:
  163. msgTitle: "The transaction has not been approved"
  164. msgUser: "You need to contact your partner and get the current QR-code to confirm your purchase"
  165. msgDev: "QR code expired"
  166. PayPasswordIsNotCorrect:
  167. msgTitle: "Error"
  168. msgUser: "Wrong payment password"
  169. msgDev: "Wrong payment password"
  170. limitPayPassword:
  171. msgTitle: "Warning"
  172. msgUser: "The limit of attempts to enter the payment password has been Exceeded. This function will be available via #{:time}"
  173. msgDev: "Password and password confirmation do not match"
  174. paypassIsTooShort:
  175. msgTitle: ''
  176. msgUser: 'the password Is too short. Password cannot be shorter than 6 digits'
  177. msgDev: 'Password cannot be shorter than 6 digits'
  178. paypassIsTooLong:
  179. msgTitle: ''
  180. msgUser: 'the password Is too long. Password cannot be longer than 6 digits'
  181. msgDev: 'Password cannot be longer than 6 digits'
  182. paypassIncludesWrongSymbols:
  183. msgTitle: ''
  184. msgUser: 'the Password contains invalid characters. Password can contain digits'
  185. msgDev: 'Password can only contain digits'
  186. PaypassMismatch:
  187. msgTitle: ''
  188. msgUser: 'Password and password confirmation do not match'
  189. msgDev: 'Password and password confirmation do not match'
  190. paypassExist:
  191. msgTitle: ''
  192. msgUser: 'Payment password already set'
  193. msgDev: 'Payment password already set'
  194.  
  195. success:
  196. successManualSendQR:
  197. msgTitle: 'Чек принят на рассмотрение'
  198. msgUser: 'Проверка чеков происходит в течении 24 часов'
  199. msgDev: 'Покупка принята'
Add Comment
Please, Sign In to add comment