diff --git a/oversteer/gui.py b/oversteer/gui.py index 186dea2..e423cbc 100644 --- a/oversteer/gui.py +++ b/oversteer/gui.py @@ -95,16 +95,14 @@ def __init__(self, application, model, argv): else: self.models = {} - if model.device is not None: - self.ui.set_device_id(model.device.get_id()) - self.change_device(model.device.get_id()) - - self.ui.update() - Thread(target=self.input_thread, daemon = True).start() self.ui.start() + if model.device is not None: + self.ui.set_device_id(model.device.get_id()) + self.change_device(model.device.get_id()) + if self.app.args.command: if not model.get_start_app_manually(): self.start_app() @@ -123,7 +121,7 @@ def sig_int_handler(self, signal, frame): def install_udev_files(self): while True: affirmative = self.ui.confirmation_dialog(_("You don't have the " + - "required permissions to change your wheel settings. You can " + + "required permissions to change your wheel settings.") + "\n\n" + _("You can " + "fix it yourself by copying the files in {} to the {} directory " + "and rebooting.").format(self.app.udev_path, self.app.target_dir) + "\n\n" + _("Do you want us to make this change for you?")) @@ -173,8 +171,11 @@ def change_device(self, device_id): if self.device is None or not self.device.is_ready(): return - if not self.device.check_permissions() and self.check_permissions and self.app.udev_path: - self.install_udev_files() + if not self.device.check_permissions() and self.check_permissions: + if self.app.udev_path: + self.install_udev_files() + else: + self.ui.info_dialog(_("You don't have the required permissions to change your wheel settings.")) if self.device.get_id() in self.models: self.model = self.models[self.device.get_id()] diff --git a/po/ca.po b/po/ca.po index 8864321..834c6c1 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,113 +7,113 @@ msgid "" msgstr "" "Project-Id-Version: oversteer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-25 19:00+0100\n" -"PO-Revision-Date: 2021-03-25 19:01+0100\n" +"POT-Creation-Date: 2022-01-20 10:33+0100\n" +"PO-Revision-Date: 2022-01-20 10:33+0100\n" "Last-Translator: Bernat Arlandis Mañó \n" "Language-Team: none\n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.2.1\n" +"X-Generator: Poedit 2.4.2\n" -#: oversteer/application.py:26 +#: oversteer/application.py:23 msgid "Oversteer - Steering Wheel Manager" msgstr "Oversteer - Configurador de volants" -#: oversteer/application.py:27 +#: oversteer/application.py:24 msgid "Run as command's companion" msgstr "Arrancar com a complementari del comandament" -#: oversteer/application.py:28 +#: oversteer/application.py:25 msgid "Device path" msgstr "Ruta del dispositiu" -#: oversteer/application.py:29 +#: oversteer/application.py:26 msgid "list connected devices" msgstr "llista dispositius conectats" -#: oversteer/application.py:30 +#: oversteer/application.py:27 msgid "set the compatibility mode" msgstr "establix el modo de compatibilitat" -#: oversteer/application.py:31 +#: oversteer/application.py:28 msgid "set the rotation range [40-900]" msgstr "establix el ranc de rotació [40-900]" -#: oversteer/application.py:32 +#: oversteer/application.py:29 msgid "combine pedals [0-2]" msgstr "combina pedals [0-2]" -#: oversteer/application.py:33 +#: oversteer/application.py:30 msgid "set the autocenter strength [0-100]" msgstr "establix la força d'autocentrat [0-100]" -#: oversteer/application.py:34 +#: oversteer/application.py:31 msgid "set the FF gain [0-100]" msgstr "establix la ganància de FF [0-100]" -#: oversteer/application.py:35 +#: oversteer/application.py:32 msgid "set the spring level [0-100]" msgstr "establix el nivell d'efecte moll [0-100]" -#: oversteer/application.py:36 +#: oversteer/application.py:33 msgid "set the damper level [0-100]" msgstr "establix el nivell d'efecte d'amortiguament [0-100]" -#: oversteer/application.py:37 +#: oversteer/application.py:34 msgid "set the friction level [0-100]" msgstr "establix el nivell d'efecte de fricció [0-100]" -#: oversteer/application.py:38 +#: oversteer/application.py:35 msgid "enable FFBmeter leds" msgstr "activa el FFBmeter en els leds" -#: oversteer/application.py:39 +#: oversteer/application.py:36 msgid "disable FFBmeter leds" msgstr "desactiva el FFBmeter en els leds" -#: oversteer/application.py:40 +#: oversteer/application.py:37 msgid "center wheel" msgstr "centrar volant" -#: oversteer/application.py:41 +#: oversteer/application.py:38 msgid "don't center wheel" msgstr "no centrar volant" -#: oversteer/application.py:42 +#: oversteer/application.py:39 msgid "run command manually" msgstr "eixecutar comandament manualment" -#: oversteer/application.py:44 +#: oversteer/application.py:41 msgid "don't run command manually" msgstr "no eixecutar comandament manualment" -#: oversteer/application.py:45 +#: oversteer/application.py:42 msgid "load settings from a profile" msgstr "carrega els ajusts d'un perfil" -#: oversteer/application.py:46 +#: oversteer/application.py:43 msgid "start the GUI" msgstr "inicia la interfaç gràfica" -#: oversteer/application.py:47 +#: oversteer/application.py:44 msgid "enable debug output" msgstr "activa l'eixida de depuració" -#: oversteer/application.py:48 +#: oversteer/application.py:45 msgid "show version" msgstr "mostrar versió" -#: oversteer/application.py:68 +#: oversteer/application.py:65 msgid "Devices found:" msgstr "Dispositius trobats:" -#: oversteer/application.py:90 +#: oversteer/application.py:87 msgid "This profile doesn't exist." msgstr "Este perfil no existix." -#: oversteer/application.py:100 +#: oversteer/application.py:97 msgid "No device available." msgstr "No hi han dispositius disponibles." @@ -177,29 +177,43 @@ msgstr "Castellà" msgid "Valencian" msgstr "Valencià" +#: oversteer/gui.py:45 +msgid "Finnish" +msgstr "" + +#: oversteer/gui.py:46 +msgid "Turkish" +msgstr "" + +#: oversteer/gui.py:47 +msgid "German" +msgstr "" + +#: oversteer/gui.py:123 oversteer/gui.py:178 +msgid "You don't have the required permissions to change your wheel settings." +msgstr "No tens els permissos requerits per a canviar els ajusts del volant." + #: oversteer/gui.py:124 msgid "" -"You don't have the required permissions to change your wheel settings. You " -"can fix it yourself by copying the files in {} to the {} directory and " +"You can fix it yourself by copying the files in {} to the {} directory and " "rebooting." msgstr "" -"No tens els permissos requerits per a canviar els ajusts del volant. Pots " -"arreglar-ho tu mateixa copiant els fichers de {} al directori {} i " +"Pots arreglar-ho tu mateixa copiant els fichers de {} al directori {} i " "reiniciant." -#: oversteer/gui.py:128 +#: oversteer/gui.py:127 msgid "Do you want us to make this change for you?" msgstr "¿Vols que faça el canvi per tu?" -#: oversteer/gui.py:141 +#: oversteer/gui.py:138 msgid "Permissions rules installed." msgstr "Regles de permissos instalades." -#: oversteer/gui.py:142 +#: oversteer/gui.py:139 msgid "In some cases, a system restart might be needed." msgstr "En alguns casos pot ser necessari reiniciar." -#: oversteer/gui.py:144 +#: oversteer/gui.py:141 msgid "" "Error installing permissions rules. Please, try again and make sure you use " "the right password for the administrator user." @@ -243,11 +257,11 @@ msgstr "Erro en el canvi d'idioma" msgid "Make sure locale '{}.UTF8' is generated on your system." msgstr "Assegura't de que la localisació '{}.UTF8' existix en el teu sistema." -#: oversteer/gui.py:450 +#: oversteer/gui.py:456 msgid "Command error" msgstr "Erro del comandament" -#: oversteer/gui.py:451 +#: oversteer/gui.py:457 msgid "" "The supplied command failed:\n" "{}" @@ -255,35 +269,35 @@ msgstr "" "El comandament proporcionat ha fallat:\n" "{}" -#: oversteer/gui.py:476 +#: oversteer/gui.py:482 msgid "Steering wheel not responding." msgstr "El volant no respon." -#: oversteer/gui.py:476 +#: oversteer/gui.py:482 msgid "No wheel movement could be registered." msgstr "No s'ha registrat cap moviment del volant." -#: oversteer/gui.py:519 +#: oversteer/gui.py:525 msgid "CSV file to import" msgstr "Ficher CSV a importar" -#: oversteer/gui.py:553 +#: oversteer/gui.py:559 msgid "Test data imported." msgstr "Senyes de les proves importades." -#: oversteer/gui.py:554 +#: oversteer/gui.py:560 msgid "New test data imported from CSV file." msgstr "Noves senyes de les proves importades del ficher CSV." -#: oversteer/gui.py:561 +#: oversteer/gui.py:567 msgid "CSV file to export" msgstr "Ficher CSV al que exportar" -#: oversteer/gui.py:575 +#: oversteer/gui.py:581 msgid "Test data exported." msgstr "Senyes de les proves exportades." -#: oversteer/gui.py:576 +#: oversteer/gui.py:582 msgid "Current test data has been exported to a CSV file." msgstr "Les senyes actuals de les proves s'han exportat a un ficher CSV." @@ -894,14 +908,13 @@ msgstr "Nivell mín. força = {:.1f} %" msgid "Steering Wheel Manager" msgstr "Configurador de volants" -#: data/org.berarma.Oversteer.desktop.in:10 -msgid "org.berarma.Oversteer" -msgstr "org.berarma.Oversteer" - #: data/org.berarma.Oversteer.desktop.in:12 msgid "game;racing;cars;wheels" msgstr "jocs;carreres;coches;volants" +#~ msgid "org.berarma.Oversteer" +#~ msgstr "org.berarma.Oversteer" + #~ msgid "Activation Switch" #~ msgstr "Botó d'activació" diff --git a/po/de.po b/po/de.po index 360f1ee..1f2f1f8 100644 --- a/po/de.po +++ b/po/de.po @@ -6,114 +6,114 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-09-03 10:51+0200\n" -"PO-Revision-Date: 2021-09-04 13:53+0200\n" -"Last-Translator: Matthias Müller \n" +"POT-Creation-Date: 2022-01-20 10:33+0100\n" +"PO-Revision-Date: 2022-01-20 10:34+0100\n" +"Last-Translator: Bernat Arlandis Mañó \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 21.08.1\n" +"X-Generator: Poedit 2.4.2\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: oversteer/application.py:26 +#: oversteer/application.py:23 msgid "Oversteer - Steering Wheel Manager" msgstr "Oversteer - Lenkrad Manager" -#: oversteer/application.py:27 +#: oversteer/application.py:24 msgid "Run as command's companion" msgstr "Starte als Befehls-Companion-App" -#: oversteer/application.py:28 +#: oversteer/application.py:25 msgid "Device path" msgstr "Geräte Pfad" -#: oversteer/application.py:29 +#: oversteer/application.py:26 msgid "list connected devices" msgstr "Verbundene Geräte auflisten" -#: oversteer/application.py:30 +#: oversteer/application.py:27 msgid "set the compatibility mode" msgstr "Kompatibilitätsmodus einstellen" -#: oversteer/application.py:31 +#: oversteer/application.py:28 msgid "set the rotation range [40-900]" msgstr "Rotationsbereich einstellen [40-900]" -#: oversteer/application.py:32 +#: oversteer/application.py:29 msgid "combine pedals [0-2]" msgstr "Pedale kombinieren [0-2]" -#: oversteer/application.py:33 +#: oversteer/application.py:30 msgid "set the autocenter strength [0-100]" msgstr "Zentrierungsstärke einstellen [0-100]" -#: oversteer/application.py:34 +#: oversteer/application.py:31 msgid "set the FF gain [0-100]" msgstr "ForceFeedback-Gain einstellen [0-100]" -#: oversteer/application.py:35 +#: oversteer/application.py:32 msgid "set the spring level [0-100]" msgstr "Federrate einstellen [0-100]" -#: oversteer/application.py:36 +#: oversteer/application.py:33 msgid "set the damper level [0-100]" msgstr "Dämpferrate einstellen [0-100]" -#: oversteer/application.py:37 +#: oversteer/application.py:34 msgid "set the friction level [0-100]" msgstr "Reibungsstärke einstellen [0-100]" -#: oversteer/application.py:38 +#: oversteer/application.py:35 msgid "enable FFBmeter leds" msgstr "FFBmeter LEDs aktivieren" -#: oversteer/application.py:39 +#: oversteer/application.py:36 msgid "disable FFBmeter leds" msgstr "FFBmeter LEDs deaktivieren" -#: oversteer/application.py:40 +#: oversteer/application.py:37 msgid "center wheel" msgstr "Lenkrad zentrieren" -#: oversteer/application.py:41 +#: oversteer/application.py:38 msgid "don't center wheel" msgstr "Lenkrad nicht zentrieren" -#: oversteer/application.py:42 +#: oversteer/application.py:39 msgid "run command manually" msgstr "Befehl manuell ausführen" -#: oversteer/application.py:44 +#: oversteer/application.py:41 msgid "don't run command manually" msgstr "Befehl nicht manuell ausführen" -#: oversteer/application.py:45 +#: oversteer/application.py:42 msgid "load settings from a profile" msgstr "Einstellungen aus Profil laden" -#: oversteer/application.py:46 +#: oversteer/application.py:43 msgid "start the GUI" msgstr "GUI starten" -#: oversteer/application.py:47 +#: oversteer/application.py:44 msgid "enable debug output" msgstr "Debug-Output aktivieren" -#: oversteer/application.py:48 +#: oversteer/application.py:45 msgid "show version" msgstr "Zeige Version" -#: oversteer/application.py:68 +#: oversteer/application.py:65 msgid "Devices found:" msgstr "Geräte gefunden:" -#: oversteer/application.py:90 +#: oversteer/application.py:87 msgid "This profile doesn't exist." msgstr "Dieses Profil existiert nicht." -#: oversteer/application.py:100 +#: oversteer/application.py:97 msgid "No device available." msgstr "Kein Gerät verfügbar." @@ -177,28 +177,41 @@ msgstr "Spanisch" msgid "Valencian" msgstr "Valiencianisch" +#: oversteer/gui.py:45 +msgid "Finnish" +msgstr "" + +#: oversteer/gui.py:46 +msgid "Turkish" +msgstr "" + +#: oversteer/gui.py:47 +msgid "German" +msgstr "" + +#: oversteer/gui.py:123 oversteer/gui.py:178 +msgid "You don't have the required permissions to change your wheel settings." +msgstr "Keine Berechtigung, die Einstellungen des Lenkrads zu ändern." + #: oversteer/gui.py:124 msgid "" -"You don't have the required permissions to change your wheel settings. You " -"can fix it yourself by copying the files in {} to the {} directory and " +"You can fix it yourself by copying the files in {} to the {} directory and " "rebooting." -msgstr "" -"Keine Berechtigung, die Einstellungen des Lenkrads zu ändern." -"Zum Beheben bitte die Dateien aus {} nach {} kopieren und neu starten." +msgstr "Zum Beheben bitte die Dateien aus {} nach {} kopieren und neu starten." -#: oversteer/gui.py:128 +#: oversteer/gui.py:127 msgid "Do you want us to make this change for you?" msgstr "Soll Oversteer diese Änderung vornehmen?" -#: oversteer/gui.py:141 +#: oversteer/gui.py:138 msgid "Permissions rules installed." msgstr "Berechtigungs-Regeln installiert." -#: oversteer/gui.py:142 +#: oversteer/gui.py:139 msgid "In some cases, a system restart might be needed." msgstr "In manchen Fällen kann ein Neustart nötig sein." -#: oversteer/gui.py:144 +#: oversteer/gui.py:141 msgid "" "Error installing permissions rules. Please, try again and make sure you use " "the right password for the administrator user." @@ -241,11 +254,11 @@ msgstr "Sprache ändern fehlgeschlagen" msgid "Make sure locale '{}.UTF8' is generated on your system." msgstr "Vergewissere dich, dass '{}.UTF8' auf diesem system generiert wurde." -#: oversteer/gui.py:450 +#: oversteer/gui.py:456 msgid "Command error" msgstr "Befehlsfehler" -#: oversteer/gui.py:451 +#: oversteer/gui.py:457 msgid "" "The supplied command failed:\n" "{}" @@ -253,35 +266,35 @@ msgstr "" "Der bereitgestellte Befehl schlug fehl:\n" "{}" -#: oversteer/gui.py:476 +#: oversteer/gui.py:482 msgid "Steering wheel not responding." msgstr "Lenkrad reagiert nicht." -#: oversteer/gui.py:476 +#: oversteer/gui.py:482 msgid "No wheel movement could be registered." msgstr "Es konnte keine Bewegung des Lenkrads festgestellt werden." -#: oversteer/gui.py:519 +#: oversteer/gui.py:525 msgid "CSV file to import" msgstr "CSV-Datei zum Import" -#: oversteer/gui.py:553 +#: oversteer/gui.py:559 msgid "Test data imported." msgstr "Test-Daten importiert" -#: oversteer/gui.py:554 +#: oversteer/gui.py:560 msgid "New test data imported from CSV file." msgstr "Neue Test-Daten aus CSV-Datei importiert." -#: oversteer/gui.py:561 +#: oversteer/gui.py:567 msgid "CSV file to export" msgstr "CSV-Datei zum Export" -#: oversteer/gui.py:575 +#: oversteer/gui.py:581 msgid "Test data exported." msgstr "Test-Daten exportiert." -#: oversteer/gui.py:576 +#: oversteer/gui.py:582 msgid "Current test data has been exported to a CSV file." msgstr "Die aktuellen Test-Daten wurden in eine CSV-Datei exportiert." @@ -344,16 +357,16 @@ msgstr "Anwenden" #: oversteer/main.ui:516 msgid "Apply changes (the wheel may move when changing the emulation mode)." msgstr "" -"Änderungen annehmen (das Lenkrad bewegt sich eventuell bei Änderung des" -" Emulationsmodus)." +"Änderungen annehmen (das Lenkrad bewegt sich eventuell bei Änderung des " +"Emulationsmodus)." #: oversteer/main.ui:550 msgid "" "Range in degrees that the wheel will be able to rotate both ways. It will " "affect the sensitivity." msgstr "" -"Winkel, um den sich das Lenkrad in beide Richtungen drehen kann." -"Das hat Auswirkung auf die Empfindlichkeit." +"Winkel, um den sich das Lenkrad in beide Richtungen drehen kann.Das hat " +"Auswirkung auf die Empfindlichkeit." #: oversteer/main.ui:558 msgid "Rotation range" @@ -363,8 +376,8 @@ msgstr "Rotationsbereich" msgid "" "Combine two pedals into one axe. Useful for old games and flight simulators." msgstr "" -"Zwei Pedale in eine Achse kombinieren. Nützlich für ältere Spiele oder" -" Flugsimulatoren." +"Zwei Pedale in eine Achse kombinieren. Nützlich für ältere Spiele oder " +"Flugsimulatoren." #: oversteer/main.ui:619 msgid "Combine pedals" @@ -442,7 +455,8 @@ msgstr "Dämpfer-Effekt-Level" msgid "" "Gain applied to friction effects. Higher values may produce more clipping." msgstr "" -"Stärke aller Reibungs-Effekte. Höhere Werte können mehr Clipping verursachen. " +"Stärke aller Reibungs-Effekte. Höhere Werte können mehr Clipping " +"verursachen. " #: oversteer/main.ui:1957 msgid "Friction effect gain" @@ -526,8 +540,8 @@ msgid "" "Use wheel buttons to control some wheel settings. The buttons must be " "defined in the preferences window." msgstr "" -"Lenkradeinstellungen über Lenkrad-Knöpfe steuern. Die Knöpfe müssen " -"in den Einstellungen definiert werden." +"Lenkradeinstellungen über Lenkrad-Knöpfe steuern. Die Knöpfe müssen in den " +"Einstellungen definiert werden." #: oversteer/main.ui:2359 msgid "Enable wheel buttons" @@ -559,11 +573,10 @@ msgid "" "Be careful when running the tests and follow the instructions as closely as " "possible for safety and valid results." msgstr "" -"Keine Test-Daten verfügbar. Bitte Test-Daten importieren oder neuen Test" -" starten.\n" -"Vorsicht beim Ausführen des Tests - Anweisungen genau befolgen, um Sicherheit" -" und " -"korrekte Test-Ergebnisse zu gewährleisten." +"Keine Test-Daten verfügbar. Bitte Test-Daten importieren oder neuen Test " +"starten.\n" +"Vorsicht beim Ausführen des Tests - Anweisungen genau befolgen, um " +"Sicherheit und korrekte Test-Ergebnisse zu gewährleisten." #: oversteer/main.ui:2519 msgid "page1" @@ -574,9 +587,8 @@ msgid "" "The lowest torque test measures the minimum force level that the wheel can " "deliver. Your help is required for this test." msgstr "" -"Der Test des Minimalmoments misst die geringste Kraft, die das Lenkrad" -" übermitteln kann. " -"Benutzer-Eingriff ist für diesen Test erforderlich." +"Der Test des Minimalmoments misst die geringste Kraft, die das Lenkrad " +"übermitteln kann. Benutzer-Eingriff ist für diesen Test erforderlich." #: oversteer/main.ui:2545 msgid "page2" @@ -595,8 +607,8 @@ msgid "" "The step test measures several performance parameters at the highest force " "levels." msgstr "" -"Der Schritt-Test misst einige Leistungsparameter bei höchsten" -" Krafteinstellungen." +"Der Schritt-Test misst einige Leistungsparameter bei höchsten " +"Krafteinstellungen." #: oversteer/main.ui:2597 msgid "page3" @@ -664,11 +676,9 @@ msgid "" "your hands and move it slowly around its middle position. When you notice a " "slight resistance or pulsation press any button in the wheel." msgstr "" -"Für die Dauer dieses Tests das Lenkrad fest greifen und langsam um die" -" Mittellage " -"herum bewegen. Sobald ein leichter Widerstand oder ein Pulsieren bemerkbar" -" ist " -"einen beliebigen Knopf am Lenkrad drücken." +"Für die Dauer dieses Tests das Lenkrad fest greifen und langsam um die " +"Mittellage herum bewegen. Sobald ein leichter Widerstand oder ein Pulsieren " +"bemerkbar ist einen beliebigen Knopf am Lenkrad drücken." #: oversteer/main.ui:3001 msgid "Press any wheel button when ready to start the test." @@ -687,8 +697,8 @@ msgid "" "WARNING: Don't touch the wheel and leave a clear space around it to avoid " "accidents or unreliable results." msgstr "" -"WARNUNG: Lenkrad nicht berühren und Bereich um das Lenkrad freihalten " -"um Unfälle oder verfälschte Ergebnisse zu vermeiden." +"WARNUNG: Lenkrad nicht berühren und Bereich um das Lenkrad freihalten um " +"Unfälle oder verfälschte Ergebnisse zu vermeiden." #: oversteer/main.ui:3065 msgid "Back" @@ -743,9 +753,8 @@ msgid "" "Check permissions to read/write device settings and propose changes to make " "them available to normal users." msgstr "" -"Berechtigungen zum Lesen/Schreiben von Geräteeinstellungen prüfen und" -" Anpassungen " -"vorschlagen um dies normalen Nutzern zu ermöglichen." +"Berechtigungen zum Lesen/Schreiben von Geräteeinstellungen prüfen und " +"Anpassungen vorschlagen um dies normalen Nutzern zu ermöglichen." #: oversteer/main.ui:3441 msgid "Check permissions" @@ -756,8 +765,8 @@ msgid "" "Change the interface language. You'll need to restart the application to " "apply." msgstr "" -"Sprache der Benutzeroberfläche ändern. Die Anwendung muss neu gestartet" -" werden." +"Sprache der Benutzeroberfläche ändern. Die Anwendung muss neu gestartet " +"werden." #: oversteer/main.ui:3481 msgid "Language" @@ -768,9 +777,8 @@ msgid "" "Pressing start will begin configuration of wheel buttons. Just press the " "button in the wheel that you want to use for every displayed action." msgstr "" -"\"Start\" beginnt die Konfiguration der Lenkradknöpfe. Zur Zuweisung der" -" gezeigten " -"Aktion den gewünschten Knopf drücken." +"\"Start\" beginnt die Konfiguration der Lenkradknöpfe. Zur Zuweisung der " +"gezeigten Aktion den gewünschten Knopf drücken." #: oversteer/main.ui:3518 msgid "Define buttons" @@ -896,11 +904,9 @@ msgstr "Min. Kraft-Level = {:.1f} %" msgid "Steering Wheel Manager" msgstr "Lenkradmanager" -#: data/org.berarma.Oversteer.desktop.in:10 -msgid "org.berarma.Oversteer" -msgstr "org.berarma.Oversteer" - #: data/org.berarma.Oversteer.desktop.in:12 msgid "game;racing;cars;wheels" msgstr "Spiele;Rennen;Autos;Lenkrad" +#~ msgid "org.berarma.Oversteer" +#~ msgstr "org.berarma.Oversteer" diff --git a/po/es.po b/po/es.po index 6e7353d..8775503 100644 --- a/po/es.po +++ b/po/es.po @@ -7,114 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-25 19:00+0100\n" -"PO-Revision-Date: 2021-03-25 19:00+0100\n" +"POT-Creation-Date: 2022-01-20 10:33+0100\n" +"PO-Revision-Date: 2022-01-20 10:38+0100\n" "Last-Translator: Bernat Arlandis Mañó \n" "Language-Team: \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.2.1\n" +"X-Generator: Poedit 2.4.2\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: oversteer/application.py:26 +#: oversteer/application.py:23 msgid "Oversteer - Steering Wheel Manager" msgstr "Oversteer - Configurador de volantes" -#: oversteer/application.py:27 +#: oversteer/application.py:24 msgid "Run as command's companion" msgstr "Ejecutar como complementario del comando" -#: oversteer/application.py:28 +#: oversteer/application.py:25 msgid "Device path" msgstr "Ruta del dispositivo" -#: oversteer/application.py:29 +#: oversteer/application.py:26 msgid "list connected devices" msgstr "lista dispositivo conectados" -#: oversteer/application.py:30 +#: oversteer/application.py:27 msgid "set the compatibility mode" msgstr "establece el modo de compatibilidad" -#: oversteer/application.py:31 +#: oversteer/application.py:28 msgid "set the rotation range [40-900]" msgstr "establece el rango de giro [40-900]" -#: oversteer/application.py:32 +#: oversteer/application.py:29 msgid "combine pedals [0-2]" msgstr "combina pedales [0-2]" -#: oversteer/application.py:33 +#: oversteer/application.py:30 msgid "set the autocenter strength [0-100]" msgstr "establece la fuerza de autocentrado [0-100]" -#: oversteer/application.py:34 +#: oversteer/application.py:31 msgid "set the FF gain [0-100]" msgstr "establece la ganancia de FF [0-100]" -#: oversteer/application.py:35 +#: oversteer/application.py:32 msgid "set the spring level [0-100]" msgstr "establece el nivel de efecto muelle [0-100]" -#: oversteer/application.py:36 +#: oversteer/application.py:33 msgid "set the damper level [0-100]" msgstr "establece el nivel de efecto amortiguamiento [0-100]" -#: oversteer/application.py:37 +#: oversteer/application.py:34 msgid "set the friction level [0-100]" msgstr "establece el nivel del efecto fricción [0-100]" -#: oversteer/application.py:38 +#: oversteer/application.py:35 msgid "enable FFBmeter leds" msgstr "activa FFBmeter en los leds" -#: oversteer/application.py:39 +#: oversteer/application.py:36 msgid "disable FFBmeter leds" msgstr "desactiva FFBmeter en los leds" -#: oversteer/application.py:40 +#: oversteer/application.py:37 msgid "center wheel" msgstr "centrar volante" -#: oversteer/application.py:41 +#: oversteer/application.py:38 msgid "don't center wheel" msgstr "no centrar volante" -#: oversteer/application.py:42 +#: oversteer/application.py:39 msgid "run command manually" msgstr "ejectutar comando manualmente" -#: oversteer/application.py:44 +#: oversteer/application.py:41 msgid "don't run command manually" msgstr "no ejecutar comando manualmente" -#: oversteer/application.py:45 +#: oversteer/application.py:42 msgid "load settings from a profile" msgstr "carga los ajustes de un perfil" -#: oversteer/application.py:46 +#: oversteer/application.py:43 msgid "start the GUI" msgstr "inicia la interfaz gráfica" -#: oversteer/application.py:47 +#: oversteer/application.py:44 msgid "enable debug output" msgstr "activa la salida de depuración" -#: oversteer/application.py:48 +#: oversteer/application.py:45 msgid "show version" msgstr "mostrar versión" -#: oversteer/application.py:68 +#: oversteer/application.py:65 msgid "Devices found:" msgstr "Dispositivos encontrados:" -#: oversteer/application.py:90 +#: oversteer/application.py:87 msgid "This profile doesn't exist." msgstr "Este perfil no existe." -#: oversteer/application.py:100 +#: oversteer/application.py:97 msgid "No device available." msgstr "No ha dispositivos disponibles." @@ -178,29 +178,44 @@ msgstr "Español" msgid "Valencian" msgstr "Valenciano" +#: oversteer/gui.py:45 +msgid "Finnish" +msgstr "" + +#: oversteer/gui.py:46 +msgid "Turkish" +msgstr "" + +#: oversteer/gui.py:47 +msgid "German" +msgstr "" + +#: oversteer/gui.py:123 oversteer/gui.py:178 +msgid "You don't have the required permissions to change your wheel settings." +msgstr "" +"No tienes los permisos necesarios para cambiar los ajustes del volante." + #: oversteer/gui.py:124 msgid "" -"You don't have the required permissions to change your wheel settings. You " -"can fix it yourself by copying the files in {} to the {} directory and " +"You can fix it yourself by copying the files in {} to the {} directory and " "rebooting." msgstr "" -"No tienes los permisos necesarios para cambiar los ajustes del volante. " "Puedes arreglarlo tú mismo copiando los ficheros de {} al directorio {} y " "reiniciando." -#: oversteer/gui.py:128 +#: oversteer/gui.py:127 msgid "Do you want us to make this change for you?" msgstr "¿Quieres que haga este cambio por ti?" -#: oversteer/gui.py:141 +#: oversteer/gui.py:138 msgid "Permissions rules installed." msgstr "Reglas de permisos instaladas." -#: oversteer/gui.py:142 +#: oversteer/gui.py:139 msgid "In some cases, a system restart might be needed." msgstr "En algunos casos puede ser necesario reiniciar el sistema." -#: oversteer/gui.py:144 +#: oversteer/gui.py:141 msgid "" "Error installing permissions rules. Please, try again and make sure you use " "the right password for the administrator user." @@ -244,11 +259,11 @@ msgstr "Error cambiando el idioma" msgid "Make sure locale '{}.UTF8' is generated on your system." msgstr "Asegúrate de que la localización '{}.UTF8' existe en tu sistema." -#: oversteer/gui.py:450 +#: oversteer/gui.py:456 msgid "Command error" msgstr "Error en comando" -#: oversteer/gui.py:451 +#: oversteer/gui.py:457 msgid "" "The supplied command failed:\n" "{}" @@ -256,35 +271,35 @@ msgstr "" "El comando proporcionado ha fallado:\n" "{}" -#: oversteer/gui.py:476 +#: oversteer/gui.py:482 msgid "Steering wheel not responding." msgstr "El volante no responde." -#: oversteer/gui.py:476 +#: oversteer/gui.py:482 msgid "No wheel movement could be registered." msgstr "No se ha podido registrar ningún movimiento del volante." -#: oversteer/gui.py:519 +#: oversteer/gui.py:525 msgid "CSV file to import" msgstr "Fichero CVS a importar" -#: oversteer/gui.py:553 +#: oversteer/gui.py:559 msgid "Test data imported." msgstr "Datos de la prueba importados." -#: oversteer/gui.py:554 +#: oversteer/gui.py:560 msgid "New test data imported from CSV file." msgstr "Nuevos datos de prueba importados del fichero CVS." -#: oversteer/gui.py:561 +#: oversteer/gui.py:567 msgid "CSV file to export" msgstr "Fichero CVS a exportar" -#: oversteer/gui.py:575 +#: oversteer/gui.py:581 msgid "Test data exported." msgstr "Datos de prueba exportados." -#: oversteer/gui.py:576 +#: oversteer/gui.py:582 msgid "Current test data has been exported to a CSV file." msgstr "Los datos de prueba actuales han sido exportados a un fichero CSV." @@ -899,14 +914,13 @@ msgstr "Nivel de fuerza mín. = {:.1f} %" msgid "Steering Wheel Manager" msgstr "Configurador de volantes" -#: data/org.berarma.Oversteer.desktop.in:10 -msgid "org.berarma.Oversteer" -msgstr "org.berarma.Oversteer" - #: data/org.berarma.Oversteer.desktop.in:12 msgid "game;racing;cars;wheels" msgstr "juego;carreras;coches;volantes" +#~ msgid "org.berarma.Oversteer" +#~ msgstr "org.berarma.Oversteer" + #~ msgid "Angular velocity" #~ msgstr "Velocidad angular" diff --git a/po/fi.po b/po/fi.po index b67da7c..980d97c 100644 --- a/po/fi.po +++ b/po/fi.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-12 17:32+0300\n" -"PO-Revision-Date: 2021-06-12 18:15+0300\n" -"Last-Translator: Kim Kuparinen \n" +"POT-Creation-Date: 2022-01-20 10:33+0100\n" +"PO-Revision-Date: 2022-01-20 10:39+0100\n" +"Last-Translator: Bernat Arlandis Mañó \n" "Language-Team: \n" "Language: fi\n" "MIME-Version: 1.0\n" @@ -19,103 +19,103 @@ msgstr "" "X-Generator: Poedit 2.4.2\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: oversteer/application.py:26 +#: oversteer/application.py:23 msgid "Oversteer - Steering Wheel Manager" msgstr "Oversteer - Rattimanageri" -#: oversteer/application.py:27 +#: oversteer/application.py:24 msgid "Run as command's companion" msgstr "Suorita komennon apulaisena" -#: oversteer/application.py:28 +#: oversteer/application.py:25 msgid "Device path" msgstr "Laitepolku" -#: oversteer/application.py:29 +#: oversteer/application.py:26 msgid "list connected devices" msgstr "luettele yhdistetyt laitteet" -#: oversteer/application.py:30 +#: oversteer/application.py:27 msgid "set the compatibility mode" msgstr "aseta yhteensopivuustila" -#: oversteer/application.py:31 +#: oversteer/application.py:28 msgid "set the rotation range [40-900]" msgstr "aseta pyörimiskulma [40-900]" -#: oversteer/application.py:32 +#: oversteer/application.py:29 msgid "combine pedals [0-2]" msgstr "yhdistä polkimet [0-2]" -#: oversteer/application.py:33 +#: oversteer/application.py:30 msgid "set the autocenter strength [0-100]" msgstr "aseta keskitysvoima [0-100]" -#: oversteer/application.py:34 +#: oversteer/application.py:31 msgid "set the FF gain [0-100]" msgstr "aseta efektien voima [0-100]" -#: oversteer/application.py:35 +#: oversteer/application.py:32 msgid "set the spring level [0-100]" msgstr "aseta jousivoima [0-100]" -#: oversteer/application.py:36 +#: oversteer/application.py:33 msgid "set the damper level [0-100]" msgstr "aseta vaimennustaso [0-100]" -#: oversteer/application.py:37 +#: oversteer/application.py:34 msgid "set the friction level [0-100]" msgstr "aseta kitkataso [0-100]" -#: oversteer/application.py:38 +#: oversteer/application.py:35 msgid "enable FFBmeter leds" msgstr "kytke FFB-mittari -ledivalot päälle" -#: oversteer/application.py:39 +#: oversteer/application.py:36 msgid "disable FFBmeter leds" msgstr "kytke FFB-mittari -ledivalot pois päältä" -#: oversteer/application.py:40 +#: oversteer/application.py:37 msgid "center wheel" msgstr "keskitä ratti" -#: oversteer/application.py:41 +#: oversteer/application.py:38 msgid "don't center wheel" msgstr "älä keskitä rattia" -#: oversteer/application.py:42 +#: oversteer/application.py:39 msgid "run command manually" msgstr "suorita komento manuaalisesti" -#: oversteer/application.py:44 +#: oversteer/application.py:41 msgid "don't run command manually" msgstr "älä suorita komentoa manuaalisesti" -#: oversteer/application.py:45 +#: oversteer/application.py:42 msgid "load settings from a profile" msgstr "lataa asetukset profiilista" -#: oversteer/application.py:46 +#: oversteer/application.py:43 msgid "start the GUI" msgstr "käynnistä graafinen käyttöliittymä" -#: oversteer/application.py:47 +#: oversteer/application.py:44 msgid "enable debug output" msgstr "aktivoi debuggaustulostus" -#: oversteer/application.py:48 +#: oversteer/application.py:45 msgid "show version" msgstr "näytä versio" -#: oversteer/application.py:68 +#: oversteer/application.py:65 msgid "Devices found:" msgstr "Löytyneet laitteet:" -#: oversteer/application.py:90 +#: oversteer/application.py:87 msgid "This profile doesn't exist." msgstr "Tätä profiilia ei ole olemassa." -#: oversteer/application.py:100 +#: oversteer/application.py:97 msgid "No device available." msgstr "Ei laitteita saatavissa." @@ -183,29 +183,39 @@ msgstr "valenciankieli" msgid "Finnish" msgstr "suomi" -#: oversteer/gui.py:125 +#: oversteer/gui.py:46 +msgid "Turkish" +msgstr "" + +#: oversteer/gui.py:47 +msgid "German" +msgstr "" + +#: oversteer/gui.py:123 oversteer/gui.py:178 +msgid "You don't have the required permissions to change your wheel settings." +msgstr "Sinulla ei ole tarvittavia oikeuksia muuttaa rattiasetuksia." + +#: oversteer/gui.py:124 msgid "" -"You don't have the required permissions to change your wheel settings. You " -"can fix it yourself by copying the files in {} to the {} directory and " +"You can fix it yourself by copying the files in {} to the {} directory and " "rebooting." msgstr "" -"Sinulla ei ole tarvittavia oikeuksia muuttaa rattiasetuksia.Voit korjata " -"tilanteen itse kopioimalla kaikki tiedostot kansiosta {} kansioon {} ja " -"käynnistämällä tietokoneen uudelleen." +"Voit korjata tilanteen itse kopioimalla kaikki tiedostot kansiosta {} " +"kansioon {} ja käynnistämällä tietokoneen uudelleen." -#: oversteer/gui.py:129 +#: oversteer/gui.py:127 msgid "Do you want us to make this change for you?" msgstr "Haluatko tämän muutoksen tehdyksi automaattisesti?" -#: oversteer/gui.py:142 +#: oversteer/gui.py:138 msgid "Permissions rules installed." msgstr "Lupa-asetukset asennettu." -#: oversteer/gui.py:143 +#: oversteer/gui.py:139 msgid "In some cases, a system restart might be needed." msgstr "Joissakin tapauksissa järjestelmän uudelleenkäynnistys on tarpeen." -#: oversteer/gui.py:145 +#: oversteer/gui.py:141 msgid "" "Error installing permissions rules. Please, try again and make sure you use " "the right password for the administrator user." @@ -213,47 +223,47 @@ msgstr "" "Virhe lupa-asetuksia asennettaessa. Ystävällisesti yritä uudelleen, ja " "varmista, että käytät oikeaa salasanaa." -#: oversteer/gui.py:198 +#: oversteer/gui.py:197 msgid "Error opening profile" msgstr "Virhe profiilia avattaessa" -#: oversteer/gui.py:198 +#: oversteer/gui.py:197 msgid "The selected profile can't be loaded." msgstr "Valittua profiilia ei voida ladata." -#: oversteer/gui.py:213 +#: oversteer/gui.py:212 msgid "This profile already exists. Are you sure?" msgstr "Tämä profiili on jo olemassa. Oletko varma?" -#: oversteer/gui.py:225 +#: oversteer/gui.py:224 msgid "This profile will be deleted, are you sure?" msgstr "Tämä profiili poistetaan, oletko varma?" -#: oversteer/gui.py:232 +#: oversteer/gui.py:231 msgid "Invalid extension." msgstr "Epäkelpo tiedostopääte." -#: oversteer/gui.py:236 +#: oversteer/gui.py:235 msgid "A profile with that name already exists." msgstr "Profiili tuolla nimellä on jo olemassa." -#: oversteer/gui.py:243 +#: oversteer/gui.py:242 msgid "File already exists, overwrite?" msgstr "Tiedosto on jo olemassa, kirjoita päälle?" -#: oversteer/gui.py:275 +#: oversteer/gui.py:274 msgid "Failed to change language" msgstr "Kielen vaihto epäonnistui" -#: oversteer/gui.py:276 +#: oversteer/gui.py:275 msgid "Make sure locale '{}.UTF8' is generated on your system." msgstr "Varmista, että lokaali '{}.UTF8' on asennettuna." -#: oversteer/gui.py:453 +#: oversteer/gui.py:456 msgid "Command error" msgstr "Komentovirhe" -#: oversteer/gui.py:454 +#: oversteer/gui.py:457 msgid "" "The supplied command failed:\n" "{}" @@ -261,35 +271,35 @@ msgstr "" "Annettu komento epäonnistui\n" "{}" -#: oversteer/gui.py:479 +#: oversteer/gui.py:482 msgid "Steering wheel not responding." msgstr "Ratti ei vastaa." -#: oversteer/gui.py:479 +#: oversteer/gui.py:482 msgid "No wheel movement could be registered." msgstr "Ratin liikettä ei voitu havaita." -#: oversteer/gui.py:522 +#: oversteer/gui.py:525 msgid "CSV file to import" msgstr "Ladattava CSV-tiedosto" -#: oversteer/gui.py:556 +#: oversteer/gui.py:559 msgid "Test data imported." msgstr "Testidata ladattu." -#: oversteer/gui.py:557 +#: oversteer/gui.py:560 msgid "New test data imported from CSV file." msgstr "Uutta testidataa ladattu CSV-tiedostosta." -#: oversteer/gui.py:564 +#: oversteer/gui.py:567 msgid "CSV file to export" msgstr "Tallennettava CSV-tiedosto" -#: oversteer/gui.py:578 +#: oversteer/gui.py:581 msgid "Test data exported." msgstr "Testidata tallennettu." -#: oversteer/gui.py:579 +#: oversteer/gui.py:582 msgid "Current test data has been exported to a CSV file." msgstr "Testidata tallennettu CSV-tiedostoon." diff --git a/po/gl.po b/po/gl.po index 0185dc1..1c814e7 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,114 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-25 19:02+0100\n" -"PO-Revision-Date: 2021-03-25 19:03+0100\n" +"POT-Creation-Date: 2022-01-20 10:33+0100\n" +"PO-Revision-Date: 2022-01-20 10:39+0100\n" "Last-Translator: Bernat Arlandis Mañó \n" "Language-Team: \n" "Language: gl_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.2.1\n" +"X-Generator: Poedit 2.4.2\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: oversteer/application.py:26 +#: oversteer/application.py:23 msgid "Oversteer - Steering Wheel Manager" msgstr "Oversteer - Configurador de Volantes" -#: oversteer/application.py:27 +#: oversteer/application.py:24 msgid "Run as command's companion" msgstr "Executar coma complementario do comando" -#: oversteer/application.py:28 +#: oversteer/application.py:25 msgid "Device path" msgstr "Ruta do dispositivo" -#: oversteer/application.py:29 +#: oversteer/application.py:26 msgid "list connected devices" msgstr "lista dispositivos conectados" -#: oversteer/application.py:30 +#: oversteer/application.py:27 msgid "set the compatibility mode" msgstr "configure o modo de compatibilidade" -#: oversteer/application.py:31 +#: oversteer/application.py:28 msgid "set the rotation range [40-900]" msgstr "configura o rango de xiro [40-900]" -#: oversteer/application.py:32 +#: oversteer/application.py:29 msgid "combine pedals [0-2]" msgstr "combina pedais [0-2]" -#: oversteer/application.py:33 +#: oversteer/application.py:30 msgid "set the autocenter strength [0-100]" msgstr "configura a forza de Autocentrado [0-100]" -#: oversteer/application.py:34 +#: oversteer/application.py:31 msgid "set the FF gain [0-100]" msgstr "configura a ganancia do FF [0-100]" -#: oversteer/application.py:35 +#: oversteer/application.py:32 msgid "set the spring level [0-100]" msgstr "configura o nivel de resorte (spring) [0-100]" -#: oversteer/application.py:36 +#: oversteer/application.py:33 msgid "set the damper level [0-100]" msgstr "configura o nivel de amortecedor (damper) [0-100]" -#: oversteer/application.py:37 +#: oversteer/application.py:34 msgid "set the friction level [0-100]" msgstr "configura o nivel de fricción [0-100]" -#: oversteer/application.py:38 +#: oversteer/application.py:35 msgid "enable FFBmeter leds" msgstr "acende os Leds con FFBmeter" -#: oversteer/application.py:39 +#: oversteer/application.py:36 msgid "disable FFBmeter leds" msgstr "acende os Leds con FFBmeter" -#: oversteer/application.py:40 +#: oversteer/application.py:37 msgid "center wheel" msgstr "Centrar o Volante" -#: oversteer/application.py:41 +#: oversteer/application.py:38 msgid "don't center wheel" msgstr "Non centrar o Volante" -#: oversteer/application.py:42 +#: oversteer/application.py:39 msgid "run command manually" msgstr "executar o comando manualmente" -#: oversteer/application.py:44 +#: oversteer/application.py:41 msgid "don't run command manually" msgstr "non executar o comando manualmente" -#: oversteer/application.py:45 +#: oversteer/application.py:42 msgid "load settings from a profile" msgstr "carga axustes dun perfil" -#: oversteer/application.py:46 +#: oversteer/application.py:43 msgid "start the GUI" msgstr "arrinca a Interfaz Gráfica" -#: oversteer/application.py:47 +#: oversteer/application.py:44 msgid "enable debug output" msgstr "activa a saida de depuración" -#: oversteer/application.py:48 +#: oversteer/application.py:45 msgid "show version" msgstr "mostra versión" -#: oversteer/application.py:68 +#: oversteer/application.py:65 msgid "Devices found:" msgstr "Dispositivos Atopados:" -#: oversteer/application.py:90 +#: oversteer/application.py:87 msgid "This profile doesn't exist." msgstr "Este perfil eliminarase, ¿estás seguro?." -#: oversteer/application.py:100 +#: oversteer/application.py:97 msgid "No device available." msgstr "Dispositivo non dispoñible" @@ -178,28 +178,43 @@ msgstr "Castelán" msgid "Valencian" msgstr "Valenciano" +#: oversteer/gui.py:45 +msgid "Finnish" +msgstr "" + +#: oversteer/gui.py:46 +msgid "Turkish" +msgstr "" + +#: oversteer/gui.py:47 +msgid "German" +msgstr "" + +#: oversteer/gui.py:123 oversteer/gui.py:178 +msgid "You don't have the required permissions to change your wheel settings." +msgstr "Non tes os permisos necesarios para trocar os axustes da teu volante." + #: oversteer/gui.py:124 msgid "" -"You don't have the required permissions to change your wheel settings. You " -"can fix it yourself by copying the files in {} to the {} directory and " +"You can fix it yourself by copying the files in {} to the {} directory and " "rebooting." msgstr "" -"Non tes os permisos necesarios para trocar os axustes da teu volante. Podes " -"arranxalo ti mesmo copiando o arquivo {} no directorio {} e reiniciando." +"Podes arranxalo ti mesmo copiando o arquivo {} no directorio {} e " +"reiniciando." -#: oversteer/gui.py:128 +#: oversteer/gui.py:127 msgid "Do you want us to make this change for you?" msgstr "¿Queres que fagamos este cambio por ti?" -#: oversteer/gui.py:141 +#: oversteer/gui.py:138 msgid "Permissions rules installed." msgstr "Regras de permisos instalados." -#: oversteer/gui.py:142 +#: oversteer/gui.py:139 msgid "In some cases, a system restart might be needed." msgstr "Nalgúns casos é preciso reiniciar o sistema." -#: oversteer/gui.py:144 +#: oversteer/gui.py:141 msgid "" "Error installing permissions rules. Please, try again and make sure you use " "the right password for the administrator user." @@ -243,11 +258,11 @@ msgstr "Non se puido cambiar o idioma" msgid "Make sure locale '{}.UTF8' is generated on your system." msgstr "Asegúrate de que a localización '{}.UTF8' existe no teu sistema." -#: oversteer/gui.py:450 +#: oversteer/gui.py:456 msgid "Command error" msgstr "Erro no comando" -#: oversteer/gui.py:451 +#: oversteer/gui.py:457 msgid "" "The supplied command failed:\n" "{}" @@ -255,35 +270,35 @@ msgstr "" "\"O comando proporcionado fallou:\\n\"\n" "\"{}\"" -#: oversteer/gui.py:476 +#: oversteer/gui.py:482 msgid "Steering wheel not responding." msgstr "Configurador de Volantes." -#: oversteer/gui.py:476 +#: oversteer/gui.py:482 msgid "No wheel movement could be registered." msgstr "Non se puido rexistrar nengún movimento do volante." -#: oversteer/gui.py:519 +#: oversteer/gui.py:525 msgid "CSV file to import" msgstr "Ficheiro CSV a importar" -#: oversteer/gui.py:553 +#: oversteer/gui.py:559 msgid "Test data imported." msgstr "Datos da proba importados." -#: oversteer/gui.py:554 +#: oversteer/gui.py:560 msgid "New test data imported from CSV file." msgstr "Novos datos de proba importados do arquivo CSV." -#: oversteer/gui.py:561 +#: oversteer/gui.py:567 msgid "CSV file to export" msgstr "Arquivo CSV a exportar" -#: oversteer/gui.py:575 +#: oversteer/gui.py:581 msgid "Test data exported." msgstr "Datos da proba exportados." -#: oversteer/gui.py:576 +#: oversteer/gui.py:582 msgid "Current test data has been exported to a CSV file." msgstr "Os datos da proba actuais foron exportados a un arquivo CSV." @@ -894,14 +909,13 @@ msgstr "Nivel de forza min. = {:.1f} %" msgid "Steering Wheel Manager" msgstr "Configurador de Volantes" -#: data/org.berarma.Oversteer.desktop.in:10 -msgid "org.berarma.Oversteer" -msgstr "org.berarma.Oversteer" - #: data/org.berarma.Oversteer.desktop.in:12 msgid "game;racing;cars;wheels" msgstr "xogo;carreiras;coches;volantes" +#~ msgid "org.berarma.Oversteer" +#~ msgstr "org.berarma.Oversteer" + #~ msgid "Activation Switch" #~ msgstr "Interruptor de activación" diff --git a/po/ru.po b/po/ru.po index a3b03a6..12c94ca 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,114 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-03-25 19:00+0100\n" -"PO-Revision-Date: 2020-02-06 18:11+0100\n" -"Last-Translator: \n" +"POT-Creation-Date: 2022-01-20 10:33+0100\n" +"PO-Revision-Date: 2022-01-20 10:39+0100\n" +"Last-Translator: Bernat Arlandis Mañó \n" "Language-Team: \n" "Language: gl_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.2.4\n" +"X-Generator: Poedit 2.4.2\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: oversteer/application.py:26 +#: oversteer/application.py:23 msgid "Oversteer - Steering Wheel Manager" msgstr "Oversteer - Мастер настройки руля" -#: oversteer/application.py:27 +#: oversteer/application.py:24 msgid "Run as command's companion" msgstr "Запускать как компаньон команды" -#: oversteer/application.py:28 +#: oversteer/application.py:25 msgid "Device path" msgstr "Путь к устройству" -#: oversteer/application.py:29 +#: oversteer/application.py:26 msgid "list connected devices" msgstr "список подключенных устройств" -#: oversteer/application.py:30 +#: oversteer/application.py:27 msgid "set the compatibility mode" msgstr "задать режим совместимости" -#: oversteer/application.py:31 +#: oversteer/application.py:28 msgid "set the rotation range [40-900]" msgstr "задать угол поворота руля [40-900]" -#: oversteer/application.py:32 +#: oversteer/application.py:29 msgid "combine pedals [0-2]" msgstr "совместить педали [0-2]" -#: oversteer/application.py:33 +#: oversteer/application.py:30 msgid "set the autocenter strength [0-100]" msgstr "задать силу автоцентрирования [0-100]" -#: oversteer/application.py:34 +#: oversteer/application.py:31 msgid "set the FF gain [0-100]" msgstr "задать усиление FF [0-100]" -#: oversteer/application.py:35 +#: oversteer/application.py:32 msgid "set the spring level [0-100]" msgstr "задать уровень пружины [0-100]" -#: oversteer/application.py:36 +#: oversteer/application.py:33 msgid "set the damper level [0-100]" msgstr "задать уровень демпфирования [0-100]" -#: oversteer/application.py:37 +#: oversteer/application.py:34 msgid "set the friction level [0-100]" msgstr "задать уровень сцепления [0-100]" -#: oversteer/application.py:38 +#: oversteer/application.py:35 msgid "enable FFBmeter leds" msgstr "включить светодиоды FFBmeter" -#: oversteer/application.py:39 +#: oversteer/application.py:36 msgid "disable FFBmeter leds" msgstr "отключить светодиоды FFBmeter" -#: oversteer/application.py:40 +#: oversteer/application.py:37 msgid "center wheel" msgstr "центрировать руль" -#: oversteer/application.py:41 +#: oversteer/application.py:38 msgid "don't center wheel" msgstr "не центрировать руль" -#: oversteer/application.py:42 +#: oversteer/application.py:39 msgid "run command manually" msgstr "запускать команду вручную" -#: oversteer/application.py:44 +#: oversteer/application.py:41 msgid "don't run command manually" msgstr "не запускать команду вручную" -#: oversteer/application.py:45 +#: oversteer/application.py:42 msgid "load settings from a profile" msgstr "загрузить настройки из профиля" -#: oversteer/application.py:46 +#: oversteer/application.py:43 msgid "start the GUI" msgstr "запустить графический интерфейс" -#: oversteer/application.py:47 +#: oversteer/application.py:44 msgid "enable debug output" msgstr "включить вывод отладки" -#: oversteer/application.py:48 +#: oversteer/application.py:45 msgid "show version" msgstr "показать версию" -#: oversteer/application.py:68 +#: oversteer/application.py:65 msgid "Devices found:" msgstr "Найдены устройства:" -#: oversteer/application.py:90 +#: oversteer/application.py:87 msgid "This profile doesn't exist." msgstr "Данного профиля не существует." -#: oversteer/application.py:100 +#: oversteer/application.py:97 msgid "No device available." msgstr "Нет доступных устройств." @@ -178,28 +178,42 @@ msgstr "Испанский" msgid "Valencian" msgstr "Валенсийский" +#: oversteer/gui.py:45 +msgid "Finnish" +msgstr "" + +#: oversteer/gui.py:46 +msgid "Turkish" +msgstr "" + +#: oversteer/gui.py:47 +msgid "German" +msgstr "" + +#: oversteer/gui.py:123 oversteer/gui.py:178 +msgid "You don't have the required permissions to change your wheel settings." +msgstr "У вас нет необходимых разрешений для изменения настроек руля." + #: oversteer/gui.py:124 msgid "" -"You don't have the required permissions to change your wheel settings. You " -"can fix it yourself by copying the files in {} to the {} directory and " +"You can fix it yourself by copying the files in {} to the {} directory and " "rebooting." msgstr "" -"У вас нет необходимых разрешений для изменения настроек руля. Вы можете " -"изменить их, скопировав файлы {} в каталог {} и пeрезагрузиться." +"Вы можете изменить их, скопировав файлы {} в каталог {} и пeрезагрузиться." -#: oversteer/gui.py:128 +#: oversteer/gui.py:127 msgid "Do you want us to make this change for you?" msgstr "Вы хотите применить изменения?" -#: oversteer/gui.py:141 +#: oversteer/gui.py:138 msgid "Permissions rules installed." msgstr "Правила разрешений установлены." -#: oversteer/gui.py:142 +#: oversteer/gui.py:139 msgid "In some cases, a system restart might be needed." msgstr "В некоторых случаях может потребоваться перезагрузка." -#: oversteer/gui.py:144 +#: oversteer/gui.py:141 msgid "" "Error installing permissions rules. Please, try again and make sure you use " "the right password for the administrator user." @@ -243,11 +257,11 @@ msgstr "Не удалось изменить язык" msgid "Make sure locale '{}.UTF8' is generated on your system." msgstr "Проверьте наличие локали '{}.UTF8' в вашей системе." -#: oversteer/gui.py:450 +#: oversteer/gui.py:456 msgid "Command error" msgstr "Ошибка команды" -#: oversteer/gui.py:451 +#: oversteer/gui.py:457 msgid "" "The supplied command failed:\n" "{}" @@ -255,35 +269,35 @@ msgstr "" "Не удалось применить команду:\n" "{}" -#: oversteer/gui.py:476 +#: oversteer/gui.py:482 msgid "Steering wheel not responding." msgstr "Руль не отвечает." -#: oversteer/gui.py:476 +#: oversteer/gui.py:482 msgid "No wheel movement could be registered." msgstr "Не удается зарегистрировать движение руля." -#: oversteer/gui.py:519 +#: oversteer/gui.py:525 msgid "CSV file to import" msgstr "Файл CSV для импорта" -#: oversteer/gui.py:553 +#: oversteer/gui.py:559 msgid "Test data imported." msgstr "Тестовые данные импортированы." -#: oversteer/gui.py:554 +#: oversteer/gui.py:560 msgid "New test data imported from CSV file." msgstr "Новые тестовые данные импортированы из файла CSV." -#: oversteer/gui.py:561 +#: oversteer/gui.py:567 msgid "CSV file to export" msgstr "Файл CSV для экспорта" -#: oversteer/gui.py:575 +#: oversteer/gui.py:581 msgid "Test data exported." msgstr "Тестовые данные экспортированы." -#: oversteer/gui.py:576 +#: oversteer/gui.py:582 msgid "Current test data has been exported to a CSV file." msgstr "Текущие тестовые данные экспортированы в файл CSV." @@ -895,10 +909,9 @@ msgstr "Мин. уровень силы = {:.1f} %" msgid "Steering Wheel Manager" msgstr "Мастер настройки руля" -#: data/org.berarma.Oversteer.desktop.in:10 -msgid "org.berarma.Oversteer" -msgstr "org.berarma.Oversteer" - #: data/org.berarma.Oversteer.desktop.in:12 msgid "game;racing;cars;wheels" msgstr "игра;гонки;автомобили;рули" + +#~ msgid "org.berarma.Oversteer" +#~ msgstr "org.berarma.Oversteer" diff --git a/po/tr.po b/po/tr.po index e677e02..14cfd77 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,114 +7,114 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-08-14 19:00+0100\n" -"PO-Revision-Date: 2021-08-14 20:11+0300\n" -"Last-Translator: Hüseyin Fahri Uzun \n" +"POT-Creation-Date: 2022-01-20 10:33+0100\n" +"PO-Revision-Date: 2022-01-20 10:39+0100\n" +"Last-Translator: Bernat Arlandis Mañó \n" "Language-Team: \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 3.0\n" +"X-Generator: Poedit 2.4.2\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: oversteer/application.py:26 +#: oversteer/application.py:23 msgid "Oversteer - Steering Wheel Manager" msgstr "Oversteer - Direksiyon Yöneticisi" -#: oversteer/application.py:27 +#: oversteer/application.py:24 msgid "Run as command's companion" msgstr "Komut arkadaşı olarak çalıştır" -#: oversteer/application.py:28 +#: oversteer/application.py:25 msgid "Device path" msgstr "Cihaz yolu" -#: oversteer/application.py:29 +#: oversteer/application.py:26 msgid "list connected devices" msgstr "bağlı cihazları listele" -#: oversteer/application.py:30 +#: oversteer/application.py:27 msgid "set the compatibility mode" msgstr "uyumluluk modunu ayarla" -#: oversteer/application.py:31 +#: oversteer/application.py:28 msgid "set the rotation range [40-900]" msgstr "dönüş açısını ayarla [40-900]" -#: oversteer/application.py:32 +#: oversteer/application.py:29 msgid "combine pedals [0-2]" msgstr "pedalları birleştir [0-2]" -#: oversteer/application.py:33 +#: oversteer/application.py:30 msgid "set the autocenter strength [0-100]" msgstr "oto merkezleme gücünü ayarla [0-100]" -#: oversteer/application.py:34 +#: oversteer/application.py:31 msgid "set the FF gain [0-100]" msgstr "gücü (FF) ayarla [0-100]" -#: oversteer/application.py:35 +#: oversteer/application.py:32 msgid "set the spring level [0-100]" msgstr "yay seviyesini ayarla [0-100]" -#: oversteer/application.py:36 +#: oversteer/application.py:33 msgid "set the damper level [0-100]" msgstr "damper seviyesini ayarla [0-100]" -#: oversteer/application.py:37 +#: oversteer/application.py:34 msgid "set the friction level [0-100]" msgstr "sürtünme seviyesini ayarla [0-100]" -#: oversteer/application.py:38 +#: oversteer/application.py:35 msgid "enable FFBmeter leds" msgstr "ledleri (FFBmeter) aktif et" -#: oversteer/application.py:39 +#: oversteer/application.py:36 msgid "disable FFBmeter leds" msgstr "ledleri (FFBmeter) devre dışı bırak" -#: oversteer/application.py:40 +#: oversteer/application.py:37 msgid "center wheel" msgstr "direksiyonu merkezle" -#: oversteer/application.py:41 +#: oversteer/application.py:38 msgid "don't center wheel" msgstr "direksiyonu merkezleme" -#: oversteer/application.py:42 +#: oversteer/application.py:39 msgid "run command manually" msgstr "komutu manuel çalıştır" -#: oversteer/application.py:44 +#: oversteer/application.py:41 msgid "don't run command manually" msgstr "komutu manuel çalıştırma" -#: oversteer/application.py:45 +#: oversteer/application.py:42 msgid "load settings from a profile" msgstr "bir profilden ayarları yükle" -#: oversteer/application.py:46 +#: oversteer/application.py:43 msgid "start the GUI" msgstr "arayüz (GUI) çalıştır" -#: oversteer/application.py:47 +#: oversteer/application.py:44 msgid "enable debug output" msgstr "hata ayıklama çıktısını aktif et" -#: oversteer/application.py:48 +#: oversteer/application.py:45 msgid "show version" msgstr "versiyonu göster" -#: oversteer/application.py:68 +#: oversteer/application.py:65 msgid "Devices found:" msgstr "Bulunan cihazlar:" -#: oversteer/application.py:90 +#: oversteer/application.py:87 msgid "This profile doesn't exist." msgstr "Bu profil mevcut değil." -#: oversteer/application.py:100 +#: oversteer/application.py:97 msgid "No device available." msgstr "Uygun cihaz yok." @@ -178,29 +178,44 @@ msgstr "İspanyolca" msgid "Valencian" msgstr "Valencian" +#: oversteer/gui.py:45 +msgid "Finnish" +msgstr "" + +#: oversteer/gui.py:46 +msgid "Turkish" +msgstr "" + +#: oversteer/gui.py:47 +msgid "German" +msgstr "" + +#: oversteer/gui.py:123 oversteer/gui.py:178 +msgid "You don't have the required permissions to change your wheel settings." +msgstr "" +"Direksiyon ayarlarını değiştirmek için gerekli izinlere sahip değilsiniz." + #: oversteer/gui.py:124 msgid "" -"You don't have the required permissions to change your wheel settings. You " -"can fix it yourself by copying the files in {} to the {} directory and " +"You can fix it yourself by copying the files in {} to the {} directory and " "rebooting." msgstr "" -"Direksiyon ayarlarını değiştirmek için gerekli izinlere sahip değilsiniz. " "Bunu, {} klasöründe bulunan {} dosyalarını kopyalayarak ve yeniden " "başlatarak kendiniz düzeltebilirsiniz." -#: oversteer/gui.py:128 +#: oversteer/gui.py:127 msgid "Do you want us to make this change for you?" msgstr "Bu değişikliği sizin için yapmamızı ister misin?" -#: oversteer/gui.py:141 +#: oversteer/gui.py:138 msgid "Permissions rules installed." msgstr "İzin ayarları yüklendi." -#: oversteer/gui.py:142 +#: oversteer/gui.py:139 msgid "In some cases, a system restart might be needed." msgstr "Bazı durumlarda sistemin yeniden başlaması gerekebilir." -#: oversteer/gui.py:144 +#: oversteer/gui.py:141 msgid "" "Error installing permissions rules. Please, try again and make sure you use " "the right password for the administrator user." @@ -244,11 +259,11 @@ msgstr "Dil değiştirirken hata" msgid "Make sure locale '{}.UTF8' is generated on your system." msgstr "Lokal '{}.UTF8' sisteminizde oluşturulduğundan emin olunuz." -#: oversteer/gui.py:450 +#: oversteer/gui.py:456 msgid "Command error" msgstr "Komut hatası" -#: oversteer/gui.py:451 +#: oversteer/gui.py:457 msgid "" "The supplied command failed:\n" "{}" @@ -256,35 +271,35 @@ msgstr "" "Verilen komut başarısız:\n" "{}" -#: oversteer/gui.py:476 +#: oversteer/gui.py:482 msgid "Steering wheel not responding." msgstr "Direksiyon cevap vermiyor." -#: oversteer/gui.py:476 +#: oversteer/gui.py:482 msgid "No wheel movement could be registered." msgstr "Hiç bir direksiyon hareketi yakalanamadı." -#: oversteer/gui.py:519 +#: oversteer/gui.py:525 msgid "CSV file to import" msgstr "İçeri aktarmak için CSV dosyası" -#: oversteer/gui.py:553 +#: oversteer/gui.py:559 msgid "Test data imported." msgstr "Test verisi içeri aktarıldı." -#: oversteer/gui.py:554 +#: oversteer/gui.py:560 msgid "New test data imported from CSV file." msgstr "Yeni test verisi CSV dosyasından aktarıldı." -#: oversteer/gui.py:561 +#: oversteer/gui.py:567 msgid "CSV file to export" msgstr "Dışa aktarım için CSV dosyası" -#: oversteer/gui.py:575 +#: oversteer/gui.py:581 msgid "Test data exported." msgstr "Test verisi dışarı aktarıldı." -#: oversteer/gui.py:576 +#: oversteer/gui.py:582 msgid "Current test data has been exported to a CSV file." msgstr "Geçerli test verisi CSV dosyasına aktarıldı." @@ -893,14 +908,13 @@ msgstr "Min. güç seviyesi = {:.1f} %" msgid "Steering Wheel Manager" msgstr "Direksiyon Yöneticisi" -#: data/org.berarma.Oversteer.desktop.in:10 -msgid "org.berarma.Oversteer" -msgstr "org.berarma.Oversteer" - #: data/org.berarma.Oversteer.desktop.in:12 msgid "game;racing;cars;wheels" msgstr "oyun;yarış;arabalar;direksiyonlar" +#~ msgid "org.berarma.Oversteer" +#~ msgstr "org.berarma.Oversteer" + #~ msgid "Angular velocity" #~ msgstr "Velocidad angular"