Skip to content

Commit

Permalink
Finish creating filters
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-Crow committed Jul 11, 2024
1 parent d251873 commit 9d1e3ff
Show file tree
Hide file tree
Showing 12 changed files with 29,308 additions and 513 deletions.
Binary file modified blog/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
64 changes: 34 additions & 30 deletions blog/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-07-08 19:12+0200\n"
"PO-Revision-Date: 2024-07-08 18:42+0200\n"
"POT-Creation-Date: 2024-07-11 17:35+0200\n"
"PO-Revision-Date: 2024-07-11 17:36+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: fr\n"
Expand All @@ -18,19 +18,19 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 3.4.2\n"

#: blog/blocks.py:9 blog/models.py:335 blog/models.py:352
#: blog/blocks.py:9 blog/models.py:348 blog/models.py:365
msgid "Name"
msgstr "Nom"

#: blog/blocks.py:10 blog/models.py:353
#: blog/blocks.py:10 blog/models.py:366
msgid "Role"
msgstr "Fonction"

#: blog/blocks.py:11 blog/models.py:347
#: blog/blocks.py:11 blog/models.py:360
msgid "Organization"
msgstr "Organisation"

#: blog/blocks.py:12 blog/models.py:355
#: blog/blocks.py:12 blog/models.py:368
msgid "Contact info"
msgstr "Informations de contact"

Expand All @@ -46,26 +46,25 @@ msgstr "Carte contact"
msgid "Posts per page"
msgstr "Articles par page"

#: blog/models.py:40 blog/templates/blog/blog_index_page.html:60
#: blog/models.py:40 blog/templates/blog/blog_index_page.html:76
msgid "Filter by category"
msgstr "Filtrer par catégorie"

#: blog/models.py:41 blog/templates/blog/blog_index_page.html:77
#: blog/models.py:41 blog/templates/blog/blog_index_page.html:93
msgid "Filter by tag"
msgstr "Filtrer par étiquette"

#: blog/models.py:42 blog/templates/blog/blog_index_page.html:94
#: blog/models.py:42 blog/templates/blog/blog_index_page.html:110
msgid "Filter by author"
msgstr "Filtrer par auteur"

#: blog/models.py:44 blog/templates/blog/blog_index_page.html:109
#: blog/models.py:44 blog/templates/blog/blog_index_page.html:125
msgid "Filter by source"
msgstr "Filtrer par source"

#: blog/models.py:44
msgid "The source is the organization of the post author"
msgstr ""
"La source est l’organisation à laquelle appartient l’auteur de l’article"
msgstr "La source est l’organisation à laquelle appartient l’auteur de l’article"

#: blog/models.py:56
msgid "Show filters"
Expand All @@ -85,7 +84,7 @@ msgstr "Étiquettes"
msgid "Posts tagged with %(tag)s"
msgstr "Articles avec l’étiquette %(tag)s"

#: blog/models.py:110 blog/models.py:214 blog/models.py:310
#: blog/models.py:110 blog/models.py:227 blog/models.py:323
#: blog/templates/blog/categories_list_page.html:20 blog/views.py:117
msgid "Categories"
msgstr "Catégories"
Expand All @@ -104,69 +103,74 @@ msgstr "Articles écrits par"
msgid "Posts published in %(year)s"
msgstr "Articles publiés en %(year)s"

#: blog/models.py:216
#: blog/models.py:229
msgid "Post date"
msgstr "Date de publication"

#: blog/models.py:218
#: blog/models.py:231
msgid "Author entries can be created in Snippets > Persons"
msgstr "Les auteurs peuvent être créés via Fragments > Personnes"

#: blog/models.py:237
#: blog/models.py:250
msgid "Scheduled publishing"
msgstr "Publication planifiée"

#: blog/models.py:245
#: blog/models.py:258
msgid "Tags and Categories"
msgstr "Étiquettes et Catégories"

#: blog/models.py:253
#: blog/models.py:266
msgid "Blog page"
msgstr "Page de blog"

#: blog/models.py:258
#: blog/models.py:271
msgid "Category name"
msgstr "Nom de la catégorie"

#: blog/models.py:265
#: blog/models.py:278
msgid "Parent category"
msgstr "Catégorie parente"

#: blog/models.py:272
#: blog/models.py:285
msgid "Description"
msgstr "Description"

#: blog/models.py:273
#: blog/models.py:286
msgid "Displayed on the top of the category page"
msgstr "Affiché en haut de la page de la catégorie"

#: blog/models.py:279
#: blog/models.py:292
msgid "Text displayed at the end of every page in the category"
msgstr "Texte affiché à la fin de chaque page de la catégorie"

#: blog/models.py:290
#: blog/models.py:303
msgid "Parent category cannot be self."
msgstr "La catégorie ne peut être sa propre parente."

#: blog/models.py:292
#: blog/models.py:305
msgid "Cannot have circular Parents."
msgstr "Il est impossible d’avoir des parents circulaires."

#: blog/models.py:309 blog/models.py:321
#: blog/models.py:322 blog/models.py:334
msgid "Category"
msgstr "Catégorie"

#: blog/models.py:372
#: blog/models.py:385
msgid "Person"
msgstr "Personne"

#: blog/templates/blog/blocks/blog_index_posts_list.html:36
msgid "No article found."
msgstr "Aucun article trouvé."

#: blog/templates/blog/blog_entry_page.html:75
msgid "Posted by:"
msgstr "Écrit par :"

#: blog/templates/blog/blog_index_page.html:157
msgid "No article found."
msgstr "Aucun article trouvé."
#: blog/templates/blog/blog_index_page.html:71
#: blog/templates/blog/blog_index_page.html:73
msgid "Filters"
msgstr "Filtres"

#, python-format
#~ msgid "Posts written by %(first_name)s %(last_name)s"
Expand Down
Loading

0 comments on commit 9d1e3ff

Please sign in to comment.