wagtail 6.1.1__py3-none-any.whl → 6.1.3__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 (147) hide show
  1. wagtail/__init__.py +1 -1
  2. wagtail/admin/locale/ca/LC_MESSAGES/django.mo +0 -0
  3. wagtail/admin/locale/ca/LC_MESSAGES/django.po +1 -1
  4. wagtail/admin/locale/fa/LC_MESSAGES/django.mo +0 -0
  5. wagtail/admin/locale/fa/LC_MESSAGES/django.po +75 -1
  6. wagtail/admin/locale/fa/LC_MESSAGES/djangojs.mo +0 -0
  7. wagtail/admin/locale/fa/LC_MESSAGES/djangojs.po +5 -1
  8. wagtail/admin/locale/fr/LC_MESSAGES/django.mo +0 -0
  9. wagtail/admin/locale/fr/LC_MESSAGES/django.po +89 -3
  10. wagtail/admin/locale/is_IS/LC_MESSAGES/django.mo +0 -0
  11. wagtail/admin/locale/is_IS/LC_MESSAGES/django.po +228 -2
  12. wagtail/admin/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
  13. wagtail/admin/locale/pt_BR/LC_MESSAGES/django.po +20 -1
  14. wagtail/admin/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
  15. wagtail/admin/locale/sk_SK/LC_MESSAGES/django.po +11 -1
  16. wagtail/admin/locale/sl/LC_MESSAGES/django.mo +0 -0
  17. wagtail/admin/locale/sl/LC_MESSAGES/django.po +97 -0
  18. wagtail/admin/locale/sv/LC_MESSAGES/django.mo +0 -0
  19. wagtail/admin/locale/sv/LC_MESSAGES/django.po +74 -0
  20. wagtail/admin/locale/sv/LC_MESSAGES/djangojs.mo +0 -0
  21. wagtail/admin/locale/sv/LC_MESSAGES/djangojs.po +5 -2
  22. wagtail/admin/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  23. wagtail/admin/locale/zh_Hans/LC_MESSAGES/django.po +71 -1
  24. wagtail/admin/static/wagtailadmin/js/telepath/widgets.js +1 -1
  25. wagtail/admin/views/generic/base.py +3 -2
  26. wagtail/contrib/forms/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
  27. wagtail/contrib/forms/locale/pt_BR/LC_MESSAGES/django.po +2 -2
  28. wagtail/contrib/redirects/locale/fa/LC_MESSAGES/django.mo +0 -0
  29. wagtail/contrib/redirects/locale/fa/LC_MESSAGES/django.po +14 -1
  30. wagtail/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po +1 -1
  31. wagtail/contrib/search_promotions/locale/fr/LC_MESSAGES/django.mo +0 -0
  32. wagtail/contrib/search_promotions/locale/fr/LC_MESSAGES/django.po +5 -2
  33. wagtail/contrib/search_promotions/locale/is_IS/LC_MESSAGES/django.mo +0 -0
  34. wagtail/contrib/search_promotions/locale/is_IS/LC_MESSAGES/django.po +6 -2
  35. wagtail/contrib/search_promotions/locale/sl/LC_MESSAGES/django.mo +0 -0
  36. wagtail/contrib/search_promotions/locale/sl/LC_MESSAGES/django.po +56 -2
  37. wagtail/contrib/search_promotions/locale/sv/LC_MESSAGES/django.mo +0 -0
  38. wagtail/contrib/search_promotions/locale/sv/LC_MESSAGES/django.po +5 -2
  39. wagtail/contrib/settings/locale/hi/LC_MESSAGES/django.po +1 -1
  40. wagtail/contrib/settings/locale/pt_BR/LC_MESSAGES/django.po +1 -1
  41. wagtail/contrib/settings/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
  42. wagtail/contrib/settings/locale/sk_SK/LC_MESSAGES/django.po +10 -1
  43. wagtail/contrib/settings/tests/generic/test_admin.py +144 -16
  44. wagtail/contrib/settings/tests/site_specific/test_admin.py +142 -17
  45. wagtail/contrib/settings/views.py +3 -0
  46. wagtail/contrib/simple_translation/locale/pt_BR/LC_MESSAGES/django.po +1 -1
  47. wagtail/contrib/styleguide/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
  48. wagtail/contrib/styleguide/locale/sk_SK/LC_MESSAGES/django.po +5 -1
  49. wagtail/contrib/styleguide/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  50. wagtail/contrib/styleguide/locale/zh_Hans/LC_MESSAGES/django.po +3 -0
  51. wagtail/contrib/styleguide/tests.py +33 -0
  52. wagtail/contrib/styleguide/views.py +4 -1
  53. wagtail/contrib/table_block/locale/fr/LC_MESSAGES/django.mo +0 -0
  54. wagtail/contrib/table_block/locale/fr/LC_MESSAGES/django.po +27 -1
  55. wagtail/contrib/table_block/locale/is_IS/LC_MESSAGES/django.mo +0 -0
  56. wagtail/contrib/table_block/locale/is_IS/LC_MESSAGES/django.po +28 -2
  57. wagtail/contrib/table_block/locale/sl/LC_MESSAGES/django.mo +0 -0
  58. wagtail/contrib/table_block/locale/sl/LC_MESSAGES/django.po +27 -1
  59. wagtail/contrib/typed_table_block/locale/fr/LC_MESSAGES/django.mo +0 -0
  60. wagtail/contrib/typed_table_block/locale/fr/LC_MESSAGES/django.po +12 -1
  61. wagtail/contrib/typed_table_block/locale/is_IS/LC_MESSAGES/django.mo +0 -0
  62. wagtail/contrib/typed_table_block/locale/is_IS/LC_MESSAGES/django.po +12 -1
  63. wagtail/contrib/typed_table_block/locale/pt_BR/LC_MESSAGES/django.po +1 -1
  64. wagtail/contrib/typed_table_block/locale/sl/LC_MESSAGES/django.mo +0 -0
  65. wagtail/contrib/typed_table_block/locale/sl/LC_MESSAGES/django.po +12 -2
  66. wagtail/documents/locale/ca/LC_MESSAGES/django.mo +0 -0
  67. wagtail/documents/locale/ca/LC_MESSAGES/django.po +3 -2
  68. wagtail/documents/locale/fa/LC_MESSAGES/django.mo +0 -0
  69. wagtail/documents/locale/fa/LC_MESSAGES/django.po +9 -0
  70. wagtail/documents/locale/is_IS/LC_MESSAGES/django.mo +0 -0
  71. wagtail/documents/locale/is_IS/LC_MESSAGES/django.po +17 -2
  72. wagtail/documents/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
  73. wagtail/documents/locale/sk_SK/LC_MESSAGES/django.po +45 -2
  74. wagtail/documents/locale/sl/LC_MESSAGES/django.mo +0 -0
  75. wagtail/documents/locale/sl/LC_MESSAGES/django.po +11 -2
  76. wagtail/documents/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  77. wagtail/documents/locale/zh_Hans/LC_MESSAGES/django.po +7 -1
  78. wagtail/images/locale/fa/LC_MESSAGES/django.mo +0 -0
  79. wagtail/images/locale/fa/LC_MESSAGES/django.po +20 -1
  80. wagtail/images/locale/is_IS/LC_MESSAGES/django.mo +0 -0
  81. wagtail/images/locale/is_IS/LC_MESSAGES/django.po +28 -2
  82. wagtail/images/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
  83. wagtail/images/locale/sk_SK/LC_MESSAGES/django.po +15 -0
  84. wagtail/images/locale/sl/LC_MESSAGES/django.mo +0 -0
  85. wagtail/images/locale/sl/LC_MESSAGES/django.po +14 -2
  86. wagtail/images/locale/sv/LC_MESSAGES/django.mo +0 -0
  87. wagtail/images/locale/sv/LC_MESSAGES/django.po +14 -2
  88. wagtail/images/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  89. wagtail/images/locale/zh_Hans/LC_MESSAGES/django.po +45 -1
  90. wagtail/images/models.py +1 -0
  91. wagtail/images/tests/test_admin_views.py +32 -0
  92. wagtail/images/tests/test_image_operations.py +12 -0
  93. wagtail/images/tests/tests.py +27 -2
  94. wagtail/images/views/images.py +7 -3
  95. wagtail/images/views/serve.py +1 -0
  96. wagtail/locale/fa/LC_MESSAGES/django.mo +0 -0
  97. wagtail/locale/fa/LC_MESSAGES/django.po +3 -0
  98. wagtail/locale/fr/LC_MESSAGES/django.mo +0 -0
  99. wagtail/locale/fr/LC_MESSAGES/django.po +23 -4
  100. wagtail/locale/is_IS/LC_MESSAGES/django.mo +0 -0
  101. wagtail/locale/is_IS/LC_MESSAGES/django.po +22 -2
  102. wagtail/locale/pt_BR/LC_MESSAGES/django.po +1 -1
  103. wagtail/locale/sl/LC_MESSAGES/django.mo +0 -0
  104. wagtail/locale/sl/LC_MESSAGES/django.po +77 -0
  105. wagtail/locale/sv/LC_MESSAGES/django.mo +0 -0
  106. wagtail/locale/sv/LC_MESSAGES/django.po +11 -2
  107. wagtail/locales/locale/it/LC_MESSAGES/django.mo +0 -0
  108. wagtail/locales/locale/it/LC_MESSAGES/django.po +16 -17
  109. wagtail/search/locale/fa/LC_MESSAGES/django.mo +0 -0
  110. wagtail/search/locale/fa/LC_MESSAGES/django.po +24 -0
  111. wagtail/search/locale/pt_BR/LC_MESSAGES/django.mo +0 -0
  112. wagtail/search/locale/pt_BR/LC_MESSAGES/django.po +2 -2
  113. wagtail/search/tests/test_queries.py +24 -0
  114. wagtail/search/utils.py +6 -12
  115. wagtail/snippets/locale/fa/LC_MESSAGES/django.mo +0 -0
  116. wagtail/snippets/locale/fa/LC_MESSAGES/django.po +17 -1
  117. wagtail/snippets/locale/pt_BR/LC_MESSAGES/django.po +1 -1
  118. wagtail/snippets/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
  119. wagtail/snippets/locale/sk_SK/LC_MESSAGES/django.po +3 -0
  120. wagtail/snippets/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  121. wagtail/snippets/locale/zh_Hans/LC_MESSAGES/django.po +40 -1
  122. wagtail/test/testapp/templates/tests/icons/single-quotes.svg +1 -0
  123. wagtail/tests/test_blocks.py +27 -0
  124. wagtail/tests/test_utils.py +28 -1
  125. wagtail/users/locale/fa/LC_MESSAGES/django.mo +0 -0
  126. wagtail/users/locale/fa/LC_MESSAGES/django.po +63 -1
  127. wagtail/users/locale/fr/LC_MESSAGES/django.mo +0 -0
  128. wagtail/users/locale/fr/LC_MESSAGES/django.po +44 -3
  129. wagtail/users/locale/is_IS/LC_MESSAGES/django.mo +0 -0
  130. wagtail/users/locale/is_IS/LC_MESSAGES/django.po +44 -2
  131. wagtail/users/locale/pt_BR/LC_MESSAGES/django.po +1 -1
  132. wagtail/users/locale/sk_SK/LC_MESSAGES/django.mo +0 -0
  133. wagtail/users/locale/sk_SK/LC_MESSAGES/django.po +8 -1
  134. wagtail/users/locale/sl/LC_MESSAGES/django.mo +0 -0
  135. wagtail/users/locale/sl/LC_MESSAGES/django.po +46 -2
  136. wagtail/users/locale/sv/LC_MESSAGES/django.mo +0 -0
  137. wagtail/users/locale/sv/LC_MESSAGES/django.po +41 -2
  138. wagtail/users/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  139. wagtail/users/locale/zh_Hans/LC_MESSAGES/django.po +45 -1
  140. wagtail/utils/utils.py +26 -0
  141. wagtail/widget_adapters.py +1 -1
  142. {wagtail-6.1.1.dist-info → wagtail-6.1.3.dist-info}/METADATA +1 -1
  143. {wagtail-6.1.1.dist-info → wagtail-6.1.3.dist-info}/RECORD +147 -145
  144. {wagtail-6.1.1.dist-info → wagtail-6.1.3.dist-info}/LICENSE +0 -0
  145. {wagtail-6.1.1.dist-info → wagtail-6.1.3.dist-info}/WHEEL +0 -0
  146. {wagtail-6.1.1.dist-info → wagtail-6.1.3.dist-info}/entry_points.txt +0 -0
  147. {wagtail-6.1.1.dist-info → wagtail-6.1.3.dist-info}/top_level.txt +0 -0
@@ -253,6 +253,9 @@ msgstr "Välj ny föräldersida"
253
253
  msgid "Parent page"
254
254
  msgstr "Topp-sida"
255
255
 
256
+ msgid "The new page will be a child of this given parent page."
257
+ msgstr "Den nya sidan kommer bli en undersidan av vald föräldersida."
258
+
256
259
  msgid "Search…"
257
260
  msgstr "Sök…"
258
261
 
@@ -804,6 +807,9 @@ msgstr ""
804
807
  "strong>. Ny version: <strong data-w-upgrade-target=\"latestVersion\"></"
805
808
  "strong>."
806
809
 
810
+ msgid "Read the release notes."
811
+ msgstr "Läs release notes"
812
+
807
813
  msgid "Your pages and snippets in a workflow"
808
814
  msgstr "Dina sidor och snuttar i arbetsflöde"
809
815
 
@@ -1403,6 +1409,10 @@ msgstr "Lägg till en undersida till '%(title)s'"
1403
1409
  msgid "Drag"
1404
1410
  msgstr "Dra"
1405
1411
 
1412
+ #, python-format
1413
+ msgid "Item %(index)s of %(total)s"
1414
+ msgstr "Object %(index)s av %(total)s"
1415
+
1406
1416
  msgid "Disable ordering of child pages"
1407
1417
  msgstr "Inaktivera sortering av undersidor"
1408
1418
 
@@ -1522,6 +1532,9 @@ msgstr "Senast redigerad sida"
1522
1532
  msgid "Last edit"
1523
1533
  msgstr "Senast redigerad"
1524
1534
 
1535
+ msgid "No page types found."
1536
+ msgstr "Inga sidtyper hittades."
1537
+
1525
1538
  msgid "Locking status"
1526
1539
  msgstr "Låsstatus"
1527
1540
 
@@ -1628,6 +1641,18 @@ msgstr "Tillbaka"
1628
1641
  msgid "History"
1629
1642
  msgstr "Historik"
1630
1643
 
1644
+ msgid "Keyboard shortcuts"
1645
+ msgstr "Kortkommandon"
1646
+
1647
+ msgid "All keyboard shortcuts"
1648
+ msgstr "Alla kortkommandon"
1649
+
1650
+ msgid "Section"
1651
+ msgstr "Sektion"
1652
+
1653
+ msgid "Keyboard shortcut"
1654
+ msgstr "Kortkommando"
1655
+
1631
1656
  msgid "Current page status:"
1632
1657
  msgstr "Nuvarande sidstatus:"
1633
1658
 
@@ -1693,6 +1718,10 @@ msgstr "Låsning:"
1693
1718
  msgid "Unlocked"
1694
1719
  msgstr "Olåst"
1695
1720
 
1721
+ #, python-format
1722
+ msgid "Anyone can edit this %(model_name)s"
1723
+ msgstr "Alla kan redigera %(model_name)s"
1724
+
1696
1725
  msgid "Lock"
1697
1726
  msgstr "Lås"
1698
1727
 
@@ -2077,18 +2106,51 @@ msgstr "Skickad till %(task_name)s %(started_at)s"
2077
2106
  msgid "%(status_display)s %(task_name)s %(started_at)s"
2078
2107
  msgstr "%(status_display)s %(task_name)s %(started_at)s"
2079
2108
 
2109
+ msgid "Common actions"
2110
+ msgstr "Vanliga handlingar"
2111
+
2112
+ msgid "Cut"
2113
+ msgstr "Klipp ut"
2114
+
2115
+ msgid "Paste"
2116
+ msgstr "Klistra in"
2117
+
2118
+ msgid "Paste and match style"
2119
+ msgstr "Klistra in och matcha stilen"
2120
+
2080
2121
  msgid "Undo"
2081
2122
  msgstr "Ångra"
2082
2123
 
2083
2124
  msgid "Redo"
2084
2125
  msgstr "Gör om"
2085
2126
 
2127
+ msgid "Save changes"
2128
+ msgstr "Spara ändringar"
2129
+
2130
+ msgid "Text content"
2131
+ msgstr "Textinnehåll"
2132
+
2133
+ msgid "Insert or edit a link"
2134
+ msgstr "Lägg till eller redigera länk"
2135
+
2136
+ msgid "Text formatting"
2137
+ msgstr "Textformattering"
2138
+
2086
2139
  msgid "Bold"
2087
2140
  msgstr "Fetstil"
2088
2141
 
2089
2142
  msgid "Italic"
2090
2143
  msgstr "Kursiv"
2091
2144
 
2145
+ msgid "Underline"
2146
+ msgstr "Understrykning"
2147
+
2148
+ msgid "Monospace (code)"
2149
+ msgstr "Monospace (kod)"
2150
+
2151
+ msgid "Strike-through"
2152
+ msgstr "Genomstruket"
2153
+
2092
2154
  msgid "Superscript"
2093
2155
  msgstr "Exponent"
2094
2156
 
@@ -2404,6 +2466,9 @@ msgstr[1] ""
2404
2466
  "%(num_parent_objects)d sidor och %(num_child_objects)d undersidor har blivit "
2405
2467
  "avpublicerade"
2406
2468
 
2469
+ msgid "Choose parent"
2470
+ msgstr "Välj förälder"
2471
+
2407
2472
  #, python-format
2408
2473
  msgid "Page '%(page_title)s' has been converted into an ordinary page."
2409
2474
  msgstr "Sida '%(page_title)s' har blivit konverterad till en vanlig sida."
@@ -2511,9 +2576,15 @@ msgstr "Sidan kunde inte sparas p.g.a. valideringsfel"
2511
2576
  msgid "Owner"
2512
2577
  msgstr "Ägare"
2513
2578
 
2579
+ msgid "Edited by"
2580
+ msgstr "Redigerad av"
2581
+
2514
2582
  msgid "Site"
2515
2583
  msgstr "Sajt"
2516
2584
 
2585
+ msgid "Has child pages"
2586
+ msgstr "Har undersidor"
2587
+
2517
2588
  msgid "Yes"
2518
2589
  msgstr "Ja"
2519
2590
 
@@ -2754,6 +2825,9 @@ msgstr "Vad är nytt i Wagtail %(version)s"
2754
2825
  msgid "Editor Guide"
2755
2826
  msgstr "Redaktörshandbok"
2756
2827
 
2828
+ msgid "Shortcuts"
2829
+ msgstr "Genvägar"
2830
+
2757
2831
  msgid "Help"
2758
2832
  msgstr "Hjälp"
2759
2833
 
@@ -5,11 +5,11 @@
5
5
  # Thomas Kunambi <kunambi@gmail.com>, 2022
6
6
  # Jim Brouzoulis <jim.brouzoulis@chalmers.se>, 2022
7
7
  # Loic Teixeira, 2022
8
- # Martin Sandström <martin@marteinn.se>, 2023
8
+ # Martin Sandström <martin@marteinn.se>, 2024
9
9
  #
10
10
  msgid ""
11
11
  msgstr ""
12
- "Last-Translator: Martin Sandström <martin@marteinn.se>, 2023\n"
12
+ "Last-Translator: Martin Sandström <martin@marteinn.se>, 2024\n"
13
13
  "Language-Team: Swedish (https://app.transifex.com/torchbox/teams/8009/sv/)\n"
14
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
15
  "Language: sv\n"
@@ -43,6 +43,9 @@ msgstr "Alternativ text"
43
43
  msgid "Are you sure?"
44
44
  msgstr "Är du säker?"
45
45
 
46
+ msgid "Blocks"
47
+ msgstr "Block"
48
+
46
49
  msgid "Broken link"
47
50
  msgstr "Bruten länk"
48
51
 
@@ -21,6 +21,7 @@
21
21
  # Vincent Zhao <zhaopu2008@gmail.com>, 2017-2018
22
22
  # yi huang <yi.codeplayer@gmail.com>, 2018
23
23
  # Yin Guanhao <sopium@mysterious.site>, 2020-2021
24
+ # Yu Cheng, 2024
24
25
  # 祝沙军 <zhushajun@gmail.com>, 2017,2020
25
26
  # 汇民 王 <whuim@qq.com>, 2017-2021
26
27
  # 祝沙军 <zhushajun@gmail.com>, 2017,2020
@@ -32,7 +33,7 @@ msgstr ""
32
33
  "Report-Msgid-Bugs-To: \n"
33
34
  "POT-Creation-Date: 2024-05-02 10:04+0100\n"
34
35
  "PO-Revision-Date: 2014-02-21 15:50+0000\n"
35
- "Last-Translator: 蚂蚁先生 <pzf_karl@hotmail.com>, 2023\n"
36
+ "Last-Translator: Yu Cheng, 2024\n"
36
37
  "Language-Team: Chinese (China) (http://app.transifex.com/torchbox/wagtail/"
37
38
  "language/zh_CN/)\n"
38
39
  "MIME-Version: 1.0\n"
@@ -104,6 +105,9 @@ msgstr "集合"
104
105
  msgid "Tag"
105
106
  msgstr "标签"
106
107
 
108
+ msgid "Filter by up to ten most popular tags."
109
+ msgstr "按十个最流行的标签进行过滤。"
110
+
107
111
  msgid "Preferred language"
108
112
  msgstr "首选语言"
109
113
 
@@ -256,6 +260,18 @@ msgstr "为此页选择一个新的父页面"
256
260
  msgid "Parent page"
257
261
  msgstr "上一级页面"
258
262
 
263
+ #, python-format
264
+ msgid "You do not have permission to create a page under \"%(page_title)s\"."
265
+ msgstr "您无权在“%(page_title)s”下创建页面。"
266
+
267
+ #, python-format
268
+ msgid ""
269
+ "You cannot create a page of type \"%(page_type)s\" under \"%(page_title)s\"."
270
+ msgstr "您无法在“%(page_title)s”下创建“%(page_type)s”类型页面。"
271
+
272
+ msgid "Search…"
273
+ msgstr "搜索…"
274
+
259
275
  #, python-format
260
276
  msgid "Tag(s) %(value_too_long)s are over %(max_tag_length)d characters"
261
277
  msgstr "标签长度 %(value_too_long)s 超过 %(max_tag_length)d 个字符"
@@ -667,6 +683,10 @@ msgstr ""
667
683
  "您提交审核的%(model_name)s被工作流<strong>%(workflow)s</strong>中的任务"
668
684
  "<strong>%(task)s</strong>标记为需要更改。"
669
685
 
686
+ #, python-format
687
+ msgid "Would you still like to publish this %(model_name)s?"
688
+ msgstr "您还想发布这个 %(model_name)s 吗?"
689
+
670
690
  msgid "Cancel"
671
691
  msgstr "取消"
672
692
 
@@ -676,6 +696,10 @@ msgstr "评论"
676
696
  msgid "Actions"
677
697
  msgstr "动作"
678
698
 
699
+ #, python-format
700
+ msgid "There are no %(model_name)s to display."
701
+ msgstr "没有可显示的 %(model_name)s。"
702
+
679
703
  msgid "Update"
680
704
  msgstr "更新"
681
705
 
@@ -1210,6 +1234,9 @@ msgstr "排序"
1210
1234
  msgid "Enable ordering of child pages"
1211
1235
  msgstr "启用子页面排序"
1212
1236
 
1237
+ msgid "Search the whole site"
1238
+ msgstr "搜索整个网站"
1239
+
1213
1240
  msgid "Sites menu"
1214
1241
  msgstr "站点菜单"
1215
1242
 
@@ -1284,9 +1311,21 @@ msgstr "没有页面符合此报告的条件。"
1284
1311
  msgid "Updated"
1285
1312
  msgstr "已更新"
1286
1313
 
1314
+ msgid "App"
1315
+ msgstr "应用"
1316
+
1287
1317
  msgid "Pages"
1288
1318
  msgstr "页面"
1289
1319
 
1320
+ msgid "Last edited page"
1321
+ msgstr "最后编辑的页面"
1322
+
1323
+ msgid "Last edit"
1324
+ msgstr "最后编辑"
1325
+
1326
+ msgid "No page types found."
1327
+ msgstr "未找到页面类型。"
1328
+
1290
1329
  msgid "Locking status"
1291
1330
  msgstr "锁定状态"
1292
1331
 
@@ -1336,12 +1375,18 @@ msgstr "开始于"
1336
1375
  msgid "Incomplete task"
1337
1376
  msgstr "未完成的任务"
1338
1377
 
1378
+ msgid "No pages/snippets have been submitted for moderation yet"
1379
+ msgstr "尚未提交任何页面/片段进行审核"
1380
+
1339
1381
  msgid "By Workflow"
1340
1382
  msgstr "按工作流"
1341
1383
 
1342
1384
  msgid "Completed at"
1343
1385
  msgstr "完成于"
1344
1386
 
1387
+ msgid "Clear"
1388
+ msgstr "清除"
1389
+
1345
1390
  #, python-format
1346
1391
  msgid "Page %(page_num)s of %(total_pages)s."
1347
1392
  msgstr "第 %(page_num)s 页,共 %(total_pages)s 页。"
@@ -1370,12 +1415,27 @@ msgstr "应用过滤器"
1370
1415
  msgid "Add comment"
1371
1416
  msgstr "添加评论"
1372
1417
 
1418
+ msgid "Show filters"
1419
+ msgstr "显示过滤器"
1420
+
1421
+ msgid "Filter by"
1422
+ msgstr "过滤"
1423
+
1373
1424
  msgid "Back"
1374
1425
  msgstr "返回"
1375
1426
 
1376
1427
  msgid "History"
1377
1428
  msgstr "历史"
1378
1429
 
1430
+ msgid "Keyboard shortcuts"
1431
+ msgstr "键盘快捷键"
1432
+
1433
+ msgid "All keyboard shortcuts"
1434
+ msgstr "所有键盘快捷键"
1435
+
1436
+ msgid "Keyboard shortcut"
1437
+ msgstr "快捷键"
1438
+
1379
1439
  msgid "Current page status:"
1380
1440
  msgstr "当前页面状态:"
1381
1441
 
@@ -1413,6 +1473,9 @@ msgstr "否,不取消发布计划"
1413
1473
  msgid "Other searches"
1414
1474
  msgstr "其它搜索"
1415
1475
 
1476
+ msgid "Minimap"
1477
+ msgstr "小地图"
1478
+
1416
1479
  msgid "Side panels"
1417
1480
  msgstr "边栏"
1418
1481
 
@@ -1449,6 +1512,9 @@ msgstr "页面可见性: "
1449
1512
  msgid "Once live anyone can view"
1450
1513
  msgstr "一旦发布,任何人可看"
1451
1514
 
1515
+ msgid "Not visible to the public"
1516
+ msgstr "对外不可见"
1517
+
1452
1518
  msgid "Privacy changes apply to all children of this page too."
1453
1519
  msgstr "私有设置也会应用到此页面的所有子页面。"
1454
1520
 
@@ -1865,6 +1931,10 @@ msgstr "检查"
1865
1931
  msgid "Delete '%(title)s'"
1866
1932
  msgstr "删除“%(title)s”"
1867
1933
 
1934
+ #, python-format
1935
+ msgid "More options for '%(title)s'"
1936
+ msgstr "“%(title)s”的更多选项"
1937
+
1868
1938
  msgid "Editing"
1869
1939
  msgstr "正在编辑"
1870
1940
 
@@ -1 +1 @@
1
- (()=>{"use strict";var t,e={7290:(t,e,i)=>{var s=i(2833),n=i(6032);class a{constructor(t,e,i,s,n,a){const r=t.forEach?t:[t],o=`:is(input,select,textarea,button)[name="${e}"]`;for(let t=0;t<r.length;t+=1){const e=r[t];if(e.nodeType===Node.ELEMENT_NODE){if(e.matches(o)){this.input=e;break}{const t=e.querySelector(o);if(t){this.input=t;break}}}}this.idForLabel=i,this.setState(s),this.parentCapabilities=n||new Map,this.options=a}getValue(){return this.input.value}getState(){return this.input.value}setState(t){this.input.value=t}getTextLabel(t){const e=this.getValue();if("string"!=typeof e)return null;const i=t&&t.maxLength;return i&&e.length>i?e.substring(0,i-1)+"…":e}focus(){this.input.focus()}setCapabilityOptions(t,e){Object.assign(this.parentCapabilities.get(t),e)}}class r{constructor(t,e){this.html=t,this.idPattern=e}boundWidgetClass=a;render(t,e,i,s,a,r={}){const o=this.html.replace(/__NAME__/g,e).replace(/__ID__/g,i),l=this.idPattern.replace(/__ID__/g,i),c=document.createElement("div");c.innerHTML=o.trim();const u=Array.from(c.childNodes);t.replaceWith(...u);const d=u.filter((t=>t.nodeType===Node.ELEMENT_NODE));return d.forEach((t=>{(0,n.v)(t)})),"object"==typeof r?.attributes&&Object.entries(r.attributes).forEach((([t,e])=>{d[0].setAttribute(t,e)})),new this.boundWidgetClass(1===d.length?d[0]:u,e,l,s,a,r)}}window.telepath.register("wagtail.widgets.Widget",r);class o extends a{getValue(){return this.input.checked}getState(){return this.input.checked}setState(t){this.input.checked=t}}window.telepath.register("wagtail.widgets.CheckboxInput",class extends r{boundWidgetClass=o});class l{constructor(t,e,i,s){this.element=t,this.name=e,this.idForLabel=i,this.selector=`input[name="${e}"]:checked`,this.setState(s)}getValue(){return this.element.querySelector(this.selector)?.value}getState(){return this.element.querySelector(this.selector)?.value}setState(t){const e=this.element.querySelectorAll(`input[name="${this.name}"]`);for(let i=0;i<e.length;i+=1)e[i].checked=e[i].value===t}focus(){this.element.querySelector(`input[name="${this.name}"]`)?.focus()}}window.telepath.register("wagtail.widgets.RadioSelect",class extends r{boundWidgetClass=l});class c extends a{getTextLabel(){const t=this.input.selectedOptions[0];return t?t.text:""}}window.telepath.register("wagtail.widgets.Select",class extends r{boundWidgetClass=c});class u{constructor(t,e,i,s){this.widget=t,this.blockDef=e,this.addSibling=i,this.split=s,this.blockMax=i.getBlockMax(e.name),this.icon=e.meta.icon,this.description=e.meta.label,this.type=e.name}render({option:t}){const e="number"==typeof blockMax?` (${this.addSibling.getBlockCount(this.blockDef.name)}/${this.blockMax})`:"";return`${t.description}${e}`}onSelect({editorState:t}){const e=window.draftail.splitState(window.draftail.DraftUtils.removeCommandPalettePrompt(t));e.stateAfter.getCurrentContent().hasText()?setTimeout((()=>{e&&this.split.fn(e.stateBefore,e.stateAfter,e.shouldMoveCommentFn),setTimeout((()=>{this.addSibling.fn({type:this.blockDef.name})}),20)}),50):(this.widget.setState(e.stateBefore),setTimeout((()=>{this.addSibling.fn({type:this.blockDef.name})}),20))}}class d{constructor(t,e){this.widget=t,this.split=e,this.description=(0,s.AP)("Split block")}icon="cut";type="split";onSelect({editorState:t}){const e=window.draftail.splitState(window.draftail.DraftUtils.removeCommandPalettePrompt(t));setTimeout((()=>{e&&this.split.fn(e.stateBefore,e.stateAfter,e.shouldMoveCommentFn)}),50)}}class h{constructor(t,e,i){this.input=t,this.capabilities=new Map(i),this.options=e;const[,s]=draftail.initEditor("#"+this.input.id,this.getFullOptions(),document.currentScript);this.setDraftailOptions=s}getValue(){return this.input.value}getState(){return this.input.draftailEditor.getEditorState()}setState(t){this.input.draftailEditor.onChange(t)}getTextLabel(t){const e=t&&t.maxLength;if(!this.input.value)return"";const i=JSON.parse(this.input.value);if(!i||!i.blocks)return"";let s="";for(const t of i.blocks)if(t.text&&(s+=s?" "+t.text:t.text,e&&s.length>e))return s.substring(0,e-1)+"…";return s}focus(){setTimeout((()=>{this.input.draftailEditor.focus()}),50)}setCapabilityOptions(t,e){const i=Object.assign(this.capabilities.get(t),e);this.capabilities.set(t,i),this.setDraftailOptions(this.getFullOptions())}getCapabilityOptions(t){const e={},i=t,n=i.get("split"),a=i.get("addSibling");let r=[];return n&&(r=(a&&a.enabled&&n.enabled?a.blockGroups:[]).map((([t,e])=>{const i=e.map((t=>new u(this,t,a,n)));return{label:t||(0,s.AP)("Blocks"),type:`streamfield-${t}`,items:i}})),n.enabled&&r.push({label:"Actions",type:"custom-actions",items:[new d(this,n)]})),e.commands=[{type:"blockTypes"},{type:"entityTypes"},...r],e}getFullOptions(){return{...this.options,...this.getCapabilityOptions(this.capabilities)}}}window.telepath.register("wagtail.widgets.DraftailRichTextArea",class{constructor(t){this.options=t}render(t,e,i,s,n,a={}){const r=document.createElement("input");r.type="hidden",r.id=i,r.name=e,"object"==typeof a?.attributes&&Object.entries(a.attributes).forEach((([t,e])=>{r.setAttribute(t,e)}));const o=!!s.getCurrentContent;r.value=o?"null":s,t.appendChild(r);const l=new h(r,{...this.options,...a},n);return o&&l.setState(s),l}});class p extends r{constructor(t){super(),this.options=t}render(t,e,i,s){const n=document.createElement("input");n.type="text",n.name=e,n.id=i,t.replaceWith(n),this.initChooserFn(i,this.options);const a={getValue:()=>n.value,getState:()=>n.value,setState(t){n.value=t},focus(t){t&&t.soft||n.focus()},idForLabel:i};return a.setState(s),a}}window.telepath.register("wagtail.widgets.AdminDateInput",class extends p{initChooserFn=window.initDateChooser}),window.telepath.register("wagtail.widgets.AdminTimeInput",class extends p{initChooserFn=window.initTimeChooser}),window.telepath.register("wagtail.widgets.AdminDateTimeInput",class extends p{initChooserFn=window.initDateTimeChooser}),window.telepath.register("wagtail.errors.ValidationError",class{constructor(t){this.messages=t}})}},i={};function s(t){var n=i[t];if(void 0!==n)return n.exports;var a=i[t]={id:t,loaded:!1,exports:{}};return e[t].call(a.exports,a,a.exports,s),a.loaded=!0,a.exports}s.m=e,t=[],s.O=(e,i,n,a)=>{if(!i){var r=1/0;for(u=0;u<t.length;u++){for(var[i,n,a]=t[u],o=!0,l=0;l<i.length;l++)(!1&a||r>=a)&&Object.keys(s.O).every((t=>s.O[t](i[l])))?i.splice(l--,1):(o=!1,a<r&&(r=a));if(o){t.splice(u--,1);var c=n();void 0!==c&&(e=c)}}return e}a=a||0;for(var u=t.length;u>0&&t[u-1][2]>a;u--)t[u]=t[u-1];t[u]=[i,n,a]},s.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return s.d(e,{a:e}),e},s.d=(t,e)=>{for(var i in e)s.o(e,i)&&!s.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},s.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),s.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),s.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},s.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),s.j=136,(()=>{var t={136:0};s.O.j=e=>0===t[e];var e=(e,i)=>{var n,a,[r,o,l]=i,c=0;if(r.some((e=>0!==t[e]))){for(n in o)s.o(o,n)&&(s.m[n]=o[n]);if(l)var u=l(s)}for(e&&e(i);c<r.length;c++)a=r[c],s.o(t,a)&&t[a]&&t[a][0](),t[a]=0;return s.O(u)},i=globalThis.webpackChunkwagtail=globalThis.webpackChunkwagtail||[];i.forEach(e.bind(null,0)),i.push=e.bind(null,i.push.bind(i))})();var n=s.O(void 0,[321],(()=>s(7290)));n=s.O(n)})();
1
+ (()=>{"use strict";var t,e={7290:(t,e,i)=>{var s=i(2833),n=i(6032);class r{constructor(t,e,i,s,n,r){const a=t.forEach?t:[t],o=`:is(input,select,textarea,button)[name="${e}"]`;for(let t=0;t<a.length;t+=1){const e=a[t];if(e.nodeType===Node.ELEMENT_NODE){if(e.matches(o)){this.input=e;break}{const t=e.querySelector(o);if(t){this.input=t;break}}}}this.idForLabel=i,this.setState(s),this.parentCapabilities=n||new Map,this.options=r}getValue(){return this.input.value}getState(){return this.input.value}setState(t){this.input.value=t}getTextLabel(t){const e=this.getValue();if("string"!=typeof e)return null;const i=t&&t.maxLength;return i&&e.length>i?e.substring(0,i-1)+"…":e}focus(){this.input.focus()}setCapabilityOptions(t,e){Object.assign(this.parentCapabilities.get(t),e)}}class a{constructor(t,e){this.html=t,this.idPattern=e}boundWidgetClass=r;render(t,e,i,s,r,a={}){const o=this.html.replace(/__NAME__/g,e).replace(/__ID__/g,i),l=this.idPattern.replace(/__ID__/g,i),c=document.createElement("div");c.innerHTML=o.trim();const u=Array.from(c.childNodes);t.replaceWith(...u);const h=u.filter((t=>t.nodeType===Node.ELEMENT_NODE));return h.forEach((t=>{(0,n.v)(t)})),"object"==typeof a?.attributes&&Object.entries(a.attributes).forEach((([t,e])=>{h[0].setAttribute(t,e)})),new this.boundWidgetClass(1===h.length?h[0]:u,e,l,s,r,a)}}window.telepath.register("wagtail.widgets.Widget",a);class o extends r{getValue(){return this.input.checked}getState(){return this.input.checked}setState(t){this.input.checked=t}}window.telepath.register("wagtail.widgets.CheckboxInput",class extends a{boundWidgetClass=o});class l{constructor(t,e,i,s){this.element=t,this.name=e,this.idForLabel=i,this.isMultiple=!!this.element.querySelector(`input[name="${e}"][type="checkbox"]`),this.selector=`input[name="${e}"]:checked`,this.setState(s)}getValue(){return this.isMultiple?Array.from(this.element.querySelectorAll(this.selector)).map((t=>t.value)):this.element.querySelector(this.selector)?.value}getState(){return Array.from(this.element.querySelectorAll(this.selector)).map((t=>t.value))}setState(t){const e=this.element.querySelectorAll(`input[name="${this.name}"]`);for(let i=0;i<e.length;i+=1)e[i].checked=t.includes(e[i].value)}focus(){this.element.querySelector(`input[name="${this.name}"]`)?.focus()}}window.telepath.register("wagtail.widgets.RadioSelect",class extends a{boundWidgetClass=l});class c extends r{getTextLabel(){return Array.from(this.input.selectedOptions).map((t=>t.text)).join(", ")}getValue(){return this.input.multiple?Array.from(this.input.selectedOptions).map((t=>t.value)):this.input.value}getState(){return Array.from(this.input.selectedOptions).map((t=>t.value))}setState(t){const e=this.input.options;for(let i=0;i<e.length;i+=1)e[i].selected=t.includes(e[i].value)}}window.telepath.register("wagtail.widgets.Select",class extends a{boundWidgetClass=c});class u{constructor(t,e,i,s){this.widget=t,this.blockDef=e,this.addSibling=i,this.split=s,this.blockMax=i.getBlockMax(e.name),this.icon=e.meta.icon,this.description=e.meta.label,this.type=e.name}render({option:t}){const e="number"==typeof blockMax?` (${this.addSibling.getBlockCount(this.blockDef.name)}/${this.blockMax})`:"";return`${t.description}${e}`}onSelect({editorState:t}){const e=window.draftail.splitState(window.draftail.DraftUtils.removeCommandPalettePrompt(t));e.stateAfter.getCurrentContent().hasText()?setTimeout((()=>{e&&this.split.fn(e.stateBefore,e.stateAfter,e.shouldMoveCommentFn),setTimeout((()=>{this.addSibling.fn({type:this.blockDef.name})}),20)}),50):(this.widget.setState(e.stateBefore),setTimeout((()=>{this.addSibling.fn({type:this.blockDef.name})}),20))}}class h{constructor(t,e){this.widget=t,this.split=e,this.description=(0,s.AP)("Split block")}icon="cut";type="split";onSelect({editorState:t}){const e=window.draftail.splitState(window.draftail.DraftUtils.removeCommandPalettePrompt(t));setTimeout((()=>{e&&this.split.fn(e.stateBefore,e.stateAfter,e.shouldMoveCommentFn)}),50)}}class d{constructor(t,e,i){this.input=t,this.capabilities=new Map(i),this.options=e;const[,s]=draftail.initEditor("#"+this.input.id,this.getFullOptions(),document.currentScript);this.setDraftailOptions=s}getValue(){return this.input.value}getState(){return this.input.draftailEditor.getEditorState()}setState(t){this.input.draftailEditor.onChange(t)}getTextLabel(t){const e=t&&t.maxLength;if(!this.input.value)return"";const i=JSON.parse(this.input.value);if(!i||!i.blocks)return"";let s="";for(const t of i.blocks)if(t.text&&(s+=s?" "+t.text:t.text,e&&s.length>e))return s.substring(0,e-1)+"…";return s}focus(){setTimeout((()=>{this.input.draftailEditor.focus()}),50)}setCapabilityOptions(t,e){const i=Object.assign(this.capabilities.get(t),e);this.capabilities.set(t,i),this.setDraftailOptions(this.getFullOptions())}getCapabilityOptions(t){const e={},i=t,n=i.get("split"),r=i.get("addSibling");let a=[];return n&&(a=(r&&r.enabled&&n.enabled?r.blockGroups:[]).map((([t,e])=>{const i=e.map((t=>new u(this,t,r,n)));return{label:t||(0,s.AP)("Blocks"),type:`streamfield-${t}`,items:i}})),n.enabled&&a.push({label:"Actions",type:"custom-actions",items:[new h(this,n)]})),e.commands=[{type:"blockTypes"},{type:"entityTypes"},...a],e}getFullOptions(){return{...this.options,...this.getCapabilityOptions(this.capabilities)}}}window.telepath.register("wagtail.widgets.DraftailRichTextArea",class{constructor(t){this.options=t}render(t,e,i,s,n,r={}){const a=document.createElement("input");a.type="hidden",a.id=i,a.name=e,"object"==typeof r?.attributes&&Object.entries(r.attributes).forEach((([t,e])=>{a.setAttribute(t,e)}));const o=!!s.getCurrentContent;a.value=o?"null":s,t.appendChild(a);const l=new d(a,{...this.options,...r},n);return o&&l.setState(s),l}});class p extends a{constructor(t){super(),this.options=t}render(t,e,i,s){const n=document.createElement("input");n.type="text",n.name=e,n.id=i,t.replaceWith(n),this.initChooserFn(i,this.options);const r={getValue:()=>n.value,getState:()=>n.value,setState(t){n.value=t},focus(t){t&&t.soft||n.focus()},idForLabel:i};return r.setState(s),r}}window.telepath.register("wagtail.widgets.AdminDateInput",class extends p{initChooserFn=window.initDateChooser}),window.telepath.register("wagtail.widgets.AdminTimeInput",class extends p{initChooserFn=window.initTimeChooser}),window.telepath.register("wagtail.widgets.AdminDateTimeInput",class extends p{initChooserFn=window.initDateTimeChooser}),window.telepath.register("wagtail.errors.ValidationError",class{constructor(t){this.messages=t}})}},i={};function s(t){var n=i[t];if(void 0!==n)return n.exports;var r=i[t]={id:t,loaded:!1,exports:{}};return e[t].call(r.exports,r,r.exports,s),r.loaded=!0,r.exports}s.m=e,t=[],s.O=(e,i,n,r)=>{if(!i){var a=1/0;for(u=0;u<t.length;u++){for(var[i,n,r]=t[u],o=!0,l=0;l<i.length;l++)(!1&r||a>=r)&&Object.keys(s.O).every((t=>s.O[t](i[l])))?i.splice(l--,1):(o=!1,r<a&&(a=r));if(o){t.splice(u--,1);var c=n();void 0!==c&&(e=c)}}return e}r=r||0;for(var u=t.length;u>0&&t[u-1][2]>r;u--)t[u]=t[u-1];t[u]=[i,n,r]},s.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return s.d(e,{a:e}),e},s.d=(t,e)=>{for(var i in e)s.o(e,i)&&!s.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},s.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),s.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),s.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},s.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),s.j=136,(()=>{var t={136:0};s.O.j=e=>0===t[e];var e=(e,i)=>{var n,r,[a,o,l]=i,c=0;if(a.some((e=>0!==t[e]))){for(n in o)s.o(o,n)&&(s.m[n]=o[n]);if(l)var u=l(s)}for(e&&e(i);c<a.length;c++)r=a[c],s.o(t,r)&&t[r]&&t[r][0](),t[r]=0;return s.O(u)},i=globalThis.webpackChunkwagtail=globalThis.webpackChunkwagtail||[];i.forEach(e.bind(null,0)),i.push=e.bind(null,i.push.bind(i))})();var n=s.O(void 0,[321],(()=>s(7290)));n=s.O(n)})();
@@ -23,6 +23,7 @@ from wagtail.admin import messages
23
23
  from wagtail.admin.ui.tables import Column, Table
24
24
  from wagtail.admin.utils import get_valid_next_url_from_request
25
25
  from wagtail.admin.widgets.button import ButtonWithDropdown
26
+ from wagtail.utils.utils import flatten_choices
26
27
 
27
28
 
28
29
  class WagtailAdminTemplateMixin(TemplateResponseMixin, ContextMixin):
@@ -288,7 +289,7 @@ class BaseListingView(WagtailAdminTemplateMixin, BaseListView):
288
289
  )
289
290
  )
290
291
  elif isinstance(filter_def, MultipleChoiceFilter):
291
- choices = {str(id): label for id, label in filter_def.field.choices}
292
+ choices = flatten_choices(filter_def.field.choices)
292
293
  for item in value:
293
294
  filters.append(
294
295
  ActiveFilter(
@@ -326,7 +327,7 @@ class BaseListingView(WagtailAdminTemplateMixin, BaseListView):
326
327
  )
327
328
  )
328
329
  elif isinstance(filter_def, ChoiceFilter):
329
- choices = {str(id): label for id, label in filter_def.field.choices}
330
+ choices = flatten_choices(filter_def.field.choices)
330
331
  filters.append(
331
332
  ActiveFilter(
332
333
  bound_field.auto_id,
@@ -10,7 +10,7 @@
10
10
  # Guilherme Nabanete <neoheartz@gmail.com>, 2016
11
11
  # Luiz Boaretto <lboaretto@gmail.com>, 2016
12
12
  # Luiz Boaretto <lboaretto@gmail.com>, 2016-2020
13
- # Rodrigo de Almeida Sottomaior Macedo <sottomaiormacedotec@gmail.com>, 2022
13
+ # Rodrigo de Almeida Sottomaior Macedo <sottomaiormacedotec@sottomaiormacedo.tech>, 2022
14
14
  msgid ""
15
15
  msgstr ""
16
16
  "Project-Id-Version: Wagtail\n"
@@ -18,7 +18,7 @@ msgstr ""
18
18
  "POT-Creation-Date: 2024-05-02 10:04+0100\n"
19
19
  "PO-Revision-Date: 2014-09-11 15:42+0000\n"
20
20
  "Last-Translator: Rodrigo de Almeida Sottomaior Macedo "
21
- "<sottomaiormacedotec@gmail.com>, 2022\n"
21
+ "<sottomaiormacedotec@sottomaiormacedo.tech>, 2022\n"
22
22
  "Language-Team: Portuguese (Brazil) (http://app.transifex.com/torchbox/"
23
23
  "wagtail/language/pt_BR/)\n"
24
24
  "MIME-Version: 1.0\n"
@@ -5,6 +5,7 @@
5
5
  # Translators:
6
6
  # Amir Mahmoodi, 2022
7
7
  # Amir Mahmoodi, 2022
8
+ # Bardia Khoshroo, 2024
8
9
  # pyzenberg <pyzenberg@gmail.com>, 2017
9
10
  # pyzenberg <pyzenberg@gmail.com>, 2017
10
11
  msgid ""
@@ -13,7 +14,7 @@ msgstr ""
13
14
  "Report-Msgid-Bugs-To: \n"
14
15
  "POT-Creation-Date: 2024-05-02 10:04+0100\n"
15
16
  "PO-Revision-Date: 2014-02-20 21:04+0000\n"
16
- "Last-Translator: pyzenberg <pyzenberg@gmail.com>, 2017\n"
17
+ "Last-Translator: Bardia Khoshroo, 2024\n"
17
18
  "Language-Team: Persian (http://app.transifex.com/torchbox/wagtail/language/"
18
19
  "fa/)\n"
19
20
  "MIME-Version: 1.0\n"
@@ -25,6 +26,12 @@ msgstr ""
25
26
  msgid "Type"
26
27
  msgstr "نوع"
27
28
 
29
+ msgid "Permanent"
30
+ msgstr "دایمی"
31
+
32
+ msgid "Temporary"
33
+ msgstr "موقتی"
34
+
28
35
  msgid "All"
29
36
  msgstr "همه"
30
37
 
@@ -103,12 +110,18 @@ msgstr "انصراف"
103
110
  msgid "Preview"
104
111
  msgstr "پیش‌نمایش"
105
112
 
113
+ msgid "Summary"
114
+ msgstr "خلاصه"
115
+
106
116
  msgid "From"
107
117
  msgstr "از"
108
118
 
109
119
  msgid "To"
110
120
  msgstr "به"
111
121
 
122
+ msgid "Error"
123
+ msgstr "خطا"
124
+
112
125
  msgid "Continue"
113
126
  msgstr "ادامه"
114
127
 
@@ -11,7 +11,7 @@
11
11
  # Iuri L. Machado, 2021-2022
12
12
  # João Luiz Lorencetti <me@dirtycoder.net>, 2016
13
13
  # Luiz Boaretto <lboaretto@gmail.com>, 2018
14
- # Rodrigo de Almeida Sottomaior Macedo <sottomaiormacedotec@gmail.com>, 2022
14
+ # Rodrigo de Almeida Sottomaior Macedo <sottomaiormacedotec@sottomaiormacedo.tech>, 2022
15
15
  # Thiago Cangussu <cangussu.thg@gmail.com>, 2014
16
16
  # Thiago Cangussu <cng.thg@gmail.com>, 2014
17
17
  msgid ""
@@ -12,7 +12,7 @@
12
12
  # Loic Teixeira, 2020,2022-2023
13
13
  # nahuel, 2014
14
14
  # Sebastien Andrivet <sebastien@andrivet.com>, 2016
15
- # Sébastien Corbin <seb.corbin@gmail.com>, 2023
15
+ # Sébastien Corbin <seb.corbin@gmail.com>, 2023-2024
16
16
  # Tom Dyson <tom@torchbox.com>, 2015
17
17
  msgid ""
18
18
  msgstr ""
@@ -20,7 +20,7 @@ msgstr ""
20
20
  "Report-Msgid-Bugs-To: \n"
21
21
  "POT-Creation-Date: 2024-05-02 10:04+0100\n"
22
22
  "PO-Revision-Date: 2015-08-26 14:04+0000\n"
23
- "Last-Translator: Sébastien Corbin <seb.corbin@gmail.com>, 2023\n"
23
+ "Last-Translator: Sébastien Corbin <seb.corbin@gmail.com>, 2023-2024\n"
24
24
  "Language-Team: French (http://app.transifex.com/torchbox/wagtail/language/"
25
25
  "fr/)\n"
26
26
  "MIME-Version: 1.0\n"
@@ -165,6 +165,9 @@ msgstr ""
165
165
  "Aucun résultat de promotion n'a été créé. Pourquoi ne pas <a "
166
166
  "href=\"%(wagtailsearchpromotions_add_url)s\">en ajouter un</a> ?"
167
167
 
168
+ msgid "No promoted results have been created."
169
+ msgstr "Aucun résultat mis en avant n'a été créé."
170
+
168
171
  msgid "Popular search terms"
169
172
  msgstr "Termes de recherche populaires"
170
173
 
@@ -3,7 +3,7 @@
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  #
5
5
  # Translators:
6
- # Arnar Tumi Þorsteinsson <arnartumi@gmail.com>, 2015-2016,2022
6
+ # Arnar Tumi Þorsteinsson <arnartumi@gmail.com>, 2015-2016,2022,2024
7
7
  # saevarom <saevar@saevar.is>, 2016,2018-2020,2022-2023
8
8
  msgid ""
9
9
  msgstr ""
@@ -11,7 +11,8 @@ msgstr ""
11
11
  "Report-Msgid-Bugs-To: \n"
12
12
  "POT-Creation-Date: 2024-05-02 10:04+0100\n"
13
13
  "PO-Revision-Date: 2015-08-26 14:04+0000\n"
14
- "Last-Translator: saevarom <saevar@saevar.is>, 2016,2018-2020,2022-2023\n"
14
+ "Last-Translator: Arnar Tumi Þorsteinsson <arnartumi@gmail.com>, "
15
+ "2015-2016,2022,2024\n"
15
16
  "Language-Team: Icelandic (Iceland) (http://app.transifex.com/torchbox/"
16
17
  "wagtail/language/is_IS/)\n"
17
18
  "MIME-Version: 1.0\n"
@@ -151,6 +152,9 @@ msgstr ""
151
152
  "Engin meðmæli hafa verið búin til. Hví ekki að <a "
152
153
  "href=\"%(wagtailsearchpromotions_add_url)s\">bæta við einum</a>?"
153
154
 
155
+ msgid "No promoted results have been created."
156
+ msgstr "Engin leitarorð sem mælt er með hafa verið búin til"
157
+
154
158
  msgid "Popular search terms"
155
159
  msgstr "Vinsælir leitarfrasar"
156
160