errors.pot 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. ## This is a PO Template file.
  2. ##
  3. ## `msgid`s here are often extracted from source code.
  4. ## Add new translations manually only if they're dynamic
  5. ## translations that can't be statically extracted.
  6. ##
  7. ## Run `mix gettext.extract` to bring this file up to
  8. ## date. Leave `msgstr`s empty as changing them here has no
  9. ## effect: edit them in PO (`.po`) files instead.
  10. ## From Ecto.Changeset.cast/4
  11. msgid "can't be blank"
  12. msgstr ""
  13. ## From Ecto.Changeset.unique_constraint/3
  14. msgid "has already been taken"
  15. msgstr ""
  16. ## From Ecto.Changeset.put_change/3
  17. msgid "is invalid"
  18. msgstr ""
  19. ## From Ecto.Changeset.validate_acceptance/3
  20. msgid "must be accepted"
  21. msgstr ""
  22. ## From Ecto.Changeset.validate_format/3
  23. msgid "has invalid format"
  24. msgstr ""
  25. ## From Ecto.Changeset.validate_subset/3
  26. msgid "has an invalid entry"
  27. msgstr ""
  28. ## From Ecto.Changeset.validate_exclusion/3
  29. msgid "is reserved"
  30. msgstr ""
  31. ## From Ecto.Changeset.validate_confirmation/3
  32. msgid "does not match confirmation"
  33. msgstr ""
  34. ## From Ecto.Changeset.no_assoc_constraint/3
  35. msgid "is still associated with this entry"
  36. msgstr ""
  37. msgid "are still associated with this entry"
  38. msgstr ""
  39. ## From Ecto.Changeset.validate_length/3
  40. msgid "should be %{count} character(s)"
  41. msgid_plural "should be %{count} character(s)"
  42. msgstr[0] ""
  43. msgstr[1] ""
  44. msgid "should have %{count} item(s)"
  45. msgid_plural "should have %{count} item(s)"
  46. msgstr[0] ""
  47. msgstr[1] ""
  48. msgid "should be at least %{count} character(s)"
  49. msgid_plural "should be at least %{count} character(s)"
  50. msgstr[0] ""
  51. msgstr[1] ""
  52. msgid "should have at least %{count} item(s)"
  53. msgid_plural "should have at least %{count} item(s)"
  54. msgstr[0] ""
  55. msgstr[1] ""
  56. msgid "should be at most %{count} character(s)"
  57. msgid_plural "should be at most %{count} character(s)"
  58. msgstr[0] ""
  59. msgstr[1] ""
  60. msgid "should have at most %{count} item(s)"
  61. msgid_plural "should have at most %{count} item(s)"
  62. msgstr[0] ""
  63. msgstr[1] ""
  64. ## From Ecto.Changeset.validate_number/3
  65. msgid "must be less than %{number}"
  66. msgstr ""
  67. msgid "must be greater than %{number}"
  68. msgstr ""
  69. msgid "must be less than or equal to %{number}"
  70. msgstr ""
  71. msgid "must be greater than or equal to %{number}"
  72. msgstr ""
  73. msgid "must be equal to %{number}"
  74. msgstr ""