wagtail 7.0rc1__py3-none-any.whl → 7.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. wagtail/__init__.py +1 -1
  2. wagtail/admin/active_filters.py +3 -3
  3. wagtail/admin/locale/ca/LC_MESSAGES/django.mo +0 -0
  4. wagtail/admin/locale/ca/LC_MESSAGES/django.po +53 -1
  5. wagtail/admin/locale/de/LC_MESSAGES/django.mo +0 -0
  6. wagtail/admin/locale/de/LC_MESSAGES/django.po +53 -1
  7. wagtail/admin/locale/en/LC_MESSAGES/django.po +1 -1
  8. wagtail/admin/locale/nl/LC_MESSAGES/django.mo +0 -0
  9. wagtail/admin/locale/nl/LC_MESSAGES/django.po +21 -2
  10. wagtail/admin/static/wagtailadmin/css/core.css +1 -1
  11. wagtail/blocks/base.py +8 -8
  12. wagtail/blocks/list_block.py +1 -0
  13. wagtail/contrib/forms/forms.py +54 -24
  14. wagtail/contrib/forms/locale/af/LC_MESSAGES/django.po +1 -1
  15. wagtail/contrib/forms/locale/ar/LC_MESSAGES/django.mo +0 -0
  16. wagtail/contrib/forms/locale/ar/LC_MESSAGES/django.po +1 -7
  17. wagtail/contrib/forms/locale/az_AZ/LC_MESSAGES/django.po +1 -1
  18. wagtail/contrib/forms/locale/be/LC_MESSAGES/django.mo +0 -0
  19. wagtail/contrib/forms/locale/be/LC_MESSAGES/django.po +1 -7
  20. wagtail/contrib/forms/locale/bg/LC_MESSAGES/django.po +1 -1
  21. wagtail/contrib/forms/locale/bn/LC_MESSAGES/django.po +1 -1
  22. wagtail/contrib/forms/locale/ca/LC_MESSAGES/django.mo +0 -0
  23. wagtail/contrib/forms/locale/ca/LC_MESSAGES/django.po +15 -6
  24. wagtail/contrib/forms/locale/cs/LC_MESSAGES/django.mo +0 -0
  25. wagtail/contrib/forms/locale/cs/LC_MESSAGES/django.po +1 -8
  26. wagtail/contrib/forms/locale/cy/LC_MESSAGES/django.mo +0 -0
  27. wagtail/contrib/forms/locale/cy/LC_MESSAGES/django.po +1 -7
  28. wagtail/contrib/forms/locale/da/LC_MESSAGES/django.po +1 -1
  29. wagtail/contrib/forms/locale/de/LC_MESSAGES/django.mo +0 -0
  30. wagtail/contrib/forms/locale/de/LC_MESSAGES/django.po +1 -9
  31. wagtail/contrib/forms/locale/dv/LC_MESSAGES/django.po +1 -1
  32. wagtail/contrib/forms/locale/el/LC_MESSAGES/django.mo +0 -0
  33. wagtail/contrib/forms/locale/el/LC_MESSAGES/django.po +1 -9
  34. wagtail/contrib/forms/locale/en/LC_MESSAGES/django.po +11 -4
  35. wagtail/contrib/forms/locale/es/LC_MESSAGES/django.mo +0 -0
  36. wagtail/contrib/forms/locale/es/LC_MESSAGES/django.po +1 -9
  37. wagtail/contrib/forms/locale/es_419/LC_MESSAGES/django.po +1 -1
  38. wagtail/contrib/forms/locale/et/LC_MESSAGES/django.mo +0 -0
  39. wagtail/contrib/forms/locale/et/LC_MESSAGES/django.po +1 -7
  40. wagtail/contrib/forms/locale/eu/LC_MESSAGES/django.po +1 -1
  41. wagtail/contrib/forms/locale/fa/LC_MESSAGES/django.mo +0 -0
  42. wagtail/contrib/forms/locale/fa/LC_MESSAGES/django.po +1 -7
  43. wagtail/contrib/forms/locale/fi/LC_MESSAGES/django.mo +0 -0
  44. wagtail/contrib/forms/locale/fi/LC_MESSAGES/django.po +1 -9
  45. wagtail/contrib/forms/locale/fr/LC_MESSAGES/django.mo +0 -0
  46. wagtail/contrib/forms/locale/fr/LC_MESSAGES/django.po +7 -6
  47. wagtail/contrib/forms/locale/gl/LC_MESSAGES/django.mo +0 -0
  48. wagtail/contrib/forms/locale/gl/LC_MESSAGES/django.po +17 -6
  49. wagtail/contrib/forms/locale/he_IL/LC_MESSAGES/django.po +1 -1
  50. wagtail/contrib/forms/locale/hr_HR/LC_MESSAGES/django.mo +0 -0
  51. wagtail/contrib/forms/locale/hr_HR/LC_MESSAGES/django.po +1 -9
  52. wagtail/contrib/forms/locale/ht/LC_MESSAGES/django.po +1 -1
  53. wagtail/contrib/forms/locale/hu/LC_MESSAGES/django.mo +0 -0
  54. wagtail/contrib/forms/locale/hu/LC_MESSAGES/django.po +1 -9
  55. wagtail/contrib/forms/locale/hy/LC_MESSAGES/django.po +1 -1
  56. wagtail/contrib/forms/locale/id_ID/LC_MESSAGES/django.mo +0 -0
  57. wagtail/contrib/forms/locale/id_ID/LC_MESSAGES/django.po +1 -9
  58. wagtail/contrib/forms/locale/is_IS/LC_MESSAGES/django.mo +0 -0
  59. wagtail/contrib/forms/locale/is_IS/LC_MESSAGES/django.po +1 -9
  60. wagtail/contrib/forms/locale/it/LC_MESSAGES/django.mo +0 -0
  61. wagtail/contrib/forms/locale/it/LC_MESSAGES/django.po +1 -7
  62. wagtail/contrib/forms/locale/ja/LC_MESSAGES/django.mo +0 -0
  63. wagtail/contrib/forms/locale/ja/LC_MESSAGES/django.po +1 -9
  64. wagtail/contrib/forms/locale/ka/LC_MESSAGES/django.po +1 -1
  65. wagtail/contrib/forms/locale/ko/LC_MESSAGES/django.mo +0 -0
  66. wagtail/contrib/forms/locale/ko/LC_MESSAGES/django.po +1 -9
  67. wagtail/contrib/forms/locale/lt/LC_MESSAGES/django.mo +0 -0
  68. wagtail/contrib/forms/locale/lt/LC_MESSAGES/django.po +1 -8
  69. wagtail/contrib/forms/locale/lv/LC_MESSAGES/django.po +1 -1
  70. wagtail/contrib/forms/locale/mi/LC_MESSAGES/django.po +1 -1
  71. wagtail/contrib/forms/locale/mn/LC_MESSAGES/django.po +1 -1
  72. wagtail/contrib/forms/locale/my/LC_MESSAGES/django.mo +0 -0
  73. wagtail/contrib/forms/locale/my/LC_MESSAGES/django.po +1 -7
  74. wagtail/contrib/forms/locale/nb/LC_MESSAGES/django.mo +0 -0
  75. wagtail/contrib/forms/locale/nb/LC_MESSAGES/django.po +1 -8
  76. wagtail/contrib/forms/locale/nl/LC_MESSAGES/django.mo +0 -0
  77. wagtail/contrib/forms/locale/nl/LC_MESSAGES/django.po +1 -9
  78. wagtail/contrib/forms/locale/pl/LC_MESSAGES/django.mo +0 -0
  79. wagtail/contrib/forms/locale/pl/LC_MESSAGES/django.po +1 -7
  80. wagtail/contrib/forms/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
  81. wagtail/contrib/forms/locale/pt_BR/LC_MESSAGES/django.po +1 -8
  82. wagtail/contrib/forms/locale/pt_PT/LC_MESSAGES/django.mo +0 -0
  83. wagtail/contrib/forms/locale/pt_PT/LC_MESSAGES/django.po +1 -8
  84. wagtail/contrib/forms/locale/ro/LC_MESSAGES/django.mo +0 -0
  85. wagtail/contrib/forms/locale/ro/LC_MESSAGES/django.po +1 -7
  86. wagtail/contrib/forms/locale/ru/LC_MESSAGES/django.mo +0 -0
  87. wagtail/contrib/forms/locale/ru/LC_MESSAGES/django.po +1 -7
  88. wagtail/contrib/forms/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
  89. wagtail/contrib/forms/locale/sk_SK/LC_MESSAGES/django.po +1 -8
  90. wagtail/contrib/forms/locale/sl/LC_MESSAGES/django.mo +0 -0
  91. wagtail/contrib/forms/locale/sl/LC_MESSAGES/django.po +1 -7
  92. wagtail/contrib/forms/locale/sv/LC_MESSAGES/django.mo +0 -0
  93. wagtail/contrib/forms/locale/sv/LC_MESSAGES/django.po +1 -9
  94. wagtail/contrib/forms/locale/tet/LC_MESSAGES/django.mo +0 -0
  95. wagtail/contrib/forms/locale/tet/LC_MESSAGES/django.po +1 -9
  96. wagtail/contrib/forms/locale/th/LC_MESSAGES/django.mo +0 -0
  97. wagtail/contrib/forms/locale/th/LC_MESSAGES/django.po +1 -7
  98. wagtail/contrib/forms/locale/tr/LC_MESSAGES/django.mo +0 -0
  99. wagtail/contrib/forms/locale/tr/LC_MESSAGES/django.po +1 -7
  100. wagtail/contrib/forms/locale/tr_TR/LC_MESSAGES/django.mo +0 -0
  101. wagtail/contrib/forms/locale/tr_TR/LC_MESSAGES/django.po +1 -7
  102. wagtail/contrib/forms/locale/ug/LC_MESSAGES/django.mo +0 -0
  103. wagtail/contrib/forms/locale/ug/LC_MESSAGES/django.po +1 -7
  104. wagtail/contrib/forms/locale/uk/LC_MESSAGES/django.mo +0 -0
  105. wagtail/contrib/forms/locale/uk/LC_MESSAGES/django.po +1 -7
  106. wagtail/contrib/forms/locale/vi/LC_MESSAGES/django.po +1 -1
  107. wagtail/contrib/forms/locale/zh/LC_MESSAGES/django.po +1 -1
  108. wagtail/contrib/forms/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  109. wagtail/contrib/forms/locale/zh_Hans/LC_MESSAGES/django.po +1 -7
  110. wagtail/contrib/forms/locale/zh_Hant/LC_MESSAGES/django.mo +0 -0
  111. wagtail/contrib/forms/locale/zh_Hant/LC_MESSAGES/django.po +1 -7
  112. wagtail/contrib/forms/tests/test_views.py +189 -9
  113. wagtail/contrib/forms/views.py +1 -1
  114. wagtail/contrib/redirects/locale/en/LC_MESSAGES/django.po +1 -1
  115. wagtail/contrib/search_promotions/locale/en/LC_MESSAGES/django.po +1 -1
  116. wagtail/contrib/settings/locale/en/LC_MESSAGES/django.po +1 -1
  117. wagtail/contrib/simple_translation/locale/en/LC_MESSAGES/django.po +1 -1
  118. wagtail/contrib/styleguide/locale/en/LC_MESSAGES/django.po +1 -1
  119. wagtail/contrib/table_block/locale/en/LC_MESSAGES/django.po +1 -1
  120. wagtail/contrib/typed_table_block/locale/en/LC_MESSAGES/django.po +1 -1
  121. wagtail/documents/locale/en/LC_MESSAGES/django.po +1 -1
  122. wagtail/embeds/blocks.py +5 -2
  123. wagtail/embeds/locale/en/LC_MESSAGES/django.po +1 -1
  124. wagtail/embeds/tests/test_embeds.py +29 -5
  125. wagtail/images/locale/en/LC_MESSAGES/django.po +1 -1
  126. wagtail/images/models.py +2 -2
  127. wagtail/images/tests/test_models.py +8 -5
  128. wagtail/locale/af/LC_MESSAGES/django.po +1 -1
  129. wagtail/locale/ar/LC_MESSAGES/django.po +1 -1
  130. wagtail/locale/az_AZ/LC_MESSAGES/django.po +1 -1
  131. wagtail/locale/be/LC_MESSAGES/django.po +1 -1
  132. wagtail/locale/bg/LC_MESSAGES/django.po +1 -1
  133. wagtail/locale/bn/LC_MESSAGES/django.po +1 -1
  134. wagtail/locale/ca/LC_MESSAGES/django.po +1 -1
  135. wagtail/locale/cs/LC_MESSAGES/django.po +1 -1
  136. wagtail/locale/cy/LC_MESSAGES/django.po +1 -1
  137. wagtail/locale/da/LC_MESSAGES/django.po +1 -1
  138. wagtail/locale/de/LC_MESSAGES/django.po +1 -1
  139. wagtail/locale/dv/LC_MESSAGES/django.po +1 -1
  140. wagtail/locale/el/LC_MESSAGES/django.po +1 -1
  141. wagtail/locale/en/LC_MESSAGES/django.po +20 -20
  142. wagtail/locale/es/LC_MESSAGES/django.po +1 -1
  143. wagtail/locale/es_419/LC_MESSAGES/django.po +1 -1
  144. wagtail/locale/et/LC_MESSAGES/django.po +1 -1
  145. wagtail/locale/eu/LC_MESSAGES/django.po +1 -1
  146. wagtail/locale/fa/LC_MESSAGES/django.po +1 -1
  147. wagtail/locale/fi/LC_MESSAGES/django.po +1 -1
  148. wagtail/locale/fr/LC_MESSAGES/django.po +1 -1
  149. wagtail/locale/gl/LC_MESSAGES/django.po +1 -1
  150. wagtail/locale/he_IL/LC_MESSAGES/django.po +1 -1
  151. wagtail/locale/hr_HR/LC_MESSAGES/django.po +1 -1
  152. wagtail/locale/hu/LC_MESSAGES/django.po +1 -1
  153. wagtail/locale/id_ID/LC_MESSAGES/django.po +1 -1
  154. wagtail/locale/is_IS/LC_MESSAGES/django.po +1 -1
  155. wagtail/locale/it/LC_MESSAGES/django.po +1 -1
  156. wagtail/locale/ja/LC_MESSAGES/django.po +1 -1
  157. wagtail/locale/ka/LC_MESSAGES/django.po +1 -1
  158. wagtail/locale/ko/LC_MESSAGES/django.po +1 -1
  159. wagtail/locale/lt/LC_MESSAGES/django.po +1 -1
  160. wagtail/locale/lv/LC_MESSAGES/django.po +1 -1
  161. wagtail/locale/mi/LC_MESSAGES/django.po +1 -1
  162. wagtail/locale/mn/LC_MESSAGES/django.po +1 -1
  163. wagtail/locale/my/LC_MESSAGES/django.po +1 -1
  164. wagtail/locale/nb/LC_MESSAGES/django.po +1 -1
  165. wagtail/locale/nl/LC_MESSAGES/django.po +1 -1
  166. wagtail/locale/pl/LC_MESSAGES/django.po +1 -1
  167. wagtail/locale/pt_BR/LC_MESSAGES/django.po +1 -1
  168. wagtail/locale/pt_PT/LC_MESSAGES/django.po +1 -1
  169. wagtail/locale/ro/LC_MESSAGES/django.po +1 -1
  170. wagtail/locale/ru/LC_MESSAGES/django.po +1 -1
  171. wagtail/locale/sk_SK/LC_MESSAGES/django.po +1 -1
  172. wagtail/locale/sl/LC_MESSAGES/django.po +1 -1
  173. wagtail/locale/sv/LC_MESSAGES/django.po +1 -1
  174. wagtail/locale/tet/LC_MESSAGES/django.po +1 -1
  175. wagtail/locale/th/LC_MESSAGES/django.po +1 -1
  176. wagtail/locale/tr/LC_MESSAGES/django.po +1 -1
  177. wagtail/locale/tr_TR/LC_MESSAGES/django.po +1 -1
  178. wagtail/locale/ug/LC_MESSAGES/django.po +1 -1
  179. wagtail/locale/uk/LC_MESSAGES/django.po +1 -1
  180. wagtail/locale/vi/LC_MESSAGES/django.po +1 -1
  181. wagtail/locale/zh/LC_MESSAGES/django.po +1 -1
  182. wagtail/locale/zh_Hans/LC_MESSAGES/django.po +1 -1
  183. wagtail/locale/zh_Hant/LC_MESSAGES/django.po +1 -1
  184. wagtail/locales/locale/ca/LC_MESSAGES/django.mo +0 -0
  185. wagtail/locales/locale/ca/LC_MESSAGES/django.po +13 -3
  186. wagtail/locales/locale/de/LC_MESSAGES/django.mo +0 -0
  187. wagtail/locales/locale/de/LC_MESSAGES/django.po +13 -2
  188. wagtail/locales/locale/en/LC_MESSAGES/django.po +1 -1
  189. wagtail/models/pages.py +8 -4
  190. wagtail/project_template/requirements.txt +1 -1
  191. wagtail/search/locale/en/LC_MESSAGES/django.po +1 -1
  192. wagtail/sites/locale/en/LC_MESSAGES/django.po +1 -1
  193. wagtail/snippets/locale/ca/LC_MESSAGES/django.mo +0 -0
  194. wagtail/snippets/locale/ca/LC_MESSAGES/django.po +7 -1
  195. wagtail/snippets/locale/de/LC_MESSAGES/django.mo +0 -0
  196. wagtail/snippets/locale/de/LC_MESSAGES/django.po +9 -3
  197. wagtail/snippets/locale/en/LC_MESSAGES/django.po +1 -1
  198. wagtail/snippets/locale/nl/LC_MESSAGES/django.mo +0 -0
  199. wagtail/snippets/locale/nl/LC_MESSAGES/django.po +9 -2
  200. wagtail/test/settings.py +6 -2
  201. wagtail/tests/test_streamfield.py +48 -0
  202. wagtail/users/locale/en/LC_MESSAGES/django.po +1 -1
  203. {wagtail-7.0rc1.dist-info → wagtail-7.0.1.dist-info}/METADATA +2 -2
  204. {wagtail-7.0rc1.dist-info → wagtail-7.0.1.dist-info}/RECORD +208 -208
  205. {wagtail-7.0rc1.dist-info → wagtail-7.0.1.dist-info}/WHEEL +1 -1
  206. {wagtail-7.0rc1.dist-info → wagtail-7.0.1.dist-info}/entry_points.txt +0 -0
  207. {wagtail-7.0rc1.dist-info → wagtail-7.0.1.dist-info}/licenses/LICENSE +0 -0
  208. {wagtail-7.0rc1.dist-info → wagtail-7.0.1.dist-info}/top_level.txt +0 -0
wagtail/blocks/base.py CHANGED
@@ -324,14 +324,14 @@ class Block(metaclass=BaseBlock):
324
324
 
325
325
  @cached_property
326
326
  def is_previewable(self):
327
- # To prevent showing a broken preview if the block preview has not been
328
- # configured, consider the block to be previewable if either:
329
- # - a specific preview template is configured for the block
330
- # - a preview value is provided and the global template has been overridden
331
- # which are the intended ways to configure block previews.
332
- #
333
- # If a block is made previewable by other means, the `is_previewable`
334
- # property should be overridden to return `True`.
327
+ """
328
+ Determine whether the block is previewable in the block picker. By
329
+ default, it automatically detects when a custom template is used or the
330
+ :ref:`the global preview template <streamfield_global_preview_template>`
331
+ is overridden and a preview value is provided. If the block is
332
+ previewable by other means, override this property to return ``True``.
333
+ To turn off previews for the block, set it to ``False``.
334
+ """
335
335
  has_specific_template = (
336
336
  hasattr(self.meta, "preview_template")
337
337
  or self.__class__.get_preview_template is not Block.get_preview_template
@@ -427,6 +427,7 @@ class ListBlock(Block):
427
427
  child_block = kwargs.get("child_block")
428
428
  if isinstance(child_block, Block):
429
429
  block_id = lookup.add_block(child_block)
430
+ kwargs = kwargs.copy() # avoid mutating the original kwargs stored in self._constructor_args
430
431
  kwargs["child_block"] = block_id
431
432
 
432
433
  return path, args, kwargs
@@ -200,31 +200,61 @@ class WagtailAdminFormPageForm(WagtailAdminPageForm):
200
200
  for form in forms:
201
201
  form.is_valid()
202
202
 
203
- # Use existing clean_name or generate for new fields,
204
- # raise an error if there are duplicate resolved clean names.
205
- # Note: `clean_name` is set in `FormField.save`.
203
+ seen_names = set()
204
+ duplicate_names = set()
206
205
 
207
- clean_names = [
208
- f.instance.clean_name or f.instance.get_field_clean_name()
209
- for f in forms
210
- ]
211
- duplicate_clean_name = next(
212
- (n for n in clean_names if clean_names.count(n) > 1), None
213
- )
214
- if duplicate_clean_name:
215
- duplicate_form_field = next(
216
- f
217
- for f in self.formsets[related_name].forms
218
- if f.instance.get_field_clean_name() == duplicate_clean_name
219
- )
220
- duplicate_form_field.add_error(
221
- "label",
222
- django.forms.ValidationError(
223
- _(
224
- "There is another field with the label %(label_name)s, please change one of them."
225
- )
226
- % {"label_name": duplicate_form_field.instance.label}
227
- ),
206
+ # Find duplicates
207
+ for form in forms:
208
+ if form.cleaned_data.get("DELETE", False):
209
+ continue
210
+
211
+ # Use existing clean_name or generate for new fields,
212
+ # raise an error if there are duplicate resolved clean names.
213
+ # Note: `clean_name` is set in `FormField.save`.
214
+ clean_name = (
215
+ form.instance.clean_name or form.instance.get_field_clean_name()
228
216
  )
229
217
 
218
+ if clean_name in seen_names:
219
+ duplicate_names.add(clean_name)
220
+ else:
221
+ seen_names.add(clean_name)
222
+
223
+ # Add validation errors to forms with duplicate clean names
224
+ if duplicate_names:
225
+ for form in forms:
226
+ if form.cleaned_data.get("DELETE", False):
227
+ continue
228
+
229
+ clean_name = (
230
+ form.instance.clean_name or form.instance.get_field_clean_name()
231
+ )
232
+
233
+ if clean_name in duplicate_names:
234
+ if form.instance.clean_name:
235
+ form.add_error(
236
+ "label",
237
+ django.forms.ValidationError(
238
+ _(
239
+ "The name '%(duplicate_clean_name)s' is "
240
+ "already assigned to this field and cannot be "
241
+ "changed. Please enter a different label for "
242
+ "the conflicting field."
243
+ )
244
+ % {"duplicate_clean_name": clean_name}
245
+ ),
246
+ )
247
+ else:
248
+ form.add_error(
249
+ "label",
250
+ django.forms.ValidationError(
251
+ _(
252
+ "Field name '%(duplicate_clean_name)s' "
253
+ "conflicts with another field. Please "
254
+ "change the label."
255
+ )
256
+ % {"duplicate_clean_name": clean_name}
257
+ ),
258
+ )
259
+
230
260
  return cleaned_data
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: Wagtail\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
10
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
11
11
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
12
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
  "Language-Team: Afrikaans (http://app.transifex.com/torchbox/wagtail/language/"
@@ -12,7 +12,7 @@ msgid ""
12
12
  msgstr ""
13
13
  "Project-Id-Version: Wagtail\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
15
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
16
16
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
17
17
  "Last-Translator: Younes Oumakhou, 2022\n"
18
18
  "Language-Team: Arabic (http://app.transifex.com/torchbox/wagtail/language/"
@@ -33,12 +33,6 @@ msgstr "التاريخ من"
33
33
  msgid "Date to"
34
34
  msgstr "تاريخ لـ"
35
35
 
36
- #, python-format
37
- msgid ""
38
- "There is another field with the label %(label_name)s, please change one of "
39
- "them."
40
- msgstr "هناك حقل آخر مع العلامة %(label_name)s، يرجى تغيير واحد منهم."
41
-
42
36
  msgid "Single line text"
43
37
  msgstr "نص ذو سطر واحد"
44
38
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: Wagtail\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
10
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
11
11
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
12
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
  "Language-Team: Azerbaijani (Azerbaijan) (http://app.transifex.com/torchbox/"
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: Wagtail\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
11
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
12
12
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
13
13
  "Last-Translator: Tatsiana Tsygan <art.tatsiana@gmail.com>, 2020\n"
14
14
  "Language-Team: Belarusian (http://app.transifex.com/torchbox/wagtail/"
@@ -30,12 +30,6 @@ msgstr "Дата ад"
30
30
  msgid "Date to"
31
31
  msgstr "Дата да"
32
32
 
33
- #, python-format
34
- msgid ""
35
- "There is another field with the label %(label_name)s, please change one of "
36
- "them."
37
- msgstr "Ужо ёсць іншае поле з пазнакай %(label_name)s, зменіце адно з іх."
38
-
39
33
  msgid "Single line text"
40
34
  msgstr "Аднастрочны тэкст"
41
35
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: Wagtail\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
10
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
11
11
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
12
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
  "Language-Team: Bulgarian (http://app.transifex.com/torchbox/wagtail/language/"
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: Wagtail\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
10
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
11
11
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
12
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
  "Language-Team: Bengali (http://app.transifex.com/torchbox/wagtail/language/"
@@ -3,14 +3,14 @@
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  #
5
5
  # Translators:
6
- # Roger Pons <rogerpons@gmail.com>, 2016-2017,2020,2023
6
+ # Roger Pons <rogerpons@gmail.com>, 2016-2017,2020,2023,2025
7
7
  msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: Wagtail\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
11
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
12
12
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
13
- "Last-Translator: Roger Pons <rogerpons@gmail.com>, 2016-2017,2020,2023\n"
13
+ "Last-Translator: Roger Pons <rogerpons@gmail.com>, 2016-2017,2020,2023,2025\n"
14
14
  "Language-Team: Catalan (http://app.transifex.com/torchbox/wagtail/language/"
15
15
  "ca/)\n"
16
16
  "MIME-Version: 1.0\n"
@@ -30,10 +30,19 @@ msgstr "Data de fi"
30
30
 
31
31
  #, python-format
32
32
  msgid ""
33
- "There is another field with the label %(label_name)s, please change one of "
34
- "them."
33
+ "The name '%(duplicate_clean_name)s' is already assigned to this field and "
34
+ "cannot be changed. Please enter a different label for the conflicting field."
35
35
  msgstr ""
36
- "Hi ha un altre camp amb l'etiqueta %(label_name)s, canvieu una d'elles."
36
+ "El nom '%(duplicate_clean_name)s' ja està assignat a aquest camp i no pot "
37
+ "ser modificat. Introduïu una etiqueta diferent per al camp en conflicte."
38
+
39
+ #, python-format
40
+ msgid ""
41
+ "Field name '%(duplicate_clean_name)s' conflicts with another field. Please "
42
+ "change the label."
43
+ msgstr ""
44
+ "El nom de camp '%(duplicate_clean_name)s' entra en conflicte amb un altre "
45
+ "camp. Canvieu l'etiqueta."
37
46
 
38
47
  msgid "Single line text"
39
48
  msgstr "Text d'una sola línia"
@@ -13,7 +13,7 @@ msgid ""
13
13
  msgstr ""
14
14
  "Project-Id-Version: Wagtail\n"
15
15
  "Report-Msgid-Bugs-To: \n"
16
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
16
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
17
17
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
18
18
  "Last-Translator: Mirek Zvolský <zvolsky@seznam.cz>, 2020\n"
19
19
  "Language-Team: Czech (http://app.transifex.com/torchbox/wagtail/language/"
@@ -34,13 +34,6 @@ msgstr "Od"
34
34
  msgid "Date to"
35
35
  msgstr "Do"
36
36
 
37
- #, python-format
38
- msgid ""
39
- "There is another field with the label %(label_name)s, please change one of "
40
- "them."
41
- msgstr ""
42
- "Již existuje jiné pole s popisem %(label_name)s, prosím změňte jedno z nich."
43
-
44
37
  msgid "Single line text"
45
38
  msgstr "Jednořádkový text"
46
39
 
@@ -12,7 +12,7 @@ msgid ""
12
12
  msgstr ""
13
13
  "Project-Id-Version: Wagtail\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
15
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
16
16
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
17
17
  "Last-Translator: Philip Lindsay-Crisp, 2024\n"
18
18
  "Language-Team: Welsh (http://app.transifex.com/torchbox/wagtail/language/"
@@ -33,12 +33,6 @@ msgstr "Dyddiad o"
33
33
  msgid "Date to"
34
34
  msgstr "Dyddiad i"
35
35
 
36
- #, python-format
37
- msgid ""
38
- "There is another field with the label %(label_name)s, please change one of "
39
- "them."
40
- msgstr "Mae maes arall gyda'r label %(label_name)s, newidiwch un ohonyn nhw."
41
-
42
36
  msgid "Single line text"
43
37
  msgstr "Testun llinell sengl"
44
38
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: Wagtail\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
10
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
11
11
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
12
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
  "Language-Team: Danish (http://app.transifex.com/torchbox/wagtail/language/"
@@ -24,7 +24,7 @@ msgid ""
24
24
  msgstr ""
25
25
  "Project-Id-Version: Wagtail\n"
26
26
  "Report-Msgid-Bugs-To: \n"
27
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
27
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
28
28
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
29
29
  "Last-Translator: Stefan Hammer <stefan@hammerworxx.com>, 2022\n"
30
30
  "Language-Team: German (http://app.transifex.com/torchbox/wagtail/language/"
@@ -44,14 +44,6 @@ msgstr "Datum von"
44
44
  msgid "Date to"
45
45
  msgstr "Datum bis"
46
46
 
47
- #, python-format
48
- msgid ""
49
- "There is another field with the label %(label_name)s, please change one of "
50
- "them."
51
- msgstr ""
52
- "Es gibt ein weiteres Feld mit der Bezeichnung %(label_name)s, bitte ändern "
53
- "Sie eines der beiden."
54
-
55
47
  msgid "Single line text"
56
48
  msgstr "Einzeiliger Text"
57
49
 
@@ -9,7 +9,7 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: Wagtail\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
12
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
13
13
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
14
14
  "Last-Translator: Fauzaan Gasim, 2024\n"
15
15
  "Language-Team: Divehi (http://app.transifex.com/torchbox/wagtail/language/"
@@ -15,7 +15,7 @@ msgid ""
15
15
  msgstr ""
16
16
  "Project-Id-Version: Wagtail\n"
17
17
  "Report-Msgid-Bugs-To: \n"
18
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
18
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
19
19
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
20
20
  "Last-Translator: 79353a696ad19dc202b261b3067b7640_bec941e, 2015\n"
21
21
  "Language-Team: Greek (http://app.transifex.com/torchbox/wagtail/language/"
@@ -32,14 +32,6 @@ msgstr "Ημερομηνία από"
32
32
  msgid "Date to"
33
33
  msgstr "Ημερομηνία έως"
34
34
 
35
- #, python-format
36
- msgid ""
37
- "There is another field with the label %(label_name)s, please change one of "
38
- "them."
39
- msgstr ""
40
- "Υπάρχει ήδη ένα πεδίο με label %(label_name)s, παρακαλούμε αλλάξτε ένα από "
41
- "αυτά."
42
-
43
35
  msgid "Single line text"
44
36
  msgstr "Ενιαίο κείμενο γραμμής"
45
37
 
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2025-04-24 18:23+0100\n"
11
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -30,11 +30,18 @@ msgstr ""
30
30
  msgid "Date to"
31
31
  msgstr ""
32
32
 
33
- #: forms.py:224
33
+ #: forms.py:239
34
34
  #, python-format
35
35
  msgid ""
36
- "There is another field with the label %(label_name)s, please change one of "
37
- "them."
36
+ "The name '%(duplicate_clean_name)s' is already assigned to this field and "
37
+ "cannot be changed. Please enter a different label for the conflicting field."
38
+ msgstr ""
39
+
40
+ #: forms.py:252
41
+ #, python-format
42
+ msgid ""
43
+ "Field name '%(duplicate_clean_name)s' conflicts with another field. Please "
44
+ "change the label."
38
45
  msgstr ""
39
46
 
40
47
  #: models.py:20
@@ -22,7 +22,7 @@ msgid ""
22
22
  msgstr ""
23
23
  "Project-Id-Version: Wagtail\n"
24
24
  "Report-Msgid-Bugs-To: \n"
25
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
25
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
26
26
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
27
27
  "Last-Translator: X Bello <xbello@gmail.com>, 2022\n"
28
28
  "Language-Team: Spanish (http://app.transifex.com/torchbox/wagtail/language/"
@@ -43,14 +43,6 @@ msgstr "Fecha de"
43
43
  msgid "Date to"
44
44
  msgstr "Fecha a"
45
45
 
46
- #, python-format
47
- msgid ""
48
- "There is another field with the label %(label_name)s, please change one of "
49
- "them."
50
- msgstr ""
51
- "Hay otro campo con la etiqueta %(label_name)s, por favor cambie alguno de "
52
- "ellos."
53
-
54
46
  msgid "Single line text"
55
47
  msgstr "Una línea de texto"
56
48
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: Wagtail\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
10
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
11
11
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
12
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
  "Language-Team: Spanish (Latin America) (http://app.transifex.com/torchbox/"
@@ -9,7 +9,7 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: Wagtail\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
12
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
13
13
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
14
14
  "Last-Translator: Erlend Eelmets <debcf78e@opayq.com>, 2020\n"
15
15
  "Language-Team: Estonian (http://app.transifex.com/torchbox/wagtail/language/"
@@ -29,12 +29,6 @@ msgstr "Kuupäev alates"
29
29
  msgid "Date to"
30
30
  msgstr "Kuupäev kuni"
31
31
 
32
- #, python-format
33
- msgid ""
34
- "There is another field with the label %(label_name)s, please change one of "
35
- "them."
36
- msgstr "On juba teine väli nimega %(label_name)s, palun muutke ühte neist."
37
-
38
32
  msgid "Single line text"
39
33
  msgstr "Ühe rea tekst"
40
34
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: Wagtail\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
10
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
11
11
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
12
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
  "Language-Team: Basque (http://app.transifex.com/torchbox/wagtail/language/"
@@ -9,7 +9,7 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: Wagtail\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
12
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
13
13
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
14
14
  "Last-Translator: pyzenberg <pyzenberg@gmail.com>, 2017\n"
15
15
  "Language-Team: Persian (http://app.transifex.com/torchbox/wagtail/language/"
@@ -26,12 +26,6 @@ msgstr "از تاریخ"
26
26
  msgid "Date to"
27
27
  msgstr "تا تاریخ"
28
28
 
29
- #, python-format
30
- msgid ""
31
- "There is another field with the label %(label_name)s, please change one of "
32
- "them."
33
- msgstr "یک فیلد دیگر با برچسب %(label_name)s وجود دارد. لطفا یکی را تغییر دهید"
34
-
35
29
  msgid "Single line text"
36
30
  msgstr "متن یک خطی"
37
31
 
@@ -13,7 +13,7 @@ msgid ""
13
13
  msgstr ""
14
14
  "Project-Id-Version: Wagtail\n"
15
15
  "Report-Msgid-Bugs-To: \n"
16
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
16
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
17
17
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
18
18
  "Last-Translator: Valter Maasalo <vmaasalo@gmail.com>, 2020\n"
19
19
  "Language-Team: Finnish (http://app.transifex.com/torchbox/wagtail/language/"
@@ -33,14 +33,6 @@ msgstr "Lähtien"
33
33
  msgid "Date to"
34
34
  msgstr "Asti"
35
35
 
36
- #, python-format
37
- msgid ""
38
- "There is another field with the label %(label_name)s, please change one of "
39
- "them."
40
- msgstr ""
41
- "On olemassa toinenkin kenttä tekstillä %(label_name)s, ole hyvä ja muuta "
42
- "yhtä niistä."
43
-
44
36
  msgid "Single line text"
45
37
  msgstr "Yhden rivin teksti"
46
38
 
@@ -15,15 +15,16 @@
15
15
  # Loic Teixeira, 2020,2022
16
16
  # Loic Teixeira, 2018
17
17
  # incognitae <pierre@onoffdesign.com>, 2016
18
+ # Sébastien Corbin <seb.corbin@gmail.com>, 2025
18
19
  # Sophy O <sophy.ouch@erudit.org>, 2017
19
20
  # Tom Dyson <tom@torchbox.com>, 2015
20
21
  msgid ""
21
22
  msgstr ""
22
23
  "Project-Id-Version: Wagtail\n"
23
24
  "Report-Msgid-Bugs-To: \n"
24
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
25
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
25
26
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
26
- "Last-Translator: Tom Dyson <tom@torchbox.com>, 2015\n"
27
+ "Last-Translator: Sébastien Corbin <seb.corbin@gmail.com>, 2025\n"
27
28
  "Language-Team: French (http://app.transifex.com/torchbox/wagtail/language/"
28
29
  "fr/)\n"
29
30
  "MIME-Version: 1.0\n"
@@ -44,11 +45,11 @@ msgstr "Date jusqu’au"
44
45
 
45
46
  #, python-format
46
47
  msgid ""
47
- "There is another field with the label %(label_name)s, please change one of "
48
- "them."
48
+ "Field name '%(duplicate_clean_name)s' conflicts with another field. Please "
49
+ "change the label."
49
50
  msgstr ""
50
- "Il y a un autre champ avec le label %(label_name)s, veuillez changer l'un "
51
- "d'entre eux."
51
+ "Le nom du champ '%(duplicate_clean_name)s' est en conflit avec un autre "
52
+ "champ. Veuillez modifier le libellé."
52
53
 
53
54
  msgid "Single line text"
54
55
  msgstr "Texte d'une seule ligne"
@@ -6,14 +6,14 @@
6
6
  # Amós Oviedo <amos.oviedo@gmail.com>, 2016
7
7
  # Amós Oviedo <amos.oviedo@gmail.com>, 2016
8
8
  # Amós Oviedo <amos.oviedo@gmail.com>, 2016
9
- # X Bello <xbello@gmail.com>, 2022,2024
9
+ # X Bello <xbello@gmail.com>, 2022,2024-2025
10
10
  msgid ""
11
11
  msgstr ""
12
12
  "Project-Id-Version: Wagtail\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
14
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
15
15
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
16
- "Last-Translator: X Bello <xbello@gmail.com>, 2022,2024\n"
16
+ "Last-Translator: X Bello <xbello@gmail.com>, 2022,2024-2025\n"
17
17
  "Language-Team: Galician (http://app.transifex.com/torchbox/wagtail/language/"
18
18
  "gl/)\n"
19
19
  "MIME-Version: 1.0\n"
@@ -33,9 +33,20 @@ msgstr "Data ata"
33
33
 
34
34
  #, python-format
35
35
  msgid ""
36
- "There is another field with the label %(label_name)s, please change one of "
37
- "them."
38
- msgstr "Hai outro campo ca etiqueta %(label_name)s, por favor cambia un deles."
36
+ "The name '%(duplicate_clean_name)s' is already assigned to this field and "
37
+ "cannot be changed. Please enter a different label for the conflicting field."
38
+ msgstr ""
39
+ "O nome '%(duplicate_clean_name)s' xa está asignado a este campo e non pode "
40
+ "cambiarse. Por favor, introduza unha etiqueta diferente para o campo en "
41
+ "conflicto."
42
+
43
+ #, python-format
44
+ msgid ""
45
+ "Field name '%(duplicate_clean_name)s' conflicts with another field. Please "
46
+ "change the label."
47
+ msgstr ""
48
+ "O nome do campo '%(duplicate_clean_name)s' ten un conflicto con outro campo. "
49
+ "Por favor, cambia a etiqueta."
39
50
 
40
51
  msgid "Single line text"
41
52
  msgstr "Liña de texto simple"
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: Wagtail\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2025-04-24 13:02+0100\n"
11
+ "POT-Creation-Date: 2025-04-25 23:08+0100\n"
12
12
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
13
13
  "Last-Translator: lior abazon <abazon@v15.org.il>, 2015\n"
14
14
  "Language-Team: Hebrew (Israel) (http://app.transifex.com/torchbox/wagtail/"