1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Updated display text for French cardsets to account for the possibility of jokers.

This commit is contained in:
Joe R 2023-08-14 19:59:08 -04:00
parent a01090df65
commit be47aee6be
8 changed files with 14 additions and 14 deletions

View file

@ -833,8 +833,8 @@ msgid "Unknown"
msgstr "Unbekannt"
#: pysollib/resource.py:182
msgid "French type (52 cards)"
msgstr "Französisch (52 Karten)"
msgid "French type (52-54 cards)"
msgstr "Französisch (52-54 Karten)"
#: pysollib/resource.py:183
msgid "Hanafuda type (48 cards)"

View file

@ -863,8 +863,8 @@ msgid "Unknown"
msgstr "Inconnu"
#: pysollib/resource.py:182
msgid "French type (52 cards)"
msgstr "Type français (52 cartes)"
msgid "French type (52-54 cards)"
msgstr "Type français (52-54 cartes)"
#: pysollib/resource.py:183
msgid "Hanafuda type (48 cards)"

View file

@ -871,8 +871,8 @@ msgid "Unknown"
msgstr "Sconosciuto"
#: pysollib/resource.py:182
msgid "French type (52 cards)"
msgstr "Tipo Francese (52 carte)"
msgid "French type (52-54 cards)"
msgstr "Tipo Francese (52-54 carte)"
#: pysollib/resource.py:183
msgid "Hanafuda type (48 cards)"

View file

@ -868,8 +868,8 @@ msgid "Unknown"
msgstr "Nieznany"
#: pysollib/resource.py:182
msgid "French type (52 cards)"
msgstr "Typ francuski (52 karty)"
msgid "French type (52-54 cards)"
msgstr "Typ francuski (52-54 karty)"
#: pysollib/resource.py:183
msgid "Hanafuda type (48 cards)"

View file

@ -862,8 +862,8 @@ msgid "Unknown"
msgstr "Desconhecido"
#: pysollib/resource.py:182
msgid "French type (52 cards)"
msgstr "Estilo Francês (52 cartas)"
msgid "French type (52-54 cards)"
msgstr "Estilo Francês (52-54 cartas)"
#: pysollib/resource.py:183
msgid "Hanafuda type (48 cards)"

View file

@ -777,7 +777,7 @@ msgid "Unknown"
msgstr ""
#: pysollib/resource.py:182
msgid "French type (52 cards)"
msgid "French type (52-54 cards)"
msgstr ""
#: pysollib/resource.py:183

View file

@ -858,8 +858,8 @@ msgid "Unknown"
msgstr "Неизвестный"
#: pysollib/resource.py:182
msgid "French type (52 cards)"
msgstr "Классические (52 карты)"
msgid "French type (52-54 cards)"
msgstr "Классические (52-54 карты)"
#: pysollib/resource.py:183
msgid "Hanafuda type (48 cards)"

View file

@ -187,7 +187,7 @@ class CSI:
SUBTYPE_JOKER_DECK = 1
TYPE = {
1: _("French type (52 cards)"),
1: _("French type (52-54 cards)"),
2: _("Hanafuda type (48 cards)"),
3: _("Tarock type (78 cards)"),
4: _("Mahjongg type (42 tiles)"),