errors.po 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. ## `msgid`s in this file come from POT (.pot) files.
  2. ##
  3. ## Do not add, change, or remove `msgid`s manually here as
  4. ## they're tied to the ones in the corresponding POT file
  5. ## (with the same domain).
  6. ##
  7. ## Use `mix gettext.extract --merge` or `mix gettext.merge`
  8. ## to merge POT files into PO files.
  9. msgid ""
  10. msgstr ""
  11. "Language: en\n"
  12. ## From Ecto.Changeset.cast/4
  13. msgid "can't be blank"
  14. msgstr ""
  15. ## From Ecto.Changeset.unique_constraint/3
  16. msgid "has already been taken"
  17. msgstr ""
  18. ## From Ecto.Changeset.put_change/3
  19. msgid "is invalid"
  20. msgstr ""
  21. ## From Ecto.Changeset.validate_acceptance/3
  22. msgid "must be accepted"
  23. msgstr ""
  24. ## From Ecto.Changeset.validate_format/3
  25. msgid "has invalid format"
  26. msgstr ""
  27. ## From Ecto.Changeset.validate_subset/3
  28. msgid "has an invalid entry"
  29. msgstr ""
  30. ## From Ecto.Changeset.validate_exclusion/3
  31. msgid "is reserved"
  32. msgstr ""
  33. ## From Ecto.Changeset.validate_confirmation/3
  34. msgid "does not match confirmation"
  35. msgstr ""
  36. ## From Ecto.Changeset.no_assoc_constraint/3
  37. msgid "is still associated with this entry"
  38. msgstr ""
  39. msgid "are still associated with this entry"
  40. msgstr ""
  41. ## From Ecto.Changeset.validate_length/3
  42. msgid "should have %{count} item(s)"
  43. msgid_plural "should have %{count} item(s)"
  44. msgstr[0] ""
  45. msgstr[1] ""
  46. msgid "should be %{count} character(s)"
  47. msgid_plural "should be %{count} character(s)"
  48. msgstr[0] ""
  49. msgstr[1] ""
  50. msgid "should be %{count} byte(s)"
  51. msgid_plural "should be %{count} byte(s)"
  52. msgstr[0] ""
  53. msgstr[1] ""
  54. msgid "should have at least %{count} item(s)"
  55. msgid_plural "should have at least %{count} item(s)"
  56. msgstr[0] ""
  57. msgstr[1] ""
  58. msgid "should be at least %{count} character(s)"
  59. msgid_plural "should be at least %{count} character(s)"
  60. msgstr[0] ""
  61. msgstr[1] ""
  62. msgid "should be at least %{count} byte(s)"
  63. msgid_plural "should be at least %{count} byte(s)"
  64. msgstr[0] ""
  65. msgstr[1] ""
  66. msgid "should have at most %{count} item(s)"
  67. msgid_plural "should have at most %{count} item(s)"
  68. msgstr[0] ""
  69. msgstr[1] ""
  70. msgid "should be at most %{count} character(s)"
  71. msgid_plural "should be at most %{count} character(s)"
  72. msgstr[0] ""
  73. msgstr[1] ""
  74. msgid "should be at most %{count} byte(s)"
  75. msgid_plural "should be at most %{count} byte(s)"
  76. msgstr[0] ""
  77. msgstr[1] ""
  78. ## From Ecto.Changeset.validate_number/3
  79. msgid "must be less than %{number}"
  80. msgstr ""
  81. msgid "must be greater than %{number}"
  82. msgstr ""
  83. msgid "must be less than or equal to %{number}"
  84. msgstr ""
  85. msgid "must be greater than or equal to %{number}"
  86. msgstr ""
  87. msgid "must be equal to %{number}"
  88. msgstr ""