vue-i18n-locales.generated.js 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. /******/ (function(modules) { // webpackBootstrap
  2. /******/ // The module cache
  3. /******/ var installedModules = {};
  4. /******/
  5. /******/ // The require function
  6. /******/ function __webpack_require__(moduleId) {
  7. /******/
  8. /******/ // Check if module is in cache
  9. /******/ if(installedModules[moduleId]) {
  10. /******/ return installedModules[moduleId].exports;
  11. /******/ }
  12. /******/ // Create a new module (and put it into the cache)
  13. /******/ var module = installedModules[moduleId] = {
  14. /******/ i: moduleId,
  15. /******/ l: false,
  16. /******/ exports: {}
  17. /******/ };
  18. /******/
  19. /******/ // Execute the module function
  20. /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
  21. /******/
  22. /******/ // Flag the module as loaded
  23. /******/ module.l = true;
  24. /******/
  25. /******/ // Return the exports of the module
  26. /******/ return module.exports;
  27. /******/ }
  28. /******/
  29. /******/
  30. /******/ // expose the modules object (__webpack_modules__)
  31. /******/ __webpack_require__.m = modules;
  32. /******/
  33. /******/ // expose the module cache
  34. /******/ __webpack_require__.c = installedModules;
  35. /******/
  36. /******/ // define getter function for harmony exports
  37. /******/ __webpack_require__.d = function(exports, name, getter) {
  38. /******/ if(!__webpack_require__.o(exports, name)) {
  39. /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
  40. /******/ }
  41. /******/ };
  42. /******/
  43. /******/ // define __esModule on exports
  44. /******/ __webpack_require__.r = function(exports) {
  45. /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
  46. /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
  47. /******/ }
  48. /******/ Object.defineProperty(exports, '__esModule', { value: true });
  49. /******/ };
  50. /******/
  51. /******/ // create a fake namespace object
  52. /******/ // mode & 1: value is a module id, require it
  53. /******/ // mode & 2: merge all properties of value into the ns
  54. /******/ // mode & 4: return value when already ns object
  55. /******/ // mode & 8|1: behave like require
  56. /******/ __webpack_require__.t = function(value, mode) {
  57. /******/ if(mode & 1) value = __webpack_require__(value);
  58. /******/ if(mode & 8) return value;
  59. /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
  60. /******/ var ns = Object.create(null);
  61. /******/ __webpack_require__.r(ns);
  62. /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
  63. /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
  64. /******/ return ns;
  65. /******/ };
  66. /******/
  67. /******/ // getDefaultExport function for compatibility with non-harmony modules
  68. /******/ __webpack_require__.n = function(module) {
  69. /******/ var getter = module && module.__esModule ?
  70. /******/ function getDefault() { return module['default']; } :
  71. /******/ function getModuleExports() { return module; };
  72. /******/ __webpack_require__.d(getter, 'a', getter);
  73. /******/ return getter;
  74. /******/ };
  75. /******/
  76. /******/ // Object.prototype.hasOwnProperty.call
  77. /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
  78. /******/
  79. /******/ // __webpack_public_path__
  80. /******/ __webpack_require__.p = "/";
  81. /******/
  82. /******/
  83. /******/ // Load entry module and return exports
  84. /******/ return __webpack_require__(__webpack_require__.s = 2);
  85. /******/ })
  86. /************************************************************************/
  87. /******/ ({
  88. /***/ "./resources/js/vue-i18n-locales.generated.js":
  89. /*!****************************************************!*\
  90. !*** ./resources/js/vue-i18n-locales.generated.js ***!
  91. \****************************************************/
  92. /*! exports provided: default */
  93. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  94. "use strict";
  95. __webpack_require__.r(__webpack_exports__);
  96. /* harmony default export */ __webpack_exports__["default"] = ({
  97. "en": {
  98. "auth": {
  99. "sign_out": "Sign out",
  100. "sign_in": "Sign in",
  101. "register": "Register",
  102. "hello": "Hi {username} !",
  103. "confirm": {
  104. "logout": "Are you sure you want to log out?"
  105. },
  106. "forms": {
  107. "name": "Name",
  108. "login": "Login",
  109. "email": "Email",
  110. "password": "Password",
  111. "confirm_password": "Confirm password",
  112. "dont_have_account_yet": "Don't have your account yet?",
  113. "already_register": "Already registered?",
  114. "password_do_not_match": "Password do not match",
  115. "forgot_your_password": "Forgot your password?",
  116. "request_password_reset": "Request a password reset"
  117. }
  118. },
  119. "commons": {
  120. "cancel": "Cancel"
  121. },
  122. "errors": {
  123. "resource_not_found": "Resource not found",
  124. "error_occured": "An error occured",
  125. "already_one_user_registered": "There is already a registered user.",
  126. "cannot_register_more_user": "You cannot register more than one user.",
  127. "refresh": "refresh",
  128. "please": "Please ",
  129. "response": {
  130. "no_valid_totp": "No valid TOTP resource in this QR code"
  131. }
  132. },
  133. "pagination": {
  134. "previous": "« Previous",
  135. "next": "Next »"
  136. },
  137. "passwords": {
  138. "password": "Passwords must be at least eight characters and match the confirmation.",
  139. "reset": "Your password has been reset!",
  140. "sent": "We have e-mailed your password reset link!",
  141. "token": "This password reset token is invalid.",
  142. "user": "We can't find a user with that e-mail address.",
  143. "send_password_reset_link": "Send password reset link",
  144. "reset_password": "Reset your password"
  145. },
  146. "twofaccounts": {
  147. "service": "Service",
  148. "account": "Account",
  149. "icon": "Icon",
  150. "new": "New",
  151. "no_account_here": "No 2FA here!",
  152. "add_one": "Add one",
  153. "manage": "Manage",
  154. "done": "Done",
  155. "forms": {
  156. "service": {
  157. "placeholder": "example.com"
  158. },
  159. "account": {
  160. "placeholder": "John DOE"
  161. },
  162. "new_account": "New account",
  163. "edit_account": "Edit account",
  164. "totp_uri": "TOTP Uri",
  165. "use_qrcode": {
  166. "val": "Use a qrcode",
  167. "title": "Use a QR code to fill the form magically"
  168. },
  169. "unlock": {
  170. "val": "Unlock",
  171. "title": "Unlock it (at your own risk)"
  172. },
  173. "lock": {
  174. "val": "Lock",
  175. "title": "Lock it"
  176. },
  177. "choose_image": "Choose an image…",
  178. "create": "Create",
  179. "save": "Save"
  180. },
  181. "confirm": {
  182. "delete": "Are you sure you want to delete this account?"
  183. }
  184. },
  185. "validation": {
  186. "accepted": "The {attribute} must be accepted.",
  187. "active_url": "The {attribute} is not a valid URL.",
  188. "after": "The {attribute} must be a date after {date}.",
  189. "after_or_equal": "The {attribute} must be a date after or equal to {date}.",
  190. "alpha": "The {attribute} may only contain letters.",
  191. "alpha_dash": "The {attribute} may only contain letters, numbers, dashes and underscores.",
  192. "alpha_num": "The {attribute} may only contain letters and numbers.",
  193. "array": "The {attribute} must be an array.",
  194. "before": "The {attribute} must be a date before {date}.",
  195. "before_or_equal": "The {attribute} must be a date before or equal to {date}.",
  196. "between": {
  197. "numeric": "The {attribute} must be between {min} and {max}.",
  198. "file": "The {attribute} must be between {min} and {max} kilobytes.",
  199. "string": "The {attribute} must be between {min} and {max} characters.",
  200. "array": "The {attribute} must have between {min} and {max} items."
  201. },
  202. "boolean": "The {attribute} field must be true or false.",
  203. "confirmed": "The {attribute} confirmation does not match.",
  204. "date": "The {attribute} is not a valid date.",
  205. "date_equals": "The {attribute} must be a date equal to {date}.",
  206. "date_format": "The {attribute} does not match the format {format}.",
  207. "different": "The {attribute} and {other} must be different.",
  208. "digits": "The {attribute} must be {digits} digits.",
  209. "digits_between": "The {attribute} must be between {min} and {max} digits.",
  210. "dimensions": "The {attribute} has invalid image dimensions.",
  211. "distinct": "The {attribute} field has a duplicate value.",
  212. "email": "The {attribute} must be a valid email address.",
  213. "ends_with": "The {attribute} must end with one of the following: {values}",
  214. "exists": "The selected {attribute} is invalid.",
  215. "file": "The {attribute} must be a file.",
  216. "filled": "The {attribute} field must have a value.",
  217. "gt": {
  218. "numeric": "The {attribute} must be greater than {value}.",
  219. "file": "The {attribute} must be greater than {value} kilobytes.",
  220. "string": "The {attribute} must be greater than {value} characters.",
  221. "array": "The {attribute} must have more than {value} items."
  222. },
  223. "gte": {
  224. "numeric": "The {attribute} must be greater than or equal {value}.",
  225. "file": "The {attribute} must be greater than or equal {value} kilobytes.",
  226. "string": "The {attribute} must be greater than or equal {value} characters.",
  227. "array": "The {attribute} must have {value} items or more."
  228. },
  229. "image": "The {attribute} must be an image.",
  230. "in": "The selected {attribute} is invalid.",
  231. "in_array": "The {attribute} field does not exist in {other}.",
  232. "integer": "The {attribute} must be an integer.",
  233. "ip": "The {attribute} must be a valid IP address.",
  234. "ipv4": "The {attribute} must be a valid IPv4 address.",
  235. "ipv6": "The {attribute} must be a valid IPv6 address.",
  236. "json": "The {attribute} must be a valid JSON string.",
  237. "lt": {
  238. "numeric": "The {attribute} must be less than {value}.",
  239. "file": "The {attribute} must be less than {value} kilobytes.",
  240. "string": "The {attribute} must be less than {value} characters.",
  241. "array": "The {attribute} must have less than {value} items."
  242. },
  243. "lte": {
  244. "numeric": "The {attribute} must be less than or equal {value}.",
  245. "file": "The {attribute} must be less than or equal {value} kilobytes.",
  246. "string": "The {attribute} must be less than or equal {value} characters.",
  247. "array": "The {attribute} must not have more than {value} items."
  248. },
  249. "max": {
  250. "numeric": "The {attribute} may not be greater than {max}.",
  251. "file": "The {attribute} may not be greater than {max} kilobytes.",
  252. "string": "The {attribute} may not be greater than {max} characters.",
  253. "array": "The {attribute} may not have more than {max} items."
  254. },
  255. "mimes": "The {attribute} must be a file of type: {values}.",
  256. "mimetypes": "The {attribute} must be a file of type: {values}.",
  257. "min": {
  258. "numeric": "The {attribute} must be at least {min}.",
  259. "file": "The {attribute} must be at least {min} kilobytes.",
  260. "string": "The {attribute} must be at least {min} characters.",
  261. "array": "The {attribute} must have at least {min} items."
  262. },
  263. "not_in": "The selected {attribute} is invalid.",
  264. "not_regex": "The {attribute} format is invalid.",
  265. "numeric": "The {attribute} must be a number.",
  266. "present": "The {attribute} field must be present.",
  267. "regex": "The {attribute} format is invalid.",
  268. "required": "The {attribute} field is required.",
  269. "required_if": "The {attribute} field is required when {other} is {value}.",
  270. "required_unless": "The {attribute} field is required unless {other} is in {values}.",
  271. "required_with": "The {attribute} field is required when {values} is present.",
  272. "required_with_all": "The {attribute} field is required when {values} are present.",
  273. "required_without": "The {attribute} field is required when {values} is not present.",
  274. "required_without_all": "The {attribute} field is required when none of {values} are present.",
  275. "same": "The {attribute} and {other} must match.",
  276. "size": {
  277. "numeric": "The {attribute} must be {size}.",
  278. "file": "The {attribute} must be {size} kilobytes.",
  279. "string": "The {attribute} must be {size} characters.",
  280. "array": "The {attribute} must contain {size} items."
  281. },
  282. "starts_with": "The {attribute} must start with one of the following: {values}",
  283. "string": "The {attribute} must be a string.",
  284. "timezone": "The {attribute} must be a valid zone.",
  285. "unique": "The {attribute} has already been taken.",
  286. "uploaded": "The {attribute} failed to upload.",
  287. "url": "The {attribute} format is invalid.",
  288. "uuid": "The {attribute} must be a valid UUID.",
  289. "custom": {
  290. "attribute-name": {
  291. "rule-name": "custom-message"
  292. },
  293. "icon": {
  294. "image": "Supported format are jpeg, png, bmp, gif, svg, or webp"
  295. },
  296. "qrcode": {
  297. "image": "Supported format are jpeg, png, bmp, gif, svg, or webp"
  298. },
  299. "uri": {
  300. "starts_with": "Only valid TOTP uri are supported"
  301. },
  302. "email": {
  303. "exists": "No account found using this email"
  304. }
  305. },
  306. "attributes": []
  307. }
  308. }
  309. });
  310. /***/ }),
  311. /***/ 2:
  312. /*!**********************************************************!*\
  313. !*** multi ./resources/js/vue-i18n-locales.generated.js ***!
  314. \**********************************************************/
  315. /*! no static exports found */
  316. /***/ (function(module, exports, __webpack_require__) {
  317. module.exports = __webpack_require__(/*! C:\Users\lf151415\Code Hub\Repositories\2FAuth\resources\js\vue-i18n-locales.generated.js */"./resources/js/vue-i18n-locales.generated.js");
  318. /***/ })
  319. /******/ });