Skip to content

Commit

Permalink
feat: add german translation
Browse files Browse the repository at this point in the history
  • Loading branch information
koebi committed Dec 5, 2023
1 parent 7e60bdc commit d56603f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
Binary file modified ORStools/i18n/orstools_de.qm
Binary file not shown.
32 changes: 21 additions & 11 deletions ORStools/i18n/orstools_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,53 +165,63 @@
<context>
<name>ORSIsochronesLayerAlgo</name>
<message>
<location filename="../proc/isochrones_layer_proc.py" line="60"/>
<location filename="../proc/isochrones_layer_proc.py" line="61"/>
<source>Input Point layer</source>
<translation>Eingabelayer (Punkte)</translation>
</message>
<message>
<location filename="../proc/isochrones_layer_proc.py" line="69"/>
<location filename="../proc/isochrones_layer_proc.py" line="70"/>
<source>Input layer ID Field (mutually exclusive with Point option)</source>
<translation>ID-Attribut (schließt Punkt-Option aus)</translation>
</message>
<message>
<location filename="../proc/isochrones_layer_proc.py" line="75"/>
<location filename="../proc/isochrones_layer_proc.py" line="76"/>
<source>Dimension</source>
<translation>Dimension</translation>
</message>
<message>
<location filename="../proc/isochrones_layer_proc.py" line="81"/>
<location filename="../proc/isochrones_layer_proc.py" line="82"/>
<source>Comma-separated ranges [min or m]</source>
<translation>Komma-getrennte Reichweiten [min oder m]</translation>
</message>
<message>
<location filename="../proc/isochrones_layer_proc.py" line="203"/>
<location filename="../proc/isochrones_layer_proc.py" line="212"/>
<source>Isochrones from Point-Layer</source>
<translation>Isochronen aus Punkt-Layer</translation>
</message>
<message>
<location filename="../proc/isochrones_layer_proc.py" line="87"/>
<source>Location Type</source>
<translation>Ortstyp</translation>
</message>
</context>
<context>
<name>ORSIsochronesPointAlgo</name>
<message>
<location filename="../proc/isochrones_point_proc.py" line="55"/>
<location filename="../proc/isochrones_point_proc.py" line="56"/>
<source>Input Point from map canvas (mutually exclusive with layer option)</source>
<translation>Eingabepunkt aus Kartenansicht (schließt Ebenen-Option aus)</translation>
</message>
<message>
<location filename="../proc/isochrones_point_proc.py" line="60"/>
<location filename="../proc/isochrones_point_proc.py" line="61"/>
<source>Dimension</source>
<translation>Dimension</translation>
</message>
<message>
<location filename="../proc/isochrones_point_proc.py" line="66"/>
<location filename="../proc/isochrones_point_proc.py" line="67"/>
<source>Comma-separated ranges [min or m]</source>
<translation>Komma-getrennte Reichweiten [min oder m]</translation>
</message>
<message>
<location filename="../proc/isochrones_point_proc.py" line="144"/>
<location filename="../proc/isochrones_point_proc.py" line="153"/>
<source>Isochrones from Point</source>
<translation>Isochronen von einzelnem Punkt</translation>
</message>
<message>
<location filename="../proc/isochrones_point_proc.py" line="72"/>
<source>Location Type</source>
<translation>Ortstyp</translation>
</message>
</context>
<context>
<name>ORSMatrixAlgo</name>
Expand Down Expand Up @@ -244,12 +254,12 @@
<context>
<name>ORStoolsDialog</name>
<message>
<location filename="../gui/ORStoolsDialog.py" line="386"/>
<location filename="../gui/ORStoolsDialog.py" line="385"/>
<source>Apply</source>
<translation>Anwenden</translation>
</message>
<message>
<location filename="../gui/ORStoolsDialog.py" line="387"/>
<location filename="../gui/ORStoolsDialog.py" line="386"/>
<source>Close</source>
<translation>Schließen</translation>
</message>
Expand Down

0 comments on commit d56603f

Please sign in to comment.