mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-31 03:18:09 +00:00
[l10n] Add and update i18n strings for French:
- Fix typo in English. - Add translations for missing strings. - Update translations for fuzzy strings.
This commit is contained in:
parent
d25c68f887
commit
5d3f00a537
8 changed files with 342 additions and 406 deletions
|
@ -3,7 +3,7 @@
|
||||||
{{ text }}
|
{{ text }}
|
||||||
{% if sort == field %}
|
{% if sort == field %}
|
||||||
<span class="icon icon-arrow-up">
|
<span class="icon icon-arrow-up">
|
||||||
<span class="is-sr-only">{% trans "Sorted asccending" %}</span>
|
<span class="is-sr-only">{% trans "Sorted ascending" %}</span>
|
||||||
</span>
|
</span>
|
||||||
{% elif sort == "-"|add:field %}
|
{% elif sort == "-"|add:field %}
|
||||||
<span class="icon icon-arrow-down">
|
<span class="icon icon-arrow-down">
|
||||||
|
|
|
@ -2565,7 +2565,7 @@ msgstr "Zu dieser Edition wechseln"
|
||||||
#: bookwyrm/templates/snippets/table-sort-header.html:6
|
#: bookwyrm/templates/snippets/table-sort-header.html:6
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Started reading"
|
#| msgid "Started reading"
|
||||||
msgid "Sorted asccending"
|
msgid "Sorted ascending"
|
||||||
msgstr "Zu lesen angefangen"
|
msgstr "Zu lesen angefangen"
|
||||||
|
|
||||||
#: bookwyrm/templates/snippets/table-sort-header.html:10
|
#: bookwyrm/templates/snippets/table-sort-header.html:10
|
||||||
|
|
|
@ -2408,7 +2408,7 @@ msgid "Switch to this edition"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: bookwyrm/templates/snippets/table-sort-header.html:6
|
#: bookwyrm/templates/snippets/table-sort-header.html:6
|
||||||
msgid "Sorted asccending"
|
msgid "Sorted ascending"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: bookwyrm/templates/snippets/table-sort-header.html:10
|
#: bookwyrm/templates/snippets/table-sort-header.html:10
|
||||||
|
|
|
@ -2557,7 +2557,7 @@ msgstr "Cambiar a esta edición"
|
||||||
#: bookwyrm/templates/snippets/table-sort-header.html:6
|
#: bookwyrm/templates/snippets/table-sort-header.html:6
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "Started reading"
|
#| msgid "Started reading"
|
||||||
msgid "Sorted asccending"
|
msgid "Sorted ascending"
|
||||||
msgstr "Lectura se empezó"
|
msgstr "Lectura se empezó"
|
||||||
|
|
||||||
#: bookwyrm/templates/snippets/table-sort-header.html:10
|
#: bookwyrm/templates/snippets/table-sort-header.html:10
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
|
@ -2413,7 +2413,7 @@ msgid "Switch to this edition"
|
||||||
msgstr "切换到此版本"
|
msgstr "切换到此版本"
|
||||||
|
|
||||||
#: bookwyrm/templates/snippets/table-sort-header.html:6
|
#: bookwyrm/templates/snippets/table-sort-header.html:6
|
||||||
msgid "Sorted asccending"
|
msgid "Sorted ascending"
|
||||||
msgstr "升序排序"
|
msgstr "升序排序"
|
||||||
|
|
||||||
#: bookwyrm/templates/snippets/table-sort-header.html:10
|
#: bookwyrm/templates/snippets/table-sort-header.html:10
|
||||||
|
|
Loading…
Reference in a new issue