Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

94 lines
2.1KB

  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_format/3
  22. msgid "has invalid format"
  23. msgstr ""
  24. ## From Ecto.Changeset.validate_subset/3
  25. msgid "has an invalid entry"
  26. msgstr ""
  27. ## From Ecto.Changeset.validate_exclusion/3
  28. msgid "is reserved"
  29. msgstr ""
  30. ## From Ecto.Changeset.validate_confirmation/3
  31. msgid "does not match confirmation"
  32. msgstr ""
  33. ## From Ecto.Changeset.no_assoc_constraint/3
  34. msgid "is still associated with this entry"
  35. msgstr ""
  36. msgid "are still associated with this entry"
  37. msgstr ""
  38. ## From Ecto.Changeset.validate_length/3
  39. msgid "should be %{count} character(s)"
  40. msgid_plural "should be %{count} character(s)"
  41. msgstr[0] ""
  42. msgstr[1] ""
  43. msgid "should have %{count} item(s)"
  44. msgid_plural "should have %{count} item(s)"
  45. msgstr[0] ""
  46. msgstr[1] ""
  47. msgid "should be at least %{count} character(s)"
  48. msgid_plural "should be at least %{count} character(s)"
  49. msgstr[0] ""
  50. msgstr[1] ""
  51. msgid "should have at least %{count} item(s)"
  52. msgid_plural "should have at least %{count} item(s)"
  53. msgstr[0] ""
  54. msgstr[1] ""
  55. msgid "should be at most %{count} character(s)"
  56. msgid_plural "should be at most %{count} character(s)"
  57. msgstr[0] ""
  58. msgstr[1] ""
  59. msgid "should have at most %{count} item(s)"
  60. msgid_plural "should have at most %{count} item(s)"
  61. msgstr[0] ""
  62. msgstr[1] ""
  63. ## From Ecto.Changeset.validate_number/3
  64. msgid "must be less than %{number}"
  65. msgstr ""
  66. msgid "must be greater than %{number}"
  67. msgstr ""
  68. msgid "must be less than or equal to %{number}"
  69. msgstr ""
  70. msgid "must be greater than or equal to %{number}"
  71. msgstr ""
  72. msgid "must be equal to %{number}"
  73. msgstr ""