5
5
msgid ""
6
6
msgstr ""
7
7
"Project-Id-Version : 0.9.17\n "
8
- "POT-Creation-Date : 2025-02-07 01:44 +0000\n "
8
+ "POT-Creation-Date : 2025-02-09 21:32 +0000\n "
9
9
"PO-Revision-Date : 2024-12-02 13:13+0100\n "
10
10
"
Last-Translator :
Dr.-Ing. Amilcar do Carmo Lucas <[email protected] >\n "
11
11
"Language-Team : \n "
@@ -16,7 +16,7 @@ msgstr ""
16
16
"Generated-By : pygettext.py 1.5\n "
17
17
"X-Generator : Poedit 3.5\n "
18
18
19
- #: ardupilot_methodic_configurator/__main__.py:48
19
+ #: ardupilot_methodic_configurator/__main__.py:49
20
20
msgid ""
21
21
"ArduPilot methodic configurator is a simple GUI with a table that lists "
22
22
"parameters. The GUI reads intermediate parameter files from a directory and "
@@ -41,19 +41,19 @@ msgstr ""
41
41
"nächsten Zwischenparameterdatei weitergeschaltet. Der Prozess wiederholt "
42
42
"sich für jede Zwischenparameterdatei."
43
43
44
- #: ardupilot_methodic_configurator/__main__.py:74
44
+ #: ardupilot_methodic_configurator/__main__.py:78
45
45
msgid "No serial ports found"
46
46
msgstr "Keine seriellen Ports gefunden"
47
47
48
- #: ardupilot_methodic_configurator/__main__.py:83
48
+ #: ardupilot_methodic_configurator/__main__.py:87
49
49
msgid "Vehicle type not set explicitly, auto-detected %s."
50
50
msgstr "Fahrzeugtyp nicht explizit eingestellt, automatisch erkannt %s."
51
51
52
- #: ardupilot_methodic_configurator/__main__.py:85
52
+ #: ardupilot_methodic_configurator/__main__.py:89
53
53
msgid "Vehicle type explicitly set to %s."
54
54
msgstr "Fahrzeugtyp explizit auf %s gesetzt."
55
55
56
- #: ardupilot_methodic_configurator/__main__.py:116
56
+ #: ardupilot_methodic_configurator/__main__.py:120
57
57
#: ardupilot_methodic_configurator/backend_flightcontroller_info.py:97
58
58
#: ardupilot_methodic_configurator/backend_flightcontroller_info.py:100
59
59
#: ardupilot_methodic_configurator/backend_flightcontroller_info.py:110
@@ -65,16 +65,16 @@ msgstr "Fahrzeugtyp explizit auf %s gesetzt."
65
65
msgid "Unknown"
66
66
msgstr "Unbekannt"
67
67
68
- #: ardupilot_methodic_configurator/__main__.py:132
68
+ #: ardupilot_methodic_configurator/__main__.py:136
69
69
#: ardupilot_methodic_configurator/frontend_tkinter_parameter_editor_table.py:123
70
70
msgid "Error in derived parameters"
71
71
msgstr "Fehler in abgeleiteten Parametern"
72
72
73
- #: ardupilot_methodic_configurator/__main__.py:142
73
+ #: ardupilot_methodic_configurator/__main__.py:146
74
74
msgid "Will now exit the old software version."
75
75
msgstr "Die alte Softwareversion wird jetzt beendet."
76
76
77
- #: ardupilot_methodic_configurator/__main__.py:165
77
+ #: ardupilot_methodic_configurator/__main__.py:169
78
78
#: ardupilot_methodic_configurator/frontend_tkinter_directory_selection.py:203
79
79
#: ardupilot_methodic_configurator/frontend_tkinter_directory_selection.py:437
80
80
#: ardupilot_methodic_configurator/frontend_tkinter_directory_selection.py:458
@@ -98,98 +98,98 @@ msgstr "gültiger Bereich: {_lo}, {_up}"
98
98
msgid "Value must be a number."
99
99
msgstr "Der Wert muss eine Zahl sein."
100
100
101
- #: ardupilot_methodic_configurator/backend_filesystem.py:114
101
+ #: ardupilot_methodic_configurator/backend_filesystem.py:116
102
102
msgid "Could not detect vehicle type. Defaulting to %s."
103
103
msgstr "Fahrzeugtyp konnte nicht erkannt werden. Standardmäßig auf %s gesetzt."
104
104
105
- #: ardupilot_methodic_configurator/backend_filesystem.py:164
105
+ #: ardupilot_methodic_configurator/backend_filesystem.py:166
106
106
msgid "File %s already exists. Will not rename file %s to %s."
107
107
msgstr "Die Datei %s existiert bereits. Datei %s wird nicht in %s umbenannt."
108
108
109
- #: ardupilot_methodic_configurator/backend_filesystem.py:244
109
+ #: ardupilot_methodic_configurator/backend_filesystem.py:246
110
110
msgid "Error: %s is not a directory."
111
111
msgstr "Fehler: %s ist kein Verzeichnis."
112
112
113
- #: ardupilot_methodic_configurator/backend_filesystem.py:443
113
+ #: ardupilot_methodic_configurator/backend_filesystem.py:445
114
114
msgid "Intermediate parameter files and summary files zipped to %s"
115
115
msgstr ""
116
116
"Zwischenspeicher-Parameterdateien und Zusammenfassungsdateien in %s gezippt"
117
117
118
- #: ardupilot_methodic_configurator/backend_filesystem.py:463
118
+ #: ardupilot_methodic_configurator/backend_filesystem.py:465
119
119
msgid "Template directory does not exist: {template_dir}"
120
120
msgstr "Vorlagenverzeichnis existiert nicht: {template_dir}"
121
121
122
- #: ardupilot_methodic_configurator/backend_filesystem.py:468
122
+ #: ardupilot_methodic_configurator/backend_filesystem.py:470
123
123
msgid "New vehicle directory does not exist: {new_vehicle_dir}"
124
124
msgstr "Neues Fahrzeugverzeichnis existiert nicht: {new_vehicle_dir}"
125
125
126
- #: ardupilot_methodic_configurator/backend_filesystem.py:488
126
+ #: ardupilot_methodic_configurator/backend_filesystem.py:490
127
127
msgid "Error copying template files to new vehicle directory: {_e}"
128
128
msgstr ""
129
129
"Fehler beim Kopieren der Vorlagendateien in das neue Fahrzeugverzeichnis: "
130
130
"{_e}"
131
131
132
- #: ardupilot_methodic_configurator/backend_filesystem.py:508
132
+ #: ardupilot_methodic_configurator/backend_filesystem.py:510
133
133
msgid "Parameter %s not found in the current parameter file"
134
134
msgstr "Parameter %s in der aktuellen Parameterdatei nicht gefunden"
135
135
136
- #: ardupilot_methodic_configurator/backend_filesystem.py:516
136
+ #: ardupilot_methodic_configurator/backend_filesystem.py:518
137
137
msgid "Error writing last uploaded filename: %s"
138
138
msgstr "Fehler beim Schreiben des zuletzt hochgeladenen Dateinamens: %s"
139
139
140
- #: ardupilot_methodic_configurator/backend_filesystem.py:523
140
+ #: ardupilot_methodic_configurator/backend_filesystem.py:525
141
141
msgid "last_uploaded_filename.txt not found: %s"
142
142
msgstr "letzter_hochgeladener_dateiname.txt nicht gefunden: %s"
143
143
144
- #: ardupilot_methodic_configurator/backend_filesystem.py:525
144
+ #: ardupilot_methodic_configurator/backend_filesystem.py:527
145
145
msgid "Error reading last uploaded filename: %s"
146
146
msgstr "Fehler beim Lesen des zuletzt hochgeladenen Dateinamens: %s"
147
147
148
- #: ardupilot_methodic_configurator/backend_filesystem.py:541
148
+ #: ardupilot_methodic_configurator/backend_filesystem.py:543
149
149
msgid "Starting file index %s is out of range. Starting with file %s instead."
150
150
msgstr ""
151
151
"Der Startdateiindex %s liegt außerhalb des Bereichs. Beginnen mit Datei %s "
152
152
"stattdessen."
153
153
154
- #: ardupilot_methodic_configurator/backend_filesystem.py:549
154
+ #: ardupilot_methodic_configurator/backend_filesystem.py:551
155
155
msgid "Starting with the first file."
156
156
msgstr "Beginne mit der ersten Datei."
157
157
158
- #: ardupilot_methodic_configurator/backend_filesystem.py:552
158
+ #: ardupilot_methodic_configurator/backend_filesystem.py:554
159
159
msgid "Starting with the first non-tcal file."
160
160
msgstr "Beginne mit der ersten Nicht-TCAL-Datei."
161
161
162
- #: ardupilot_methodic_configurator/backend_filesystem.py:556
162
+ #: ardupilot_methodic_configurator/backend_filesystem.py:558
163
163
msgid "Last uploaded file was %s."
164
164
msgstr "Die letzte hochgeladene Datei war %s."
165
165
166
- #: ardupilot_methodic_configurator/backend_filesystem.py:558
166
+ #: ardupilot_methodic_configurator/backend_filesystem.py:560
167
167
msgid "No last uploaded file found. %s."
168
168
msgstr "Keine letzte hochgeladene Datei gefunden. %s."
169
169
170
- #: ardupilot_methodic_configurator/backend_filesystem.py:563
170
+ #: ardupilot_methodic_configurator/backend_filesystem.py:565
171
171
msgid "Last uploaded file not found in the list of files. %s."
172
172
msgstr "Letzte hochgeladene Datei nicht in der Liste der Dateien gefunden. %s."
173
173
174
- #: ardupilot_methodic_configurator/backend_filesystem.py:572
174
+ #: ardupilot_methodic_configurator/backend_filesystem.py:574
175
175
msgid "Last uploaded file is the last file in the list. Starting from there."
176
176
msgstr ""
177
177
"Die letzte hochgeladene Datei ist die letzte Datei in der Liste. Von dort "
178
178
"aus starten."
179
179
180
- #: ardupilot_methodic_configurator/backend_filesystem.py:671
180
+ #: ardupilot_methodic_configurator/backend_filesystem.py:673
181
181
msgid "The type of the vehicle. Default is ArduCopter"
182
182
msgstr "Der Typ des Fahrzeugs. Standard ist ArduCopter"
183
183
184
- #: ardupilot_methodic_configurator/backend_filesystem.py:677
184
+ #: ardupilot_methodic_configurator/backend_filesystem.py:679
185
185
msgid ""
186
186
"Directory containing vehicle-specific intermediate parameter files. Default "
187
187
"is the current working directory"
188
188
msgstr ""
189
189
"Verzeichnis mit fahrzeugspezifischen Zwischenparameterdateien. Standard ist "
190
190
"das aktuelle Arbeitsverzeichnis"
191
191
192
- #: ardupilot_methodic_configurator/backend_filesystem.py:685
192
+ #: ardupilot_methodic_configurator/backend_filesystem.py:687
193
193
msgid ""
194
194
"Start directly on the nth intermediate parameter file (skips previous "
195
195
"files). Default is to start on the file next to the last that you wrote to "
@@ -201,7 +201,7 @@ msgstr ""
201
201
"Sie in den Flugcontroller geschrieben haben. Wenn die Datei nicht existiert, "
202
202
"wird mit der ersten Datei begonnen."
203
203
204
- #: ardupilot_methodic_configurator/backend_filesystem.py:694
204
+ #: ardupilot_methodic_configurator/backend_filesystem.py:696
205
205
msgid ""
206
206
"Allow opening and editing template files directly. Only for software "
207
207
"developers that know what they are doing. Default is %(default)s"
0 commit comments