Skip to content

Commit

Permalink
Add german translation
Browse files Browse the repository at this point in the history
fixes the symptoms of tomayac#31
  • Loading branch information
kurtextrem authored Nov 21, 2021
1 parent c6edfd1 commit 65c3df2
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions src/i18n/de.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
const translations = {
red: 'Rot',
green: 'Grün',
blue: 'Blau',
alpha: 'Alpha',

brightness: 'Helligkeit',
contrast: 'Kontrast',
grayscale: 'Graustufen',
'hue-rotate': 'Hue ändern',
invert: 'Invertieren',
opacity: 'Transparenz',
saturate: 'Sättigung',
sepia: 'Sepia',

scale: 'Skala',
turdsize: 'Flecken unterdrücken',
alphamax: 'Eckschwelle',
minPathSegments: 'Min. Pfadlänge',
strokeWidth: 'Strichbreite',
turnpolicy: 'Turn Policy',
opticurve: 'Kurven optimieren',
opttolerance: 'Optimierungs Toleranz',
showAdvancedControls: 'Expertenoptionen anzeigen',

'%': '%',
deg: '°',
steps: 'Scrhtitte',
pixels: 'Pixel',
segments: 'Segmente',

reset: 'Zurücksetzen',
resetAll: 'Alles zurücksetzen',

dropFileHere: 'Datei hier ablegen',
openImage: 'Bild öffnen',
saveSVG: 'SVG speichern',
pasteImage: 'Bild einfügen',
copySVG: 'SVG kopieren',
install: 'Installieren',

posterizeInputImage: 'Eingabebild posterisieren',
colorSVG: 'Farbiges SVG',
monochromeSVG: 'Monochromes SVG',

colorChannels: 'Farbkanäle',
imageSize: 'Eingabegröße',
imagePreprocessing: 'Eingabe verarbeiten',
svgOptions: 'SVG Optionen',

considerDPR: 'Device Pixel Ratio beachten',

tweak: 'Anpassen',

optimizingSVG: 'SVG optmieren',
copiedSVG: 'SVG kopiert',
savedSVG: 'SVG gespeichert',

readyToWorkOffline: 'Bereit für Offline-Nutzung.',
svgSize: 'SVG Größe',
bytes: 'Bytes',
zoom: 'Zoom',
};

// ignore unused exports default
export default translations;

0 comments on commit 65c3df2

Please sign in to comment.