Yevgenium / weather-chart-card

Custom weather card with charts
MIT License
276 stars 80 forks source link

German Translation #100

Open badewanne1234 opened 2 years ago

badewanne1234 commented 2 years ago

German translation:

de: {
  'tempHi': 'Temperatur Maximum',
  'tempLo': 'Temperatur Minimum',
  'precip': 'Niederschlag',
  'units': {
    'km/h': 'km/h',
    'm/s': 'm/s',
    'hPa': 'hPa',
    'mmHg': 'mm Hg',
    'mm': 'mm',
    'in': 'in'
  },
  'cardinalDirections': [
    'N', 'N-NO', 'NO', 'O-NO', 'O', 'O-SO', 'SO', 'S-SO',
    'S', 'S-SW', 'SW', 'W-SW', 'W', 'W-NW', 'NW', 'N-NW', 'N'
  ],
  'clear-night': 'Klare Nacht',
  'cloudy': 'Bewölkt',
  'fog': 'Nebel',
  'hail': 'Hagel',
  'lightning': 'Gewitter',
  'lightning-rainy': 'Gewitter, regnerisch',
  'partlycloudy': 'Teilweise bewölkt',
  'pouring': 'Starkregen',
  'rainy': 'Regnerisch',
  'snowy': 'Schnee',
  'snowy-rainy': 'Schnee-Regen',
  'sunny': 'Sonnig',
  'windy': 'Windig',
  'windy-variant': 'Windig'
},
maijo366 commented 1 year ago

wie kann ich die sprache in der Karte ändern?

badewanne1234 commented 1 year ago

until its included in the weather card itself, you can add it in /config/www/weather-chart-card.js, thats where you find all other languages too. The language is picked upon your default browser language (locale...).