UNPKG

@daniel-szulc/react-weather-widget

Version:

A simple weather widget created using React.js ☀. This Component loading forecast data from various weather providers ⛈.

68 lines (67 loc) 1.23 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.langText = void 0; const langText = exports.langText = { en: { Wind: 'Wind', Humidity: 'Humidity', FeelsLike: 'Feels like' }, pl: { Wind: 'Wiatr', Humidity: 'Wilgotność', FeelsLike: 'Odczuwalna' }, de: { Wind: 'Wind', Humidity: 'Feuchtigkeit', FeelsLike: 'Gefühlt' }, es: { Wind: 'Viento', Humidity: 'Humedad', FeelsLike: 'Sensación' }, fr: { Wind: 'Vent', Humidity: 'Humidité', FeelsLike: 'Ressenti' }, ru: { Wind: 'Ветер', Humidity: 'Влажность', FeelsLike: 'Ощущается как' }, zh: { Wind: '风', Humidity: '湿度', FeelsLike: '体感' }, ja: { Wind: '風', Humidity: '湿度', FeelsLike: '体感温度' }, ko: { Wind: '바람', Humidity: '습도', FeelsLike: '체감 온도' }, it: { Wind: 'Vento', Humidity: 'Umidità', FeelsLike: 'Percepito' }, pt: { Wind: 'Vento', Humidity: 'Humidade', FeelsLike: 'Sensação térmica' }, ar: { Wind: 'الرياح', Humidity: 'الرطوبة', FeelsLike: 'يشعر وكأنه' } };