errors.po 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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 be %{count} character(s)"
  43. msgid_plural "should be %{count} character(s)"
  44. msgstr[0] ""
  45. msgstr[1] ""
  46. msgid "should have %{count} item(s)"
  47. msgid_plural "should have %{count} item(s)"
  48. msgstr[0] ""
  49. msgstr[1] ""
  50. msgid "should be at least %{count} character(s)"
  51. msgid_plural "should be at least %{count} character(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 most %{count} character(s)"
  59. msgid_plural "should be at most %{count} character(s)"
  60. msgstr[0] ""
  61. msgstr[1] ""
  62. msgid "should have at most %{count} item(s)"
  63. msgid_plural "should have at most %{count} item(s)"
  64. msgstr[0] ""
  65. msgstr[1] ""
  66. ## From Ecto.Changeset.validate_number/3
  67. msgid "must be less than %{number}"
  68. msgstr ""
  69. msgid "must be greater than %{number}"
  70. msgstr ""
  71. msgid "must be less than or equal to %{number}"
  72. msgstr ""
  73. msgid "must be greater than or equal to %{number}"
  74. msgstr ""
  75. msgid "must be equal to %{number}"
  76. msgstr ""