translationKeys.esm.js 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. var translationKeys = {
  2. warnings: {
  3. straightRow: 'straightRow',
  4. keyPattern: 'keyPattern',
  5. simpleRepeat: 'simpleRepeat',
  6. extendedRepeat: 'extendedRepeat',
  7. sequences: 'sequences',
  8. recentYears: 'recentYears',
  9. dates: 'dates',
  10. topTen: 'topTen',
  11. topHundred: 'topHundred',
  12. common: 'common',
  13. similarToCommon: 'similarToCommon',
  14. wordByItself: 'wordByItself',
  15. namesByThemselves: 'namesByThemselves',
  16. commonNames: 'commonNames',
  17. userInputs: 'userInputs',
  18. pwned: 'pwned'
  19. },
  20. suggestions: {
  21. l33t: 'l33t',
  22. reverseWords: 'reverseWords',
  23. allUppercase: 'allUppercase',
  24. capitalization: 'capitalization',
  25. dates: 'dates',
  26. recentYears: 'recentYears',
  27. associatedYears: 'associatedYears',
  28. sequences: 'sequences',
  29. repeated: 'repeated',
  30. longerKeyboardPattern: 'longerKeyboardPattern',
  31. anotherWord: 'anotherWord',
  32. useWords: 'useWords',
  33. noNeed: 'noNeed',
  34. pwned: 'pwned'
  35. },
  36. timeEstimation: {
  37. ltSecond: 'ltSecond',
  38. second: 'second',
  39. seconds: 'seconds',
  40. minute: 'minute',
  41. minutes: 'minutes',
  42. hour: 'hour',
  43. hours: 'hours',
  44. day: 'day',
  45. days: 'days',
  46. month: 'month',
  47. months: 'months',
  48. year: 'year',
  49. years: 'years',
  50. centuries: 'centuries'
  51. }
  52. };
  53. export { translationKeys as default };
  54. //# sourceMappingURL=translationKeys.esm.js.map