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
wagtail/__init__.py CHANGED
@@ -6,7 +6,7 @@ from wagtail.utils.version import get_semver_version, get_version
6
6
 
7
7
  # major.minor.patch.release.number
8
8
  # release must be one of alpha, beta, rc, or final
9
- VERSION = (6, 1, 1, "final", 1)
9
+ VERSION = (6, 1, 3, "final", 1)
10
10
 
11
11
  __version__ = get_version(VERSION)
12
12
 
@@ -2853,7 +2853,7 @@ msgstr "%(model_name)s '%(object)s' esborrat."
2853
2853
 
2854
2854
  #, python-format
2855
2855
  msgid "Are you sure you want to delete this %(model_name)s?"
2856
- msgstr "Segur que voleu esborrar aquest/a%(model_name)s?"
2856
+ msgstr "Segur que voleu esborrar aquest/a %(model_name)s?"
2857
2857
 
2858
2858
  msgid "Inspecting"
2859
2859
  msgstr "Inspeccionant"
@@ -5,6 +5,7 @@
5
5
  # Translators:
6
6
  # Amir Mahmoodi, 2022
7
7
  # Amir Mahmoodi, 2022-2023
8
+ # Bardia Khoshroo, 2024
8
9
  # Ehsan jahanbakhsh <man207ej@gmail.com>, 2020
9
10
  # Hamed NAJAND <hmd.nzhd@gmail.com>, 2020
10
11
  # Mehdi <myjahromi@gmail.com>, 2020
@@ -18,7 +19,7 @@ msgstr ""
18
19
  "Report-Msgid-Bugs-To: \n"
19
20
  "POT-Creation-Date: 2024-05-02 10:04+0100\n"
20
21
  "PO-Revision-Date: 2014-02-21 15:50+0000\n"
21
- "Last-Translator: Amir Mahmoodi, 2022-2023\n"
22
+ "Last-Translator: Bardia Khoshroo, 2024\n"
22
23
  "Language-Team: Persian (http://app.transifex.com/torchbox/wagtail/language/"
23
24
  "fa/)\n"
24
25
  "MIME-Version: 1.0\n"
@@ -41,6 +42,12 @@ msgstr "دوباره ثبت کردن در %(task_name)s"
41
42
  msgid "Submit to %(workflow_name)s"
42
43
  msgstr "ثبت کردن در %(workflow_name)s"
43
44
 
45
+ msgid "Restart workflow "
46
+ msgstr "بازنشانی رویه کاری"
47
+
48
+ msgid "Cancel workflow "
49
+ msgstr "لغو رویه کاری"
50
+
44
51
  msgid "Unpublish"
45
52
  msgstr "لغو انتشار"
46
53
 
@@ -77,6 +84,12 @@ msgstr "همه"
77
84
  msgid "Collection"
78
85
  msgstr "مجموعه"
79
86
 
87
+ msgid "Tag"
88
+ msgstr "برچسب"
89
+
90
+ msgid "Filter by up to ten most popular tags."
91
+ msgstr "فیلتر با ده محبوبترین برچسب ها"
92
+
80
93
  msgid "Preferred language"
81
94
  msgstr "زبان ترجیحی"
82
95
 
@@ -207,6 +220,9 @@ msgstr[1] ""
207
220
  "%(count)s تا از صفحات در حال کپی شدن منتشر شده‌اند. آیا مایل کپی‌های آنها نیز "
208
221
  "انتشار یابند؟"
209
222
 
223
+ msgid "Alias"
224
+ msgstr "نام مستعار"
225
+
210
226
  msgid "Keep the new pages updated with future changes"
211
227
  msgstr "بروز نگه داشتن صفحات جدید با تغییرات آینده"
212
228
 
@@ -235,6 +251,9 @@ msgstr "انتخاب یک والد جدید برای این صفحه."
235
251
  msgid "Parent page"
236
252
  msgstr "صفحه والد"
237
253
 
254
+ msgid "Search…"
255
+ msgstr "جستجو..."
256
+
238
257
  #, python-format
239
258
  msgid "Tag(s) %(value_too_long)s are over %(max_tag_length)d characters"
240
259
  msgstr "برچسب(های) %(value_too_long)s بیشتر از %(max_tag_length)d حرف دارند"
@@ -251,6 +270,15 @@ msgstr "لطفا دست کم یک گروه را انتخاب نمایید."
251
270
  msgid "All types"
252
271
  msgstr "همه انواع"
253
272
 
273
+ msgid "Give your workflow a name"
274
+ msgstr "به رویه کاریتان نام بدهید"
275
+
276
+ msgid "Add tasks to your workflow"
277
+ msgstr "به رویه کاریتان دستورالعمل اضافه کنید"
278
+
279
+ msgid "Task"
280
+ msgstr "دستورالعمل"
281
+
254
282
  msgid "1 page selected"
255
283
  msgstr "1 صفحه انتخاب شده"
256
284
 
@@ -423,6 +451,9 @@ msgstr "رمزعبور را بازنشانی کنید"
423
451
  msgid "Reset to default"
424
452
  msgstr "بازنشانی به پیشفرض"
425
453
 
454
+ msgid "Default avatar"
455
+ msgstr "تصویر پیشفرض"
456
+
426
457
  msgid "Upload a profile picture:"
427
458
  msgstr "بارگذاری یک تصویر پروفایل:"
428
459
 
@@ -435,6 +466,9 @@ msgstr "بازگشت به عقب"
435
466
  msgid "Bulk actions"
436
467
  msgstr "اعمال جمعی"
437
468
 
469
+ msgid "Select"
470
+ msgstr "انتخاب"
471
+
438
472
  msgid "Select row"
439
473
  msgstr "انتخاب ردیف"
440
474
 
@@ -591,6 +625,9 @@ msgstr ""
591
625
  msgid "Sorry, there are no matches for \"<em>%(search_query)s</em>\""
592
626
  msgstr "متاسفانه هیچ انطباقی برای \"<em>%(search_query)s</em>\" وجود ندارد"
593
627
 
628
+ msgid "There are no results."
629
+ msgstr "نتیجه ای یافت نشد."
630
+
594
631
  msgid "Yes, delete"
595
632
  msgstr "بله حذف شود"
596
633
 
@@ -607,9 +644,16 @@ msgstr "بله لغو انتشار شود"
607
644
  msgid "No, don't unpublish"
608
645
  msgstr "نه لغو انتشار نشود"
609
646
 
647
+ #, python-format
648
+ msgid "Publish %(model_name)s"
649
+ msgstr "انتشار%(model_name)s"
650
+
610
651
  msgid "Cancel"
611
652
  msgstr "لغو"
612
653
 
654
+ msgid "Comment"
655
+ msgstr "نظر"
656
+
613
657
  msgid "Actions"
614
658
  msgstr "اعمال"
615
659
 
@@ -707,6 +751,12 @@ msgstr ""
707
751
  msgid "Read the release notes."
708
752
  msgstr "خواندن یادداشت های انتشار."
709
753
 
754
+ msgid "Task started"
755
+ msgstr "دستورالعمل آغاز شده"
756
+
757
+ msgid "Changes requested at"
758
+ msgstr "تغییرات درخواست شده در"
759
+
710
760
  msgid "Awaiting"
711
761
  msgstr "در انتظار"
712
762
 
@@ -732,6 +782,12 @@ msgstr ""
732
782
  msgid "Awaiting your review"
733
783
  msgstr "در انتظار بازنگری شما"
734
784
 
785
+ msgid "Tasks"
786
+ msgstr "دستورالعمل ها"
787
+
788
+ msgid "Task submitted by"
789
+ msgstr "دستورالعمل ثبت شده توسط"
790
+
735
791
  msgid "Preview"
736
792
  msgstr "نمایش"
737
793
 
@@ -833,6 +889,9 @@ msgstr "حریم صفحه"
833
889
  msgid "This page has been made private by a parent page."
834
890
  msgstr "این صفحه توسط صفحه والد شخصی شده."
835
891
 
892
+ msgid "Save the page before leaving"
893
+ msgstr "پیش از ترک کردن، صفحه را ذخیره کن"
894
+
836
895
  msgid "You have <span>unsaved edits</span>"
837
896
  msgstr "شما دارای <span>تغییرات ذخیره نشده</span> هستید "
838
897
 
@@ -867,6 +926,9 @@ msgstr "ایجاد صفحه در"
867
926
  msgid "Choose which type of page you'd like to create."
868
927
  msgstr "نوع صفحه ای را که میخواهید بسازید مشخص کنید."
869
928
 
929
+ msgid "Sorry, you cannot create a page at this location."
930
+ msgstr "متاسفانه ایجاد صفحه در اینجا میسر نیست."
931
+
870
932
  #, python-format
871
933
  msgid "Pages using %(page_type)s"
872
934
  msgstr "صفحه هایی که %(page_type)s هستند"
@@ -879,6 +941,9 @@ msgstr[1] "شما مجور حذف این صفحات را ندارید"
879
941
  msgid "Move"
880
942
  msgstr "انتقال"
881
943
 
944
+ msgid "Are you sure you want to move these pages?"
945
+ msgstr "آیا از انتقال این صفحات اطمینان دارید؟"
946
+
882
947
  msgid "You don't have permission to move this page"
883
948
  msgid_plural "You don't have permission to move these pages"
884
949
  msgstr[0] "شما مجوز انتقال این صفحه را ندارید"
@@ -898,6 +963,9 @@ msgid_plural "You don't have permission to publish these pages"
898
963
  msgstr[0] "شما مجوز منتشر کردن این صفحه را ندارید"
899
964
  msgstr[1] "شما مجوز منتشر کردن این صفحات را ندارید"
900
965
 
966
+ msgid "Yes, publish"
967
+ msgstr "بله، انتشار بده"
968
+
901
969
  msgid "No, don't publish"
902
970
  msgstr "نه، منتشر نکن"
903
971
 
@@ -975,6 +1043,12 @@ msgstr "کپی این صفحه"
975
1043
  msgid "This page has unsaved changes."
976
1044
  msgstr "این صفحه تغییرات ذخیره نشده دارد."
977
1045
 
1046
+ msgid "Edit original page"
1047
+ msgstr "ویرایش صفحه اصلی"
1048
+
1049
+ msgid "Select all pages in listing"
1050
+ msgstr "انتخاب تمامی صفحات در لیست"
1051
+
978
1052
  msgid "Configure a site now."
979
1053
  msgstr "پیکربندی یک سایت"
980
1054
 
@@ -6,10 +6,11 @@
6
6
  # pyzenberg <pyzenberg@gmail.com>, 2022
7
7
  # Loic Teixeira, 2022
8
8
  # Amir Mahmoodi, 2023
9
+ # Bardia Khoshroo, 2024
9
10
  #
10
11
  msgid ""
11
12
  msgstr ""
12
- "Last-Translator: Amir Mahmoodi, 2023\n"
13
+ "Last-Translator: Bardia Khoshroo, 2024\n"
13
14
  "Language-Team: Persian (https://app.transifex.com/torchbox/teams/8009/fa/)\n"
14
15
  "Content-Type: text/plain; charset=UTF-8\n"
15
16
  "Language: fa\n"
@@ -27,6 +28,9 @@ msgstr "انصراف"
27
28
  msgid "Close"
28
29
  msgstr "بستن"
29
30
 
31
+ msgid "Comment"
32
+ msgstr "نظر"
33
+
30
34
  msgid "Dashboard"
31
35
  msgstr "داشبورد"
32
36
 
@@ -37,7 +37,7 @@ msgstr ""
37
37
  "Report-Msgid-Bugs-To: \n"
38
38
  "POT-Creation-Date: 2024-05-02 10:04+0100\n"
39
39
  "PO-Revision-Date: 2014-02-21 15:50+0000\n"
40
- "Last-Translator: Aurel Pere, 2024\n"
40
+ "Last-Translator: Sébastien Corbin <seb.corbin@gmail.com>, 2023-2024\n"
41
41
  "Language-Team: French (http://app.transifex.com/torchbox/wagtail/language/"
42
42
  "fr/)\n"
43
43
  "MIME-Version: 1.0\n"
@@ -110,6 +110,9 @@ msgstr "Collection"
110
110
  msgid "Tag"
111
111
  msgstr "Mot-clé"
112
112
 
113
+ msgid "Filter by up to ten most popular tags."
114
+ msgstr "Filtrer jusqu'à dix mot-clés les plus populaires."
115
+
113
116
  msgid "Preferred language"
114
117
  msgstr "Langue préférée"
115
118
 
@@ -280,6 +283,21 @@ msgstr "Sélectionner une nouvelle page parente pour cette page"
280
283
  msgid "Parent page"
281
284
  msgstr "Page parente"
282
285
 
286
+ msgid "The new page will be a child of this given parent page."
287
+ msgstr "La nouvelle page sera enfant de cette page parente."
288
+
289
+ #, python-format
290
+ msgid "You do not have permission to create a page under \"%(page_title)s\"."
291
+ msgstr ""
292
+ "Vous n'avez pas la permission de créer une page sous \"%(page_title)s\"."
293
+
294
+ #, python-format
295
+ msgid ""
296
+ "You cannot create a page of type \"%(page_type)s\" under \"%(page_title)s\"."
297
+ msgstr ""
298
+ "VOus ne pouvez pas créer une page de type \"%(page_type)s\" sous "
299
+ "\"%(page_title)s\"."
300
+
283
301
  msgid "Search…"
284
302
  msgstr "Rechercher..."
285
303
 
@@ -1804,7 +1822,7 @@ msgstr "Rechercher dans tout le site"
1804
1822
 
1805
1823
  #, python-format
1806
1824
  msgid "%(start_index)s-%(end_index)s of %(items_count)s"
1807
- msgstr "%(start_index)s-%(end_index)s sur %(items_count)sitems"
1825
+ msgstr "%(start_index)s-%(end_index)s sur %(items_count)s"
1808
1826
 
1809
1827
  msgid "Sites menu"
1810
1828
  msgstr "Menu des sites"
@@ -2040,6 +2058,18 @@ msgstr "Retour"
2040
2058
  msgid "History"
2041
2059
  msgstr "Historique"
2042
2060
 
2061
+ msgid "Keyboard shortcuts"
2062
+ msgstr "Raccourcis clavier"
2063
+
2064
+ msgid "All keyboard shortcuts"
2065
+ msgstr "Tous les raccourcis clavier"
2066
+
2067
+ msgid "Section"
2068
+ msgstr "Section"
2069
+
2070
+ msgid "Keyboard shortcut"
2071
+ msgstr "Raccourci clavier"
2072
+
2043
2073
  msgid "Current page status:"
2044
2074
  msgstr "Status actuel de la page :"
2045
2075
 
@@ -2235,7 +2265,7 @@ msgid ""
2235
2265
  "One or more references to this %(model_name)s prevent it from being deleted."
2236
2266
  msgstr ""
2237
2267
  "Une ou plusieurs références vers ce(tte) %(model_name)s l'empêche d'être "
2238
- "supprimé."
2268
+ "supprimé(e)."
2239
2269
 
2240
2270
  msgid "Edit / Review"
2241
2271
  msgstr "Modifier / Vérifier"
@@ -2566,18 +2596,54 @@ msgstr "Envoyé vers %(task_name)s %(started_at)s"
2566
2596
  msgid "%(status_display)s %(task_name)s %(started_at)s"
2567
2597
  msgstr "%(status_display)s %(task_name)s %(started_at)s"
2568
2598
 
2599
+ msgid "Common actions"
2600
+ msgstr "Actions fréquentes"
2601
+
2602
+ msgid "Cut"
2603
+ msgstr "Couper"
2604
+
2605
+ msgid "Paste"
2606
+ msgstr "Coller"
2607
+
2608
+ msgid "Paste and match style"
2609
+ msgstr "Coller et appliquer le style"
2610
+
2611
+ msgid "Paste without formatting"
2612
+ msgstr "Coller sans le style de formatage"
2613
+
2569
2614
  msgid "Undo"
2570
2615
  msgstr "Annuler"
2571
2616
 
2572
2617
  msgid "Redo"
2573
2618
  msgstr "Rétablir"
2574
2619
 
2620
+ msgid "Save changes"
2621
+ msgstr "Enregistrer les changements"
2622
+
2623
+ msgid "Text content"
2624
+ msgstr "Contenu texte"
2625
+
2626
+ msgid "Insert or edit a link"
2627
+ msgstr "Insérer ou modifier un lien"
2628
+
2629
+ msgid "Text formatting"
2630
+ msgstr "Formatage de texte"
2631
+
2575
2632
  msgid "Bold"
2576
2633
  msgstr "Gras"
2577
2634
 
2578
2635
  msgid "Italic"
2579
2636
  msgstr "Italique"
2580
2637
 
2638
+ msgid "Underline"
2639
+ msgstr "Souligner"
2640
+
2641
+ msgid "Monospace (code)"
2642
+ msgstr "Monospace (code)"
2643
+
2644
+ msgid "Strike-through"
2645
+ msgstr "Barré"
2646
+
2581
2647
  msgid "Superscript"
2582
2648
  msgstr "Exposant"
2583
2649
 
@@ -2838,6 +2904,10 @@ msgstr ""
2838
2904
  "La version du « %(timestamp)s » de %(model_name)s « %(object)s » a été "
2839
2905
  "planifié(e) pour la publication."
2840
2906
 
2907
+ #, python-format
2908
+ msgid "%(related_model_name)s %(field_label)s"
2909
+ msgstr "%(related_model_name)s %(field_label)s"
2910
+
2841
2911
  #, python-format
2842
2912
  msgid "Edit '%(title)s'"
2843
2913
  msgstr "Modifier « %(title)s »"
@@ -3054,6 +3124,13 @@ msgstr[2] ""
3054
3124
  "%(num_parent_objects)d pages et %(num_child_objects)d sous-pages ont été "
3055
3125
  "dépubliées"
3056
3126
 
3127
+ msgid "Choose parent"
3128
+ msgstr "Choisir un parent"
3129
+
3130
+ #, python-format
3131
+ msgid "Create a new %(model_name)s"
3132
+ msgstr "Créer un(e) nouveau(elle) %(model_name)s"
3133
+
3057
3134
  #, python-format
3058
3135
  msgid "Page '%(page_title)s' has been converted into an ordinary page."
3059
3136
  msgstr ""
@@ -3160,6 +3237,9 @@ msgstr "La page n'a pu être enregistrée car elle est verrouillée"
3160
3237
  msgid "The page could not be saved due to validation errors"
3161
3238
  msgstr "La page ne peut être enregistrée du fait d'erreurs de validation."
3162
3239
 
3240
+ msgid "Is commenting action"
3241
+ msgstr "Est une action de commentaire"
3242
+
3163
3243
  msgid "Date updated"
3164
3244
  msgstr "Date mise à jour"
3165
3245
 
@@ -3298,6 +3378,9 @@ msgstr "Tâches de workflow"
3298
3378
  msgid "Requested By"
3299
3379
  msgstr "Demandé par"
3300
3380
 
3381
+ msgid "Show disabled"
3382
+ msgstr "Afficher les désactivés"
3383
+
3301
3384
  msgid "Add a workflow"
3302
3385
  msgstr "Ajouter un workflow"
3303
3386
 
@@ -3480,6 +3563,9 @@ msgstr "Ce qui est nouveau avec Wagtail %(version)s"
3480
3563
  msgid "Editor Guide"
3481
3564
  msgstr "Guide du redacteur"
3482
3565
 
3566
+ msgid "Shortcuts"
3567
+ msgstr "Raccourcis"
3568
+
3483
3569
  msgid "Help"
3484
3570
  msgstr "Aide"
3485
3571