Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

92 wiersze
2.1KB

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