From 549d8768a6786b9bff67674ca308038523277de8 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 2 Mar 2021 10:46:08 -0800 Subject: [PATCH] Combine a couple very similar translation strings plus a whitespace fix --- bookwyrm/templates/book.html | 6 +- .../templates/user/create_shelf_form.html | 4 +- bookwyrm/templates/user/edit_shelf_form.html | 1 - bookwyrm/templates/user/lists.html | 2 +- locale/en_US/LC_MESSAGES/django.po | 62 ++++++--------- locale/fr_FR/LC_MESSAGES/django.mo | Bin 20692 -> 20629 bytes locale/fr_FR/LC_MESSAGES/django.po | 74 +++++++++--------- locale/zh_CN/LC_MESSAGES/django.mo | Bin 23894 -> 23803 bytes locale/zh_CN/LC_MESSAGES/django.po | 70 ++++++++--------- 9 files changed, 100 insertions(+), 119 deletions(-) diff --git a/bookwyrm/templates/book.html b/bookwyrm/templates/book.html index aabfb37b1..d80daca24 100644 --- a/bookwyrm/templates/book.html +++ b/bookwyrm/templates/book.html @@ -97,11 +97,7 @@

{% include 'snippets/stars.html' with rating=rating %} - {% blocktrans count counter=review_count %} - ({{ review_count }} review) - {% plural %} - ({{ review_count }} reviews) - {% endblocktrans %} + {% blocktrans count counter=review_count %}({{ review_count }} review){% plural %}({{ review_count }} reviews){% endblocktrans %}

{% include 'snippets/trimmed_text.html' with full=book|book_description %} diff --git a/bookwyrm/templates/user/create_shelf_form.html b/bookwyrm/templates/user/create_shelf_form.html index 785c8d06f..b7ea27de8 100644 --- a/bookwyrm/templates/user/create_shelf_form.html +++ b/bookwyrm/templates/user/create_shelf_form.html @@ -2,7 +2,7 @@ {% load i18n %} {% block header %} -{% trans "Create New Shelf" %} +{% trans "Create Shelf" %} {% endblock %} {% block form %} @@ -19,7 +19,7 @@ {% include 'snippets/privacy_select.html' %}
- +
diff --git a/bookwyrm/templates/user/edit_shelf_form.html b/bookwyrm/templates/user/edit_shelf_form.html index a9f86da4c..753d06816 100644 --- a/bookwyrm/templates/user/edit_shelf_form.html +++ b/bookwyrm/templates/user/edit_shelf_form.html @@ -29,4 +29,3 @@ {% endblock %} - diff --git a/bookwyrm/templates/user/lists.html b/bookwyrm/templates/user/lists.html index 8e47041f4..85c7cc8c6 100644 --- a/bookwyrm/templates/user/lists.html +++ b/bookwyrm/templates/user/lists.html @@ -14,7 +14,7 @@ {% if is_self %}
- {% trans "Create new list" as button_text %} + {% trans "Create list" as button_text %} {% include 'snippets/toggle/open_button.html' with controls_text="create-list" icon="plus" text=button_text %}
{% endif %} diff --git a/locale/en_US/LC_MESSAGES/django.po b/locale/en_US/LC_MESSAGES/django.po index 486494b0c..8aae6c92c 100644 --- a/locale/en_US/LC_MESSAGES/django.po +++ b/locale/en_US/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-02 18:33+0000\n" +"POT-Creation-Date: 2021-03-02 18:44+0000\n" "PO-Revision-Date: 2021-02-28 17:19-0800\n" "Last-Translator: Mouse Reeve \n" "Language-Team: English \n" @@ -77,27 +77,21 @@ msgstr "" #: bookwyrm/templates/book.html:100 #, python-format -msgid "" -"\n" -" (%(review_count)s review)\n" -" " -msgid_plural "" -"\n" -" (%(review_count)s reviews)\n" -" " +msgid "(%(review_count)s review)" +msgid_plural "(%(review_count)s reviews)" msgstr[0] "" msgstr[1] "" -#: bookwyrm/templates/book.html:110 +#: bookwyrm/templates/book.html:106 msgid "Add Description" msgstr "" -#: bookwyrm/templates/book.html:117 bookwyrm/templates/edit_book.html:39 +#: bookwyrm/templates/book.html:113 bookwyrm/templates/edit_book.html:39 #: bookwyrm/templates/lists/form.html:12 msgid "Description:" msgstr "" -#: bookwyrm/templates/book.html:121 bookwyrm/templates/edit_author.html:78 +#: bookwyrm/templates/book.html:117 bookwyrm/templates/edit_author.html:78 #: bookwyrm/templates/edit_book.html:120 bookwyrm/templates/lists/form.html:42 #: bookwyrm/templates/preferences/edit_user.html:50 #: bookwyrm/templates/settings/site.html:89 @@ -108,7 +102,7 @@ msgstr "" msgid "Save" msgstr "" -#: bookwyrm/templates/book.html:122 bookwyrm/templates/book.html:171 +#: bookwyrm/templates/book.html:118 bookwyrm/templates/book.html:167 #: bookwyrm/templates/edit_author.html:79 bookwyrm/templates/edit_book.html:121 #: bookwyrm/templates/snippets/delete_readthrough_modal.html:17 #: bookwyrm/templates/snippets/goal_form.html:32 @@ -119,63 +113,63 @@ msgstr "" msgid "Cancel" msgstr "" -#: bookwyrm/templates/book.html:131 +#: bookwyrm/templates/book.html:127 #, python-format msgid "%(count)s editions" msgstr "" -#: bookwyrm/templates/book.html:139 +#: bookwyrm/templates/book.html:135 #, python-format msgid "This edition is on your %(shelf_name)s shelf." msgstr "" -#: bookwyrm/templates/book.html:145 +#: bookwyrm/templates/book.html:141 #, python-format msgid "" "A different edition of this book is on your %(shelf_name)s shelf." msgstr "" -#: bookwyrm/templates/book.html:154 +#: bookwyrm/templates/book.html:150 msgid "Your reading activity" msgstr "" -#: bookwyrm/templates/book.html:156 +#: bookwyrm/templates/book.html:152 msgid "Add read dates" msgstr "" -#: bookwyrm/templates/book.html:161 +#: bookwyrm/templates/book.html:157 msgid "You don't have any reading activity for this book." msgstr "" -#: bookwyrm/templates/book.html:168 +#: bookwyrm/templates/book.html:164 msgid "Create" msgstr "" -#: bookwyrm/templates/book.html:190 +#: bookwyrm/templates/book.html:186 msgid "Tags" msgstr "" -#: bookwyrm/templates/book.html:194 bookwyrm/templates/snippets/tag.html:18 +#: bookwyrm/templates/book.html:190 bookwyrm/templates/snippets/tag.html:18 msgid "Add tag" msgstr "" -#: bookwyrm/templates/book.html:211 +#: bookwyrm/templates/book.html:207 msgid "Subjects" msgstr "" -#: bookwyrm/templates/book.html:222 +#: bookwyrm/templates/book.html:218 msgid "Places" msgstr "" -#: bookwyrm/templates/book.html:233 bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/book.html:229 bookwyrm/templates/layout.html:64 #: bookwyrm/templates/lists/lists.html:4 bookwyrm/templates/lists/lists.html:9 #: bookwyrm/templates/search_results.html:90 #: bookwyrm/templates/user/user_layout.html:62 msgid "Lists" msgstr "" -#: bookwyrm/templates/book.html:262 +#: bookwyrm/templates/book.html:258 msgid "rated it" msgstr "" @@ -1667,12 +1661,8 @@ msgid "Books tagged \"%(tag.name)s\"" msgstr "" #: bookwyrm/templates/user/create_shelf_form.html:5 -msgid "Create New Shelf" -msgstr "" - #: bookwyrm/templates/user/create_shelf_form.html:22 -#: bookwyrm/templates/user/shelf.html:33 -msgid "Create shelf" +msgid "Create Shelf" msgstr "" #: bookwyrm/templates/user/edit_shelf_form.html:5 @@ -1711,11 +1701,7 @@ msgstr "" msgid "Lists: %(username)s" msgstr "" -#: bookwyrm/templates/user/lists.html:17 -msgid "Create new list" -msgstr "" - -#: bookwyrm/templates/user/lists.html:29 +#: bookwyrm/templates/user/lists.html:17 bookwyrm/templates/user/lists.html:29 msgid "Create list" msgstr "" @@ -1728,6 +1714,10 @@ msgstr "" msgid "%(username)s: Shelves" msgstr "" +#: bookwyrm/templates/user/shelf.html:33 +msgid "Create shelf" +msgstr "" + #: bookwyrm/templates/user/shelf.html:54 msgid "Edit shelf" msgstr "" diff --git a/locale/fr_FR/LC_MESSAGES/django.mo b/locale/fr_FR/LC_MESSAGES/django.mo index 9f8cca0a8c197b367ab948e30475b8a861aa1fc9..a8d8ff0d4ff95439cf2ae37ec5b802c5110f58c8 100644 GIT binary patch delta 6960 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 boHDhvtgO_tef8v#qqncB*mx>yedK=u4&uDv diff --git a/locale/fr_FR/LC_MESSAGES/django.po b/locale/fr_FR/LC_MESSAGES/django.po index f0a25f6bb..76b706152 100644 --- a/locale/fr_FR/LC_MESSAGES/django.po +++ b/locale/fr_FR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-02 18:33+0000\n" +"POT-Creation-Date: 2021-03-02 18:44+0000\n" "PO-Revision-Date: 2021-03-02 12:37+0100\n" "Last-Translator: Fabien Basmaison \n" "Language-Team: Mouse Reeve \n" @@ -79,29 +79,23 @@ msgstr "Voir sur OpenLibrary" #: bookwyrm/templates/book.html:100 #, python-format -msgid "" -"\n" -" (%(review_count)s review)\n" -" " -msgid_plural "" -"\n" -" (%(review_count)s reviews)\n" -" " +msgid "(%(review_count)s review)" +msgid_plural "(%(review_count)s reviews)" msgstr[0] "" msgstr[1] "" -#: bookwyrm/templates/book.html:110 +#: bookwyrm/templates/book.html:106 #, fuzzy #| msgid "Description:" msgid "Add Description" msgstr "Ajouter une description" -#: bookwyrm/templates/book.html:117 bookwyrm/templates/edit_book.html:39 +#: bookwyrm/templates/book.html:113 bookwyrm/templates/edit_book.html:39 #: bookwyrm/templates/lists/form.html:12 msgid "Description:" msgstr "Description :" -#: bookwyrm/templates/book.html:121 bookwyrm/templates/edit_author.html:78 +#: bookwyrm/templates/book.html:117 bookwyrm/templates/edit_author.html:78 #: bookwyrm/templates/edit_book.html:120 bookwyrm/templates/lists/form.html:42 #: bookwyrm/templates/preferences/edit_user.html:50 #: bookwyrm/templates/settings/site.html:89 @@ -112,7 +106,7 @@ msgstr "Description :" msgid "Save" msgstr "Enregistrer" -#: bookwyrm/templates/book.html:122 bookwyrm/templates/book.html:171 +#: bookwyrm/templates/book.html:118 bookwyrm/templates/book.html:167 #: bookwyrm/templates/edit_author.html:79 bookwyrm/templates/edit_book.html:121 #: bookwyrm/templates/snippets/delete_readthrough_modal.html:17 #: bookwyrm/templates/snippets/goal_form.html:32 @@ -123,19 +117,19 @@ msgstr "Enregistrer" msgid "Cancel" msgstr "Annuler" -#: bookwyrm/templates/book.html:131 +#: bookwyrm/templates/book.html:127 #, fuzzy, python-format #| msgid "Editions of \"%(work_title)s\"" msgid "%(count)s editions" msgstr "%(title)s par " -#: bookwyrm/templates/book.html:139 +#: bookwyrm/templates/book.html:135 #, fuzzy, python-format #| msgid "favorited your %(preview_name)s" msgid "This edition is on your %(shelf_name)s shelf." msgstr "Messages directs avec %(username)s" -#: bookwyrm/templates/book.html:145 +#: bookwyrm/templates/book.html:141 #, fuzzy, python-format #| msgid "" #| "replied to your %(book_title)s à votre " "liste « %(list_name)s »" -#: bookwyrm/templates/book.html:154 +#: bookwyrm/templates/book.html:150 msgid "Your reading activity" msgstr "Votre activité de lecture" -#: bookwyrm/templates/book.html:156 +#: bookwyrm/templates/book.html:152 #, fuzzy #| msgid "Edit read dates" msgid "Add read dates" msgstr "Ajouter des dates de lecture" -#: bookwyrm/templates/book.html:161 +#: bookwyrm/templates/book.html:157 msgid "You don't have any reading activity for this book." msgstr "Vous n’avez aucune activité de lecture pour ce livre" -#: bookwyrm/templates/book.html:168 +#: bookwyrm/templates/book.html:164 msgid "Create" msgstr "Créer" -#: bookwyrm/templates/book.html:190 +#: bookwyrm/templates/book.html:186 msgid "Tags" msgstr "Tags" -#: bookwyrm/templates/book.html:194 bookwyrm/templates/snippets/tag.html:18 +#: bookwyrm/templates/book.html:190 bookwyrm/templates/snippets/tag.html:18 msgid "Add tag" msgstr "Ajouter un tag" -#: bookwyrm/templates/book.html:211 +#: bookwyrm/templates/book.html:207 msgid "Subjects" msgstr "Sujets" -#: bookwyrm/templates/book.html:222 +#: bookwyrm/templates/book.html:218 msgid "Places" msgstr "Lieux" -#: bookwyrm/templates/book.html:233 bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/book.html:229 bookwyrm/templates/layout.html:64 #: bookwyrm/templates/lists/lists.html:4 bookwyrm/templates/lists/lists.html:9 #: bookwyrm/templates/search_results.html:90 #: bookwyrm/templates/user/user_layout.html:62 msgid "Lists" msgstr "Listes" -#: bookwyrm/templates/book.html:262 +#: bookwyrm/templates/book.html:258 msgid "rated it" msgstr "l’a noté" @@ -1795,12 +1789,10 @@ msgid "Books tagged \"%(tag.name)s\"" msgstr "Livres tagués « %(tag.name)s »" #: bookwyrm/templates/user/create_shelf_form.html:5 -msgid "Create New Shelf" -msgstr "Créer une nouvelle étagère" - #: bookwyrm/templates/user/create_shelf_form.html:22 -#: bookwyrm/templates/user/shelf.html:33 -msgid "Create shelf" +#, fuzzy +#| msgid "Create shelf" +msgid "Create Shelf" msgstr "Créer l’étagère" #: bookwyrm/templates/user/edit_shelf_form.html:5 @@ -1844,13 +1836,7 @@ msgstr "Vos listes" msgid "Lists: %(username)s" msgstr "Listes : %(username)s" -#: bookwyrm/templates/user/lists.html:17 -#, fuzzy -#| msgid "Create list" -msgid "Create new list" -msgstr "Créer une nouvelle liste" - -#: bookwyrm/templates/user/lists.html:29 +#: bookwyrm/templates/user/lists.html:17 bookwyrm/templates/user/lists.html:29 msgid "Create list" msgstr "Créer une liste" @@ -1866,6 +1852,10 @@ msgstr "Vos étagères" msgid "%(username)s: Shelves" msgstr "%(username)s : Étagères" +#: bookwyrm/templates/user/shelf.html:33 +msgid "Create shelf" +msgstr "Créer l’étagère" + #: bookwyrm/templates/user/shelf.html:54 #, fuzzy #| msgid "Edit Shelf" @@ -1938,6 +1928,14 @@ msgstr[1] "%(username)s n’a pas d’abonné(e)s" msgid "%(counter)s following" msgstr "%(counter)s abonnements" +#~ msgid "Create New Shelf" +#~ msgstr "Créer une nouvelle étagère" + +#, fuzzy +#~| msgid "Create list" +#~ msgid "Create new list" +#~ msgstr "Créer une nouvelle liste" + #~ msgid "Added by" #~ msgstr "Ajouté par" diff --git a/locale/zh_CN/LC_MESSAGES/django.mo b/locale/zh_CN/LC_MESSAGES/django.mo index 1114628341af6f1ca8e4f07e6dadb2932b1b0b91..dbdd1daa82d0c6bbb300cab32443cddfb7fdd201 100644 GIT binary patch delta 7934 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 diff --git a/locale/zh_CN/LC_MESSAGES/django.po b/locale/zh_CN/LC_MESSAGES/django.po index fc53bf054..1feaad2e3 100644 --- a/locale/zh_CN/LC_MESSAGES/django.po +++ b/locale/zh_CN/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-02 18:33+0000\n" +"POT-Creation-Date: 2021-03-02 18:44+0000\n" "PO-Revision-Date: 2021-03-02 10:35+0000\n" "Last-Translator: Kana \n" "Language-Team: Mouse Reeve \n" @@ -79,26 +79,20 @@ msgstr "在 OpenLibrary 查看" #: bookwyrm/templates/book.html:100 #, python-format -msgid "" -"\n" -" (%(review_count)s review)\n" -" " -msgid_plural "" -"\n" -" (%(review_count)s reviews)\n" -" " +msgid "(%(review_count)s review)" +msgid_plural "(%(review_count)s reviews)" msgstr[0] "" -#: bookwyrm/templates/book.html:110 +#: bookwyrm/templates/book.html:106 msgid "Add Description" msgstr "添加描述" -#: bookwyrm/templates/book.html:117 bookwyrm/templates/edit_book.html:39 +#: bookwyrm/templates/book.html:113 bookwyrm/templates/edit_book.html:39 #: bookwyrm/templates/lists/form.html:12 msgid "Description:" msgstr "描述:" -#: bookwyrm/templates/book.html:121 bookwyrm/templates/edit_author.html:78 +#: bookwyrm/templates/book.html:117 bookwyrm/templates/edit_author.html:78 #: bookwyrm/templates/edit_book.html:120 bookwyrm/templates/lists/form.html:42 #: bookwyrm/templates/preferences/edit_user.html:50 #: bookwyrm/templates/settings/site.html:89 @@ -109,7 +103,7 @@ msgstr "描述:" msgid "Save" msgstr "保存" -#: bookwyrm/templates/book.html:122 bookwyrm/templates/book.html:171 +#: bookwyrm/templates/book.html:118 bookwyrm/templates/book.html:167 #: bookwyrm/templates/edit_author.html:79 bookwyrm/templates/edit_book.html:121 #: bookwyrm/templates/snippets/delete_readthrough_modal.html:17 #: bookwyrm/templates/snippets/goal_form.html:32 @@ -120,19 +114,19 @@ msgstr "保存" msgid "Cancel" msgstr "取消" -#: bookwyrm/templates/book.html:131 +#: bookwyrm/templates/book.html:127 #, fuzzy, python-format #| msgid "%(title)s by " msgid "%(count)s editions" msgstr "%(title)s 来自" -#: bookwyrm/templates/book.html:139 +#: bookwyrm/templates/book.html:135 #, fuzzy, python-format #| msgid "Direct Messages with %(username)s" msgid "This edition is on your %(shelf_name)s shelf." msgstr "与 %(username)s 私信" -#: bookwyrm/templates/book.html:145 +#: bookwyrm/templates/book.html:141 #, fuzzy, python-format #| msgid "" #| " added %(book_title)s to your list " @@ -144,46 +138,46 @@ msgstr "" " 添加了 %(book_title)s 到你的列表 " "\"%(list_name)s\"" -#: bookwyrm/templates/book.html:154 +#: bookwyrm/templates/book.html:150 msgid "Your reading activity" msgstr "你的阅读活动" -#: bookwyrm/templates/book.html:156 +#: bookwyrm/templates/book.html:152 msgid "Add read dates" msgstr "添加阅读日期" -#: bookwyrm/templates/book.html:161 +#: bookwyrm/templates/book.html:157 msgid "You don't have any reading activity for this book." msgstr "你还没有任何这本书的阅读活动。" -#: bookwyrm/templates/book.html:168 +#: bookwyrm/templates/book.html:164 msgid "Create" msgstr "创建" -#: bookwyrm/templates/book.html:190 +#: bookwyrm/templates/book.html:186 msgid "Tags" msgstr "标签" -#: bookwyrm/templates/book.html:194 bookwyrm/templates/snippets/tag.html:18 +#: bookwyrm/templates/book.html:190 bookwyrm/templates/snippets/tag.html:18 msgid "Add tag" msgstr "添加标签" -#: bookwyrm/templates/book.html:211 +#: bookwyrm/templates/book.html:207 msgid "Subjects" msgstr "主题" -#: bookwyrm/templates/book.html:222 +#: bookwyrm/templates/book.html:218 msgid "Places" msgstr "地点" -#: bookwyrm/templates/book.html:233 bookwyrm/templates/layout.html:64 +#: bookwyrm/templates/book.html:229 bookwyrm/templates/layout.html:64 #: bookwyrm/templates/lists/lists.html:4 bookwyrm/templates/lists/lists.html:9 #: bookwyrm/templates/search_results.html:90 #: bookwyrm/templates/user/user_layout.html:62 msgid "Lists" msgstr "列表" -#: bookwyrm/templates/book.html:262 +#: bookwyrm/templates/book.html:258 msgid "rated it" msgstr "评价了" @@ -1715,12 +1709,10 @@ msgid "Books tagged \"%(tag.name)s\"" msgstr "标有 \"%(tag.name)s\" 标签的书" #: bookwyrm/templates/user/create_shelf_form.html:5 -msgid "Create New Shelf" -msgstr "新建书架" - #: bookwyrm/templates/user/create_shelf_form.html:22 -#: bookwyrm/templates/user/shelf.html:33 -msgid "Create shelf" +#, fuzzy +#| msgid "Create shelf" +msgid "Create Shelf" msgstr "创建书架" #: bookwyrm/templates/user/edit_shelf_form.html:5 @@ -1759,11 +1751,7 @@ msgstr "你的列表" msgid "Lists: %(username)s" msgstr "列表: %(username)s" -#: bookwyrm/templates/user/lists.html:17 -msgid "Create new list" -msgstr "新建列表" - -#: bookwyrm/templates/user/lists.html:29 +#: bookwyrm/templates/user/lists.html:17 bookwyrm/templates/user/lists.html:29 msgid "Create list" msgstr "创建列表" @@ -1776,6 +1764,10 @@ msgstr "你的书架" msgid "%(username)s: Shelves" msgstr "%(username)s: 书架" +#: bookwyrm/templates/user/shelf.html:33 +msgid "Create shelf" +msgstr "创建书架" + #: bookwyrm/templates/user/shelf.html:54 msgid "Edit shelf" msgstr "编辑书架" @@ -1844,5 +1836,11 @@ msgstr[0] "%(counter)s 个关注者" msgid "%(counter)s following" msgstr "关注着 %(counter)s 人" +#~ msgid "Create New Shelf" +#~ msgstr "新建书架" + +#~ msgid "Create new list" +#~ msgstr "新建列表" + #~ msgid "Added by" #~ msgstr "添加来自"