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:
parent
a01090df65
commit
be47aee6be
8 changed files with 14 additions and 14 deletions
|
@ -833,8 +833,8 @@ msgid "Unknown"
|
||||||
msgstr "Unbekannt"
|
msgstr "Unbekannt"
|
||||||
|
|
||||||
#: pysollib/resource.py:182
|
#: pysollib/resource.py:182
|
||||||
msgid "French type (52 cards)"
|
msgid "French type (52-54 cards)"
|
||||||
msgstr "Französisch (52 Karten)"
|
msgstr "Französisch (52-54 Karten)"
|
||||||
|
|
||||||
#: pysollib/resource.py:183
|
#: pysollib/resource.py:183
|
||||||
msgid "Hanafuda type (48 cards)"
|
msgid "Hanafuda type (48 cards)"
|
||||||
|
|
|
@ -863,8 +863,8 @@ msgid "Unknown"
|
||||||
msgstr "Inconnu"
|
msgstr "Inconnu"
|
||||||
|
|
||||||
#: pysollib/resource.py:182
|
#: pysollib/resource.py:182
|
||||||
msgid "French type (52 cards)"
|
msgid "French type (52-54 cards)"
|
||||||
msgstr "Type français (52 cartes)"
|
msgstr "Type français (52-54 cartes)"
|
||||||
|
|
||||||
#: pysollib/resource.py:183
|
#: pysollib/resource.py:183
|
||||||
msgid "Hanafuda type (48 cards)"
|
msgid "Hanafuda type (48 cards)"
|
||||||
|
|
|
@ -871,8 +871,8 @@ msgid "Unknown"
|
||||||
msgstr "Sconosciuto"
|
msgstr "Sconosciuto"
|
||||||
|
|
||||||
#: pysollib/resource.py:182
|
#: pysollib/resource.py:182
|
||||||
msgid "French type (52 cards)"
|
msgid "French type (52-54 cards)"
|
||||||
msgstr "Tipo Francese (52 carte)"
|
msgstr "Tipo Francese (52-54 carte)"
|
||||||
|
|
||||||
#: pysollib/resource.py:183
|
#: pysollib/resource.py:183
|
||||||
msgid "Hanafuda type (48 cards)"
|
msgid "Hanafuda type (48 cards)"
|
||||||
|
|
|
@ -868,8 +868,8 @@ msgid "Unknown"
|
||||||
msgstr "Nieznany"
|
msgstr "Nieznany"
|
||||||
|
|
||||||
#: pysollib/resource.py:182
|
#: pysollib/resource.py:182
|
||||||
msgid "French type (52 cards)"
|
msgid "French type (52-54 cards)"
|
||||||
msgstr "Typ francuski (52 karty)"
|
msgstr "Typ francuski (52-54 karty)"
|
||||||
|
|
||||||
#: pysollib/resource.py:183
|
#: pysollib/resource.py:183
|
||||||
msgid "Hanafuda type (48 cards)"
|
msgid "Hanafuda type (48 cards)"
|
||||||
|
|
|
@ -862,8 +862,8 @@ msgid "Unknown"
|
||||||
msgstr "Desconhecido"
|
msgstr "Desconhecido"
|
||||||
|
|
||||||
#: pysollib/resource.py:182
|
#: pysollib/resource.py:182
|
||||||
msgid "French type (52 cards)"
|
msgid "French type (52-54 cards)"
|
||||||
msgstr "Estilo Francês (52 cartas)"
|
msgstr "Estilo Francês (52-54 cartas)"
|
||||||
|
|
||||||
#: pysollib/resource.py:183
|
#: pysollib/resource.py:183
|
||||||
msgid "Hanafuda type (48 cards)"
|
msgid "Hanafuda type (48 cards)"
|
||||||
|
|
|
@ -777,7 +777,7 @@ msgid "Unknown"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pysollib/resource.py:182
|
#: pysollib/resource.py:182
|
||||||
msgid "French type (52 cards)"
|
msgid "French type (52-54 cards)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: pysollib/resource.py:183
|
#: pysollib/resource.py:183
|
||||||
|
|
|
@ -858,8 +858,8 @@ msgid "Unknown"
|
||||||
msgstr "Неизвестный"
|
msgstr "Неизвестный"
|
||||||
|
|
||||||
#: pysollib/resource.py:182
|
#: pysollib/resource.py:182
|
||||||
msgid "French type (52 cards)"
|
msgid "French type (52-54 cards)"
|
||||||
msgstr "Классические (52 карты)"
|
msgstr "Классические (52-54 карты)"
|
||||||
|
|
||||||
#: pysollib/resource.py:183
|
#: pysollib/resource.py:183
|
||||||
msgid "Hanafuda type (48 cards)"
|
msgid "Hanafuda type (48 cards)"
|
||||||
|
|
|
@ -187,7 +187,7 @@ class CSI:
|
||||||
SUBTYPE_JOKER_DECK = 1
|
SUBTYPE_JOKER_DECK = 1
|
||||||
|
|
||||||
TYPE = {
|
TYPE = {
|
||||||
1: _("French type (52 cards)"),
|
1: _("French type (52-54 cards)"),
|
||||||
2: _("Hanafuda type (48 cards)"),
|
2: _("Hanafuda type (48 cards)"),
|
||||||
3: _("Tarock type (78 cards)"),
|
3: _("Tarock type (78 cards)"),
|
||||||
4: _("Mahjongg type (42 tiles)"),
|
4: _("Mahjongg type (42 tiles)"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue