Skip to content

Commit f78e312

Browse files
committed
updated translation
1 parent a7692e3 commit f78e312

File tree

2 files changed

+550
-20
lines changed

2 files changed

+550
-20
lines changed

i18n/qgist_de.ts

Lines changed: 275 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
<!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage="en">
33
<context>
44
<name>global</name>
5-
<message>
6-
<location filename="../qgist/workbench/ui_manager.py" line="134"/>
7-
<source>New work bench</source>
8-
<translation type="unfinished"></translation>
9-
</message>
105
<message>
116
<location filename="../qgist/workbench/ui_manager_base.py" line="74"/>
127
<source>Workbench Configuration</source>
@@ -72,11 +67,6 @@
7267
<source>Warning</source>
7368
<translation type="unfinished"></translation>
7469
</message>
75-
<message>
76-
<location filename="../qgist/msg.py" line="63"/>
77-
<source>Internal error. No description can be provided. Please file a bug.</source>
78-
<translation type="unfinished"></translation>
79-
</message>
8070
<message>
8171
<location filename="../qgist/workbench/dtype_fsm.py" line="60"/>
8272
<source>&quot;workbench_list&quot; must be a list. (dtype_fsm)</source>
@@ -252,5 +242,280 @@
252242
<source>Qgist Work&amp;bench</source>
253243
<translation type="unfinished"></translation>
254244
</message>
245+
<message>
246+
<location filename="../qgist/msg.py" line="58"/>
247+
<source>&quot;exception&quot; must be of type Exception. (msg)</source>
248+
<translation type="unfinished"></translation>
249+
</message>
250+
<message>
251+
<location filename="../qgist/msg.py" line="60"/>
252+
<source>&quot;widget&quot; must be of type QWidget or None. (msg)</source>
253+
<translation type="unfinished"></translation>
254+
</message>
255+
<message>
256+
<location filename="../qgist/msg.py" line="63"/>
257+
<source>Internal error. No description can be provided. Please file a bug. (msg)</source>
258+
<translation type="unfinished"></translation>
259+
</message>
260+
<message>
261+
<location filename="../qgist/config.py" line="67"/>
262+
<source>QGIS settings path does not point to a directory. (config path)</source>
263+
<translation type="unfinished"></translation>
264+
</message>
265+
<message>
266+
<location filename="../qgist/config.py" line="69"/>
267+
<source>QGIS settings path does not exist. (config path)</source>
268+
<translation type="unfinished"></translation>
269+
</message>
270+
<message>
271+
<location filename="../qgist/config.py" line="73"/>
272+
<source>QGIS plugin configuration path exists but is not a directory. (config path)</source>
273+
<translation type="unfinished"></translation>
274+
</message>
275+
<message>
276+
<location filename="../qgist/config.py" line="79"/>
277+
<source>QGIST configuration path exists but is not a directory. (config path)</source>
278+
<translation type="unfinished"></translation>
279+
</message>
280+
<message>
281+
<location filename="../qgist/config.py" line="95"/>
282+
<source>&quot;fn&quot; must be str. (config)</source>
283+
<translation type="unfinished"></translation>
284+
</message>
285+
<message>
286+
<location filename="../qgist/config.py" line="101"/>
287+
<source>Parent of &quot;fn&quot; must exists. (config)</source>
288+
<translation type="unfinished"></translation>
289+
</message>
290+
<message>
291+
<location filename="../qgist/config.py" line="103"/>
292+
<source>Parent of &quot;fn&quot; must be a directory. (config)</source>
293+
<translation type="unfinished"></translation>
294+
</message>
295+
<message>
296+
<location filename="../qgist/config.py" line="108"/>
297+
<source>&quot;fn&quot; must be a file. (config)</source>
298+
<translation type="unfinished"></translation>
299+
</message>
300+
<message>
301+
<location filename="../qgist/config.py" line="112"/>
302+
<source>Configuration data must be a dict. (config)</source>
303+
<translation type="unfinished"></translation>
304+
</message>
305+
<message>
306+
<location filename="../qgist/config.py" line="117"/>
307+
<source>&quot;name&quot; must be str. (config getitem)</source>
308+
<translation type="unfinished"></translation>
309+
</message>
310+
<message>
311+
<location filename="../qgist/config.py" line="119"/>
312+
<source>Unknown configuration field &quot;name&quot;. (config getitem)</source>
313+
<translation type="unfinished"></translation>
314+
</message>
315+
<message>
316+
<location filename="../qgist/config.py" line="126"/>
317+
<source>&quot;name&quot; must be str. (config setitem)</source>
318+
<translation type="unfinished"></translation>
319+
</message>
320+
<message>
321+
<location filename="../qgist/config.py" line="128"/>
322+
<source>&quot;value&quot; contains not allowed types. (config setitem)</source>
323+
<translation type="unfinished"></translation>
324+
</message>
325+
<message>
326+
<location filename="../qgist/config.py" line="174"/>
327+
<source>Could not backup old configuration before saving new - too many old backups. (config save)</source>
328+
<translation type="unfinished"></translation>
329+
</message>
330+
<message>
331+
<location filename="../qgist/workbench/dtype_uielement.py" line="63"/>
332+
<source>&quot;internal_name&quot; must be str. (dtype_uielement)</source>
333+
<translation type="unfinished"></translation>
334+
</message>
335+
<message>
336+
<location filename="../qgist/workbench/dtype_uielement.py" line="65"/>
337+
<source>Unnamed UI element. (dtype_uielement)</source>
338+
<translation type="unfinished"></translation>
339+
</message>
340+
<message>
341+
<location filename="../qgist/workbench/dtype_uielement.py" line="69"/>
342+
<source>&quot;translated_name&quot; must be str. (dtype_uielement)</source>
343+
<translation type="unfinished"></translation>
344+
</message>
345+
<message>
346+
<location filename="../qgist/workbench/dtype_uielement.py" line="73"/>
347+
<source>&quot;visibility&quot; must be bool. (dtype_uielement)</source>
348+
<translation type="unfinished"></translation>
349+
</message>
350+
<message>
351+
<location filename="../qgist/workbench/dtype_uielement.py" line="78"/>
352+
<source>&quot;uiobject&quot; must be either QToolBar or QDockWidget. (dtype_uielement)</source>
353+
<translation type="unfinished"></translation>
354+
</message>
355+
<message>
356+
<location filename="../qgist/workbench/dtype_uielement.py" line="115"/>
357+
<source>&quot;value&quot; must be bool. (dtype_uielement setVisible)</source>
358+
<translation type="unfinished"></translation>
359+
</message>
360+
<message>
361+
<location filename="../qgist/workbench/dtype_uielement.py" line="131"/>
362+
<source>&quot;value&quot; must be bool. (dtype_uielement existence)</source>
363+
<translation type="unfinished"></translation>
364+
</message>
365+
<message>
366+
<location filename="../qgist/workbench/dtype_uielement.py" line="133"/>
367+
<source>&quot;value&quot; can only be set to false. (dtype_uielement existence)</source>
368+
<translation type="unfinished"></translation>
369+
</message>
370+
<message>
371+
<location filename="../qgist/workbench/dtype_uielement.py" line="146"/>
372+
<source>&quot;name_internal&quot; must not be changed. (dtype_uielement name_internal)</source>
373+
<translation type="unfinished"></translation>
374+
</message>
375+
<message>
376+
<location filename="../qgist/workbench/dtype_uielement.py" line="156"/>
377+
<source>&quot;name_translated&quot; must not be changed. (dtype_uielement name_internal)</source>
378+
<translation type="unfinished"></translation>
379+
</message>
380+
<message>
381+
<location filename="../qgist/workbench/dtype_uielement.py" line="167"/>
382+
<source>&quot;visibility&quot; must be bool. (dtype_uielement visibility)</source>
383+
<translation type="unfinished"></translation>
384+
</message>
385+
<message>
386+
<location filename="../qgist/workbench/dtype_uielement.py" line="175"/>
387+
<source>&quot;uiobject&quot; must be either QToolBar or QDockWidget. (dtype_uielement from_uiobject)</source>
388+
<translation type="unfinished"></translation>
389+
</message>
390+
<message>
391+
<location filename="../qgist/workbench/ui_manager.py" line="77"/>
392+
<source>&quot;plugin_root_fld&quot; must be str. (ui_manager)</source>
393+
<translation type="unfinished"></translation>
394+
</message>
395+
<message>
396+
<location filename="../qgist/workbench/ui_manager.py" line="79"/>
397+
<source>&quot;plugin_root_fld&quot; must exists. (ui_manager)</source>
398+
<translation type="unfinished"></translation>
399+
</message>
400+
<message>
401+
<location filename="../qgist/workbench/ui_manager.py" line="81"/>
402+
<source>&quot;plugin_root_fld&quot; must be a directory. (ui_manager)</source>
403+
<translation type="unfinished"></translation>
404+
</message>
405+
<message>
406+
<location filename="../qgist/workbench/ui_manager.py" line="83"/>
407+
<source>&quot;mainwindow&quot; must be a QGIS mainwindow. (ui_manager)</source>
408+
<translation type="unfinished"></translation>
409+
</message>
410+
<message>
411+
<location filename="../qgist/workbench/ui_manager.py" line="85"/>
412+
<source>&quot;combobox_workbench&quot; must be a QGis mainwindow. (ui_manager)</source>
413+
<translation type="unfinished"></translation>
414+
</message>
415+
<message>
416+
<location filename="../qgist/workbench/ui_manager.py" line="87"/>
417+
<source>&quot;combobox_workbench_update&quot; must be callable. (ui_manager)</source>
418+
<translation type="unfinished"></translation>
419+
</message>
420+
<message>
421+
<location filename="../qgist/workbench/ui_manager.py" line="89"/>
422+
<source>&quot;fsm&quot; must be a workbench finite state machine. (ui_manager)</source>
423+
<translation type="unfinished"></translation>
424+
</message>
425+
<message>
426+
<location filename="../qgist/workbench/dtype_workbench.py" line="72"/>
427+
<source>&quot;name&quot; must be str. (dtype_workbench)</source>
428+
<translation type="unfinished"></translation>
429+
</message>
430+
<message>
431+
<location filename="../qgist/workbench/dtype_workbench.py" line="74"/>
432+
<source>&quot;name&quot; must not be empty. (dtype_workbench)</source>
433+
<translation type="unfinished"></translation>
434+
</message>
435+
<message>
436+
<location filename="../qgist/workbench/dtype_workbench.py" line="82"/>
437+
<source>&quot;mainwindow_state&quot; must either be str or bytes. (dtype_workbench)</source>
438+
<translation type="unfinished"></translation>
439+
</message>
440+
<message>
441+
<location filename="../qgist/workbench/dtype_workbench.py" line="85"/>
442+
<source>&quot;mainwindow&quot; must be a QGIS mainwindow. (dtype_workbench)</source>
443+
<translation type="unfinished"></translation>
444+
</message>
445+
<message>
446+
<location filename="../qgist/workbench/dtype_workbench.py" line="88"/>
447+
<source>&quot;toolbars_list&quot; must be a list. (dtype_workbench)</source>
448+
<translation type="unfinished"></translation>
449+
</message>
450+
<message>
451+
<location filename="../qgist/workbench/dtype_workbench.py" line="90"/>
452+
<source>&quot;dockwidgets_list&quot; must be a list. (dtype_workbench)</source>
453+
<translation type="unfinished"></translation>
454+
</message>
455+
<message>
456+
<location filename="../qgist/workbench/dtype_workbench.py" line="92"/>
457+
<source>Items in &quot;toolbars_list&quot; must be dicts. (dtype_workbench)</source>
458+
<translation type="unfinished"></translation>
459+
</message>
460+
<message>
461+
<location filename="../qgist/workbench/dtype_workbench.py" line="94"/>
462+
<source>Items in &quot;dockwidgets_list&quot; must be dicts. (dtype_workbench)</source>
463+
<translation type="unfinished"></translation>
464+
</message>
465+
<message>
466+
<location filename="../qgist/workbench/dtype_workbench.py" line="117"/>
467+
<source>Not enough parameters, two expected. (dtype_workbench item)</source>
468+
<translation type="unfinished"></translation>
469+
</message>
470+
<message>
471+
<location filename="../qgist/workbench/dtype_workbench.py" line="119"/>
472+
<source>Wrong number of parameters, two expected. (dtype_workbench item)</source>
473+
<translation type="unfinished"></translation>
474+
</message>
475+
<message>
476+
<location filename="../qgist/workbench/dtype_workbench.py" line="124"/>
477+
<source>&quot;item_type&quot; must be str. (dtype_workbench item)</source>
478+
<translation type="unfinished"></translation>
479+
</message>
480+
<message>
481+
<location filename="../qgist/workbench/dtype_workbench.py" line="126"/>
482+
<source>Unknown &quot;item_type&quot;. (dtype_workbench item)</source>
483+
<translation type="unfinished"></translation>
484+
</message>
485+
<message>
486+
<location filename="../qgist/workbench/dtype_workbench.py" line="131"/>
487+
<source>&quot;item_name&quot; must be str. (dtype_workbench item)</source>
488+
<translation type="unfinished"></translation>
489+
</message>
490+
<message>
491+
<location filename="../qgist/workbench/dtype_workbench.py" line="133"/>
492+
<source>&quot;item_name&quot; is not a known item. (dtype_workbench item)</source>
493+
<translation type="unfinished"></translation>
494+
</message>
495+
<message>
496+
<location filename="../qgist/workbench/dtype_workbench.py" line="140"/>
497+
<source>&quot;mainwindow&quot; must be a QGIS mainwindow. (dtype_workbench activate)</source>
498+
<translation type="unfinished"></translation>
499+
</message>
500+
<message>
501+
<location filename="../qgist/workbench/dtype_workbench.py" line="153"/>
502+
<source>&quot;mainwindow&quot; must be a QGIS mainwindow. (dtype_workbench save)</source>
503+
<translation type="unfinished"></translation>
504+
</message>
505+
<message>
506+
<location filename="../qgist/workbench/dtype_workbench.py" line="222"/>
507+
<source>New value of &quot;name&quot; must be a str. (dtype_workbench name)</source>
508+
<translation type="unfinished"></translation>
509+
</message>
510+
<message>
511+
<location filename="../qgist/workbench/dtype_workbench.py" line="224"/>
512+
<source>New value of &quot;name&quot; must not be empty. (dtype_workbench name)</source>
513+
<translation type="unfinished"></translation>
514+
</message>
515+
<message>
516+
<location filename="../qgist/workbench/dtype_workbench.py" line="235"/>
517+
<source>&quot;mainwindow&quot; must be a QGIS mainwindow. (dtype_workbench from_mainwindow)</source>
518+
<translation type="unfinished"></translation>
519+
</message>
255520
</context>
256521
</TS>

0 commit comments

Comments
 (0)