Update POTFILES, fix strings, regenerate PO and POT file, Update ta.po

This commit is contained in:
K.B.Dharun Krishna
2023-02-19 16:30:08 +05:30
parent 8637654ba8
commit 0537a9efb1
7 changed files with 363 additions and 143 deletions

View File

@@ -1,3 +1,7 @@
data/hu.kramo.Cartridges.desktop.in
data/hu.kramo.Cartridges.gschema.xml
data/hu.kramo.Cartridges.metainfo.xml.in
src/main.py src/main.py
src/window.py src/window.py
src/window.blp src/window.blp
@@ -5,9 +9,11 @@ src/game.py
src/preferences.py src/preferences.py
src/gtk/game.blp src/gtk/game.blp
src/gtk/help-overlay.blp
src/gtk/preferences.blp src/gtk/preferences.blp
src/utils/bottles_parser.py
src/utils/create_details_window.py src/utils/create_details_window.py
src/utils/create_dialog.py src/utils/create_dialog.py
src/utils/steam_parser.py
src/utils/heroic_parser.py src/utils/heroic_parser.py
src/utils/steam_parser.py

View File

@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR kramo # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the cartridges package. # This file is distributed under the same license as the cartridges package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# #
@@ -7,8 +7,8 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: cartridges\n" "Project-Id-Version: cartridges\n"
"Report-Msgid-Bugs-To: github.com/kra-mo/cartridges/issues/new/\n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-02-19 10:50+0100\n" "POT-Creation-Date: 2023-02-19 16:21+0530\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,10 +17,34 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: src/main.py:81 src/window.blp:29 #: data/hu.kramo.Cartridges.desktop.in:3
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 src/main.py:81 src/window.blp:29
msgid "Cartridges" msgid "Cartridges"
msgstr "" msgstr ""
#: data/hu.kramo.Cartridges.desktop.in:4
msgid "Game Launcher"
msgstr ""
#: data/hu.kramo.Cartridges.desktop.in:5
msgid "Launch your games"
msgstr ""
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
msgid "Launch all your games"
msgstr ""
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
msgid ""
"Cartridges is a simple game launcher. It has support for importing your "
"games from Steam, Heroic and Bottles with organizational features such as "
"hiding and sorting by date added or last played."
msgstr ""
#: data/hu.kramo.Cartridges.metainfo.xml.in:12
msgid "kramo"
msgstr ""
#. Translators: Replace this with your name for it to show up in the about window. #. Translators: Replace this with your name for it to show up in the about window.
#: src/main.py:92 #: src/main.py:92
msgid "translator_credits" msgid "translator_credits"
@@ -55,8 +79,8 @@ msgstr ""
msgid "Last played: Never" msgid "Last played: Never"
msgstr "" msgstr ""
#: src/window.blp:6 src/window.blp:14 src/utils/steam_parser.py:105 #: src/window.blp:6 src/window.blp:14 src/utils/bottles_parser.py:98
#: src/utils/heroic_parser.py:174 #: src/utils/heroic_parser.py:174 src/utils/steam_parser.py:105
msgid "No Games Found" msgid "No Games Found"
msgstr "" msgstr ""
@@ -174,6 +198,31 @@ msgstr ""
msgid "Title" msgid "Title"
msgstr "" msgstr ""
#: src/gtk/help-overlay.blp:11
msgctxt "shortcut window"
msgid "General"
msgstr ""
#: src/gtk/help-overlay.blp:14
msgctxt "shortcut window"
msgid "Quit"
msgstr ""
#: src/gtk/help-overlay.blp:19
msgctxt "shortcut window"
msgid "Search"
msgstr ""
#: src/gtk/help-overlay.blp:24
msgctxt "shortcut window"
msgid "Shortcuts"
msgstr ""
#: src/gtk/help-overlay.blp:29
msgctxt "shortcut window"
msgid "Undo"
msgstr ""
#: src/gtk/preferences.blp:10 #: src/gtk/preferences.blp:10
msgid "General" msgid "General"
msgstr "" msgstr ""
@@ -211,6 +260,42 @@ msgstr ""
msgid "Bottles Install Location" msgid "Bottles Install Location"
msgstr "" msgstr ""
#: src/utils/bottles_parser.py:55 src/utils/heroic_parser.py:55
#: src/utils/steam_parser.py:55
msgid "Couldn't Import Games"
msgstr ""
#: src/utils/bottles_parser.py:55
msgid "The Bottles directory cannot be found."
msgstr ""
#: src/utils/bottles_parser.py:55
msgid "Set Bottles Location"
msgstr ""
#: src/utils/bottles_parser.py:98
msgid "No new games were found in the Bottles library."
msgstr ""
#: src/utils/bottles_parser.py:100 src/utils/bottles_parser.py:102
msgid "Bottles Games Imported"
msgstr ""
#: src/utils/bottles_parser.py:100 src/utils/heroic_parser.py:176
#: src/utils/steam_parser.py:107
msgid "Successfully imported 1 game."
msgstr ""
#: src/utils/bottles_parser.py:102 src/utils/heroic_parser.py:179
#: src/utils/steam_parser.py:109
msgid "Successfully imported"
msgstr ""
#: src/utils/bottles_parser.py:102 src/utils/heroic_parser.py:179
#: src/utils/steam_parser.py:109
msgid "games."
msgstr ""
#: src/utils/create_details_window.py:38 #: src/utils/create_details_window.py:38
msgid "Add New Game" msgid "Add New Game"
msgstr "" msgstr ""
@@ -271,40 +356,8 @@ msgstr ""
msgid "Dismiss" msgid "Dismiss"
msgstr "" msgstr ""
#: src/utils/steam_parser.py:55 src/utils/heroic_parser.py:55
msgid "Couldn't Import Games"
msgstr ""
#: src/utils/steam_parser.py:55
msgid "Steam directory cannot be found."
msgstr ""
#: src/utils/steam_parser.py:55
msgid "Set Steam Location"
msgstr ""
#: src/utils/steam_parser.py:105
msgid "No new games found in Steam library."
msgstr ""
#: src/utils/steam_parser.py:107 src/utils/steam_parser.py:109
msgid "Steam Games Imported"
msgstr ""
#: src/utils/steam_parser.py:107 src/utils/heroic_parser.py:176
msgid "Successfully imported 1 game."
msgstr ""
#: src/utils/steam_parser.py:109 src/utils/heroic_parser.py:179
msgid "Successfully imported"
msgstr ""
#: src/utils/steam_parser.py:109 src/utils/heroic_parser.py:179
msgid "games."
msgstr ""
#: src/utils/heroic_parser.py:55 #: src/utils/heroic_parser.py:55
msgid "Heroic directory cannot be found." msgid "The Heroic directory cannot be found."
msgstr "" msgstr ""
#: src/utils/heroic_parser.py:55 #: src/utils/heroic_parser.py:55
@@ -312,9 +365,25 @@ msgid "Set Heroic Location"
msgstr "" msgstr ""
#: src/utils/heroic_parser.py:174 #: src/utils/heroic_parser.py:174
msgid "No new games found in Heroic library." msgid "No new games were found in the Heroic library."
msgstr "" msgstr ""
#: src/utils/heroic_parser.py:176 src/utils/heroic_parser.py:178 #: src/utils/heroic_parser.py:176 src/utils/heroic_parser.py:178
msgid "Heroic Games Imported" msgid "Heroic Games Imported"
msgstr "" msgstr ""
#: src/utils/steam_parser.py:55
msgid "The Steam directory cannot be found."
msgstr ""
#: src/utils/steam_parser.py:55
msgid "Set Steam Location"
msgstr ""
#: src/utils/steam_parser.py:105
msgid "No new games were found in the Steam library."
msgstr ""
#: src/utils/steam_parser.py:107 src/utils/steam_parser.py:109
msgid "Steam Games Imported"
msgstr ""

158
po/hu.po
View File

@@ -6,8 +6,8 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: github.com/kra-mo/cartridges/issues/new/\n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-02-19 10:50+0100\n" "POT-Creation-Date: 2023-02-19 16:21+0530\n"
"PO-Revision-Date: 2023-02-19 10:56+0100\n" "PO-Revision-Date: 2023-02-19 10:56+0100\n"
"Last-Translator: kramo\n" "Last-Translator: kramo\n"
"Language-Team: \n" "Language-Team: \n"
@@ -18,10 +18,34 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.2.2\n" "X-Generator: Poedit 3.2.2\n"
#: src/main.py:81 src/window.blp:29 #: data/hu.kramo.Cartridges.desktop.in:3
#: data/hu.kramo.Cartridges.metainfo.xml.in:6 src/main.py:81 src/window.blp:29
msgid "Cartridges" msgid "Cartridges"
msgstr "Kazetták" msgstr "Kazetták"
#: data/hu.kramo.Cartridges.desktop.in:4
msgid "Game Launcher"
msgstr ""
#: data/hu.kramo.Cartridges.desktop.in:5
msgid "Launch your games"
msgstr ""
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
msgid "Launch all your games"
msgstr ""
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
msgid ""
"Cartridges is a simple game launcher. It has support for importing your "
"games from Steam, Heroic and Bottles with organizational features such as "
"hiding and sorting by date added or last played."
msgstr ""
#: data/hu.kramo.Cartridges.metainfo.xml.in:12
msgid "kramo"
msgstr ""
#. Translators: Replace this with your name for it to show up in the about window. #. Translators: Replace this with your name for it to show up in the about window.
#: src/main.py:92 #: src/main.py:92
msgid "translator_credits" msgid "translator_credits"
@@ -56,8 +80,8 @@ msgstr "Legutóbb játszva: "
msgid "Last played: Never" msgid "Last played: Never"
msgstr "Legutóbb játszva: Soha" msgstr "Legutóbb játszva: Soha"
#: src/window.blp:6 src/window.blp:14 src/utils/steam_parser.py:105 #: src/window.blp:6 src/window.blp:14 src/utils/bottles_parser.py:98
#: src/utils/heroic_parser.py:174 #: src/utils/heroic_parser.py:174 src/utils/steam_parser.py:105
msgid "No Games Found" msgid "No Games Found"
msgstr "Nem Találhatóak Játékok" msgstr "Nem Találhatóak Játékok"
@@ -175,6 +199,34 @@ msgstr "Mutat"
msgid "Title" msgid "Title"
msgstr "Cím" msgstr "Cím"
#: src/gtk/help-overlay.blp:11
#, fuzzy
msgctxt "shortcut window"
msgid "General"
msgstr "Általános"
#: src/gtk/help-overlay.blp:14
msgctxt "shortcut window"
msgid "Quit"
msgstr ""
#: src/gtk/help-overlay.blp:19
msgctxt "shortcut window"
msgid "Search"
msgstr ""
#: src/gtk/help-overlay.blp:24
#, fuzzy
msgctxt "shortcut window"
msgid "Shortcuts"
msgstr "Billentyűparancsok"
#: src/gtk/help-overlay.blp:29
#, fuzzy
msgctxt "shortcut window"
msgid "Undo"
msgstr "Visszavonás"
#: src/gtk/preferences.blp:10 #: src/gtk/preferences.blp:10
msgid "General" msgid "General"
msgstr "Általános" msgstr "Általános"
@@ -212,6 +264,46 @@ msgstr "Manuálisan Hozzáadott Játékok Importálása"
msgid "Bottles Install Location" msgid "Bottles Install Location"
msgstr "Bottles Telepítés Helye" msgstr "Bottles Telepítés Helye"
#: src/utils/bottles_parser.py:55 src/utils/heroic_parser.py:55
#: src/utils/steam_parser.py:55
msgid "Couldn't Import Games"
msgstr "Nem Lehet Importálni a Játékot"
#: src/utils/bottles_parser.py:55
#, fuzzy
msgid "The Bottles directory cannot be found."
msgstr "A Steam mappa nem található."
#: src/utils/bottles_parser.py:55
#, fuzzy
msgid "Set Bottles Location"
msgstr "Steam Mappa Kiválasztása"
#: src/utils/bottles_parser.py:98
#, fuzzy
msgid "No new games were found in the Bottles library."
msgstr "Nem találhatók új játékok a Steam könyvtárban."
#: src/utils/bottles_parser.py:100 src/utils/bottles_parser.py:102
#, fuzzy
msgid "Bottles Games Imported"
msgstr "Steam Játékok Importálva"
#: src/utils/bottles_parser.py:100 src/utils/heroic_parser.py:176
#: src/utils/steam_parser.py:107
msgid "Successfully imported 1 game."
msgstr "1 játék sikeresen importálva."
#: src/utils/bottles_parser.py:102 src/utils/heroic_parser.py:179
#: src/utils/steam_parser.py:109
msgid "Successfully imported"
msgstr "Sikeresen importálva"
#: src/utils/bottles_parser.py:102 src/utils/heroic_parser.py:179
#: src/utils/steam_parser.py:109
msgid "games."
msgstr "játék."
#: src/utils/create_details_window.py:38 #: src/utils/create_details_window.py:38
msgid "Add New Game" msgid "Add New Game"
msgstr "Új Játék Hozzáadása" msgstr "Új Játék Hozzáadása"
@@ -272,40 +364,9 @@ msgstr "Nem Lehet Menteni a Beállításokat"
msgid "Dismiss" msgid "Dismiss"
msgstr "Rendben" msgstr "Rendben"
#: src/utils/steam_parser.py:55 src/utils/heroic_parser.py:55
msgid "Couldn't Import Games"
msgstr "Nem Lehet Importálni a Játékot"
#: src/utils/steam_parser.py:55
msgid "Steam directory cannot be found."
msgstr "A Steam mappa nem található."
#: src/utils/steam_parser.py:55
msgid "Set Steam Location"
msgstr "Steam Mappa Kiválasztása"
#: src/utils/steam_parser.py:105
msgid "No new games found in Steam library."
msgstr "Nem találhatók új játékok a Steam könyvtárban."
#: src/utils/steam_parser.py:107 src/utils/steam_parser.py:109
msgid "Steam Games Imported"
msgstr "Steam Játékok Importálva"
#: src/utils/steam_parser.py:107 src/utils/heroic_parser.py:176
msgid "Successfully imported 1 game."
msgstr "1 játék sikeresen importálva."
#: src/utils/steam_parser.py:109 src/utils/heroic_parser.py:179
msgid "Successfully imported"
msgstr "Sikeresen importálva"
#: src/utils/steam_parser.py:109 src/utils/heroic_parser.py:179
msgid "games."
msgstr "játék."
#: src/utils/heroic_parser.py:55 #: src/utils/heroic_parser.py:55
msgid "Heroic directory cannot be found." #, fuzzy
msgid "The Heroic directory cannot be found."
msgstr "A Heroic mappa nem található." msgstr "A Heroic mappa nem található."
#: src/utils/heroic_parser.py:55 #: src/utils/heroic_parser.py:55
@@ -313,12 +374,31 @@ msgid "Set Heroic Location"
msgstr "Heroic Mappa Kiválasztása" msgstr "Heroic Mappa Kiválasztása"
#: src/utils/heroic_parser.py:174 #: src/utils/heroic_parser.py:174
msgid "No new games found in Heroic library." #, fuzzy
msgid "No new games were found in the Heroic library."
msgstr "Nem találhatók új játékok a Heroic könyvtárban." msgstr "Nem találhatók új játékok a Heroic könyvtárban."
#: src/utils/heroic_parser.py:176 src/utils/heroic_parser.py:178 #: src/utils/heroic_parser.py:176 src/utils/heroic_parser.py:178
msgid "Heroic Games Imported" msgid "Heroic Games Imported"
msgstr "Heroic Játékok Importálva" msgstr "Heroic Játékok Importálva"
#: src/utils/steam_parser.py:55
#, fuzzy
msgid "The Steam directory cannot be found."
msgstr "A Steam mappa nem található."
#: src/utils/steam_parser.py:55
msgid "Set Steam Location"
msgstr "Steam Mappa Kiválasztása"
#: src/utils/steam_parser.py:105
#, fuzzy
msgid "No new games were found in the Steam library."
msgstr "Nem találhatók új játékok a Steam könyvtárban."
#: src/utils/steam_parser.py:107 src/utils/steam_parser.py:109
msgid "Steam Games Imported"
msgstr "Steam Játékok Importálva"
#~ msgid "Import From Heroic" #~ msgid "Import From Heroic"
#~ msgstr "Importálás Heroic-ból" #~ msgstr "Importálás Heroic-ból"

175
po/ta.po
View File

@@ -6,9 +6,9 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: github.com/kra-mo/cartridges/issues/new/\n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-02-19 10:50+0100\n" "POT-Creation-Date: 2023-02-19 16:21+0530\n"
"PO-Revision-Date: 2023-02-19 12:58+0530\n" "PO-Revision-Date: 2023-02-19 16:29+0530\n"
"Last-Translator: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>\n" "Last-Translator: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>\n"
"Language-Team: Tamil\n" "Language-Team: Tamil\n"
"Language: ta\n" "Language: ta\n"
@@ -18,10 +18,37 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.2.2\n" "X-Generator: Poedit 3.2.2\n"
#: data/hu.kramo.Cartridges.desktop.in:3 data/hu.kramo.Cartridges.metainfo.xml.in:6
#: src/main.py:81 src/window.blp:29 #: src/main.py:81 src/window.blp:29
msgid "Cartridges" msgid "Cartridges"
msgstr "கார்ட்ரிட்ஜ்கள்" msgstr "கார்ட்ரிட்ஜ்கள்"
#: data/hu.kramo.Cartridges.desktop.in:4
msgid "Game Launcher"
msgstr "விளையாட்டு துவக்கி"
#: data/hu.kramo.Cartridges.desktop.in:5
msgid "Launch your games"
msgstr "உங்கள் விளையாட்டுகளைத் தொடங்கவும்"
#: data/hu.kramo.Cartridges.metainfo.xml.in:7
msgid "Launch all your games"
msgstr "உங்கள் எல்லா விளையாட்டுகளையும் தொடங்கவும்"
#: data/hu.kramo.Cartridges.metainfo.xml.in:9
msgid ""
"Cartridges is a simple game launcher. It has support for importing your games from "
"Steam, Heroic and Bottles with organizational features such as hiding and sorting by "
"date added or last played."
msgstr ""
"கார்ட்ரிட்ஜ்கள் ஒரு எளிய விளையாட்டு துவக்கி. இது உங்கள் விளையாட்டுகளை ஸ்டீம், ஹீரோயிக் மற்றும் பாட்டில்களில் "
"இருந்து இறக்குமதி செய்வதற்கான ஆதரவைக் கொண்டுள்ளது, அதாவது மறைத்தல் மற்றும் சேர்த்த அல்லது கடைசியாக "
"விளையாடிய தேதியின்படி வரிசைப்படுத்துதல் போன்ற நிறுவன அம்சங்களுடன்."
#: data/hu.kramo.Cartridges.metainfo.xml.in:12
msgid "kramo"
msgstr "கிராமோ"
#. Translators: Replace this with your name for it to show up in the about window. #. Translators: Replace this with your name for it to show up in the about window.
#: src/main.py:92 #: src/main.py:92
msgid "translator_credits" msgid "translator_credits"
@@ -56,8 +83,8 @@ msgstr "கடைசியாக விளையாடியது: "
msgid "Last played: Never" msgid "Last played: Never"
msgstr "கடைசியாக விளையாடியது: ஒருபோதும் இல்லை" msgstr "கடைசியாக விளையாடியது: ஒருபோதும் இல்லை"
#: src/window.blp:6 src/window.blp:14 src/utils/steam_parser.py:105 #: src/window.blp:6 src/window.blp:14 src/utils/bottles_parser.py:98
#: src/utils/heroic_parser.py:174 #: src/utils/heroic_parser.py:174 src/utils/steam_parser.py:105
msgid "No Games Found" msgid "No Games Found"
msgstr "விளையாட்டுகள் எதுவும் இல்லை" msgstr "விளையாட்டுகள் எதுவும் இல்லை"
@@ -147,14 +174,13 @@ msgstr "Steam (ஸ்டீம்)"
#: src/window.blp:371 #: src/window.blp:371
msgid "Heroic" msgid "Heroic"
msgstr "Heroic (ீர்)" msgstr "Heroic (ீரோயிக்)"
#: src/window.blp:376 #: src/window.blp:376
msgid "Bottles" msgid "Bottles"
msgstr "Bottles (பாட்டில்கள்)" msgstr "Bottles (பாட்டில்கள்)"
#: src/window.blp:386 src/window.blp:405 src/gtk/game.blp:69 #: src/window.blp:386 src/window.blp:405 src/gtk/game.blp:69 src/gtk/game.blp:95
#: src/gtk/game.blp:95
msgid "Edit" msgid "Edit"
msgstr "தொகு" msgstr "தொகு"
@@ -162,8 +188,7 @@ msgstr "தொகு"
msgid "Hide" msgid "Hide"
msgstr "மறை" msgstr "மறை"
#: src/window.blp:396 src/window.blp:415 src/gtk/game.blp:79 #: src/window.blp:396 src/window.blp:415 src/gtk/game.blp:79 src/gtk/game.blp:105
#: src/gtk/game.blp:105
msgid "Remove" msgid "Remove"
msgstr "அகற்று" msgstr "அகற்று"
@@ -175,6 +200,31 @@ msgstr "மறை காட்டு"
msgid "Title" msgid "Title"
msgstr "தலைப்பு" msgstr "தலைப்பு"
#: src/gtk/help-overlay.blp:11
msgctxt "shortcut window"
msgid "General"
msgstr "பொது"
#: src/gtk/help-overlay.blp:14
msgctxt "shortcut window"
msgid "Quit"
msgstr "வெளியேறு"
#: src/gtk/help-overlay.blp:19
msgctxt "shortcut window"
msgid "Search"
msgstr "தேடு"
#: src/gtk/help-overlay.blp:24
msgctxt "shortcut window"
msgid "Shortcuts"
msgstr "குறுக்குவழிகள்"
#: src/gtk/help-overlay.blp:29
msgctxt "shortcut window"
msgid "Undo"
msgstr "செயல்தவிர்"
#: src/gtk/preferences.blp:10 #: src/gtk/preferences.blp:10
msgid "General" msgid "General"
msgstr "பொது" msgstr "பொது"
@@ -187,14 +237,13 @@ msgstr "விளையாட்டுகளை தொடங்கிய பி
msgid "Steam Install Location" msgid "Steam Install Location"
msgstr "Steam (ஸ்டீம்) நிறுவல் இடம்" msgstr "Steam (ஸ்டீம்) நிறுவல் இடம்"
#: src/gtk/preferences.blp:26 src/gtk/preferences.blp:40 #: src/gtk/preferences.blp:26 src/gtk/preferences.blp:40 src/gtk/preferences.blp:78
#: src/gtk/preferences.blp:78
msgid "Directory to use when importing games" msgid "Directory to use when importing games"
msgstr "விளையாட்டுகளை இறக்குமதி செய்யும் போது பயன்படுத்த வேண்டிய அடைவு" msgstr "விளையாட்டுகளை இறக்குமதி செய்யும் போது பயன்படுத்த வேண்டிய அடைவு"
#: src/gtk/preferences.blp:39 #: src/gtk/preferences.blp:39
msgid "Heroic Install Location" msgid "Heroic Install Location"
msgstr "Heroic நிறுவல் இடம்" msgstr "Heroic (ஹீரோயிக்) நிறுவல் இடம்"
#: src/gtk/preferences.blp:49 #: src/gtk/preferences.blp:49
msgid "Import Epic Games" msgid "Import Epic Games"
@@ -212,6 +261,42 @@ msgstr "பக்க ஏற்றப்பட்ட விளையாட்ட
msgid "Bottles Install Location" msgid "Bottles Install Location"
msgstr "Bottles (பாட்டில்கள்) நிறுவும் இடம்" msgstr "Bottles (பாட்டில்கள்) நிறுவும் இடம்"
#: src/utils/bottles_parser.py:55 src/utils/heroic_parser.py:55
#: src/utils/steam_parser.py:55
msgid "Couldn't Import Games"
msgstr "கேம்களை இறக்குமதி செய்ய முடியவில்லை"
#: src/utils/bottles_parser.py:55
msgid "The Bottles directory cannot be found."
msgstr "பாட்டில்கள் கோப்பகத்தைக் கண்டறிய முடியவில்லை."
#: src/utils/bottles_parser.py:55
msgid "Set Bottles Location"
msgstr "பாட்டில்களின் இடத்தை அமைக்கவும்"
#: src/utils/bottles_parser.py:98
msgid "No new games were found in the Bottles library."
msgstr "பாட்டில்கள் நூலகத்தில் புதிய விளையாட்டுகள் எதுவும் இல்லை."
#: src/utils/bottles_parser.py:100 src/utils/bottles_parser.py:102
msgid "Bottles Games Imported"
msgstr "பாட்டில் விளையாட்டுகள் இறக்குமதி செய்யப்பட்டன"
#: src/utils/bottles_parser.py:100 src/utils/heroic_parser.py:176
#: src/utils/steam_parser.py:107
msgid "Successfully imported 1 game."
msgstr "1 விளையாட்டு வெற்றிகரமாக இறக்குமதி செய்யப்பட்டது."
#: src/utils/bottles_parser.py:102 src/utils/heroic_parser.py:179
#: src/utils/steam_parser.py:109
msgid "Successfully imported"
msgstr "வெற்றிகரமாக இறக்குமதி செய்யப்பட்டது"
#: src/utils/bottles_parser.py:102 src/utils/heroic_parser.py:179
#: src/utils/steam_parser.py:109
msgid "games."
msgstr "விளையாட்டுகள்."
#: src/utils/create_details_window.py:38 #: src/utils/create_details_window.py:38
msgid "Add New Game" msgid "Add New Game"
msgstr "புதிய விளையாட்டைச் சேர்க்கவும்" msgstr "புதிய விளையாட்டைச் சேர்க்கவும்"
@@ -248,23 +333,19 @@ msgstr "விளையாட்டைத் தொடங்கும் போ
msgid "Cancel" msgid "Cancel"
msgstr "ரத்துசெய்" msgstr "ரத்துசெய்"
#: src/utils/create_details_window.py:140 #: src/utils/create_details_window.py:140 src/utils/create_details_window.py:144
#: src/utils/create_details_window.py:144
msgid "Couldn't Add Game" msgid "Couldn't Add Game"
msgstr "விளையாட்டைச் சேர்க்க முடியவில்லை" msgstr "விளையாட்டைச் சேர்க்க முடியவில்லை"
#: src/utils/create_details_window.py:140 #: src/utils/create_details_window.py:140 src/utils/create_details_window.py:165
#: src/utils/create_details_window.py:165
msgid "Game title cannot be empty." msgid "Game title cannot be empty."
msgstr "விளையாட்டு தலைப்பு காலியாக இருக்கக்கூடாது." msgstr "விளையாட்டு தலைப்பு காலியாக இருக்கக்கூடாது."
#: src/utils/create_details_window.py:144 #: src/utils/create_details_window.py:144 src/utils/create_details_window.py:169
#: src/utils/create_details_window.py:169
msgid "Executable cannot be empty." msgid "Executable cannot be empty."
msgstr "இயங்கக்கூடியது காலியாக இருக்க முடியாது." msgstr "இயங்கக்கூடியது காலியாக இருக்க முடியாது."
#: src/utils/create_details_window.py:165 #: src/utils/create_details_window.py:165 src/utils/create_details_window.py:169
#: src/utils/create_details_window.py:169
msgid "Couldn't Apply Preferences" msgid "Couldn't Apply Preferences"
msgstr "விருப்பத்தேர்வுகளைப் பயன்படுத்த முடியவில்லை" msgstr "விருப்பத்தேர்வுகளைப் பயன்படுத்த முடியவில்லை"
@@ -272,50 +353,34 @@ msgstr "விருப்பத்தேர்வுகளைப் பயன
msgid "Dismiss" msgid "Dismiss"
msgstr "நிராகரி" msgstr "நிராகரி"
#: src/utils/steam_parser.py:55 src/utils/heroic_parser.py:55 #: src/utils/heroic_parser.py:55
msgid "Couldn't Import Games" msgid "The Heroic directory cannot be found."
msgstr "கேம்களை இறக்குமதி செய்ய முடியவில்லை" msgstr "Heroic (ஹீரோயிக்) கோப்பகத்தைக் கண்டுபிடிக்க முடியவில்லை."
#: src/utils/heroic_parser.py:55
msgid "Set Heroic Location"
msgstr "Heroic (ஹீரோயிக்) இருப்பிடத்தை அமைக்கவும்"
#: src/utils/heroic_parser.py:174
msgid "No new games were found in the Heroic library."
msgstr "Heroic (ஹீரோயிக்) நூலகத்தில் புதிய விளையாட்டுகள் எதுவும் இல்லை."
#: src/utils/heroic_parser.py:176 src/utils/heroic_parser.py:178
msgid "Heroic Games Imported"
msgstr "Heroic (ஹீரோயிக்) விளையாட்டுகள் இறக்குமதி செய்யப்பட்டன"
#: src/utils/steam_parser.py:55 #: src/utils/steam_parser.py:55
msgid "Steam directory cannot be found." msgid "The Steam directory cannot be found."
msgstr "Steam (ஸ்டீம்) கோப்பகத்தைக் கண்டறிய முடியவில்லை." msgstr "Steam (ஸ்டீம்) கோப்பகத்தைக் கண்டறிய முடியவில்லை."
#: src/utils/steam_parser.py:55 #: src/utils/steam_parser.py:55
msgid "Set Steam Location" msgid "Set Steam Location"
msgstr "Steam (ஸ்டீம்) இடத்தை அமைக்கவும்" msgstr "Steam (ஸ்டீம் இடத்தை அமைக்கவும்"
#: src/utils/steam_parser.py:105 #: src/utils/steam_parser.py:105
msgid "No new games found in Steam library." msgid "No new games were found in the Steam library."
msgstr "Steam (ஸ்டீம்) நூலகத்தில் புதிய விளையாட்டுகள் எதுவும் இல்லை." msgstr "Steam (ஸ்டீம்) நூலகத்தில் புதிய விளையாட்டுகள் எதுவும் இல்லை."
#: src/utils/steam_parser.py:107 src/utils/steam_parser.py:109 #: src/utils/steam_parser.py:107 src/utils/steam_parser.py:109
msgid "Steam Games Imported" msgid "Steam Games Imported"
msgstr "Steam (ஸ்டீம்) விளையாட்டுகள் இறக்குமதி செய்யப்பட்டன" msgstr "Steam (ஸ்டீம்) விளையாட்டுகள் இறக்குமதி செய்யப்பட்டன"
#: src/utils/steam_parser.py:107 src/utils/heroic_parser.py:176
msgid "Successfully imported 1 game."
msgstr "1 விளையாட்டு வெற்றிகரமாக இறக்குமதி செய்யப்பட்டது."
#: src/utils/steam_parser.py:109 src/utils/heroic_parser.py:179
msgid "Successfully imported"
msgstr "வெற்றிகரமாக இறக்குமதி செய்யப்பட்டது"
#: src/utils/steam_parser.py:109 src/utils/heroic_parser.py:179
msgid "games."
msgstr "விளையாட்டுகள்."
#: src/utils/heroic_parser.py:55
msgid "Heroic directory cannot be found."
msgstr "Heroic அடைவு காணப்படவில்லை."
#: src/utils/heroic_parser.py:55
msgid "Set Heroic Location"
msgstr "Heroic இருப்பிடத்தை அமைக்கவும்"
#: src/utils/heroic_parser.py:174
msgid "No new games found in Heroic library."
msgstr "Heroic நூலகத்தில் புதிய விளையாட்டுகள் எதுவும் இல்லை."
#: src/utils/heroic_parser.py:176 src/utils/heroic_parser.py:178
msgid "Heroic Games Imported"
msgstr "Heroic விளையாட்டுகள் இறக்குமதி செய்யப்பட்டன"

View File

@@ -52,7 +52,7 @@ def bottles_parser(parent_widget, action):
if response == "choose_folder": if response == "choose_folder":
choose_folder(widget) choose_folder(widget)
create_dialog(parent_widget, _("Couldn't Import Games"), _("Bottles directory cannot be found."), "choose_folder", _("Set Bottles Location")).connect("response", response) create_dialog(parent_widget, _("Couldn't Import Games"), _("The Bottles directory cannot be found."), "choose_folder", _("Set Bottles Location")).connect("response", response)
if os.path.isfile(os.path.join(bottles_dir, "library.yml")): if os.path.isfile(os.path.join(bottles_dir, "library.yml")):
pass pass
@@ -95,9 +95,9 @@ def bottles_parser(parent_widget, action):
bottles_games[values["game_id"]] = values bottles_games[values["game_id"]] = values
if len(bottles_games) == 0: if len(bottles_games) == 0:
create_dialog(parent_widget, _("No Games Found"), _("No new games found in Bottles library.")) create_dialog(parent_widget, _("No Games Found"), _("No new games were found in the Bottles library."))
elif len(bottles_games) == 1: elif len(bottles_games) == 1:
create_dialog(parent_widget, _("bottles Games Imported"), _("Successfully imported 1 game.")) create_dialog(parent_widget, _("Bottles Games Imported"), _("Successfully imported 1 game."))
elif len(bottles_games) > 1: elif len(bottles_games) > 1:
create_dialog(parent_widget, _("bottles Games Imported"), _("Successfully imported") + " " + str(len(bottles_games)) + " " + _("games.")) create_dialog(parent_widget, _("Bottles Games Imported"), _("Successfully imported") + " " + str(len(bottles_games)) + " " + _("games."))
return bottles_games return bottles_games

View File

@@ -52,7 +52,7 @@ def heroic_parser(parent_widget, action):
if response == "choose_folder": if response == "choose_folder":
choose_folder(widget) choose_folder(widget)
create_dialog(parent_widget, _("Couldn't Import Games"), _("Heroic directory cannot be found."), "choose_folder", _("Set Heroic Location")).connect("response", response) create_dialog(parent_widget, _("Couldn't Import Games"), _("The Heroic directory cannot be found."), "choose_folder", _("Set Heroic Location")).connect("response", response)
if os.path.exists(os.path.join(heroic_dir, "config.json")): if os.path.exists(os.path.join(heroic_dir, "config.json")):
pass pass
@@ -171,7 +171,7 @@ def heroic_parser(parent_widget, action):
heroic_games[values["game_id"]] = values heroic_games[values["game_id"]] = values
if len(heroic_games) == 0: if len(heroic_games) == 0:
create_dialog(parent_widget, _("No Games Found"), _("No new games found in Heroic library.")) create_dialog(parent_widget, _("No Games Found"), _("No new games were found in the Heroic library."))
elif len(heroic_games) == 1: elif len(heroic_games) == 1:
create_dialog(parent_widget, _("Heroic Games Imported"), _("Successfully imported 1 game.")) create_dialog(parent_widget, _("Heroic Games Imported"), _("Successfully imported 1 game."))
elif len(heroic_games) > 1: elif len(heroic_games) > 1:

View File

@@ -52,7 +52,7 @@ def steam_parser(parent_widget, action):
if response == "choose_folder": if response == "choose_folder":
choose_folder(widget) choose_folder(widget)
create_dialog(parent_widget, _("Couldn't Import Games"), _("Steam directory cannot be found."), "choose_folder", _("Set Steam Location")).connect("response", response) create_dialog(parent_widget, _("Couldn't Import Games"), _("The Steam directory cannot be found."), "choose_folder", _("Set Steam Location")).connect("response", response)
if os.path.exists(os.path.join(steam_dir, "steamapps")): if os.path.exists(os.path.join(steam_dir, "steamapps")):
pass pass
@@ -102,7 +102,7 @@ def steam_parser(parent_widget, action):
steam_games[values["game_id"]] = values steam_games[values["game_id"]] = values
if len(steam_games) == 0: if len(steam_games) == 0:
create_dialog(parent_widget, _("No Games Found"), _("No new games found in Steam library.")) create_dialog(parent_widget, _("No Games Found"), _("No new games were found in the Steam library."))
elif len(steam_games) == 1: elif len(steam_games) == 1:
create_dialog(parent_widget, _("Steam Games Imported"), _("Successfully imported 1 game.")) create_dialog(parent_widget, _("Steam Games Imported"), _("Successfully imported 1 game."))
elif len(steam_games) > 1: elif len(steam_games) > 1: