Update PO: add relative timestamps
This commit is contained in:
65
po/cs.po
65
po/cs.po
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cartridges\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-10-31 17:38+0100\n"
|
||||
"POT-Creation-Date: 2024-11-02 23:03+0100\n"
|
||||
"PO-Revision-Date: 2024-06-28 07:09+0000\n"
|
||||
"Last-Translator: foo expert <deferred_water346@simplelogin.com>\n"
|
||||
"Language-Team: Czech <https://hosted.weblate.org/projects/cartridges/"
|
||||
@@ -537,9 +537,14 @@ msgid "{} unhidden"
|
||||
msgstr "{} odkryto"
|
||||
|
||||
#. The variable is the title of the game
|
||||
#: cartridges/game.py:153
|
||||
#. The variable is the number of games removed. This comes after the text "{} games imported, ".
|
||||
#: cartridges/game.py:153 cartridges/importer/importer.py:384
|
||||
#, fuzzy
|
||||
msgid "{} removed"
|
||||
msgstr "{} odstraněno"
|
||||
msgid_plural "{} removed"
|
||||
msgstr[0] "{} odstraněno"
|
||||
msgstr[1] "{} odstraněno"
|
||||
msgstr[2] "{} odstraněno"
|
||||
|
||||
#: cartridges/preferences.py:136
|
||||
msgid "All games removed"
|
||||
@@ -584,6 +589,32 @@ msgstr "Nastavit umístění"
|
||||
msgid "Dismiss"
|
||||
msgstr "Zahodit"
|
||||
|
||||
#: cartridges/utils/relative_date.py:30
|
||||
msgid "Today"
|
||||
msgstr ""
|
||||
|
||||
#: cartridges/utils/relative_date.py:32
|
||||
msgid "Yesterday"
|
||||
msgstr ""
|
||||
|
||||
#: cartridges/utils/relative_date.py:36
|
||||
#, fuzzy
|
||||
msgid "Last Week"
|
||||
msgstr "Naposledy hráno"
|
||||
|
||||
#: cartridges/utils/relative_date.py:38
|
||||
msgid "This Month"
|
||||
msgstr ""
|
||||
|
||||
#: cartridges/utils/relative_date.py:40
|
||||
msgid "Last Month"
|
||||
msgstr ""
|
||||
|
||||
#: cartridges/utils/relative_date.py:44
|
||||
#, fuzzy
|
||||
msgid "Last Year"
|
||||
msgstr "Naposledy hráno"
|
||||
|
||||
#: cartridges/importer/importer.py:145
|
||||
msgid "Importing Games…"
|
||||
msgstr "Přidávání her…"
|
||||
@@ -599,21 +630,12 @@ msgstr "Nebyly nalezeny žádné nové hry"
|
||||
#. The variable is the number of games imported
|
||||
#: cartridges/importer/importer.py:380
|
||||
#, fuzzy
|
||||
msgid "1 game imported"
|
||||
msgid "{} game imported"
|
||||
msgid_plural "{} games imported"
|
||||
msgstr[0] "Přidána 1 hra"
|
||||
msgstr[0] "Přidány {} hry"
|
||||
msgstr[1] "Přidány {} hry"
|
||||
msgstr[2] "Přidány {} hry"
|
||||
|
||||
#. The variable is the number of games removed
|
||||
#: cartridges/importer/importer.py:384
|
||||
#, fuzzy
|
||||
msgid "1 removed"
|
||||
msgid_plural "{} removed"
|
||||
msgstr[0] "1 odstraněna"
|
||||
msgstr[1] "{} odstraněny"
|
||||
msgstr[2] "{} odstraněny"
|
||||
|
||||
#. The variable is the name of the source
|
||||
#: cartridges/importer/location.py:34
|
||||
msgid "Select the {} cache directory."
|
||||
@@ -650,8 +672,19 @@ msgstr "Nelze ověřit SteamGridDB"
|
||||
msgid "Verify your API key in preferences"
|
||||
msgstr "Ověřte váš klíč API v předvolbách"
|
||||
|
||||
#~ msgid "{} games imported"
|
||||
#~ msgstr "Přidány {} hry"
|
||||
#, fuzzy
|
||||
#~ msgid "1 game imported"
|
||||
#~ msgid_plural "{} games imported"
|
||||
#~ msgstr[0] "Přidána 1 hra"
|
||||
#~ msgstr[1] "Přidány {} hry"
|
||||
#~ msgstr[2] "Přidány {} hry"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "1 removed"
|
||||
#~ msgid_plural "{} removed"
|
||||
#~ msgstr[0] "1 odstraněna"
|
||||
#~ msgstr[1] "{} odstraněny"
|
||||
#~ msgstr[2] "{} odstraněny"
|
||||
|
||||
#~ msgid "Cache Location"
|
||||
#~ msgstr "Umístění dočasných souborů"
|
||||
|
||||
Reference in New Issue
Block a user