diff --git a/weather@mockturtl/.editorconfig b/weather@mockturtl/.editorconfig index 761b0ad3515..0a2e19aa119 100644 --- a/weather@mockturtl/.editorconfig +++ b/weather@mockturtl/.editorconfig @@ -18,4 +18,9 @@ indent_size = 4 trim_trailing_whitespace = true [*.md] -trim_trailing_whitespace = false \ No newline at end of file +trim_trailing_whitespace = false + +[*.css] +trim_trailing_whitespace = true +indent_style = space +indent_size = 4 \ No newline at end of file diff --git a/weather@mockturtl/CHANGELOG.md b/weather@mockturtl/CHANGELOG.md index 0e9e1d8143d..51474213a64 100644 --- a/weather@mockturtl/CHANGELOG.md +++ b/weather@mockturtl/CHANGELOG.md @@ -1,69 +1,77 @@ # Changelog +## 3.6.7 + +* Add Slovenian translation made by Tit Elmund +* Fix [weather@mockturl - network connection issue #6936](https://github.com/linuxmint/cinnamon-spices-applets/issues/6936) +* Resolve [[weather@mockturtl] UV index display #6980](https://github.com/linuxmint/cinnamon-spices-applets/issues/6980) +* Fix [weather@mockturtl Missing translation of weather terms #7057](https://github.com/linuxmint/cinnamon-spices-applets/issues/7057) +* Fix [[weather@mockturtl] Broken weather translation with Pirate Weather #7024](https://github.com/linuxmint/cinnamon-spices-applets/issues/7024) + ## 3.6.6 -- Add Breeze icon theme problems to known issues. -- Fix Swiss Meteo crashing when alerts don't have a `valid_from` field -- Fix MET Norway breaking when Alerts are enabled -- Include README changes from @jorgenqv +* Add Breeze icon theme problems to known issues. +* Fix Swiss Meteo crashing when alerts don't have a `valid_from` field +* Fix MET Norway breaking when Alerts are enabled +* Include README changes from @jorgenqv ## 3.6.5 -- Add more tags for overrides, including forecasts when available, details in README -- Add left/right padding options and a pad fill option for tags in overrides -- Add ability to programatically set overridable default padding options for tags in overrides, added some defaults +* Add more tags for overrides, including forecasts when available, details in README +* Add left/right padding options and a pad fill option for tags in overrides +* Add ability to programatically set overridable default padding options for tags in overrides, added some defaults ## 3.6.4 -- Add attribution to nominatim -- Remove app dependency from providers to make them more isolated -- Add Swiss Meteo provider -- Fix [weather@mockturtl: Sun icon not showing anymore with tommorrow.io api #6281](https://github.com/linuxmint/cinnamon-spices-applets/issues/6281) -- Filter out alerts for tomorrow.io that are not for the user's location -- Fix hourly box open/close animation not respecting global effect setting -- Fix [weather@mockturtl: Service Error 403 on all data sources #6087](https://github.com/linuxmint/cinnamon-spices-applets/issues/6087) +* Add attribution to nominatim +* Remove app dependency from providers to make them more isolated +* Add Swiss Meteo provider +* Fix [weather@mockturtl: Sun icon not showing anymore with tommorrow.io api #6281](https://github.com/linuxmint/cinnamon-spices-applets/issues/6281) +* Filter out alerts for tomorrow.io that are not for the user's location +* Fix hourly box open/close animation not respecting global effect setting +* Fix [weather@mockturtl: Service Error 403 on all data sources #6087](https://github.com/linuxmint/cinnamon-spices-applets/issues/6087) ## 3.6.3 -- Fix [[weather@mockturtl] Visual Crossing wind speed #6086](https://github.com/linuxmint/cinnamon-spices-applets/issues/6086) -- Fix [Weather applet not working #6137](https://github.com/linuxmint/cinnamon-spices-applets/issues/6137) +* Fix [[weather@mockturtl] Visual Crossing wind speed #6086](https://github.com/linuxmint/cinnamon-spices-applets/issues/6086) +* Fix [Weather applet not working #6137](https://github.com/linuxmint/cinnamon-spices-applets/issues/6137) ## 3.6.2 -- Fix applet output breaking with various weather providers if Automatic location is used. -- Fix +* Fix applet output breaking with various weather providers if Automatic location is used. +* Fix [weather@mockturtl - Sunrise Invalid Date Time when using weather provider DMI Denmark #6058](https://github.com/linuxmint/cinnamon-spices-applets/issues/6058) ## 3.6.1 -- Make translating conditions more consistent across all providers and clarify purpose of "Translate conditions" settings toggle -- Stop applet loop when applet is removed -- Add missing dewpoint from Open-Meteo -- Fix +* Make translating conditions more consistent across all providers and clarify purpose of "Translate conditions" settings toggle +* Stop applet loop when applet is removed +* Add missing dewpoint from Open-Meteo +* Fix [[weather@mockturtl] Applet Bug #6048](https://github.com/linuxmint/cinnamon-spices-applets/issues/6048), Fix [weather@mockturtl: Hourly weather forecast is not displayed #6046](https://github.com/linuxmint/cinnamon-spices-applets/issues/6046) - Rename OpenWeatherMap name internally so people fall back to the default Open-Meteo so no user-action is needed. ## 3.6.0 -- Add eslint and fix all eslint errors -- Fix Weatherbit not processing hourly weather properly -- Fix Soup2 lib not passing in it's `finalCancellable` only what was passed in from outside -- Fix OpenWeatherMap error handling, was completely broken -- Better error logging on exception handling in most places -- Fix Accuweather having wrong weather condition info on "clear sky" -- Add missing type information for weather/location providers -- Fix incorrect wind speed reported with Open-Meteo -- Resolve [[weather@mockturtl] Feature Request: Save Weather Service JSON #5420](https://github.com/linuxmint/cinnamon-spices-applets/issues/5420) -- Resolve [[weather@mockturtl] Feature Request: Configurable UserAgent String #5999](https://github.com/linuxmint/cinnamon-spices-applets/issues/5999) -- Fix [weather@mockturtl: Incorrectly formatted text #6011](https://github.com/linuxmint/cinnamon-spices-applets/issues/6011) - mostly -- Indicate on the popup menu when a refresh is in progress. +* Add eslint and fix all eslint errors +* Fix Weatherbit not processing hourly weather properly +* Fix Soup2 lib not passing in it's `finalCancellable` only what was passed in from outside +* Fix OpenWeatherMap error handling, was completely broken +* Better error logging on exception handling in most places +* Fix Accuweather having wrong weather condition info on "clear sky" +* Add missing type information for weather/location providers +* Fix incorrect wind speed reported with Open-Meteo +* Resolve [[weather@mockturtl] Feature Request: Save Weather Service JSON #5420](https://github.com/linuxmint/cinnamon-spices-applets/issues/5420) +* Resolve [[weather@mockturtl] Feature Request: Configurable UserAgent String #5999](https://github.com/linuxmint/cinnamon-spices-applets/issues/5999) +* Fix [weather@mockturtl: Incorrectly formatted text #6011](https://github.com/linuxmint/cinnamon-spices-applets/issues/6011) - mostly +* Indicate on the popup menu when a refresh is in progress. ## 3.5.0 * Resolve- [Feature Request: Weather applet should show weather alerts/warnings #5546](https://github.com/linuxmint/cinnamon-spices-applets/issues/5546) -- OpenWeatherMap sunsets it's OneCall API 2.5 in **June 2024** and they don't seem to want to enable 3.0 for the opensource plan for +* OpenWeatherMap sunsets it's OneCall API 2.5 in **June 2024** and they don't seem to want to enable 3.0 for the opensource plan for me. So I switch to Open-Meteo as the default and break OWM provider into 2, one without key and one with key. -- Fixed refreshing problem on Cinnamon 3.8 forever timing out. +* Fixed refreshing problem on Cinnamon 3.8 forever timing out. ## 3.4.3 diff --git a/weather@mockturtl/TASKS.md b/weather@mockturtl/TASKS.md new file mode 100644 index 00000000000..f76d264631a --- /dev/null +++ b/weather@mockturtl/TASKS.md @@ -0,0 +1,20 @@ +# Tasks + +## Blocked + +- BUG https://github.com/linuxmint/cinnamon-spices-applets/issues/6004 +- BUG https://github.com/linuxmint/cinnamon-spices-applets/issues/5720 +- FEATURE https://github.com/linuxmint/cinnamon-spices-applets/issues/5549 +- BUG https://github.com/linuxmint/cinnamon-spices-applets/issues/6098 +- BUG https://github.com/linuxmint/cinnamon-spices-applets/issues/6277 +- BUG https://github.com/linuxmint/cinnamon-spices-applets/issues/6148 +- BUG https://github.com/linuxmint/cinnamon-spices-applets/issues/6063 + +## Planned + +- BUG https://github.com/linuxmint/cinnamon-spices-applets/issues/6259 +- FEATURE https://github.com/linuxmint/cinnamon-spices-applets/issues/5588 if I can +- BUG https://github.com/linuxmint/cinnamon-spices-applets/issues/5581 ? +- https://github.com/linuxmint/cinnamon-spices-applets/issues/6001 +- https://github.com/linuxmint/cinnamon-spices-applets/issues/6312 +- https://github.com/linuxmint/cinnamon-spices-applets/issues/6936 \ No newline at end of file diff --git a/weather@mockturtl/files/weather@mockturtl/3.8/settings-schema.json b/weather@mockturtl/files/weather@mockturtl/3.8/settings-schema.json index e8de0e5e8ec..9f5509cfe9a 100644 --- a/weather@mockturtl/files/weather@mockturtl/3.8/settings-schema.json +++ b/weather@mockturtl/files/weather@mockturtl/3.8/settings-schema.json @@ -88,7 +88,9 @@ "forecastDays", "forecastHours", "immediatePrecip", - "showAlerts" + "showAlerts", + "showSunrise", + "uvIndex" ] }, "weather-conditions": { @@ -117,7 +119,6 @@ "forecastColumns", "forecastRows", "alwaysShowHourlyWeather", - "showSunrise", "show24Hours", "showForecastDates", "shortHourlyTime", @@ -582,5 +583,11 @@ "type": "button", "description": "Test your command", "callback": "testRunScript" + }, + "uvIndex": { + "type": "checkbox", + "default": true, + "description": "Enable displaying UV Index", + "tooltip": "If your provider supports it, the UV index will be shown in the popup menu next to sunrise/sunset times. It will not show if the UV index is low risk (0-2)." } } \ No newline at end of file diff --git a/weather@mockturtl/files/weather@mockturtl/3.8/stylesheet.css b/weather@mockturtl/files/weather@mockturtl/3.8/stylesheet.css index 0e9145e115c..ca13f830305 100644 --- a/weather@mockturtl/files/weather@mockturtl/3.8/stylesheet.css +++ b/weather@mockturtl/files/weather@mockturtl/3.8/stylesheet.css @@ -56,16 +56,22 @@ } .weather-current-astronomy { - padding-top: 5px; + padding-top: 5px; color: #AAAAAA; } +.weather-current-uvindex { + margin-left: 7px; + margin-top: 3px; +} + + .weather-immediate-precipitation { - color: #AAAAAA; + color: #AAAAAA; } .weather-forecast-icon { - padding: 0 10px 10px 15px; + padding: 0 10px 10px 15px; } .weather-forecast-databox { @@ -77,12 +83,12 @@ } .weather-forecast-day { - color: #999999; - font-size: 90%; + color: #999999; + font-size: 90%; } .weather-config { - padding-right: 10px; + padding-right: 10px; } .bottombar { @@ -98,12 +104,12 @@ } .hourly-data { - text-align: center; - /* padding: 0px 5px; */ + text-align: center; + /* padding: 0px 5px; */ } .hourly-box { - margin: 10px 10px 5px 10px; + margin: 10px 10px 5px 10px; } .hourly-icon { diff --git a/weather@mockturtl/files/weather@mockturtl/3.8/weather-applet.js b/weather@mockturtl/files/weather@mockturtl/3.8/weather-applet.js index d3f3191a057..dba919a4f1f 100644 --- a/weather@mockturtl/files/weather@mockturtl/3.8/weather-applet.js +++ b/weather@mockturtl/files/weather@mockturtl/3.8/weather-applet.js @@ -2,7 +2,7 @@ var weatherApplet; /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ -/***/ 690: +/***/ 969: /***/ ((module) => { /* @@ -10,163 +10,165 @@ var weatherApplet; SunCalc is a JavaScript library for calculating sun/moon position and light phases. https://github.com/mourner/suncalc */ - (function () { - 'use strict'; + 'use strict'; // shortcuts for easier to read formulas - // shortcuts for easier to read formulas var PI = Math.PI, - sin = Math.sin, - cos = Math.cos, - tan = Math.tan, - asin = Math.asin, - atan = Math.atan2, - acos = Math.acos, - rad = PI / 180; - - // sun calculations are based on http://aa.quae.nl/en/reken/zonpositie.html formulas - + sin = Math.sin, + cos = Math.cos, + tan = Math.tan, + asin = Math.asin, + atan = Math.atan2, + acos = Math.acos, + rad = PI / 180; // sun calculations are based on http://aa.quae.nl/en/reken/zonpositie.html formulas // date/time constants and conversions var dayMs = 1000 * 60 * 60 * 24, - J1970 = 2440588, - J2000 = 2451545; + J1970 = 2440588, + J2000 = 2451545; + function toJulian(date) { return date.valueOf() / dayMs - 0.5 + J1970; } + function fromJulian(j) { return new Date((j + 0.5 - J1970) * dayMs); } + function toDays(date) { return toJulian(date) - J2000; - } + } // general calculations for position - // general calculations for position var e = rad * 23.4397; // obliquity of the Earth function rightAscension(l, b) { return atan(sin(l) * cos(e) - tan(b) * sin(e), cos(l)); } + function declination(l, b) { return asin(sin(b) * cos(e) + cos(b) * sin(e) * sin(l)); } + function azimuth(H, phi, dec) { return atan(sin(H), cos(H) * sin(phi) - tan(dec) * cos(phi)); } + function altitude(H, phi, dec) { return asin(sin(phi) * sin(dec) + cos(phi) * cos(dec) * cos(H)); } + function siderealTime(d, lw) { return rad * (280.16 + 360.9856235 * d) - lw; } + function astroRefraction(h) { - if (h < 0) - // the following formula works for positive altitudes only. + if (h < 0) // the following formula works for positive altitudes only. h = 0; // if h = -0.08901179 a div/0 would occur. - // formula 16.4 of "Astronomical Algorithms" 2nd edition by Jean Meeus (Willmann-Bell, Richmond) 1998. // 1.02 / tan(h + 10.26 / (h + 5.10)) h in degrees, result in arc minutes -> converted to rad: + return 0.0002967 / Math.tan(h + 0.00312536 / (h + 0.08901179)); - } + } // general sun calculations - // general sun calculations function solarMeanAnomaly(d) { return rad * (357.5291 + 0.98560028 * d); } + function eclipticLongitude(M) { var C = rad * (1.9148 * sin(M) + 0.02 * sin(2 * M) + 0.0003 * sin(3 * M)), - // equation of center - P = rad * 102.9372; // perihelion of the Earth + // equation of center + P = rad * 102.9372; // perihelion of the Earth return M + C + P + PI; } + function sunCoords(d) { var M = solarMeanAnomaly(d), - L = eclipticLongitude(M); + L = eclipticLongitude(M); return { dec: declination(L, 0), ra: rightAscension(L, 0) }; } - var SunCalc = {}; - // calculates sun position for a given date and latitude/longitude + var SunCalc = {}; // calculates sun position for a given date and latitude/longitude SunCalc.getPosition = function (date, lat, lng) { var lw = rad * -lng, - phi = rad * lat, - d = toDays(date), - c = sunCoords(d), - H = siderealTime(d, lw) - c.ra; + phi = rad * lat, + d = toDays(date), + c = sunCoords(d), + H = siderealTime(d, lw) - c.ra; return { azimuth: azimuth(H, phi, c.dec), altitude: altitude(H, phi, c.dec) }; - }; + }; // sun times configuration (angle, morning name, evening name) - // sun times configuration (angle, morning name, evening name) - var times = SunCalc.times = [[-0.833, 'sunrise', 'sunset'], [-0.3, 'sunriseEnd', 'sunsetStart'], [-6, 'dawn', 'dusk'], [-12, 'nauticalDawn', 'nauticalDusk'], [-18, 'nightEnd', 'night'], [6, 'goldenHourEnd', 'goldenHour']]; - - // adds a custom time to the times config + var times = SunCalc.times = [[-0.833, 'sunrise', 'sunset'], [-0.3, 'sunriseEnd', 'sunsetStart'], [-6, 'dawn', 'dusk'], [-12, 'nauticalDawn', 'nauticalDusk'], [-18, 'nightEnd', 'night'], [6, 'goldenHourEnd', 'goldenHour']]; // adds a custom time to the times config SunCalc.addTime = function (angle, riseName, setName) { times.push([angle, riseName, setName]); - }; + }; // calculations for sun times - // calculations for sun times var J0 = 0.0009; + function julianCycle(d, lw) { return Math.round(d - J0 - lw / (2 * PI)); } + function approxTransit(Ht, lw, n) { return J0 + (Ht + lw) / (2 * PI) + n; } + function solarTransitJ(ds, M, L) { return J2000 + ds + 0.0053 * sin(M) - 0.0069 * sin(2 * L); } + function hourAngle(h, phi, d) { return acos((sin(h) - sin(phi) * sin(d)) / (cos(phi) * cos(d))); } + function observerAngle(height) { return -2.076 * Math.sqrt(height) / 60; - } + } // returns set time for the given sun altitude + - // returns set time for the given sun altitude function getSetJ(h, lw, phi, dec, n, M, L) { var w = hourAngle(h, phi, dec), - a = approxTransit(w, lw, n); + a = approxTransit(w, lw, n); return solarTransitJ(a, M, L); - } - - // calculates sun times for a given date, latitude/longitude, and, optionally, + } // calculates sun times for a given date, latitude/longitude, and, optionally, // the observer height (in meters) relative to the horizon + SunCalc.getTimes = function (date, lat, lng, height) { height = height || 0; var lw = rad * -lng, - phi = rad * lat, - dh = observerAngle(height), - d = toDays(date), - n = julianCycle(d, lw), - ds = approxTransit(0, lw, n), - M = solarMeanAnomaly(ds), - L = eclipticLongitude(M), - dec = declination(L, 0), - Jnoon = solarTransitJ(ds, M, L), - i, - len, - time, - h0, - Jset, - Jrise; + phi = rad * lat, + dh = observerAngle(height), + d = toDays(date), + n = julianCycle(d, lw), + ds = approxTransit(0, lw, n), + M = solarMeanAnomaly(ds), + L = eclipticLongitude(M), + dec = declination(L, 0), + Jnoon = solarTransitJ(ds, M, L), + i, + len, + time, + h0, + Jset, + Jrise; var result = { solarNoon: fromJulian(Jnoon), nadir: fromJulian(Jnoon - 0.5) }; + for (i = 0, len = times.length; i < len; i += 1) { time = times[i]; h0 = (time[0] + dh) * rad; @@ -175,26 +177,24 @@ var weatherApplet; result[time[1]] = fromJulian(Jrise); result[time[2]] = fromJulian(Jset); } + return result; - }; + }; // moon calculations, based on http://aa.quae.nl/en/reken/hemelpositie.html formulas - // moon calculations, based on http://aa.quae.nl/en/reken/hemelpositie.html formulas function moonCoords(d) { // geocentric ecliptic coordinates of the moon - var L = rad * (218.316 + 13.176396 * d), - // ecliptic longitude - M = rad * (134.963 + 13.064993 * d), - // mean anomaly - F = rad * (93.272 + 13.229350 * d), - // mean distance - - l = L + rad * 6.289 * sin(M), - // longitude - b = rad * 5.128 * sin(F), - // latitude - dt = 385001 - 20905 * cos(M); // distance to the moon in km + // ecliptic longitude + M = rad * (134.963 + 13.064993 * d), + // mean anomaly + F = rad * (93.272 + 13.229350 * d), + // mean distance + l = L + rad * 6.289 * sin(M), + // longitude + b = rad * 5.128 * sin(F), + // latitude + dt = 385001 - 20905 * cos(M); // distance to the moon in km return { ra: rightAscension(l, b), @@ -202,15 +202,16 @@ var weatherApplet; dist: dt }; } + SunCalc.getMoonPosition = function (date, lat, lng) { var lw = rad * -lng, - phi = rad * lat, - d = toDays(date), - c = moonCoords(d), - H = siderealTime(d, lw) - c.ra, - h = altitude(H, phi, c.dec), - // formula 14.1 of "Astronomical Algorithms" 2nd edition by Jean Meeus (Willmann-Bell, Richmond) 1998. - pa = atan(sin(H), tan(phi) * cos(c.dec) - sin(c.dec) * cos(H)); + phi = rad * lat, + d = toDays(date), + c = moonCoords(d), + H = siderealTime(d, lw) - c.ra, + h = altitude(H, phi, c.dec), + // formula 14.1 of "Astronomical Algorithms" 2nd edition by Jean Meeus (Willmann-Bell, Richmond) 1998. + pa = atan(sin(H), tan(phi) * cos(c.dec) - sin(c.dec) * cos(H)); h = h + astroRefraction(h); // altitude correction for refraction return { @@ -219,54 +220,51 @@ var weatherApplet; distance: c.dist, parallacticAngle: pa }; - }; - - // calculations for illumination parameters of the moon, + }; // calculations for illumination parameters of the moon, // based on http://idlastro.gsfc.nasa.gov/ftp/pro/astro/mphase.pro formulas and // Chapter 48 of "Astronomical Algorithms" 2nd edition by Jean Meeus (Willmann-Bell, Richmond) 1998. + SunCalc.getMoonIllumination = function (date) { var d = toDays(date || new Date()), - s = sunCoords(d), - m = moonCoords(d), - sdist = 149598000, - // distance from Earth to Sun in km - - phi = acos(sin(s.dec) * sin(m.dec) + cos(s.dec) * cos(m.dec) * cos(s.ra - m.ra)), - inc = atan(sdist * sin(phi), m.dist - sdist * cos(phi)), - angle = atan(cos(s.dec) * sin(s.ra - m.ra), sin(s.dec) * cos(m.dec) - cos(s.dec) * sin(m.dec) * cos(s.ra - m.ra)); + s = sunCoords(d), + m = moonCoords(d), + sdist = 149598000, + // distance from Earth to Sun in km + phi = acos(sin(s.dec) * sin(m.dec) + cos(s.dec) * cos(m.dec) * cos(s.ra - m.ra)), + inc = atan(sdist * sin(phi), m.dist - sdist * cos(phi)), + angle = atan(cos(s.dec) * sin(s.ra - m.ra), sin(s.dec) * cos(m.dec) - cos(s.dec) * sin(m.dec) * cos(s.ra - m.ra)); return { fraction: (1 + cos(inc)) / 2, phase: 0.5 + 0.5 * inc * (angle < 0 ? -1 : 1) / Math.PI, angle: angle }; }; + function hoursLater(date, h) { return new Date(date.valueOf() + h * dayMs / 24); - } + } // calculations for moon rise/set times are based on http://www.stargazing.net/kepler/moonrise.html article - // calculations for moon rise/set times are based on http://www.stargazing.net/kepler/moonrise.html article SunCalc.getMoonTimes = function (date, lat, lng, inUTC) { var t = new Date(date); if (inUTC) t.setUTCHours(0, 0, 0, 0);else t.setHours(0, 0, 0, 0); var hc = 0.133 * rad, - h0 = SunCalc.getMoonPosition(t, lat, lng).altitude - hc, - h1, - h2, - rise, - set, - a, - b, - xe, - ye, - d, - roots, - x1, - x2, - dx; - - // go in 2-hour chunks, each time seeing if a 3-point quadratic curve crosses zero (which means rise or set) + h0 = SunCalc.getMoonPosition(t, lat, lng).altitude - hc, + h1, + h2, + rise, + set, + a, + b, + xe, + ye, + d, + roots, + x1, + x2, + dx; // go in 2-hour chunks, each time seeing if a 3-point quadratic curve crosses zero (which means rise or set) + for (var i = 1; i <= 24; i += 2) { h1 = SunCalc.getMoonPosition(hoursLater(t, i), lat, lng).altitude - hc; h2 = SunCalc.getMoonPosition(hoursLater(t, i + 1), lat, lng).altitude - hc; @@ -276,6 +274,7 @@ var weatherApplet; ye = (a * xe + b) * xe + h1; d = b * b - 4 * a * h1; roots = 0; + if (d >= 0) { dx = Math.sqrt(d) / (Math.abs(a) * 2); x1 = xe - dx; @@ -284,23 +283,26 @@ var weatherApplet; if (Math.abs(x2) <= 1) roots++; if (x1 < -1) x1 = x2; } + if (roots === 1) { if (h0 < 0) rise = i + x1;else set = i + x1; } else if (roots === 2) { rise = i + (ye < 0 ? x2 : x1); set = i + (ye < 0 ? x1 : x2); } + if (rise && set) break; h0 = h2; } + var result = {}; if (rise) result.rise = hoursLater(t, rise); if (set) result.set = hoursLater(t, set); if (!rise && !set) result[ye > 0 ? 'alwaysUp' : 'alwaysDown'] = true; return result; - }; + }; // export as Node module / AMD module / browser variable + - // export as Node module / AMD module / browser variable if (true) module.exports = SunCalc;else {} })(); @@ -868,157 +870,162 @@ function OpenUrl(element) { imports.gi.Gio.app_info_launch_default_for_uri(element.url, global.create_app_launch_context()); } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/errors.js +;// CONCATENATED MODULE: ./node_modules/luxon/src/errors.js // these aren't really private, but nor are they really useful to document /** * @private */ class LuxonError extends Error {} - /** * @private */ + + class InvalidDateTimeError extends LuxonError { constructor(reason) { super(`Invalid DateTime: ${reason.toMessage()}`); } -} +} /** * @private */ + class InvalidIntervalError extends LuxonError { constructor(reason) { super(`Invalid Interval: ${reason.toMessage()}`); } -} +} /** * @private */ + class InvalidDurationError extends LuxonError { constructor(reason) { super(`Invalid Duration: ${reason.toMessage()}`); } -} +} /** * @private */ -class ConflictingSpecificationError extends LuxonError {} +class ConflictingSpecificationError extends LuxonError {} /** * @private */ + class InvalidUnitError extends LuxonError { constructor(unit) { super(`Invalid unit ${unit}`); } -} +} /** * @private */ -class InvalidArgumentError extends LuxonError {} +class InvalidArgumentError extends LuxonError {} /** * @private */ + class ZoneIsAbstractError extends LuxonError { constructor() { super("Zone is an abstract class"); } + } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/impl/formats.js +;// CONCATENATED MODULE: ./node_modules/luxon/src/impl/formats.js /** * @private */ - -var n = "numeric", - s = "short", - l = "long"; -var DATE_SHORT = { +const n = "numeric", + s = "short", + l = "long"; +const DATE_SHORT = { year: n, month: n, day: n }; -var DATE_MED = { +const DATE_MED = { year: n, month: s, day: n }; -var DATE_MED_WITH_WEEKDAY = { +const DATE_MED_WITH_WEEKDAY = { year: n, month: s, day: n, weekday: s }; -var DATE_FULL = { +const DATE_FULL = { year: n, month: l, day: n }; -var DATE_HUGE = { +const DATE_HUGE = { year: n, month: l, day: n, weekday: l }; -var TIME_SIMPLE = { +const TIME_SIMPLE = { hour: n, minute: n }; -var TIME_WITH_SECONDS = { +const TIME_WITH_SECONDS = { hour: n, minute: n, second: n }; -var TIME_WITH_SHORT_OFFSET = { +const TIME_WITH_SHORT_OFFSET = { hour: n, minute: n, second: n, timeZoneName: s }; -var TIME_WITH_LONG_OFFSET = { +const TIME_WITH_LONG_OFFSET = { hour: n, minute: n, second: n, timeZoneName: l }; -var TIME_24_SIMPLE = { +const TIME_24_SIMPLE = { hour: n, minute: n, hourCycle: "h23" }; -var TIME_24_WITH_SECONDS = { +const TIME_24_WITH_SECONDS = { hour: n, minute: n, second: n, hourCycle: "h23" }; -var TIME_24_WITH_SHORT_OFFSET = { +const TIME_24_WITH_SHORT_OFFSET = { hour: n, minute: n, second: n, hourCycle: "h23", timeZoneName: s }; -var TIME_24_WITH_LONG_OFFSET = { +const TIME_24_WITH_LONG_OFFSET = { hour: n, minute: n, second: n, hourCycle: "h23", timeZoneName: l }; -var DATETIME_SHORT = { +const DATETIME_SHORT = { year: n, month: n, day: n, hour: n, minute: n }; -var DATETIME_SHORT_WITH_SECONDS = { +const DATETIME_SHORT_WITH_SECONDS = { year: n, month: n, day: n, @@ -1026,14 +1033,14 @@ var DATETIME_SHORT_WITH_SECONDS = { minute: n, second: n }; -var DATETIME_MED = { +const DATETIME_MED = { year: n, month: s, day: n, hour: n, minute: n }; -var DATETIME_MED_WITH_SECONDS = { +const DATETIME_MED_WITH_SECONDS = { year: n, month: s, day: n, @@ -1041,7 +1048,7 @@ var DATETIME_MED_WITH_SECONDS = { minute: n, second: n }; -var DATETIME_MED_WITH_WEEKDAY = { +const DATETIME_MED_WITH_WEEKDAY = { year: n, month: s, day: n, @@ -1049,7 +1056,7 @@ var DATETIME_MED_WITH_WEEKDAY = { hour: n, minute: n }; -var DATETIME_FULL = { +const DATETIME_FULL = { year: n, month: l, day: n, @@ -1057,7 +1064,7 @@ var DATETIME_FULL = { minute: n, timeZoneName: s }; -var DATETIME_FULL_WITH_SECONDS = { +const DATETIME_FULL_WITH_SECONDS = { year: n, month: l, day: n, @@ -1066,7 +1073,7 @@ var DATETIME_FULL_WITH_SECONDS = { second: n, timeZoneName: s }; -var DATETIME_HUGE = { +const DATETIME_HUGE = { year: n, month: l, day: n, @@ -1075,7 +1082,7 @@ var DATETIME_HUGE = { minute: n, timeZoneName: l }; -var DATETIME_HUGE_WITH_SECONDS = { +const DATETIME_HUGE_WITH_SECONDS = { year: n, month: l, day: n, @@ -1085,12 +1092,12 @@ var DATETIME_HUGE_WITH_SECONDS = { second: n, timeZoneName: l }; -;// CONCATENATED MODULE: ../../node_modules/luxon/src/zone.js - +;// CONCATENATED MODULE: ./node_modules/luxon/src/zone.js /** * @interface */ + class Zone { /** * The type of zone @@ -1100,28 +1107,30 @@ class Zone { get type() { throw new ZoneIsAbstractError(); } - /** * The name of this zone. * @abstract * @type {string} */ + + get name() { throw new ZoneIsAbstractError(); } + get ianaName() { return this.name; } - /** * Returns whether the offset is known to be fixed for the whole year. * @abstract * @type {boolean} */ + + get isUniversal() { throw new ZoneIsAbstractError(); } - /** * Returns the offset's common name (such as EST) at the specified timestamp * @abstract @@ -1131,10 +1140,11 @@ class Zone { * @param {string} opts.locale - What locale to return the offset name in. * @return {string} */ + + offsetName(ts, opts) { throw new ZoneIsAbstractError(); } - /** * Returns the offset's value as a string * @abstract @@ -1143,48 +1153,54 @@ class Zone { * Accepts 'narrow', 'short', or 'techie'. Returning '+6', '+06:00', or '+0600' respectively * @return {string} */ + + formatOffset(ts, format) { throw new ZoneIsAbstractError(); } - /** * Return the offset in minutes for this zone at the specified timestamp. * @abstract * @param {number} ts - Epoch milliseconds for which to compute the offset * @return {number} */ + + offset(ts) { throw new ZoneIsAbstractError(); } - /** * Return whether this Zone is equal to another zone * @abstract * @param {Zone} otherZone - the zone to compare * @return {boolean} */ + + equals(otherZone) { throw new ZoneIsAbstractError(); } - /** * Return whether this Zone is valid. * @abstract * @type {boolean} */ + + get isValid() { throw new ZoneIsAbstractError(); } -} -;// CONCATENATED MODULE: ../../node_modules/luxon/src/zones/systemZone.js +} +;// CONCATENATED MODULE: ./node_modules/luxon/src/zones/systemZone.js -var singleton = null; +let singleton = null; /** * Represents the local zone for this JavaScript environment. * @implements {Zone} */ + class SystemZone extends Zone { /** * Get a singleton instance of the local zone @@ -1194,61 +1210,78 @@ class SystemZone extends Zone { if (singleton === null) { singleton = new SystemZone(); } + return singleton; } - /** @override **/ + + get type() { return "system"; } - /** @override **/ + + get name() { return new Intl.DateTimeFormat().resolvedOptions().timeZone; } - /** @override **/ + + get isUniversal() { return false; } - /** @override **/ + + offsetName(ts, _ref) { - var format = _ref.format, - locale = _ref.locale; + let format = _ref.format, + locale = _ref.locale; return parseZoneInfo(ts, format, locale); } - /** @override **/ + + formatOffset(ts, format) { return formatOffset(this.offset(ts), format); } - /** @override **/ + + offset(ts) { return -new Date(ts).getTimezoneOffset(); } - /** @override **/ + + equals(otherZone) { return otherZone.type === "system"; } - /** @override **/ + + get isValid() { return true; } + } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/zones/IANAZone.js -function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); } +;// CONCATENATED MODULE: ./node_modules/luxon/src/zones/IANAZone.js +function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); } + function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } -function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } } -function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; } -function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } } -function _arrayWithHoles(r) { if (Array.isArray(r)) return r; } +function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } + +function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } + +function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } + +function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } + + + +let dtfCache = {}; -var dtfCache = {}; function makeDTF(zone) { if (!dtfCache[zone]) { dtfCache[zone] = new Intl.DateTimeFormat("en-US", { @@ -1263,9 +1296,11 @@ function makeDTF(zone) { era: "short" }); } + return dtfCache[zone]; } -var typeToPos = { + +const typeToPos = { year: 0, month: 1, day: 2, @@ -1274,40 +1309,48 @@ var typeToPos = { minute: 5, second: 6 }; + function hackyOffset(dtf, date) { - var formatted = dtf.format(date).replace(/\u200E/g, ""), - parsed = /(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(formatted), - _parsed = _slicedToArray(parsed, 8), - fMonth = _parsed[1], - fDay = _parsed[2], - fYear = _parsed[3], - fadOrBc = _parsed[4], - fHour = _parsed[5], - fMinute = _parsed[6], - fSecond = _parsed[7]; + const formatted = dtf.format(date).replace(/\u200E/g, ""), + parsed = /(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(formatted), + _parsed = _slicedToArray(parsed, 8), + fMonth = _parsed[1], + fDay = _parsed[2], + fYear = _parsed[3], + fadOrBc = _parsed[4], + fHour = _parsed[5], + fMinute = _parsed[6], + fSecond = _parsed[7]; + return [fYear, fMonth, fDay, fadOrBc, fHour, fMinute, fSecond]; } + function partsOffset(dtf, date) { - var formatted = dtf.formatToParts(date); - var filled = []; - for (var i = 0; i < formatted.length; i++) { - var _formatted$i = formatted[i], - type = _formatted$i.type, - value = _formatted$i.value; - var pos = typeToPos[type]; + const formatted = dtf.formatToParts(date); + const filled = []; + + for (let i = 0; i < formatted.length; i++) { + const _formatted$i = formatted[i], + type = _formatted$i.type, + value = _formatted$i.value; + const pos = typeToPos[type]; + if (type === "era") { filled[pos] = value; } else if (!isUndefined(pos)) { filled[pos] = parseInt(value, 10); } } + return filled; } -var ianaZoneCache = {}; + +let ianaZoneCache = {}; /** * A zone identified by an IANA identifier, like America/New_York * @implements {Zone} */ + class IANAZone extends Zone { /** * @param {string} name - Zone name @@ -1317,18 +1360,19 @@ class IANAZone extends Zone { if (!ianaZoneCache[name]) { ianaZoneCache[name] = new IANAZone(name); } + return ianaZoneCache[name]; } - /** * Reset local caches. Should only be necessary in testing scenarios. * @return {void} */ + + static resetCache() { ianaZoneCache = {}; dtfCache = {}; } - /** * Returns whether the provided string is a valid specifier. This only checks the string's format, not that the specifier identifies a known zone; see isValidZone for that. * @param {string} s - The string to check validity on @@ -1337,10 +1381,11 @@ class IANAZone extends Zone { * @deprecated This method returns false for some valid IANA names. Use isValidZone instead. * @return {boolean} */ + + static isValidSpecifier(s) { return this.isValidZone(s); } - /** * Returns whether the provided string identifies a real zone * @param {string} zone - The string to check @@ -1349,10 +1394,13 @@ class IANAZone extends Zone { * @example IANAZone.isValidZone("Sport~~blorp") //=> false * @return {boolean} */ + + static isValidZone(zone) { if (!zone) { return false; } + try { new Intl.DateTimeFormat("en-US", { timeZone: zone @@ -1362,62 +1410,73 @@ class IANAZone extends Zone { return false; } } + constructor(name) { super(); /** @private **/ + this.zoneName = name; /** @private **/ + this.valid = IANAZone.isValidZone(name); } - /** @override **/ + + get type() { return "iana"; } - /** @override **/ + + get name() { return this.zoneName; } - /** @override **/ + + get isUniversal() { return false; } - /** @override **/ + + offsetName(ts, _ref) { - var format = _ref.format, - locale = _ref.locale; + let format = _ref.format, + locale = _ref.locale; return parseZoneInfo(ts, format, locale, this.name); } - /** @override **/ + + formatOffset(ts, format) { return formatOffset(this.offset(ts), format); } - /** @override **/ + + offset(ts) { - var date = new Date(ts); + const date = new Date(ts); if (isNaN(date)) return NaN; - var dtf = makeDTF(this.name); - var _ref2 = dtf.formatToParts ? partsOffset(dtf, date) : hackyOffset(dtf, date), - _ref3 = _slicedToArray(_ref2, 7), - year = _ref3[0], - month = _ref3[1], - day = _ref3[2], - adOrBc = _ref3[3], - hour = _ref3[4], - minute = _ref3[5], - second = _ref3[6]; + const dtf = makeDTF(this.name); + + let _ref2 = dtf.formatToParts ? partsOffset(dtf, date) : hackyOffset(dtf, date), + _ref3 = _slicedToArray(_ref2, 7), + year = _ref3[0], + month = _ref3[1], + day = _ref3[2], + adOrBc = _ref3[3], + hour = _ref3[4], + minute = _ref3[5], + second = _ref3[6]; + if (adOrBc === "BC") { year = -Math.abs(year) + 1; - } + } // because we're using hour12 and https://bugs.chromium.org/p/chromium/issues/detail?id=1025564&can=2&q=%2224%3A00%22%20datetimeformat - // because we're using hour12 and https://bugs.chromium.org/p/chromium/issues/detail?id=1025564&can=2&q=%2224%3A00%22%20datetimeformat - var adjustedHour = hour === 24 ? 0 : hour; - var asUTC = objToLocalTS({ + + const adjustedHour = hour === 24 ? 0 : hour; + const asUTC = objToLocalTS({ year, month, day, @@ -1426,93 +1485,124 @@ class IANAZone extends Zone { second, millisecond: 0 }); - var asTS = +date; - var over = asTS % 1000; + let asTS = +date; + const over = asTS % 1000; asTS -= over >= 0 ? over : 1000 + over; return (asUTC - asTS) / (60 * 1000); } - /** @override **/ + + equals(otherZone) { return otherZone.type === "iana" && otherZone.name === this.name; } - /** @override **/ + + get isValid() { return this.valid; } + } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/impl/locale.js -var _excluded = ["base"], - _excluded2 = ["padTo", "floor"]; -function locale_slicedToArray(r, e) { return locale_arrayWithHoles(r) || locale_iterableToArrayLimit(r, e) || locale_unsupportedIterableToArray(r, e) || locale_nonIterableRest(); } +;// CONCATENATED MODULE: ./node_modules/luxon/src/impl/locale.js +const _excluded = ["base"], + _excluded2 = ["padTo", "floor"]; + +function locale_slicedToArray(arr, i) { return locale_arrayWithHoles(arr) || locale_iterableToArrayLimit(arr, i) || locale_unsupportedIterableToArray(arr, i) || locale_nonIterableRest(); } + function locale_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } -function locale_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return locale_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? locale_arrayLikeToArray(r, a) : void 0; } } -function locale_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; } -function locale_iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } } -function locale_arrayWithHoles(r) { if (Array.isArray(r)) return r; } -function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } -function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } -function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; } -function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; } -function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } -function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; } -function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; } +function locale_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return locale_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return locale_arrayLikeToArray(o, minLen); } + +function locale_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } + +function locale_iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } +function locale_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } +function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } +function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } +function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } -// todo - remap caching +function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } + +function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; } + + + + + + // todo - remap caching + +let intlLFCache = {}; -var intlLFCache = {}; function getCachedLF(locString) { - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var key = JSON.stringify([locString, opts]); - var dtf = intlLFCache[key]; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + const key = JSON.stringify([locString, opts]); + let dtf = intlLFCache[key]; + if (!dtf) { dtf = new Intl.ListFormat(locString, opts); intlLFCache[key] = dtf; } + return dtf; } -var intlDTCache = {}; + +let intlDTCache = {}; + function getCachedDTF(locString) { - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var key = JSON.stringify([locString, opts]); - var dtf = intlDTCache[key]; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + const key = JSON.stringify([locString, opts]); + let dtf = intlDTCache[key]; + if (!dtf) { dtf = new Intl.DateTimeFormat(locString, opts); intlDTCache[key] = dtf; } + return dtf; } -var intlNumCache = {}; + +let intlNumCache = {}; + function getCachedINF(locString) { - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var key = JSON.stringify([locString, opts]); - var inf = intlNumCache[key]; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + const key = JSON.stringify([locString, opts]); + let inf = intlNumCache[key]; + if (!inf) { inf = new Intl.NumberFormat(locString, opts); intlNumCache[key] = inf; } + return inf; } -var intlRelCache = {}; + +let intlRelCache = {}; + function getCachedRTF(locString) { - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var base = opts.base, - cacheKeyOpts = _objectWithoutProperties(opts, _excluded); // exclude `base` from the options - var key = JSON.stringify([locString, cacheKeyOpts]); - var inf = intlRelCache[key]; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + + const base = opts.base, + cacheKeyOpts = _objectWithoutProperties(opts, _excluded); // exclude `base` from the options + + + const key = JSON.stringify([locString, cacheKeyOpts]); + let inf = intlRelCache[key]; + if (!inf) { inf = new Intl.RelativeTimeFormat(locString, opts); intlRelCache[key] = inf; } + return inf; } -var sysLocaleCache = null; + +let sysLocaleCache = null; + function systemLocale() { if (sysLocaleCache) { return sysLocaleCache; @@ -1521,65 +1611,79 @@ function systemLocale() { return sysLocaleCache; } } + function parseLocaleString(localeStr) { // I really want to avoid writing a BCP 47 parser // see, e.g. https://github.com/wooorm/bcp-47 // Instead, we'll do this: - // a) if the string has no -u extensions, just leave it alone // b) if it does, use Intl to resolve everything // c) if Intl fails, try again without the -u + const uIndex = localeStr.indexOf("-u-"); - var uIndex = localeStr.indexOf("-u-"); if (uIndex === -1) { return [localeStr]; } else { - var options; - var smaller = localeStr.substring(0, uIndex); + let options; + const smaller = localeStr.substring(0, uIndex); + try { options = getCachedDTF(localeStr).resolvedOptions(); } catch (e) { options = getCachedDTF(smaller).resolvedOptions(); } - var _options = options, - numberingSystem = _options.numberingSystem, - calendar = _options.calendar; - // return the smaller one so that we can append the calendar and numbering overrides to it + + const _options = options, + numberingSystem = _options.numberingSystem, + calendar = _options.calendar; // return the smaller one so that we can append the calendar and numbering overrides to it + return [smaller, numberingSystem, calendar]; } } + function intlConfigString(localeStr, numberingSystem, outputCalendar) { if (outputCalendar || numberingSystem) { localeStr += "-u"; + if (outputCalendar) { localeStr += `-ca-${outputCalendar}`; } + if (numberingSystem) { localeStr += `-nu-${numberingSystem}`; } + return localeStr; } else { return localeStr; } } + function mapMonths(f) { - var ms = []; - for (var i = 1; i <= 12; i++) { - var dt = DateTime.utc(2016, i, 1); + const ms = []; + + for (let i = 1; i <= 12; i++) { + const dt = DateTime.utc(2016, i, 1); ms.push(f(dt)); } + return ms; } + function mapWeekdays(f) { - var ms = []; - for (var i = 1; i <= 7; i++) { - var dt = DateTime.utc(2016, 11, 13 + i); + const ms = []; + + for (let i = 1; i <= 7; i++) { + const dt = DateTime.utc(2016, 11, 13 + i); ms.push(f(dt)); } + return ms; } + function listStuff(loc, length, defaultOK, englishFn, intlFn) { - var mode = loc.listingMode(defaultOK); + const mode = loc.listingMode(defaultOK); + if (mode === "error") { return null; } else if (mode === "en") { @@ -1588,6 +1692,7 @@ function listStuff(loc, length, defaultOK, englishFn, intlFn) { return intlFn(length); } } + function supportsFastNumbers(loc) { if (loc.numberingSystem && loc.numberingSystem !== "latn") { return false; @@ -1595,46 +1700,52 @@ function supportsFastNumbers(loc) { return loc.numberingSystem === "latn" || !loc.locale || loc.locale.startsWith("en") || new Intl.DateTimeFormat(loc.intl).resolvedOptions().numberingSystem === "latn"; } } - /** * @private */ + class PolyNumberFormatter { constructor(intl, forceSimple, opts) { this.padTo = opts.padTo || 0; this.floor = opts.floor || false; - var padTo = opts.padTo, - floor = opts.floor, - otherOpts = _objectWithoutProperties(opts, _excluded2); + + const padTo = opts.padTo, + floor = opts.floor, + otherOpts = _objectWithoutProperties(opts, _excluded2); + if (!forceSimple || Object.keys(otherOpts).length > 0) { - var intlOpts = _objectSpread({ + const intlOpts = _objectSpread({ useGrouping: false }, opts); + if (opts.padTo > 0) intlOpts.minimumIntegerDigits = opts.padTo; this.inf = getCachedINF(intl, intlOpts); } } + format(i) { if (this.inf) { - var fixed = this.floor ? Math.floor(i) : i; + const fixed = this.floor ? Math.floor(i) : i; return this.inf.format(fixed); } else { // to match the browser's numberformatter defaults - var _fixed = this.floor ? Math.floor(i) : roundTo(i, 3); - return padStart(_fixed, this.padTo); + const fixed = this.floor ? Math.floor(i) : roundTo(i, 3); + return padStart(fixed, this.padTo); } } -} +} /** * @private */ + class PolyDateFormatter { constructor(dt, intl, opts) { this.opts = opts; - var z = undefined; + let z = undefined; + if (dt.zone.isUniversal) { // UTC-8 or Etc/UTC-8 are not part of tzdata, only Etc/GMT+8 and the like. // That is why fixed-offset TZ is set to that unless it is: @@ -1642,8 +1753,9 @@ class PolyDateFormatter { // 2. Unsupported by the browser: // - some do not support Etc/ // - < Etc/GMT-14, > Etc/GMT+12, and 30-minute or 45-minute offsets are not part of tzdata - var gmtOffset = -1 * (dt.offset / 60); - var offsetZ = gmtOffset >= 0 ? `Etc/GMT+${gmtOffset}` : `Etc/GMT${gmtOffset}`; + const gmtOffset = -1 * (dt.offset / 60); + const offsetZ = gmtOffset >= 0 ? `Etc/GMT+${gmtOffset}` : `Etc/GMT${gmtOffset}`; + if (dt.offset !== 0 && IANAZone.create(offsetZ).valid) { z = offsetZ; this.dt = dt; @@ -1656,6 +1768,7 @@ class PolyDateFormatter { // the time and tell the formatter to show it to us in UTC, so that the time is right // and the bad zone doesn't show up. z = "UTC"; + if (opts.timeZoneName) { this.dt = dt; } else { @@ -1668,33 +1781,42 @@ class PolyDateFormatter { this.dt = dt; z = dt.zone.name; } - var intlOpts = _objectSpread({}, this.opts); + + const intlOpts = _objectSpread({}, this.opts); + intlOpts.timeZone = intlOpts.timeZone || z; this.dtf = getCachedDTF(intl, intlOpts); } + format() { return this.dtf.format(this.dt.toJSDate()); } + formatToParts() { return this.dtf.formatToParts(this.dt.toJSDate()); } + resolvedOptions() { return this.dtf.resolvedOptions(); } -} +} /** * @private */ + + class PolyRelFormatter { constructor(intl, isEnglish, opts) { this.opts = _objectSpread({ style: "long" }, opts); + if (!isEnglish && hasRelative()) { this.rtf = getCachedRTF(intl, opts); } } + format(count, unit) { if (this.rtf) { return this.rtf.format(count, unit); @@ -1702,6 +1824,7 @@ class PolyRelFormatter { return formatRelativeTime(unit, count, this.opts.numeric, this.opts.style !== "long"); } } + formatToParts(count, unit) { if (this.rtf) { return this.rtf.formatToParts(count, unit); @@ -1709,44 +1832,51 @@ class PolyRelFormatter { return []; } } -} +} /** * @private */ + class Locale { static fromOpts(opts) { return Locale.create(opts.locale, opts.numberingSystem, opts.outputCalendar, opts.defaultToEN); } + static create(locale, numberingSystem, outputCalendar) { - var defaultToEN = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false; - var specifiedLocale = locale || Settings.defaultLocale; - // the system locale is useful for human readable strings but annoying for parsing/formatting known formats - var localeR = specifiedLocale || (defaultToEN ? "en-US" : systemLocale()); - var numberingSystemR = numberingSystem || Settings.defaultNumberingSystem; - var outputCalendarR = outputCalendar || Settings.defaultOutputCalendar; + let defaultToEN = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false; + const specifiedLocale = locale || Settings.defaultLocale; // the system locale is useful for human readable strings but annoying for parsing/formatting known formats + + const localeR = specifiedLocale || (defaultToEN ? "en-US" : systemLocale()); + const numberingSystemR = numberingSystem || Settings.defaultNumberingSystem; + const outputCalendarR = outputCalendar || Settings.defaultOutputCalendar; return new Locale(localeR, numberingSystemR, outputCalendarR, specifiedLocale); } + static resetCache() { sysLocaleCache = null; intlDTCache = {}; intlNumCache = {}; intlRelCache = {}; } + static fromObject() { - var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, - locale = _ref.locale, - numberingSystem = _ref.numberingSystem, - outputCalendar = _ref.outputCalendar; + let _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, + locale = _ref.locale, + numberingSystem = _ref.numberingSystem, + outputCalendar = _ref.outputCalendar; + return Locale.create(locale, numberingSystem, outputCalendar); } + constructor(locale, numbering, outputCalendar, specifiedLocale) { - var _parseLocaleString = parseLocaleString(locale), - _parseLocaleString2 = locale_slicedToArray(_parseLocaleString, 3), - parsedLocale = _parseLocaleString2[0], - parsedNumberingSystem = _parseLocaleString2[1], - parsedOutputCalendar = _parseLocaleString2[2]; + const _parseLocaleString = parseLocaleString(locale), + _parseLocaleString2 = locale_slicedToArray(_parseLocaleString, 3), + parsedLocale = _parseLocaleString2[0], + parsedNumberingSystem = _parseLocaleString2[1], + parsedOutputCalendar = _parseLocaleString2[2]; + this.locale = parsedLocale; this.numberingSystem = numbering || parsedNumberingSystem || null; this.outputCalendar = outputCalendar || parsedOutputCalendar || null; @@ -1764,17 +1894,21 @@ class Locale { this.specifiedLocale = specifiedLocale; this.fastNumbersCached = null; } + get fastNumbers() { if (this.fastNumbersCached == null) { this.fastNumbersCached = supportsFastNumbers(this); } + return this.fastNumbersCached; } + listingMode() { - var isActuallyEn = this.isEnglish(); - var hasNoWeirdness = (this.numberingSystem === null || this.numberingSystem === "latn") && (this.outputCalendar === null || this.outputCalendar === "gregory"); + const isActuallyEn = this.isEnglish(); + const hasNoWeirdness = (this.numberingSystem === null || this.numberingSystem === "latn") && (this.outputCalendar === null || this.outputCalendar === "gregory"); return isActuallyEn && hasNoWeirdness ? "en" : "intl"; } + clone(alts) { if (!alts || Object.getOwnPropertyNames(alts).length === 0) { return this; @@ -1782,124 +1916,143 @@ class Locale { return Locale.create(alts.locale || this.specifiedLocale, alts.numberingSystem || this.numberingSystem, alts.outputCalendar || this.outputCalendar, alts.defaultToEN || false); } } + redefaultToEN() { - var alts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + let alts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; return this.clone(_objectSpread(_objectSpread({}, alts), {}, { defaultToEN: true })); } + redefaultToSystem() { - var alts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + let alts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; return this.clone(_objectSpread(_objectSpread({}, alts), {}, { defaultToEN: false })); } + months(length) { - var format = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; - var defaultOK = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true; + let format = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + let defaultOK = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true; return listStuff(this, length, defaultOK, months, () => { - var intl = format ? { - month: length, - day: "numeric" - } : { - month: length - }, - formatStr = format ? "format" : "standalone"; + const intl = format ? { + month: length, + day: "numeric" + } : { + month: length + }, + formatStr = format ? "format" : "standalone"; + if (!this.monthsCache[formatStr][length]) { this.monthsCache[formatStr][length] = mapMonths(dt => this.extract(dt, intl, "month")); } + return this.monthsCache[formatStr][length]; }); } + weekdays(length) { - var format = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; - var defaultOK = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true; + let format = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + let defaultOK = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true; return listStuff(this, length, defaultOK, weekdays, () => { - var intl = format ? { - weekday: length, - year: "numeric", - month: "long", - day: "numeric" - } : { - weekday: length - }, - formatStr = format ? "format" : "standalone"; + const intl = format ? { + weekday: length, + year: "numeric", + month: "long", + day: "numeric" + } : { + weekday: length + }, + formatStr = format ? "format" : "standalone"; + if (!this.weekdaysCache[formatStr][length]) { this.weekdaysCache[formatStr][length] = mapWeekdays(dt => this.extract(dt, intl, "weekday")); } + return this.weekdaysCache[formatStr][length]; }); } + meridiems() { - var defaultOK = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true; + let defaultOK = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true; return listStuff(this, undefined, defaultOK, () => meridiems, () => { // In theory there could be aribitrary day periods. We're gonna assume there are exactly two // for AM and PM. This is probably wrong, but it's makes parsing way easier. if (!this.meridiemCache) { - var intl = { + const intl = { hour: "numeric", hourCycle: "h12" }; this.meridiemCache = [DateTime.utc(2016, 11, 13, 9), DateTime.utc(2016, 11, 13, 19)].map(dt => this.extract(dt, intl, "dayperiod")); } + return this.meridiemCache; }); } + eras(length) { - var defaultOK = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true; + let defaultOK = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true; return listStuff(this, length, defaultOK, eras, () => { - var intl = { + const intl = { era: length - }; - - // This is problematic. Different calendars are going to define eras totally differently. What I need is the minimum set of dates + }; // This is problematic. Different calendars are going to define eras totally differently. What I need is the minimum set of dates // to definitely enumerate them. + if (!this.eraCache[length]) { this.eraCache[length] = [DateTime.utc(-40, 1, 1), DateTime.utc(2017, 1, 1)].map(dt => this.extract(dt, intl, "era")); } + return this.eraCache[length]; }); } + extract(dt, intlOpts, field) { - var df = this.dtFormatter(dt, intlOpts), - results = df.formatToParts(), - matching = results.find(m => m.type.toLowerCase() === field); + const df = this.dtFormatter(dt, intlOpts), + results = df.formatToParts(), + matching = results.find(m => m.type.toLowerCase() === field); return matching ? matching.value : null; } + numberFormatter() { - var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + let opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; // this forcesimple option is never used (the only caller short-circuits on it, but it seems safer to leave) // (in contrast, the rest of the condition is used heavily) return new PolyNumberFormatter(this.intl, opts.forceSimple || this.fastNumbers, opts); } + dtFormatter(dt) { - var intlOpts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + let intlOpts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; return new PolyDateFormatter(dt, this.intl, intlOpts); } + relFormatter() { - var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + let opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; return new PolyRelFormatter(this.intl, this.isEnglish(), opts); } + listFormatter() { - var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + let opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; return getCachedLF(this.intl, opts); } + isEnglish() { return this.locale === "en" || this.locale.toLowerCase() === "en-us" || new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us"); } + equals(other) { return this.locale === other.locale && this.numberingSystem === other.numberingSystem && this.outputCalendar === other.outputCalendar; } -} -;// CONCATENATED MODULE: ../../node_modules/luxon/src/zones/fixedOffsetZone.js +} +;// CONCATENATED MODULE: ./node_modules/luxon/src/zones/fixedOffsetZone.js -var fixedOffsetZone_singleton = null; +let fixedOffsetZone_singleton = null; /** * A zone with a fixed offset (meaning no DST) * @implements {Zone} */ + class FixedOffsetZone extends Zone { /** * Get a singleton instance of UTC @@ -1909,18 +2062,19 @@ class FixedOffsetZone extends Zone { if (fixedOffsetZone_singleton === null) { fixedOffsetZone_singleton = new FixedOffsetZone(0); } + return fixedOffsetZone_singleton; } - /** * Get an instance with a specified offset * @param {number} offset - The offset in minutes * @return {FixedOffsetZone} */ + + static instance(offset) { return offset === 0 ? FixedOffsetZone.utcInstance : new FixedOffsetZone(offset); } - /** * Get an instance of FixedOffsetZone from a UTC offset string, like "UTC+6" * @param {string} s - The offset string to parse @@ -1929,30 +2083,39 @@ class FixedOffsetZone extends Zone { * @example FixedOffsetZone.parseSpecifier("UTC-6:00") * @return {FixedOffsetZone} */ + + static parseSpecifier(s) { if (s) { - var r = s.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i); + const r = s.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i); + if (r) { return new FixedOffsetZone(signedOffset(r[1], r[2])); } } + return null; } + constructor(offset) { super(); /** @private **/ + this.fixed = offset; } - /** @override **/ + + get type() { return "fixed"; } - /** @override **/ + + get name() { return this.fixed === 0 ? "UTC" : `UTC${formatOffset(this.fixed, "narrow")}`; } + get ianaName() { if (this.fixed === 0) { return "Etc/UTC"; @@ -1960,92 +2123,109 @@ class FixedOffsetZone extends Zone { return `Etc/GMT${formatOffset(-this.fixed, "narrow")}`; } } - /** @override **/ + + offsetName() { return this.name; } - /** @override **/ + + formatOffset(ts, format) { return formatOffset(this.fixed, format); } - /** @override **/ + + get isUniversal() { return true; } - /** @override **/ + + offset() { return this.fixed; } - /** @override **/ + + equals(otherZone) { return otherZone.type === "fixed" && otherZone.fixed === this.fixed; } - /** @override **/ + + get isValid() { return true; } -} -;// CONCATENATED MODULE: ../../node_modules/luxon/src/zones/invalidZone.js +} +;// CONCATENATED MODULE: ./node_modules/luxon/src/zones/invalidZone.js /** * A zone that failed to parse. You should never need to instantiate this. * @implements {Zone} */ + class InvalidZone extends Zone { constructor(zoneName) { super(); /** @private */ + this.zoneName = zoneName; } - /** @override **/ + + get type() { return "invalid"; } - /** @override **/ + + get name() { return this.zoneName; } - /** @override **/ + + get isUniversal() { return false; } - /** @override **/ + + offsetName() { return null; } - /** @override **/ + + formatOffset() { return ""; } - /** @override **/ + + offset() { return NaN; } - /** @override **/ + + equals() { return false; } - /** @override **/ + + get isValid() { return false; } + } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/impl/zoneUtil.js +;// CONCATENATED MODULE: ./node_modules/luxon/src/impl/zoneUtil.js /** * @private */ @@ -2055,15 +2235,15 @@ class InvalidZone extends Zone { - function normalizeZone(input, defaultZone) { - var offset; + let offset; + if (isUndefined(input) || input === null) { return defaultZone; } else if (input instanceof Zone) { return input; } else if (isString(input)) { - var lowered = input.toLowerCase(); + const lowered = input.toLowerCase(); if (lowered === "default") return defaultZone;else if (lowered === "local" || lowered === "system") return SystemZone.instance;else if (lowered === "utc" || lowered === "gmt") return FixedOffsetZone.utcInstance;else return FixedOffsetZone.parseSpecifier(lowered) || IANAZone.create(input); } else if (isNumber(input)) { return FixedOffsetZone.instance(input); @@ -2075,22 +2255,24 @@ function normalizeZone(input, defaultZone) { return new InvalidZone(input); } } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/settings.js +;// CONCATENATED MODULE: ./node_modules/luxon/src/settings.js -var now = () => Date.now(), - defaultZone = "system", - defaultLocale = null, - defaultNumberingSystem = null, - defaultOutputCalendar = null, - twoDigitCutoffYear = 60, - throwOnInvalid; +let now = () => Date.now(), + defaultZone = "system", + defaultLocale = null, + defaultNumberingSystem = null, + defaultOutputCalendar = null, + twoDigitCutoffYear = 60, + throwOnInvalid; /** * Settings contains static getters and setters that control Luxon's overall behavior. Luxon is a simple library with few options, but the ones it does have live here. */ + + class Settings { /** * Get the callback for returning the current timestamp. @@ -2099,7 +2281,6 @@ class Settings { static get now() { return now; } - /** * Set the callback for returning the current timestamp. * The function should return a number, which will be interpreted as an Epoch millisecond count @@ -2107,84 +2288,94 @@ class Settings { * @example Settings.now = () => Date.now() + 3000 // pretend it is 3 seconds in the future * @example Settings.now = () => 0 // always pretend it's Jan 1, 1970 at midnight in UTC time */ + + static set now(n) { now = n; } - /** * Set the default time zone to create DateTimes in. Does not affect existing instances. * Use the value "system" to reset this value to the system's time zone. * @type {string} */ + + static set defaultZone(zone) { defaultZone = zone; } - /** * Get the default time zone object currently used to create DateTimes. Does not affect existing instances. * The default value is the system's time zone (the one set on the machine that runs this code). * @type {Zone} */ + + static get defaultZone() { return normalizeZone(defaultZone, SystemZone.instance); } - /** * Get the default locale to create DateTimes with. Does not affect existing instances. * @type {string} */ + + static get defaultLocale() { return defaultLocale; } - /** * Set the default locale to create DateTimes with. Does not affect existing instances. * @type {string} */ + + static set defaultLocale(locale) { defaultLocale = locale; } - /** * Get the default numbering system to create DateTimes with. Does not affect existing instances. * @type {string} */ + + static get defaultNumberingSystem() { return defaultNumberingSystem; } - /** * Set the default numbering system to create DateTimes with. Does not affect existing instances. * @type {string} */ + + static set defaultNumberingSystem(numberingSystem) { defaultNumberingSystem = numberingSystem; } - /** * Get the default output calendar to create DateTimes with. Does not affect existing instances. * @type {string} */ + + static get defaultOutputCalendar() { return defaultOutputCalendar; } - /** * Set the default output calendar to create DateTimes with. Does not affect existing instances. * @type {string} */ + + static set defaultOutputCalendar(outputCalendar) { defaultOutputCalendar = outputCalendar; } - /** * Get the cutoff year after which a string encoding a year as two digits is interpreted to occur in the current century. * @type {number} */ + + static get twoDigitCutoffYear() { return twoDigitCutoffYear; } - /** * Set the cutoff year after which a string encoding a year as two digits is interpreted to occur in the current century. * @type {number} @@ -2193,41 +2384,48 @@ class Settings { * @example Settings.twoDigitCutoffYear = 1950 // interpretted as 50 * @example Settings.twoDigitCutoffYear = 2050 // ALSO interpretted as 50 */ + + static set twoDigitCutoffYear(cutoffYear) { twoDigitCutoffYear = cutoffYear % 100; } - /** * Get whether Luxon will throw when it encounters invalid DateTimes, Durations, or Intervals * @type {boolean} */ + + static get throwOnInvalid() { return throwOnInvalid; } - /** * Set whether Luxon will throw when it encounters invalid DateTimes, Durations, or Intervals * @type {boolean} */ + + static set throwOnInvalid(t) { throwOnInvalid = t; } - /** * Reset Luxon's global caches. Should only be necessary in testing scenarios. * @return {void} */ + + static resetCaches() { Locale.resetCache(); IANAZone.resetCache(); } + } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/impl/util.js -function util_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } -function util_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? util_ownKeys(Object(t), !0).forEach(function (r) { util_defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : util_ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } -function util_defineProperty(e, r, t) { return (r = util_toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; } -function util_toPropertyKey(t) { var i = util_toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; } -function util_toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } +;// CONCATENATED MODULE: ./node_modules/luxon/src/impl/util.js +function util_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } + +function util_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? util_ownKeys(Object(source), !0).forEach(function (key) { util_defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : util_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } + +function util_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + /* This is just a junk drawer, containing anything used across multiple classes. Because Luxon is small(ish), this should stay small and we won't worry about splitting @@ -2235,12 +2433,9 @@ function util_toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var */ - - /** * @private */ - // TYPES function isUndefined(o) { @@ -2257,9 +2452,7 @@ function isString(o) { } function isDate(o) { return Object.prototype.toString.call(o) === "[object Date]"; -} - -// CAPABILITIES +} // CAPABILITIES function hasRelative() { try { @@ -2267,9 +2460,7 @@ function hasRelative() { } catch (e) { return false; } -} - -// OBJECTS AND ARRAYS +} // OBJECTS AND ARRAYS function maybeArray(thing) { return Array.isArray(thing) ? thing : [thing]; @@ -2278,8 +2469,10 @@ function bestBy(arr, by, compare) { if (arr.length === 0) { return undefined; } + return arr.reduce((best, next) => { - var pair = [by(next), next]; + const pair = [by(next), next]; + if (!best) { return pair; } else if (compare(best[0], pair[0]) === best[0]) { @@ -2297,27 +2490,26 @@ function util_pick(obj, keys) { } function util_hasOwnProperty(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); -} - -// NUMBERS AND STRINGS +} // NUMBERS AND STRINGS function integerBetween(thing, bottom, top) { return isInteger(thing) && thing >= bottom && thing <= top; -} +} // x % n but takes the sign of n instead of x -// x % n but takes the sign of n instead of x function floorMod(x, n) { return x - n * Math.floor(x / n); } function padStart(input) { - var n = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 2; - var isNeg = input < 0; - var padded; + let n = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 2; + const isNeg = input < 0; + let padded; + if (isNeg) { padded = "-" + ("" + -input).padStart(n, "0"); } else { padded = ("" + input).padStart(n, "0"); } + return padded; } function parseInteger(string) { @@ -2339,18 +2531,16 @@ function parseMillis(fraction) { if (isUndefined(fraction) || fraction === null || fraction === "") { return undefined; } else { - var f = parseFloat("0." + fraction) * 1000; + const f = parseFloat("0." + fraction) * 1000; return Math.floor(f); } } function roundTo(number, digits) { - var towardZero = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; - var factor = 10 ** digits, - rounder = towardZero ? Math.trunc : Math.round; + let towardZero = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; + const factor = 10 ** digits, + rounder = towardZero ? Math.trunc : Math.round; return rounder(number * factor) / factor; -} - -// DATE BASICS +} // DATE BASICS function isLeapYear(year) { return year % 4 === 0 && (year % 100 !== 0 || year % 400 === 0); @@ -2359,103 +2549,107 @@ function daysInYear(year) { return isLeapYear(year) ? 366 : 365; } function daysInMonth(year, month) { - var modMonth = floorMod(month - 1, 12) + 1, - modYear = year + (month - modMonth) / 12; + const modMonth = floorMod(month - 1, 12) + 1, + modYear = year + (month - modMonth) / 12; + if (modMonth === 2) { return isLeapYear(modYear) ? 29 : 28; } else { return [31, null, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31][modMonth - 1]; } -} +} // covert a calendar object to a local timestamp (epoch, but with the offset baked in) -// covert a calendar object to a local timestamp (epoch, but with the offset baked in) function objToLocalTS(obj) { - var d = Date.UTC(obj.year, obj.month - 1, obj.day, obj.hour, obj.minute, obj.second, obj.millisecond); + let d = Date.UTC(obj.year, obj.month - 1, obj.day, obj.hour, obj.minute, obj.second, obj.millisecond); // for legacy reasons, years between 0 and 99 are interpreted as 19XX; revert that - // for legacy reasons, years between 0 and 99 are interpreted as 19XX; revert that if (obj.year < 100 && obj.year >= 0) { d = new Date(d); d.setUTCFullYear(d.getUTCFullYear() - 1900); } + return +d; } function weeksInWeekYear(weekYear) { - var p1 = (weekYear + Math.floor(weekYear / 4) - Math.floor(weekYear / 100) + Math.floor(weekYear / 400)) % 7, - last = weekYear - 1, - p2 = (last + Math.floor(last / 4) - Math.floor(last / 100) + Math.floor(last / 400)) % 7; + const p1 = (weekYear + Math.floor(weekYear / 4) - Math.floor(weekYear / 100) + Math.floor(weekYear / 400)) % 7, + last = weekYear - 1, + p2 = (last + Math.floor(last / 4) - Math.floor(last / 100) + Math.floor(last / 400)) % 7; return p1 === 4 || p2 === 3 ? 53 : 52; } function untruncateYear(year) { if (year > 99) { return year; } else return year > Settings.twoDigitCutoffYear ? 1900 + year : 2000 + year; -} - -// PARSING +} // PARSING function parseZoneInfo(ts, offsetFormat, locale) { - var timeZone = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null; - var date = new Date(ts), - intlOpts = { - hourCycle: "h23", - year: "numeric", - month: "2-digit", - day: "2-digit", - hour: "2-digit", - minute: "2-digit" - }; + let timeZone = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null; + const date = new Date(ts), + intlOpts = { + hourCycle: "h23", + year: "numeric", + month: "2-digit", + day: "2-digit", + hour: "2-digit", + minute: "2-digit" + }; + if (timeZone) { intlOpts.timeZone = timeZone; } - var modified = util_objectSpread({ + + const modified = util_objectSpread({ timeZoneName: offsetFormat }, intlOpts); - var parsed = new Intl.DateTimeFormat(locale, modified).formatToParts(date).find(m => m.type.toLowerCase() === "timezonename"); + + const parsed = new Intl.DateTimeFormat(locale, modified).formatToParts(date).find(m => m.type.toLowerCase() === "timezonename"); return parsed ? parsed.value : null; -} +} // signedOffset('-5', '30') -> -330 -// signedOffset('-5', '30') -> -330 function signedOffset(offHourStr, offMinuteStr) { - var offHour = parseInt(offHourStr, 10); + let offHour = parseInt(offHourStr, 10); // don't || this because we want to preserve -0 - // don't || this because we want to preserve -0 if (Number.isNaN(offHour)) { offHour = 0; } - var offMin = parseInt(offMinuteStr, 10) || 0, - offMinSigned = offHour < 0 || Object.is(offHour, -0) ? -offMin : offMin; - return offHour * 60 + offMinSigned; -} -// COERCION + const offMin = parseInt(offMinuteStr, 10) || 0, + offMinSigned = offHour < 0 || Object.is(offHour, -0) ? -offMin : offMin; + return offHour * 60 + offMinSigned; +} // COERCION function asNumber(value) { - var numericValue = Number(value); + const numericValue = Number(value); if (typeof value === "boolean" || value === "" || Number.isNaN(numericValue)) throw new InvalidArgumentError(`Invalid unit value ${value}`); return numericValue; } function normalizeObject(obj, normalizer) { - var normalized = {}; - for (var u in obj) { + const normalized = {}; + + for (const u in obj) { if (util_hasOwnProperty(obj, u)) { - var v = obj[u]; + const v = obj[u]; if (v === undefined || v === null) continue; normalized[normalizer(u)] = asNumber(v); } } + return normalized; } function formatOffset(offset, format) { - var hours = Math.trunc(Math.abs(offset / 60)), - minutes = Math.trunc(Math.abs(offset % 60)), - sign = offset >= 0 ? "+" : "-"; + const hours = Math.trunc(Math.abs(offset / 60)), + minutes = Math.trunc(Math.abs(offset % 60)), + sign = offset >= 0 ? "+" : "-"; + switch (format) { case "short": return `${sign}${padStart(hours, 2)}:${padStart(minutes, 2)}`; + case "narrow": return `${sign}${hours}${minutes > 0 ? `:${minutes}` : ""}`; + case "techie": return `${sign}${padStart(hours, 2)}${padStart(minutes, 2)}`; + default: throw new RangeError(`Value format ${format} is out of range for property format`); } @@ -2463,65 +2657,78 @@ function formatOffset(offset, format) { function timeObject(obj) { return util_pick(obj, ["hour", "minute", "second", "millisecond"]); } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/impl/english.js +;// CONCATENATED MODULE: ./node_modules/luxon/src/impl/english.js + function stringify(obj) { return JSON.stringify(obj, Object.keys(obj).sort()); } - /** * @private */ -var monthsLong = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]; -var monthsShort = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; -var monthsNarrow = ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"]; + +const monthsLong = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]; +const monthsShort = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; +const monthsNarrow = ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"]; function months(length) { switch (length) { case "narrow": return [...monthsNarrow]; + case "short": return [...monthsShort]; + case "long": return [...monthsLong]; + case "numeric": return ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]; + case "2-digit": return ["01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"]; + default: return null; } } -var weekdaysLong = ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]; -var weekdaysShort = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]; -var weekdaysNarrow = ["M", "T", "W", "T", "F", "S", "S"]; +const weekdaysLong = ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]; +const weekdaysShort = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]; +const weekdaysNarrow = ["M", "T", "W", "T", "F", "S", "S"]; function weekdays(length) { switch (length) { case "narrow": return [...weekdaysNarrow]; + case "short": return [...weekdaysShort]; + case "long": return [...weekdaysLong]; + case "numeric": return ["1", "2", "3", "4", "5", "6", "7"]; + default: return null; } } -var meridiems = ["AM", "PM"]; -var erasLong = ["Before Christ", "Anno Domini"]; -var erasShort = ["BC", "AD"]; -var erasNarrow = ["B", "A"]; +const meridiems = ["AM", "PM"]; +const erasLong = ["Before Christ", "Anno Domini"]; +const erasShort = ["BC", "AD"]; +const erasNarrow = ["B", "A"]; function eras(length) { switch (length) { case "narrow": return [...erasNarrow]; + case "short": return [...erasShort]; + case "long": return [...erasLong]; + default: return null; } @@ -2539,9 +2746,9 @@ function eraForDateTime(dt, length) { return eras(length)[dt.year < 0 ? 0 : 1]; } function formatRelativeTime(unit, count) { - var numeric = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "always"; - var narrow = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false; - var units = { + let numeric = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : "always"; + let narrow = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false; + const units = { years: ["year", "yr."], quarters: ["quarter", "qtr."], months: ["month", "mo."], @@ -2551,100 +2758,138 @@ function formatRelativeTime(unit, count) { minutes: ["minute", "min."], seconds: ["second", "sec."] }; - var lastable = ["hours", "minutes", "seconds"].indexOf(unit) === -1; + const lastable = ["hours", "minutes", "seconds"].indexOf(unit) === -1; + if (numeric === "auto" && lastable) { - var isDay = unit === "days"; + const isDay = unit === "days"; + switch (count) { case 1: return isDay ? "tomorrow" : `next ${units[unit][0]}`; + case -1: return isDay ? "yesterday" : `last ${units[unit][0]}`; + case 0: return isDay ? "today" : `this ${units[unit][0]}`; + default: // fall through + } } - var isInPast = Object.is(count, -0) || count < 0, - fmtValue = Math.abs(count), - singular = fmtValue === 1, - lilUnits = units[unit], - fmtUnit = narrow ? singular ? lilUnits[1] : lilUnits[2] || lilUnits[1] : singular ? units[unit][0] : unit; + + const isInPast = Object.is(count, -0) || count < 0, + fmtValue = Math.abs(count), + singular = fmtValue === 1, + lilUnits = units[unit], + fmtUnit = narrow ? singular ? lilUnits[1] : lilUnits[2] || lilUnits[1] : singular ? units[unit][0] : unit; return isInPast ? `${fmtValue} ${fmtUnit} ago` : `in ${fmtValue} ${fmtUnit}`; } function formatString(knownFormat) { // these all have the offsets removed because we don't have access to them // without all the intl stuff this is backfilling - var filtered = pick(knownFormat, ["weekday", "era", "year", "month", "day", "hour", "minute", "second", "timeZoneName", "hourCycle"]), - key = stringify(filtered), - dateTimeHuge = "EEEE, LLLL d, yyyy, h:mm a"; + const filtered = pick(knownFormat, ["weekday", "era", "year", "month", "day", "hour", "minute", "second", "timeZoneName", "hourCycle"]), + key = stringify(filtered), + dateTimeHuge = "EEEE, LLLL d, yyyy, h:mm a"; + switch (key) { case stringify(Formats.DATE_SHORT): return "M/d/yyyy"; + case stringify(Formats.DATE_MED): return "LLL d, yyyy"; + case stringify(Formats.DATE_MED_WITH_WEEKDAY): return "EEE, LLL d, yyyy"; + case stringify(Formats.DATE_FULL): return "LLLL d, yyyy"; + case stringify(Formats.DATE_HUGE): return "EEEE, LLLL d, yyyy"; + case stringify(Formats.TIME_SIMPLE): return "h:mm a"; + case stringify(Formats.TIME_WITH_SECONDS): return "h:mm:ss a"; + case stringify(Formats.TIME_WITH_SHORT_OFFSET): return "h:mm a"; + case stringify(Formats.TIME_WITH_LONG_OFFSET): return "h:mm a"; + case stringify(Formats.TIME_24_SIMPLE): return "HH:mm"; + case stringify(Formats.TIME_24_WITH_SECONDS): return "HH:mm:ss"; + case stringify(Formats.TIME_24_WITH_SHORT_OFFSET): return "HH:mm"; + case stringify(Formats.TIME_24_WITH_LONG_OFFSET): return "HH:mm"; + case stringify(Formats.DATETIME_SHORT): return "M/d/yyyy, h:mm a"; + case stringify(Formats.DATETIME_MED): return "LLL d, yyyy, h:mm a"; + case stringify(Formats.DATETIME_FULL): return "LLLL d, yyyy, h:mm a"; + case stringify(Formats.DATETIME_HUGE): return dateTimeHuge; + case stringify(Formats.DATETIME_SHORT_WITH_SECONDS): return "M/d/yyyy, h:mm:ss a"; + case stringify(Formats.DATETIME_MED_WITH_SECONDS): return "LLL d, yyyy, h:mm:ss a"; + case stringify(Formats.DATETIME_MED_WITH_WEEKDAY): return "EEE, d LLL yyyy, h:mm a"; + case stringify(Formats.DATETIME_FULL_WITH_SECONDS): return "LLLL d, yyyy, h:mm:ss a"; + case stringify(Formats.DATETIME_HUGE_WITH_SECONDS): return "EEEE, LLLL d, yyyy, h:mm:ss a"; + default: return dateTimeHuge; } } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/impl/formatter.js -function formatter_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } -function formatter_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? formatter_ownKeys(Object(t), !0).forEach(function (r) { formatter_defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : formatter_ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } -function formatter_defineProperty(e, r, t) { return (r = formatter_toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; } -function formatter_toPropertyKey(t) { var i = formatter_toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; } -function formatter_toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } -function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = formatter_unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t.return || t.return(); } finally { if (u) throw o; } } }; } -function formatter_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return formatter_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? formatter_arrayLikeToArray(r, a) : void 0; } } -function formatter_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; } +;// CONCATENATED MODULE: ./node_modules/luxon/src/impl/formatter.js +function formatter_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } + +function formatter_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? formatter_ownKeys(Object(source), !0).forEach(function (key) { formatter_defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : formatter_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } + +function formatter_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = formatter_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; } + +function formatter_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return formatter_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return formatter_arrayLikeToArray(o, minLen); } + +function formatter_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } + + function stringifyTokens(splits, tokenToString) { - var s = ""; + let s = ""; + var _iterator = _createForOfIteratorHelper(splits), - _step; - try { + _step; + + try { for (_iterator.s(); !(_step = _iterator.n()).done;) { - var token = _step.value; + const token = _step.value; + if (token.literal) { s += token.val; } else { @@ -2656,9 +2901,11 @@ function stringifyTokens(splits, tokenToString) { } finally { _iterator.f(); } + return s; } -var macroTokenToFormatOpts = { + +const macroTokenToFormatOpts = { D: DATE_SHORT, DD: DATE_MED, DDD: DATE_FULL, @@ -2680,23 +2927,25 @@ var macroTokenToFormatOpts = { FFF: DATETIME_FULL_WITH_SECONDS, FFFF: DATETIME_HUGE_WITH_SECONDS }; - /** * @private */ class Formatter { static create(locale) { - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; return new Formatter(locale, opts); } + static parseFormat(fmt) { - var current = null, - currentFull = "", - bracketed = false; - var splits = []; - for (var i = 0; i < fmt.length; i++) { - var c = fmt.charAt(i); + let current = null, + currentFull = "", + bracketed = false; + const splits = []; + + for (let i = 0; i < fmt.length; i++) { + const c = fmt.charAt(i); + if (c === "'") { if (currentFull.length > 0) { splits.push({ @@ -2704,6 +2953,7 @@ class Formatter { val: currentFull }); } + current = null; currentFull = ""; bracketed = !bracketed; @@ -2718,357 +2968,446 @@ class Formatter { val: currentFull }); } + currentFull = c; current = c; } } + if (currentFull.length > 0) { splits.push({ literal: bracketed, val: currentFull }); } + return splits; } + static macroTokenToFormatOpts(token) { return macroTokenToFormatOpts[token]; } + constructor(locale, formatOpts) { this.opts = formatOpts; this.loc = locale; this.systemLoc = null; } + formatWithSystemDefault(dt, opts) { if (this.systemLoc === null) { this.systemLoc = this.loc.redefaultToSystem(); } - var df = this.systemLoc.dtFormatter(dt, formatter_objectSpread(formatter_objectSpread({}, this.opts), opts)); + + const df = this.systemLoc.dtFormatter(dt, formatter_objectSpread(formatter_objectSpread({}, this.opts), opts)); return df.format(); } + formatDateTime(dt) { - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var df = this.loc.dtFormatter(dt, formatter_objectSpread(formatter_objectSpread({}, this.opts), opts)); + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + const df = this.loc.dtFormatter(dt, formatter_objectSpread(formatter_objectSpread({}, this.opts), opts)); return df.format(); } + formatDateTimeParts(dt) { - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var df = this.loc.dtFormatter(dt, formatter_objectSpread(formatter_objectSpread({}, this.opts), opts)); + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + const df = this.loc.dtFormatter(dt, formatter_objectSpread(formatter_objectSpread({}, this.opts), opts)); return df.formatToParts(); } + formatInterval(interval) { - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var df = this.loc.dtFormatter(interval.start, formatter_objectSpread(formatter_objectSpread({}, this.opts), opts)); + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + const df = this.loc.dtFormatter(interval.start, formatter_objectSpread(formatter_objectSpread({}, this.opts), opts)); return df.dtf.formatRange(interval.start.toJSDate(), interval.end.toJSDate()); } + resolvedOptions(dt) { - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var df = this.loc.dtFormatter(dt, formatter_objectSpread(formatter_objectSpread({}, this.opts), opts)); + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + const df = this.loc.dtFormatter(dt, formatter_objectSpread(formatter_objectSpread({}, this.opts), opts)); return df.resolvedOptions(); } + num(n) { - var p = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0; + let p = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0; + // we get some perf out of doing this here, annoyingly if (this.opts.forceSimple) { return padStart(n, p); } - var opts = formatter_objectSpread({}, this.opts); + + const opts = formatter_objectSpread({}, this.opts); + if (p > 0) { opts.padTo = p; } + return this.loc.numberFormatter(opts).format(n); } + formatDateTimeFromString(dt, fmt) { - var knownEnglish = this.loc.listingMode() === "en", - useDateTimeFormatter = this.loc.outputCalendar && this.loc.outputCalendar !== "gregory", - string = (opts, extract) => this.loc.extract(dt, opts, extract), - formatOffset = opts => { - if (dt.isOffsetFixed && dt.offset === 0 && opts.allowZ) { - return "Z"; - } - return dt.isValid ? dt.zone.formatOffset(dt.ts, opts.format) : ""; - }, - meridiem = () => knownEnglish ? meridiemForDateTime(dt) : string({ - hour: "numeric", - hourCycle: "h12" - }, "dayperiod"), - month = (length, standalone) => knownEnglish ? monthForDateTime(dt, length) : string(standalone ? { - month: length - } : { - month: length, - day: "numeric" - }, "month"), - weekday = (length, standalone) => knownEnglish ? weekdayForDateTime(dt, length) : string(standalone ? { - weekday: length - } : { - weekday: length, - month: "long", - day: "numeric" - }, "weekday"), - maybeMacro = token => { - var formatOpts = Formatter.macroTokenToFormatOpts(token); - if (formatOpts) { - return this.formatWithSystemDefault(dt, formatOpts); - } else { - return token; - } - }, - era = length => knownEnglish ? eraForDateTime(dt, length) : string({ - era: length - }, "era"), - tokenToString = token => { - // Where possible: http://cldr.unicode.org/translation/date-time-1/date-time#TOC-Standalone-vs.-Format-Styles - switch (token) { - // ms - case "S": - return this.num(dt.millisecond); - case "u": - // falls through - case "SSS": - return this.num(dt.millisecond, 3); - // seconds - case "s": - return this.num(dt.second); - case "ss": - return this.num(dt.second, 2); - // fractional seconds - case "uu": - return this.num(Math.floor(dt.millisecond / 10), 2); - case "uuu": - return this.num(Math.floor(dt.millisecond / 100)); - // minutes - case "m": - return this.num(dt.minute); - case "mm": - return this.num(dt.minute, 2); - // hours - case "h": - return this.num(dt.hour % 12 === 0 ? 12 : dt.hour % 12); - case "hh": - return this.num(dt.hour % 12 === 0 ? 12 : dt.hour % 12, 2); - case "H": - return this.num(dt.hour); - case "HH": - return this.num(dt.hour, 2); - // offset - case "Z": - // like +6 - return formatOffset({ - format: "narrow", - allowZ: this.opts.allowZ - }); - case "ZZ": - // like +06:00 - return formatOffset({ - format: "short", - allowZ: this.opts.allowZ - }); - case "ZZZ": - // like +0600 - return formatOffset({ - format: "techie", - allowZ: this.opts.allowZ - }); - case "ZZZZ": - // like EST - return dt.zone.offsetName(dt.ts, { - format: "short", - locale: this.loc.locale - }); - case "ZZZZZ": - // like Eastern Standard Time - return dt.zone.offsetName(dt.ts, { - format: "long", - locale: this.loc.locale - }); - // zone - case "z": - // like America/New_York - return dt.zoneName; - // meridiems - case "a": - return meridiem(); - // dates - case "d": - return useDateTimeFormatter ? string({ - day: "numeric" - }, "day") : this.num(dt.day); - case "dd": - return useDateTimeFormatter ? string({ - day: "2-digit" - }, "day") : this.num(dt.day, 2); - // weekdays - standalone - case "c": - // like 1 - return this.num(dt.weekday); - case "ccc": - // like 'Tues' - return weekday("short", true); - case "cccc": - // like 'Tuesday' - return weekday("long", true); - case "ccccc": - // like 'T' - return weekday("narrow", true); - // weekdays - format - case "E": - // like 1 - return this.num(dt.weekday); - case "EEE": - // like 'Tues' - return weekday("short", false); - case "EEEE": - // like 'Tuesday' - return weekday("long", false); - case "EEEEE": - // like 'T' - return weekday("narrow", false); - // months - standalone - case "L": - // like 1 - return useDateTimeFormatter ? string({ - month: "numeric", - day: "numeric" - }, "month") : this.num(dt.month); - case "LL": - // like 01, doesn't seem to work - return useDateTimeFormatter ? string({ - month: "2-digit", - day: "numeric" - }, "month") : this.num(dt.month, 2); - case "LLL": - // like Jan - return month("short", true); - case "LLLL": - // like January - return month("long", true); - case "LLLLL": - // like J - return month("narrow", true); - // months - format - case "M": - // like 1 - return useDateTimeFormatter ? string({ - month: "numeric" - }, "month") : this.num(dt.month); - case "MM": - // like 01 - return useDateTimeFormatter ? string({ - month: "2-digit" - }, "month") : this.num(dt.month, 2); - case "MMM": - // like Jan - return month("short", false); - case "MMMM": - // like January - return month("long", false); - case "MMMMM": - // like J - return month("narrow", false); - // years - case "y": - // like 2014 - return useDateTimeFormatter ? string({ - year: "numeric" - }, "year") : this.num(dt.year); - case "yy": - // like 14 - return useDateTimeFormatter ? string({ - year: "2-digit" - }, "year") : this.num(dt.year.toString().slice(-2), 2); - case "yyyy": - // like 0012 - return useDateTimeFormatter ? string({ - year: "numeric" - }, "year") : this.num(dt.year, 4); - case "yyyyyy": - // like 000012 - return useDateTimeFormatter ? string({ - year: "numeric" - }, "year") : this.num(dt.year, 6); - // eras - case "G": - // like AD - return era("short"); - case "GG": - // like Anno Domini - return era("long"); - case "GGGGG": - return era("narrow"); - case "kk": - return this.num(dt.weekYear.toString().slice(-2), 2); - case "kkkk": - return this.num(dt.weekYear, 4); - case "W": - return this.num(dt.weekNumber); - case "WW": - return this.num(dt.weekNumber, 2); - case "o": - return this.num(dt.ordinal); - case "ooo": - return this.num(dt.ordinal, 3); - case "q": - // like 1 - return this.num(dt.quarter); - case "qq": - // like 01 - return this.num(dt.quarter, 2); - case "X": - return this.num(Math.floor(dt.ts / 1000)); - case "x": - return this.num(dt.ts); - default: - return maybeMacro(token); - } - }; + const knownEnglish = this.loc.listingMode() === "en", + useDateTimeFormatter = this.loc.outputCalendar && this.loc.outputCalendar !== "gregory", + string = (opts, extract) => this.loc.extract(dt, opts, extract), + formatOffset = opts => { + if (dt.isOffsetFixed && dt.offset === 0 && opts.allowZ) { + return "Z"; + } + + return dt.isValid ? dt.zone.formatOffset(dt.ts, opts.format) : ""; + }, + meridiem = () => knownEnglish ? meridiemForDateTime(dt) : string({ + hour: "numeric", + hourCycle: "h12" + }, "dayperiod"), + month = (length, standalone) => knownEnglish ? monthForDateTime(dt, length) : string(standalone ? { + month: length + } : { + month: length, + day: "numeric" + }, "month"), + weekday = (length, standalone) => knownEnglish ? weekdayForDateTime(dt, length) : string(standalone ? { + weekday: length + } : { + weekday: length, + month: "long", + day: "numeric" + }, "weekday"), + maybeMacro = token => { + const formatOpts = Formatter.macroTokenToFormatOpts(token); + + if (formatOpts) { + return this.formatWithSystemDefault(dt, formatOpts); + } else { + return token; + } + }, + era = length => knownEnglish ? eraForDateTime(dt, length) : string({ + era: length + }, "era"), + tokenToString = token => { + // Where possible: http://cldr.unicode.org/translation/date-time-1/date-time#TOC-Standalone-vs.-Format-Styles + switch (token) { + // ms + case "S": + return this.num(dt.millisecond); + + case "u": // falls through + + case "SSS": + return this.num(dt.millisecond, 3); + // seconds + + case "s": + return this.num(dt.second); + + case "ss": + return this.num(dt.second, 2); + // fractional seconds + + case "uu": + return this.num(Math.floor(dt.millisecond / 10), 2); + + case "uuu": + return this.num(Math.floor(dt.millisecond / 100)); + // minutes + + case "m": + return this.num(dt.minute); + + case "mm": + return this.num(dt.minute, 2); + // hours + + case "h": + return this.num(dt.hour % 12 === 0 ? 12 : dt.hour % 12); + + case "hh": + return this.num(dt.hour % 12 === 0 ? 12 : dt.hour % 12, 2); + + case "H": + return this.num(dt.hour); + + case "HH": + return this.num(dt.hour, 2); + // offset + + case "Z": + // like +6 + return formatOffset({ + format: "narrow", + allowZ: this.opts.allowZ + }); + + case "ZZ": + // like +06:00 + return formatOffset({ + format: "short", + allowZ: this.opts.allowZ + }); + + case "ZZZ": + // like +0600 + return formatOffset({ + format: "techie", + allowZ: this.opts.allowZ + }); + + case "ZZZZ": + // like EST + return dt.zone.offsetName(dt.ts, { + format: "short", + locale: this.loc.locale + }); + + case "ZZZZZ": + // like Eastern Standard Time + return dt.zone.offsetName(dt.ts, { + format: "long", + locale: this.loc.locale + }); + // zone + + case "z": + // like America/New_York + return dt.zoneName; + // meridiems + + case "a": + return meridiem(); + // dates + + case "d": + return useDateTimeFormatter ? string({ + day: "numeric" + }, "day") : this.num(dt.day); + + case "dd": + return useDateTimeFormatter ? string({ + day: "2-digit" + }, "day") : this.num(dt.day, 2); + // weekdays - standalone + + case "c": + // like 1 + return this.num(dt.weekday); + + case "ccc": + // like 'Tues' + return weekday("short", true); + + case "cccc": + // like 'Tuesday' + return weekday("long", true); + + case "ccccc": + // like 'T' + return weekday("narrow", true); + // weekdays - format + + case "E": + // like 1 + return this.num(dt.weekday); + + case "EEE": + // like 'Tues' + return weekday("short", false); + + case "EEEE": + // like 'Tuesday' + return weekday("long", false); + + case "EEEEE": + // like 'T' + return weekday("narrow", false); + // months - standalone + + case "L": + // like 1 + return useDateTimeFormatter ? string({ + month: "numeric", + day: "numeric" + }, "month") : this.num(dt.month); + + case "LL": + // like 01, doesn't seem to work + return useDateTimeFormatter ? string({ + month: "2-digit", + day: "numeric" + }, "month") : this.num(dt.month, 2); + + case "LLL": + // like Jan + return month("short", true); + + case "LLLL": + // like January + return month("long", true); + + case "LLLLL": + // like J + return month("narrow", true); + // months - format + + case "M": + // like 1 + return useDateTimeFormatter ? string({ + month: "numeric" + }, "month") : this.num(dt.month); + + case "MM": + // like 01 + return useDateTimeFormatter ? string({ + month: "2-digit" + }, "month") : this.num(dt.month, 2); + + case "MMM": + // like Jan + return month("short", false); + + case "MMMM": + // like January + return month("long", false); + + case "MMMMM": + // like J + return month("narrow", false); + // years + + case "y": + // like 2014 + return useDateTimeFormatter ? string({ + year: "numeric" + }, "year") : this.num(dt.year); + + case "yy": + // like 14 + return useDateTimeFormatter ? string({ + year: "2-digit" + }, "year") : this.num(dt.year.toString().slice(-2), 2); + + case "yyyy": + // like 0012 + return useDateTimeFormatter ? string({ + year: "numeric" + }, "year") : this.num(dt.year, 4); + + case "yyyyyy": + // like 000012 + return useDateTimeFormatter ? string({ + year: "numeric" + }, "year") : this.num(dt.year, 6); + // eras + + case "G": + // like AD + return era("short"); + + case "GG": + // like Anno Domini + return era("long"); + + case "GGGGG": + return era("narrow"); + + case "kk": + return this.num(dt.weekYear.toString().slice(-2), 2); + + case "kkkk": + return this.num(dt.weekYear, 4); + + case "W": + return this.num(dt.weekNumber); + + case "WW": + return this.num(dt.weekNumber, 2); + + case "o": + return this.num(dt.ordinal); + + case "ooo": + return this.num(dt.ordinal, 3); + + case "q": + // like 1 + return this.num(dt.quarter); + + case "qq": + // like 01 + return this.num(dt.quarter, 2); + + case "X": + return this.num(Math.floor(dt.ts / 1000)); + + case "x": + return this.num(dt.ts); + + default: + return maybeMacro(token); + } + }; + return stringifyTokens(Formatter.parseFormat(fmt), tokenToString); } + formatDurationFromString(dur, fmt) { - var tokenToField = token => { - switch (token[0]) { - case "S": - return "millisecond"; - case "s": - return "second"; - case "m": - return "minute"; - case "h": - return "hour"; - case "d": - return "day"; - case "w": - return "week"; - case "M": - return "month"; - case "y": - return "year"; - default: - return null; - } - }, - tokenToString = lildur => token => { - var mapped = tokenToField(token); - if (mapped) { - return this.num(lildur.get(mapped), token.length); - } else { - return token; - } - }, - tokens = Formatter.parseFormat(fmt), - realTokens = tokens.reduce((found, _ref) => { - var literal = _ref.literal, + const tokenToField = token => { + switch (token[0]) { + case "S": + return "millisecond"; + + case "s": + return "second"; + + case "m": + return "minute"; + + case "h": + return "hour"; + + case "d": + return "day"; + + case "w": + return "week"; + + case "M": + return "month"; + + case "y": + return "year"; + + default: + return null; + } + }, + tokenToString = lildur => token => { + const mapped = tokenToField(token); + + if (mapped) { + return this.num(lildur.get(mapped), token.length); + } else { + return token; + } + }, + tokens = Formatter.parseFormat(fmt), + realTokens = tokens.reduce((found, _ref) => { + let literal = _ref.literal, val = _ref.val; - return literal ? found : found.concat(val); - }, []), - collapsed = dur.shiftTo(...realTokens.map(tokenToField).filter(t => t)); + return literal ? found : found.concat(val); + }, []), + collapsed = dur.shiftTo(...realTokens.map(tokenToField).filter(t => t)); + return stringifyTokens(tokens, tokenToString(collapsed)); } + } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/impl/invalid.js +;// CONCATENATED MODULE: ./node_modules/luxon/src/impl/invalid.js class Invalid { constructor(reason, explanation) { this.reason = reason; this.explanation = explanation; } + toMessage() { if (this.explanation) { return `${this.reason}: ${this.explanation}`; @@ -3076,19 +3415,26 @@ class Invalid { return this.reason; } } + } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/impl/regexParser.js -function regexParser_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } -function regexParser_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? regexParser_ownKeys(Object(t), !0).forEach(function (r) { regexParser_defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : regexParser_ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } -function regexParser_defineProperty(e, r, t) { return (r = regexParser_toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; } -function regexParser_toPropertyKey(t) { var i = regexParser_toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; } -function regexParser_toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } -function regexParser_slicedToArray(r, e) { return regexParser_arrayWithHoles(r) || regexParser_iterableToArrayLimit(r, e) || regexParser_unsupportedIterableToArray(r, e) || regexParser_nonIterableRest(); } +;// CONCATENATED MODULE: ./node_modules/luxon/src/impl/regexParser.js +function regexParser_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } + +function regexParser_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? regexParser_ownKeys(Object(source), !0).forEach(function (key) { regexParser_defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : regexParser_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } + +function regexParser_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + +function regexParser_slicedToArray(arr, i) { return regexParser_arrayWithHoles(arr) || regexParser_iterableToArrayLimit(arr, i) || regexParser_unsupportedIterableToArray(arr, i) || regexParser_nonIterableRest(); } + function regexParser_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } -function regexParser_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return regexParser_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? regexParser_arrayLikeToArray(r, a) : void 0; } } -function regexParser_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; } -function regexParser_iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } } -function regexParser_arrayWithHoles(r) { if (Array.isArray(r)) return r; } + +function regexParser_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return regexParser_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return regexParser_arrayLikeToArray(o, minLen); } + +function regexParser_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } + +function regexParser_iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } + +function regexParser_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } @@ -3104,91 +3450,111 @@ function regexParser_arrayWithHoles(r) { if (Array.isArray(r)) return r; } * Some extractions are super dumb and simpleParse and fromStrings help DRY them. */ -var ianaRegex = /[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/; +const ianaRegex = /[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/; + function combineRegexes() { for (var _len = arguments.length, regexes = new Array(_len), _key = 0; _key < _len; _key++) { regexes[_key] = arguments[_key]; } - var full = regexes.reduce((f, r) => f + r.source, ""); + + const full = regexes.reduce((f, r) => f + r.source, ""); return RegExp(`^${full}$`); } + function combineExtractors() { for (var _len2 = arguments.length, extractors = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) { extractors[_key2] = arguments[_key2]; } + return m => extractors.reduce((_ref, ex) => { - var _ref2 = regexParser_slicedToArray(_ref, 3), - mergedVals = _ref2[0], - mergedZone = _ref2[1], - cursor = _ref2[2]; - var _ex = ex(m, cursor), - _ex2 = regexParser_slicedToArray(_ex, 3), - val = _ex2[0], - zone = _ex2[1], - next = _ex2[2]; + let _ref2 = regexParser_slicedToArray(_ref, 3), + mergedVals = _ref2[0], + mergedZone = _ref2[1], + cursor = _ref2[2]; + + const _ex = ex(m, cursor), + _ex2 = regexParser_slicedToArray(_ex, 3), + val = _ex2[0], + zone = _ex2[1], + next = _ex2[2]; + return [regexParser_objectSpread(regexParser_objectSpread({}, mergedVals), val), zone || mergedZone, next]; }, [{}, null, 1]).slice(0, 2); } + function parse(s) { if (s == null) { return [null, null]; } + for (var _len3 = arguments.length, patterns = new Array(_len3 > 1 ? _len3 - 1 : 0), _key3 = 1; _key3 < _len3; _key3++) { patterns[_key3 - 1] = arguments[_key3]; } - for (var _i = 0, _patterns = patterns; _i < _patterns.length; _i++) { - var _patterns$_i = regexParser_slicedToArray(_patterns[_i], 2), - regex = _patterns$_i[0], - extractor = _patterns$_i[1]; - var m = regex.exec(s); + + for (var _i2 = 0, _patterns = patterns; _i2 < _patterns.length; _i2++) { + const _patterns$_i = regexParser_slicedToArray(_patterns[_i2], 2), + regex = _patterns$_i[0], + extractor = _patterns$_i[1]; + + const m = regex.exec(s); + if (m) { return extractor(m); } } + return [null, null]; } + function simpleParse() { for (var _len4 = arguments.length, keys = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) { keys[_key4] = arguments[_key4]; } + return (match, cursor) => { - var ret = {}; - var i; + const ret = {}; + let i; + for (i = 0; i < keys.length; i++) { ret[keys[i]] = parseInteger(match[cursor + i]); } + return [ret, null, cursor + i]; }; -} +} // ISO and SQL parsing + + +const offsetRegex = /(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/; +const isoExtendedZone = `(?:${offsetRegex.source}?(?:\\[(${ianaRegex.source})\\])?)?`; +const isoTimeBaseRegex = /(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/; +const isoTimeRegex = RegExp(`${isoTimeBaseRegex.source}${isoExtendedZone}`); +const isoTimeExtensionRegex = RegExp(`(?:T${isoTimeRegex.source})?`); +const isoYmdRegex = /([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/; +const isoWeekRegex = /(\d{4})-?W(\d\d)(?:-?(\d))?/; +const isoOrdinalRegex = /(\d{4})-?(\d{3})/; +const extractISOWeekData = simpleParse("weekYear", "weekNumber", "weekDay"); +const extractISOOrdinalData = simpleParse("year", "ordinal"); +const sqlYmdRegex = /(\d{4})-(\d\d)-(\d\d)/; // dumbed-down version of the ISO one + +const sqlTimeRegex = RegExp(`${isoTimeBaseRegex.source} ?(?:${offsetRegex.source}|(${ianaRegex.source}))?`); +const sqlTimeExtensionRegex = RegExp(`(?: ${sqlTimeRegex.source})?`); -// ISO and SQL parsing -var offsetRegex = /(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/; -var isoExtendedZone = `(?:${offsetRegex.source}?(?:\\[(${ianaRegex.source})\\])?)?`; -var isoTimeBaseRegex = /(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/; -var isoTimeRegex = RegExp(`${isoTimeBaseRegex.source}${isoExtendedZone}`); -var isoTimeExtensionRegex = RegExp(`(?:T${isoTimeRegex.source})?`); -var isoYmdRegex = /([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/; -var isoWeekRegex = /(\d{4})-?W(\d\d)(?:-?(\d))?/; -var isoOrdinalRegex = /(\d{4})-?(\d{3})/; -var extractISOWeekData = simpleParse("weekYear", "weekNumber", "weekDay"); -var extractISOOrdinalData = simpleParse("year", "ordinal"); -var sqlYmdRegex = /(\d{4})-(\d\d)-(\d\d)/; // dumbed-down version of the ISO one -var sqlTimeRegex = RegExp(`${isoTimeBaseRegex.source} ?(?:${offsetRegex.source}|(${ianaRegex.source}))?`); -var sqlTimeExtensionRegex = RegExp(`(?: ${sqlTimeRegex.source})?`); function regexParser_int(match, pos, fallback) { - var m = match[pos]; + const m = match[pos]; return isUndefined(m) ? fallback : parseInteger(m); } + function extractISOYmd(match, cursor) { - var item = { + const item = { year: regexParser_int(match, cursor), month: regexParser_int(match, cursor + 1, 1), day: regexParser_int(match, cursor + 2, 1) }; return [item, null, cursor + 3]; } + function extractISOTime(match, cursor) { - var item = { + const item = { hours: regexParser_int(match, cursor, 0), minutes: regexParser_int(match, cursor + 1, 0), seconds: regexParser_int(match, cursor + 2, 0), @@ -3196,41 +3562,44 @@ function extractISOTime(match, cursor) { }; return [item, null, cursor + 4]; } + function extractISOOffset(match, cursor) { - var local = !match[cursor] && !match[cursor + 1], - fullOffset = signedOffset(match[cursor + 1], match[cursor + 2]), - zone = local ? null : FixedOffsetZone.instance(fullOffset); + const local = !match[cursor] && !match[cursor + 1], + fullOffset = signedOffset(match[cursor + 1], match[cursor + 2]), + zone = local ? null : FixedOffsetZone.instance(fullOffset); return [{}, zone, cursor + 3]; } + function extractIANAZone(match, cursor) { - var zone = match[cursor] ? IANAZone.create(match[cursor]) : null; + const zone = match[cursor] ? IANAZone.create(match[cursor]) : null; return [{}, zone, cursor + 1]; -} +} // ISO time parsing -// ISO time parsing -var isoTimeOnly = RegExp(`^T?${isoTimeBaseRegex.source}$`); +const isoTimeOnly = RegExp(`^T?${isoTimeBaseRegex.source}$`); // ISO duration parsing -// ISO duration parsing +const isoDuration = /^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/; -var isoDuration = /^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/; function extractISODuration(match) { - var _match = regexParser_slicedToArray(match, 9), - s = _match[0], - yearStr = _match[1], - monthStr = _match[2], - weekStr = _match[3], - dayStr = _match[4], - hourStr = _match[5], - minuteStr = _match[6], - secondStr = _match[7], - millisecondsStr = _match[8]; - var hasNegativePrefix = s[0] === "-"; - var negativeSeconds = secondStr && secondStr[0] === "-"; - var maybeNegate = function maybeNegate(num) { - var force = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + const _match = regexParser_slicedToArray(match, 9), + s = _match[0], + yearStr = _match[1], + monthStr = _match[2], + weekStr = _match[3], + dayStr = _match[4], + hourStr = _match[5], + minuteStr = _match[6], + secondStr = _match[7], + millisecondsStr = _match[8]; + + const hasNegativePrefix = s[0] === "-"; + const negativeSeconds = secondStr && secondStr[0] === "-"; + + const maybeNegate = function maybeNegate(num) { + let force = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; return num !== undefined && (force || num && hasNegativePrefix) ? -num : num; }; + return [{ years: maybeNegate(parseFloating(yearStr)), months: maybeNegate(parseFloating(monthStr)), @@ -3241,12 +3610,12 @@ function extractISODuration(match) { seconds: maybeNegate(parseFloating(secondStr), secondStr === "-0"), milliseconds: maybeNegate(parseMillis(millisecondsStr), negativeSeconds) }]; -} - -// These are a little braindead. EDT *should* tell us that we're in, say, America/New_York +} // These are a little braindead. EDT *should* tell us that we're in, say, America/New_York // and not just that we're in -240 *right now*. But since I don't think these are used that often // I'm just going to ignore that -var obsOffsets = { + + +const obsOffsets = { GMT: 0, EDT: -4 * 60, EST: -5 * 60, @@ -3257,8 +3626,9 @@ var obsOffsets = { PDT: -7 * 60, PST: -8 * 60 }; + function fromStrings(weekdayStr, yearStr, monthStr, dayStr, hourStr, minuteStr, secondStr) { - var result = { + const result = { year: yearStr.length === 2 ? untruncateYear(parseInteger(yearStr)) : parseInteger(yearStr), month: monthsShort.indexOf(monthStr) + 1, day: parseInteger(dayStr), @@ -3266,29 +3636,34 @@ function fromStrings(weekdayStr, yearStr, monthStr, dayStr, hourStr, minuteStr, minute: parseInteger(minuteStr) }; if (secondStr) result.second = parseInteger(secondStr); + if (weekdayStr) { result.weekday = weekdayStr.length > 3 ? weekdaysLong.indexOf(weekdayStr) + 1 : weekdaysShort.indexOf(weekdayStr) + 1; } + return result; -} +} // RFC 2822/5322 + + +const rfc2822 = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/; -// RFC 2822/5322 -var rfc2822 = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/; function extractRFC2822(match) { - var _match2 = regexParser_slicedToArray(match, 12), - weekdayStr = _match2[1], - dayStr = _match2[2], - monthStr = _match2[3], - yearStr = _match2[4], - hourStr = _match2[5], - minuteStr = _match2[6], - secondStr = _match2[7], - obsOffset = _match2[8], - milOffset = _match2[9], - offHourStr = _match2[10], - offMinuteStr = _match2[11], - result = fromStrings(weekdayStr, yearStr, monthStr, dayStr, hourStr, minuteStr, secondStr); - var offset; + const _match2 = regexParser_slicedToArray(match, 12), + weekdayStr = _match2[1], + dayStr = _match2[2], + monthStr = _match2[3], + yearStr = _match2[4], + hourStr = _match2[5], + minuteStr = _match2[6], + secondStr = _match2[7], + obsOffset = _match2[8], + milOffset = _match2[9], + offHourStr = _match2[10], + offMinuteStr = _match2[11], + result = fromStrings(weekdayStr, yearStr, monthStr, dayStr, hourStr, minuteStr, secondStr); + + let offset; + if (obsOffset) { offset = obsOffsets[obsOffset]; } else if (milOffset) { @@ -3296,51 +3671,56 @@ function extractRFC2822(match) { } else { offset = signedOffset(offHourStr, offMinuteStr); } + return [result, new FixedOffsetZone(offset)]; } + function preprocessRFC2822(s) { // Remove comments and folding whitespace and replace multiple-spaces with a single space return s.replace(/\([^)]*\)|[\n\t]/g, " ").replace(/(\s\s+)/g, " ").trim(); -} +} // http date -// http date -var rfc1123 = /^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/, - rfc850 = /^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/, - ascii = /^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/; +const rfc1123 = /^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/, + rfc850 = /^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/, + ascii = /^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/; + function extractRFC1123Or850(match) { - var _match3 = regexParser_slicedToArray(match, 8), - weekdayStr = _match3[1], - dayStr = _match3[2], - monthStr = _match3[3], - yearStr = _match3[4], - hourStr = _match3[5], - minuteStr = _match3[6], - secondStr = _match3[7], - result = fromStrings(weekdayStr, yearStr, monthStr, dayStr, hourStr, minuteStr, secondStr); + const _match3 = regexParser_slicedToArray(match, 8), + weekdayStr = _match3[1], + dayStr = _match3[2], + monthStr = _match3[3], + yearStr = _match3[4], + hourStr = _match3[5], + minuteStr = _match3[6], + secondStr = _match3[7], + result = fromStrings(weekdayStr, yearStr, monthStr, dayStr, hourStr, minuteStr, secondStr); + return [result, FixedOffsetZone.utcInstance]; } + function extractASCII(match) { - var _match4 = regexParser_slicedToArray(match, 8), - weekdayStr = _match4[1], - monthStr = _match4[2], - dayStr = _match4[3], - hourStr = _match4[4], - minuteStr = _match4[5], - secondStr = _match4[6], - yearStr = _match4[7], - result = fromStrings(weekdayStr, yearStr, monthStr, dayStr, hourStr, minuteStr, secondStr); + const _match4 = regexParser_slicedToArray(match, 8), + weekdayStr = _match4[1], + monthStr = _match4[2], + dayStr = _match4[3], + hourStr = _match4[4], + minuteStr = _match4[5], + secondStr = _match4[6], + yearStr = _match4[7], + result = fromStrings(weekdayStr, yearStr, monthStr, dayStr, hourStr, minuteStr, secondStr); + return [result, FixedOffsetZone.utcInstance]; } -var isoYmdWithTimeExtensionRegex = combineRegexes(isoYmdRegex, isoTimeExtensionRegex); -var isoWeekWithTimeExtensionRegex = combineRegexes(isoWeekRegex, isoTimeExtensionRegex); -var isoOrdinalWithTimeExtensionRegex = combineRegexes(isoOrdinalRegex, isoTimeExtensionRegex); -var isoTimeCombinedRegex = combineRegexes(isoTimeRegex); -var extractISOYmdTimeAndOffset = combineExtractors(extractISOYmd, extractISOTime, extractISOOffset, extractIANAZone); -var extractISOWeekTimeAndOffset = combineExtractors(extractISOWeekData, extractISOTime, extractISOOffset, extractIANAZone); -var extractISOOrdinalDateAndTime = combineExtractors(extractISOOrdinalData, extractISOTime, extractISOOffset, extractIANAZone); -var extractISOTimeAndOffset = combineExtractors(extractISOTime, extractISOOffset, extractIANAZone); +const isoYmdWithTimeExtensionRegex = combineRegexes(isoYmdRegex, isoTimeExtensionRegex); +const isoWeekWithTimeExtensionRegex = combineRegexes(isoWeekRegex, isoTimeExtensionRegex); +const isoOrdinalWithTimeExtensionRegex = combineRegexes(isoOrdinalRegex, isoTimeExtensionRegex); +const isoTimeCombinedRegex = combineRegexes(isoTimeRegex); +const extractISOYmdTimeAndOffset = combineExtractors(extractISOYmd, extractISOTime, extractISOOffset, extractIANAZone); +const extractISOWeekTimeAndOffset = combineExtractors(extractISOWeekData, extractISOTime, extractISOOffset, extractIANAZone); +const extractISOOrdinalDateAndTime = combineExtractors(extractISOOrdinalData, extractISOTime, extractISOOffset, extractIANAZone); +const extractISOTimeAndOffset = combineExtractors(extractISOTime, extractISOOffset, extractIANAZone); /* * @private */ @@ -3357,135 +3737,141 @@ function parseHTTPDate(s) { function parseISODuration(s) { return parse(s, [isoDuration, extractISODuration]); } -var extractISOTimeOnly = combineExtractors(extractISOTime); +const extractISOTimeOnly = combineExtractors(extractISOTime); function parseISOTimeOnly(s) { return parse(s, [isoTimeOnly, extractISOTimeOnly]); } -var sqlYmdWithTimeExtensionRegex = combineRegexes(sqlYmdRegex, sqlTimeExtensionRegex); -var sqlTimeCombinedRegex = combineRegexes(sqlTimeRegex); -var extractISOTimeOffsetAndIANAZone = combineExtractors(extractISOTime, extractISOOffset, extractIANAZone); +const sqlYmdWithTimeExtensionRegex = combineRegexes(sqlYmdRegex, sqlTimeExtensionRegex); +const sqlTimeCombinedRegex = combineRegexes(sqlTimeRegex); +const extractISOTimeOffsetAndIANAZone = combineExtractors(extractISOTime, extractISOOffset, extractIANAZone); function parseSQL(s) { return parse(s, [sqlYmdWithTimeExtensionRegex, extractISOYmdTimeAndOffset], [sqlTimeCombinedRegex, extractISOTimeOffsetAndIANAZone]); } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/duration.js -function duration_slicedToArray(r, e) { return duration_arrayWithHoles(r) || duration_iterableToArrayLimit(r, e) || duration_unsupportedIterableToArray(r, e) || duration_nonIterableRest(); } +;// CONCATENATED MODULE: ./node_modules/luxon/src/duration.js +function duration_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = duration_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e2) { throw _e2; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e3) { didErr = true; err = _e3; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; } + +function duration_slicedToArray(arr, i) { return duration_arrayWithHoles(arr) || duration_iterableToArrayLimit(arr, i) || duration_unsupportedIterableToArray(arr, i) || duration_nonIterableRest(); } + function duration_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } -function duration_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return duration_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? duration_arrayLikeToArray(r, a) : void 0; } } -function duration_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; } -function duration_iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } } -function duration_arrayWithHoles(r) { if (Array.isArray(r)) return r; } -function duration_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } -function duration_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? duration_ownKeys(Object(t), !0).forEach(function (r) { duration_defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : duration_ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } -function duration_defineProperty(e, r, t) { return (r = duration_toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; } -function duration_toPropertyKey(t) { var i = duration_toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; } -function duration_toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } +function duration_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return duration_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return duration_arrayLikeToArray(o, minLen); } +function duration_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } +function duration_iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } +function duration_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } +function duration_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } +function duration_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? duration_ownKeys(Object(source), !0).forEach(function (key) { duration_defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : duration_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } -var INVALID = "Invalid Duration"; +function duration_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } -// unit conversion constants -var lowOrderMatrix = { - weeks: { - days: 7, - hours: 7 * 24, - minutes: 7 * 24 * 60, - seconds: 7 * 24 * 60 * 60, - milliseconds: 7 * 24 * 60 * 60 * 1000 - }, - days: { - hours: 24, - minutes: 24 * 60, - seconds: 24 * 60 * 60, - milliseconds: 24 * 60 * 60 * 1000 - }, - hours: { - minutes: 60, - seconds: 60 * 60, - milliseconds: 60 * 60 * 1000 - }, - minutes: { - seconds: 60, - milliseconds: 60 * 1000 - }, - seconds: { - milliseconds: 1000 - } + + + + + + + +const INVALID = "Invalid Duration"; // unit conversion constants + +const lowOrderMatrix = { + weeks: { + days: 7, + hours: 7 * 24, + minutes: 7 * 24 * 60, + seconds: 7 * 24 * 60 * 60, + milliseconds: 7 * 24 * 60 * 60 * 1000 }, - casualMatrix = duration_objectSpread({ - years: { - quarters: 4, - months: 12, - weeks: 52, - days: 365, - hours: 365 * 24, - minutes: 365 * 24 * 60, - seconds: 365 * 24 * 60 * 60, - milliseconds: 365 * 24 * 60 * 60 * 1000 - }, - quarters: { - months: 3, - weeks: 13, - days: 91, - hours: 91 * 24, - minutes: 91 * 24 * 60, - seconds: 91 * 24 * 60 * 60, - milliseconds: 91 * 24 * 60 * 60 * 1000 - }, - months: { - weeks: 4, - days: 30, - hours: 30 * 24, - minutes: 30 * 24 * 60, - seconds: 30 * 24 * 60 * 60, - milliseconds: 30 * 24 * 60 * 60 * 1000 - } - }, lowOrderMatrix), - daysInYearAccurate = 146097.0 / 400, - daysInMonthAccurate = 146097.0 / 4800, - accurateMatrix = duration_objectSpread({ - years: { - quarters: 4, - months: 12, - weeks: daysInYearAccurate / 7, - days: daysInYearAccurate, - hours: daysInYearAccurate * 24, - minutes: daysInYearAccurate * 24 * 60, - seconds: daysInYearAccurate * 24 * 60 * 60, - milliseconds: daysInYearAccurate * 24 * 60 * 60 * 1000 - }, - quarters: { - months: 3, - weeks: daysInYearAccurate / 28, - days: daysInYearAccurate / 4, - hours: daysInYearAccurate * 24 / 4, - minutes: daysInYearAccurate * 24 * 60 / 4, - seconds: daysInYearAccurate * 24 * 60 * 60 / 4, - milliseconds: daysInYearAccurate * 24 * 60 * 60 * 1000 / 4 - }, - months: { - weeks: daysInMonthAccurate / 7, - days: daysInMonthAccurate, - hours: daysInMonthAccurate * 24, - minutes: daysInMonthAccurate * 24 * 60, - seconds: daysInMonthAccurate * 24 * 60 * 60, - milliseconds: daysInMonthAccurate * 24 * 60 * 60 * 1000 - } - }, lowOrderMatrix); + days: { + hours: 24, + minutes: 24 * 60, + seconds: 24 * 60 * 60, + milliseconds: 24 * 60 * 60 * 1000 + }, + hours: { + minutes: 60, + seconds: 60 * 60, + milliseconds: 60 * 60 * 1000 + }, + minutes: { + seconds: 60, + milliseconds: 60 * 1000 + }, + seconds: { + milliseconds: 1000 + } +}, + casualMatrix = duration_objectSpread({ + years: { + quarters: 4, + months: 12, + weeks: 52, + days: 365, + hours: 365 * 24, + minutes: 365 * 24 * 60, + seconds: 365 * 24 * 60 * 60, + milliseconds: 365 * 24 * 60 * 60 * 1000 + }, + quarters: { + months: 3, + weeks: 13, + days: 91, + hours: 91 * 24, + minutes: 91 * 24 * 60, + seconds: 91 * 24 * 60 * 60, + milliseconds: 91 * 24 * 60 * 60 * 1000 + }, + months: { + weeks: 4, + days: 30, + hours: 30 * 24, + minutes: 30 * 24 * 60, + seconds: 30 * 24 * 60 * 60, + milliseconds: 30 * 24 * 60 * 60 * 1000 + } +}, lowOrderMatrix), + daysInYearAccurate = 146097.0 / 400, + daysInMonthAccurate = 146097.0 / 4800, + accurateMatrix = duration_objectSpread({ + years: { + quarters: 4, + months: 12, + weeks: daysInYearAccurate / 7, + days: daysInYearAccurate, + hours: daysInYearAccurate * 24, + minutes: daysInYearAccurate * 24 * 60, + seconds: daysInYearAccurate * 24 * 60 * 60, + milliseconds: daysInYearAccurate * 24 * 60 * 60 * 1000 + }, + quarters: { + months: 3, + weeks: daysInYearAccurate / 28, + days: daysInYearAccurate / 4, + hours: daysInYearAccurate * 24 / 4, + minutes: daysInYearAccurate * 24 * 60 / 4, + seconds: daysInYearAccurate * 24 * 60 * 60 / 4, + milliseconds: daysInYearAccurate * 24 * 60 * 60 * 1000 / 4 + }, + months: { + weeks: daysInMonthAccurate / 7, + days: daysInMonthAccurate, + hours: daysInMonthAccurate * 24, + minutes: daysInMonthAccurate * 24 * 60, + seconds: daysInMonthAccurate * 24 * 60 * 60, + milliseconds: daysInMonthAccurate * 24 * 60 * 60 * 1000 + } +}, lowOrderMatrix); // units ordered by size -// units ordered by size -var orderedUnits = ["years", "quarters", "months", "weeks", "days", "hours", "minutes", "seconds", "milliseconds"]; -var reverseUnits = orderedUnits.slice(0).reverse(); +const orderedUnits = ["years", "quarters", "months", "weeks", "days", "hours", "minutes", "seconds", "milliseconds"]; +const reverseUnits = orderedUnits.slice(0).reverse(); // clone really means "create another instance just like this one, but with these changes" -// clone really means "create another instance just like this one, but with these changes" function clone(dur, alts) { - var clear = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; + let clear = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; // deep merge for vals - var conf = { + const conf = { values: clear ? alts.values : duration_objectSpread(duration_objectSpread({}, dur.values), alts.values || {}), loc: dur.loc.clone(alts.loc), conversionAccuracy: alts.conversionAccuracy || dur.conversionAccuracy, @@ -3493,49 +3879,53 @@ function clone(dur, alts) { }; return new Duration(conf); } + function antiTrunc(n) { return n < 0 ? Math.floor(n) : Math.ceil(n); -} +} // NB: mutates parameters + -// NB: mutates parameters function convert(matrix, fromMap, fromUnit, toMap, toUnit) { - var conv = matrix[toUnit][fromUnit], - raw = fromMap[fromUnit] / conv, - sameSign = Math.sign(raw) === Math.sign(toMap[toUnit]), - // ok, so this is wild, but see the matrix in the tests - added = !sameSign && toMap[toUnit] !== 0 && Math.abs(raw) <= 1 ? antiTrunc(raw) : Math.trunc(raw); + const conv = matrix[toUnit][fromUnit], + raw = fromMap[fromUnit] / conv, + sameSign = Math.sign(raw) === Math.sign(toMap[toUnit]), + // ok, so this is wild, but see the matrix in the tests + added = !sameSign && toMap[toUnit] !== 0 && Math.abs(raw) <= 1 ? antiTrunc(raw) : Math.trunc(raw); toMap[toUnit] += added; fromMap[fromUnit] -= added * conv; -} +} // NB: mutates parameters + -// NB: mutates parameters function normalizeValues(matrix, vals) { reverseUnits.reduce((previous, current) => { if (!isUndefined(vals[current])) { if (previous) { convert(matrix, vals, previous, vals, current); } + return current; } else { return previous; } }, null); -} +} // Remove all properties with a value of 0 from an object + -// Remove all properties with a value of 0 from an object function removeZeroes(vals) { - var newVals = {}; + const newVals = {}; + for (var _i = 0, _Object$entries = Object.entries(vals); _i < _Object$entries.length; _i++) { - var _Object$entries$_i = duration_slicedToArray(_Object$entries[_i], 2), - key = _Object$entries$_i[0], - value = _Object$entries$_i[1]; + const _Object$entries$_i = duration_slicedToArray(_Object$entries[_i], 2), + key = _Object$entries$_i[0], + value = _Object$entries$_i[1]; + if (value !== 0) { newVals[key] = value; } } + return newVals; } - /** * A Duration object represents a period of time, like "2 months" or "1 day, 1 hour". Conceptually, it's just a map of units to their quantities, accompanied by some additional configuration and methods for creating, parsing, interrogating, transforming, and formatting them. They can be used on their own or in conjunction with other Luxon types; for example, you can use {@link DateTime#plus} to add a Duration object to a DateTime, producing another DateTime. * @@ -3549,43 +3939,51 @@ function removeZeroes(vals) { * * There's are more methods documented below. In addition, for more information on subtler topics like internationalization and validity, see the external documentation. */ + + class Duration { /** * @private */ constructor(config) { - var accurate = config.conversionAccuracy === "longterm" || false; - var matrix = accurate ? accurateMatrix : casualMatrix; + const accurate = config.conversionAccuracy === "longterm" || false; + let matrix = accurate ? accurateMatrix : casualMatrix; + if (config.matrix) { matrix = config.matrix; } - /** * @access private */ + + this.values = config.values; /** * @access private */ + this.loc = config.loc || Locale.create(); /** * @access private */ + this.conversionAccuracy = accurate ? "longterm" : "casual"; /** * @access private */ + this.invalid = config.invalid || null; /** * @access private */ + this.matrix = matrix; /** * @access private */ + this.isLuxonDuration = true; } - /** * Create Duration from a number of milliseconds. * @param {number} count of milliseconds @@ -3595,12 +3993,13 @@ class Duration { * @param {string} [opts.conversionAccuracy='casual'] - the conversion system to use * @return {Duration} */ + + static fromMillis(count, opts) { return Duration.fromObject({ milliseconds: count }, opts); } - /** * Create a Duration from a JavaScript object with keys like 'years' and 'hours'. * If this object is empty then a zero milliseconds duration is returned. @@ -3621,11 +4020,15 @@ class Duration { * @param {string} [opts.matrix=Object] - the custom conversion system to use * @return {Duration} */ + + static fromObject(obj) { - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + if (obj == null || typeof obj !== "object") { throw new InvalidArgumentError(`Duration.fromObject: argument expected to be an object, got ${obj === null ? "null" : typeof obj}`); } + return new Duration({ values: normalizeObject(obj, Duration.normalizeUnit), loc: Locale.fromObject(opts), @@ -3633,7 +4036,6 @@ class Duration { matrix: opts.matrix }); } - /** * Create a Duration from DurationLike. * @@ -3644,6 +4046,8 @@ class Duration { * - Duration instance * @return {Duration} */ + + static fromDurationLike(durationLike) { if (isNumber(durationLike)) { return Duration.fromMillis(durationLike); @@ -3655,7 +4059,6 @@ class Duration { throw new InvalidArgumentError(`Unknown duration argument ${durationLike} of type ${typeof durationLike}`); } } - /** * Create a Duration from an ISO 8601 duration string. * @param {string} text - text to parse @@ -3670,17 +4073,19 @@ class Duration { * @example Duration.fromISO('P5Y3M').toObject() //=> { years: 5, months: 3 } * @return {Duration} */ + + static fromISO(text, opts) { - var _parseISODuration = parseISODuration(text), - _parseISODuration2 = duration_slicedToArray(_parseISODuration, 1), - parsed = _parseISODuration2[0]; + const _parseISODuration = parseISODuration(text), + _parseISODuration2 = duration_slicedToArray(_parseISODuration, 1), + parsed = _parseISODuration2[0]; + if (parsed) { return Duration.fromObject(parsed, opts); } else { return Duration.invalid("unparsable", `the input "${text}" can't be parsed as ISO 8601`); } } - /** * Create a Duration from an ISO 8601 time string. * @param {string} text - text to parse @@ -3697,29 +4102,36 @@ class Duration { * @example Duration.fromISOTime('T1100').toObject() //=> { hours: 11, minutes: 0, seconds: 0 } * @return {Duration} */ + + static fromISOTime(text, opts) { - var _parseISOTimeOnly = parseISOTimeOnly(text), - _parseISOTimeOnly2 = duration_slicedToArray(_parseISOTimeOnly, 1), - parsed = _parseISOTimeOnly2[0]; + const _parseISOTimeOnly = parseISOTimeOnly(text), + _parseISOTimeOnly2 = duration_slicedToArray(_parseISOTimeOnly, 1), + parsed = _parseISOTimeOnly2[0]; + if (parsed) { return Duration.fromObject(parsed, opts); } else { return Duration.invalid("unparsable", `the input "${text}" can't be parsed as ISO 8601`); } } - /** * Create an invalid Duration. * @param {string} reason - simple string of why this datetime is invalid. Should not contain parameters or anything else data-dependent * @param {string} [explanation=null] - longer explanation, may include parameters and other useful debugging information * @return {Duration} */ + + static invalid(reason) { - var explanation = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + let explanation = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + if (!reason) { throw new InvalidArgumentError("need to specify a reason the Duration is invalid"); } - var invalid = reason instanceof Invalid ? reason : new Invalid(reason, explanation); + + const invalid = reason instanceof Invalid ? reason : new Invalid(reason, explanation); + if (Settings.throwOnInvalid) { throw new InvalidDurationError(invalid); } else { @@ -3728,12 +4140,13 @@ class Duration { }); } } - /** * @private */ + + static normalizeUnit(unit) { - var normalized = { + const normalized = { year: "years", years: "years", quarter: "quarters", @@ -3756,33 +4169,35 @@ class Duration { if (!normalized) throw new InvalidUnitError(unit); return normalized; } - /** * Check if an object is a Duration. Works across context boundaries * @param {object} o * @return {boolean} */ + + static isDuration(o) { return o && o.isLuxonDuration || false; } - /** * Get the locale of a Duration, such 'en-GB' * @type {string} */ + + get locale() { return this.isValid ? this.loc.locale : null; } - /** * Get the numbering system of a Duration, such 'beng'. The numbering system is used when formatting the Duration * * @type {string} */ + + get numberingSystem() { return this.isValid ? this.loc.numberingSystem : null; } - /** * Returns a string representation of this Duration formatted according to the specified format string. You may use these tokens: * * `S` for milliseconds @@ -3805,15 +4220,18 @@ class Duration { * @example Duration.fromObject({ years: 1, days: 6, seconds: 2 }).toFormat("M S") //=> "12 518402000" * @return {string} */ + + toFormat(fmt) { - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + // reverse-compat since 1.2; we always round down now, never up, and we do it by default - var fmtOpts = duration_objectSpread(duration_objectSpread({}, opts), {}, { + const fmtOpts = duration_objectSpread(duration_objectSpread({}, opts), {}, { floor: opts.round !== false && opts.floor !== false }); + return this.isValid ? Formatter.create(this.loc, fmtOpts).formatDurationFromString(this, fmt) : INVALID; } - /** * Returns a string representation of a Duration with all units included. * To modify its behavior use the `listStyle` and any Intl.NumberFormat option, though `unitDisplay` is especially relevant. @@ -3827,13 +4245,17 @@ class Duration { * dur.toHuman({ unitDisplay: "short" }) //=> '1 day, 5 hr, 6 min' * ``` */ + + toHuman() { - var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; - var l = orderedUnits.map(unit => { - var val = this.values[unit]; + let opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + const l = orderedUnits.map(unit => { + const val = this.values[unit]; + if (isUndefined(val)) { return null; } + return this.loc.numberFormatter(duration_objectSpread(duration_objectSpread({ style: "unit", unitDisplay: "long" @@ -3846,17 +4268,17 @@ class Duration { style: opts.listStyle || "narrow" }, opts)).format(l); } - /** * Returns a JavaScript object with this Duration's values. * @example Duration.fromObject({ years: 1, days: 6, seconds: 2 }).toObject() //=> { years: 1, days: 6, seconds: 2 } * @return {Object} */ + + toObject() { if (!this.isValid) return {}; return duration_objectSpread({}, this.values); } - /** * Returns an ISO 8601-compliant string representation of this Duration. * @see https://en.wikipedia.org/wiki/ISO_8601#Durations @@ -3867,10 +4289,12 @@ class Duration { * @example Duration.fromObject({ milliseconds: 6 }).toISO() //=> 'PT0.006S' * @return {string} */ + + toISO() { // we could use the formatter, but this is an easier way to get the minimum string if (!this.isValid) return null; - var s = "P"; + let s = "P"; if (this.years !== 0) s += this.years + "Y"; if (this.months !== 0 || this.quarters !== 0) s += this.months + this.quarters * 3 + "M"; if (this.weeks !== 0) s += this.weeks + "W"; @@ -3878,14 +4302,12 @@ class Duration { if (this.hours !== 0 || this.minutes !== 0 || this.seconds !== 0 || this.milliseconds !== 0) s += "T"; if (this.hours !== 0) s += this.hours + "H"; if (this.minutes !== 0) s += this.minutes + "M"; - if (this.seconds !== 0 || this.milliseconds !== 0) - // this will handle "floating point madness" by removing extra decimal places + if (this.seconds !== 0 || this.milliseconds !== 0) // this will handle "floating point madness" by removing extra decimal places // https://stackoverflow.com/questions/588004/is-floating-point-math-broken s += roundTo(this.seconds + this.milliseconds / 1000, 3) + "S"; if (s === "P") s += "T0S"; return s; } - /** * Returns an ISO 8601-compliant string representation of this Duration, formatted as a time of day. * Note that this will return null if the duration is invalid, negative, or equal to or greater than 24 hours. @@ -3902,10 +4324,12 @@ class Duration { * @example Duration.fromObject({ hours: 11 }).toISOTime({ format: 'basic' }) //=> '110000.000' * @return {string} */ + + toISOTime() { - var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + let opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; if (!this.isValid) return null; - var millis = this.toMillis(); + const millis = this.toMillis(); if (millis < 0 || millis >= 86400000) return null; opts = duration_objectSpread({ suppressMilliseconds: false, @@ -3913,84 +4337,106 @@ class Duration { includePrefix: false, format: "extended" }, opts); - var value = this.shiftTo("hours", "minutes", "seconds", "milliseconds"); - var fmt = opts.format === "basic" ? "hhmm" : "hh:mm"; + const value = this.shiftTo("hours", "minutes", "seconds", "milliseconds"); + let fmt = opts.format === "basic" ? "hhmm" : "hh:mm"; + if (!opts.suppressSeconds || value.seconds !== 0 || value.milliseconds !== 0) { fmt += opts.format === "basic" ? "ss" : ":ss"; + if (!opts.suppressMilliseconds || value.milliseconds !== 0) { fmt += ".SSS"; } } - var str = value.toFormat(fmt); + + let str = value.toFormat(fmt); + if (opts.includePrefix) { str = "T" + str; } + return str; } - /** * Returns an ISO 8601 representation of this Duration appropriate for use in JSON. * @return {string} */ + + toJSON() { return this.toISO(); } - /** * Returns an ISO 8601 representation of this Duration appropriate for use in debugging. * @return {string} */ + + toString() { return this.toISO(); } - /** * Returns an milliseconds value of this Duration. * @return {number} */ + + toMillis() { return this.as("milliseconds"); } - /** * Returns an milliseconds value of this Duration. Alias of {@link toMillis} * @return {number} */ + + valueOf() { return this.toMillis(); } - /** * Make this Duration longer by the specified amount. Return a newly-constructed Duration. * @param {Duration|Object|number} duration - The amount to add. Either a Luxon Duration, a number of milliseconds, the object argument to Duration.fromObject() * @return {Duration} */ + + plus(duration) { if (!this.isValid) return this; - var dur = Duration.fromDurationLike(duration), - result = {}; - for (var _i2 = 0, _orderedUnits = orderedUnits; _i2 < _orderedUnits.length; _i2++) { - var k = _orderedUnits[_i2]; - if (util_hasOwnProperty(dur.values, k) || util_hasOwnProperty(this.values, k)) { - result[k] = dur.get(k) + this.get(k); + const dur = Duration.fromDurationLike(duration), + result = {}; + + var _iterator = duration_createForOfIteratorHelper(orderedUnits), + _step; + + try { + for (_iterator.s(); !(_step = _iterator.n()).done;) { + const k = _step.value; + + if (util_hasOwnProperty(dur.values, k) || util_hasOwnProperty(this.values, k)) { + result[k] = dur.get(k) + this.get(k); + } } + } catch (err) { + _iterator.e(err); + } finally { + _iterator.f(); } + return clone(this, { values: result }, true); } - /** * Make this Duration shorter by the specified amount. Return a newly-constructed Duration. * @param {Duration|Object|number} duration - The amount to subtract. Either a Luxon Duration, a number of milliseconds, the object argument to Duration.fromObject() * @return {Duration} */ + + minus(duration) { if (!this.isValid) return this; - var dur = Duration.fromDurationLike(duration); + const dur = Duration.fromDurationLike(duration); return this.plus(dur.negate()); } - /** * Scale this Duration by the specified amount. Return a newly-constructed Duration. * @param {function} fn - The function to apply to each unit. Arity is 1 or 2: the value of the unit and, optionally, the unit name. Must return a number. @@ -3998,18 +4444,21 @@ class Duration { * @example Duration.fromObject({ hours: 1, minutes: 30 }).mapUnits((x, u) => u === "hours" ? x * 2 : x) //=> { hours: 2, minutes: 30 } * @return {Duration} */ + + mapUnits(fn) { if (!this.isValid) return this; - var result = {}; - for (var _i3 = 0, _Object$keys = Object.keys(this.values); _i3 < _Object$keys.length; _i3++) { - var k = _Object$keys[_i3]; + const result = {}; + + for (var _i2 = 0, _Object$keys = Object.keys(this.values); _i2 < _Object$keys.length; _i2++) { + const k = _Object$keys[_i2]; result[k] = asNumber(fn(this.values[k], k)); } + return clone(this, { values: result }, true); } - /** * Get the value of unit. * @param {string} unit - a unit such as 'minute' or 'day' @@ -4018,10 +4467,11 @@ class Duration { * @example Duration.fromObject({years: 2, days: 3}).get('days') //=> 3 * @return {number} */ + + get(unit) { return this[Duration.normalizeUnit(unit)]; } - /** * "Set" the values of specified units. Return a newly-constructed Duration. * @param {Object} values - a mapping of units to numbers @@ -4029,37 +4479,42 @@ class Duration { * @example dur.set({ hours: 8, minutes: 30 }) * @return {Duration} */ + + set(values) { if (!this.isValid) return this; - var mixed = duration_objectSpread(duration_objectSpread({}, this.values), normalizeObject(values, Duration.normalizeUnit)); + + const mixed = duration_objectSpread(duration_objectSpread({}, this.values), normalizeObject(values, Duration.normalizeUnit)); + return clone(this, { values: mixed }); } - /** * "Set" the locale and/or numberingSystem. Returns a newly-constructed Duration. * @example dur.reconfigure({ locale: 'en-GB' }) * @return {Duration} */ + + reconfigure() { - var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, - locale = _ref.locale, - numberingSystem = _ref.numberingSystem, - conversionAccuracy = _ref.conversionAccuracy, - matrix = _ref.matrix; - var loc = this.loc.clone({ + let _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, + locale = _ref.locale, + numberingSystem = _ref.numberingSystem, + conversionAccuracy = _ref.conversionAccuracy, + matrix = _ref.matrix; + + const loc = this.loc.clone({ locale, numberingSystem }); - var opts = { + const opts = { loc, matrix, conversionAccuracy }; return clone(this, opts); } - /** * Return the length of the duration in the specified unit. * @param {string} unit - a unit such as 'minutes' or 'days' @@ -4068,269 +4523,326 @@ class Duration { * @example Duration.fromObject({hours: 60}).as('days') //=> 2.5 * @return {number} */ + + as(unit) { return this.isValid ? this.shiftTo(unit).get(unit) : NaN; } - /** * Reduce this Duration to its canonical representation in its current units. * @example Duration.fromObject({ years: 2, days: 5000 }).normalize().toObject() //=> { years: 15, days: 255 } * @example Duration.fromObject({ hours: 12, minutes: -45 }).normalize().toObject() //=> { hours: 11, minutes: 15 } * @return {Duration} */ + + normalize() { if (!this.isValid) return this; - var vals = this.toObject(); + const vals = this.toObject(); normalizeValues(this.matrix, vals); return clone(this, { values: vals }, true); } - /** * Rescale units to its largest representation * @example Duration.fromObject({ milliseconds: 90000 }).rescale().toObject() //=> { minutes: 1, seconds: 30 } * @return {Duration} */ + + rescale() { if (!this.isValid) return this; - var vals = removeZeroes(this.normalize().shiftToAll().toObject()); + const vals = removeZeroes(this.normalize().shiftToAll().toObject()); return clone(this, { values: vals }, true); } - /** * Convert this Duration into its representation in a different set of units. * @example Duration.fromObject({ hours: 1, seconds: 30 }).shiftTo('minutes', 'milliseconds').toObject() //=> { minutes: 60, milliseconds: 30000 } * @return {Duration} */ + + shiftTo() { for (var _len = arguments.length, units = new Array(_len), _key = 0; _key < _len; _key++) { units[_key] = arguments[_key]; } + if (!this.isValid) return this; + if (units.length === 0) { return this; } + units = units.map(u => Duration.normalizeUnit(u)); - var built = {}, - accumulated = {}, - vals = this.toObject(); - var lastUnit; - for (var _i4 = 0, _orderedUnits2 = orderedUnits; _i4 < _orderedUnits2.length; _i4++) { - var k = _orderedUnits2[_i4]; - if (units.indexOf(k) >= 0) { - lastUnit = k; - var own = 0; - - // anything we haven't boiled down yet should get boiled to this unit - for (var ak in accumulated) { - own += this.matrix[ak][k] * accumulated[ak]; - accumulated[ak] = 0; - } - - // plus anything that's already in this unit - if (isNumber(vals[k])) { - own += vals[k]; - } - var i = Math.trunc(own); - built[k] = i; - accumulated[k] = (own * 1000 - i * 1000) / 1000; - - // plus anything further down the chain that should be rolled up in to this - for (var down in vals) { - if (orderedUnits.indexOf(down) > orderedUnits.indexOf(k)) { - convert(this.matrix, vals, down, built, k); + const built = {}, + accumulated = {}, + vals = this.toObject(); + let lastUnit; + + var _iterator2 = duration_createForOfIteratorHelper(orderedUnits), + _step2; + + try { + for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) { + const k = _step2.value; + + if (units.indexOf(k) >= 0) { + lastUnit = k; + let own = 0; // anything we haven't boiled down yet should get boiled to this unit + + for (const ak in accumulated) { + own += this.matrix[ak][k] * accumulated[ak]; + accumulated[ak] = 0; + } // plus anything that's already in this unit + + + if (isNumber(vals[k])) { + own += vals[k]; } + + const i = Math.trunc(own); + built[k] = i; + accumulated[k] = (own * 1000 - i * 1000) / 1000; // plus anything further down the chain that should be rolled up in to this + + for (const down in vals) { + if (orderedUnits.indexOf(down) > orderedUnits.indexOf(k)) { + convert(this.matrix, vals, down, built, k); + } + } // otherwise, keep it in the wings to boil it later + + } else if (isNumber(vals[k])) { + accumulated[k] = vals[k]; } - // otherwise, keep it in the wings to boil it later - } else if (isNumber(vals[k])) { - accumulated[k] = vals[k]; - } + } // anything leftover becomes the decimal for the last unit + // lastUnit must be defined since units is not empty + + } catch (err) { + _iterator2.e(err); + } finally { + _iterator2.f(); } - // anything leftover becomes the decimal for the last unit - // lastUnit must be defined since units is not empty - for (var key in accumulated) { + for (const key in accumulated) { if (accumulated[key] !== 0) { built[lastUnit] += key === lastUnit ? accumulated[key] : accumulated[key] / this.matrix[lastUnit][key]; } } + return clone(this, { values: built }, true).normalize(); } - /** * Shift this Duration to all available units. * Same as shiftTo("years", "months", "weeks", "days", "hours", "minutes", "seconds", "milliseconds") * @return {Duration} */ + + shiftToAll() { if (!this.isValid) return this; return this.shiftTo("years", "months", "weeks", "days", "hours", "minutes", "seconds", "milliseconds"); } - /** * Return the negative of this Duration. * @example Duration.fromObject({ hours: 1, seconds: 30 }).negate().toObject() //=> { hours: -1, seconds: -30 } * @return {Duration} */ + + negate() { if (!this.isValid) return this; - var negated = {}; - for (var _i5 = 0, _Object$keys2 = Object.keys(this.values); _i5 < _Object$keys2.length; _i5++) { - var k = _Object$keys2[_i5]; + const negated = {}; + + for (var _i3 = 0, _Object$keys2 = Object.keys(this.values); _i3 < _Object$keys2.length; _i3++) { + const k = _Object$keys2[_i3]; negated[k] = this.values[k] === 0 ? 0 : -this.values[k]; } + return clone(this, { values: negated }, true); } - /** * Get the years. * @type {number} */ + + get years() { return this.isValid ? this.values.years || 0 : NaN; } - /** * Get the quarters. * @type {number} */ + + get quarters() { return this.isValid ? this.values.quarters || 0 : NaN; } - /** * Get the months. * @type {number} */ + + get months() { return this.isValid ? this.values.months || 0 : NaN; } - /** * Get the weeks * @type {number} */ + + get weeks() { return this.isValid ? this.values.weeks || 0 : NaN; } - /** * Get the days. * @type {number} */ + + get days() { return this.isValid ? this.values.days || 0 : NaN; } - /** * Get the hours. * @type {number} */ + + get hours() { return this.isValid ? this.values.hours || 0 : NaN; } - /** * Get the minutes. * @type {number} */ + + get minutes() { return this.isValid ? this.values.minutes || 0 : NaN; } - /** * Get the seconds. * @return {number} */ + + get seconds() { return this.isValid ? this.values.seconds || 0 : NaN; } - /** * Get the milliseconds. * @return {number} */ + + get milliseconds() { return this.isValid ? this.values.milliseconds || 0 : NaN; } - /** * Returns whether the Duration is invalid. Invalid durations are returned by diff operations * on invalid DateTimes or Intervals. * @return {boolean} */ + + get isValid() { return this.invalid === null; } - /** * Returns an error code if this Duration became invalid, or null if the Duration is valid * @return {string} */ + + get invalidReason() { return this.invalid ? this.invalid.reason : null; } - /** * Returns an explanation of why this Duration became invalid, or null if the Duration is valid * @type {string} */ + + get invalidExplanation() { return this.invalid ? this.invalid.explanation : null; } - /** * Equality check * Two Durations are equal iff they have the same units and the same values for each unit. * @param {Duration} other * @return {boolean} */ + + equals(other) { if (!this.isValid || !other.isValid) { return false; } + if (!this.loc.equals(other.loc)) { return false; } + function eq(v1, v2) { // Consider 0 and undefined as equal if (v1 === undefined || v1 === 0) return v2 === undefined || v2 === 0; return v1 === v2; } - for (var _i6 = 0, _orderedUnits3 = orderedUnits; _i6 < _orderedUnits3.length; _i6++) { - var u = _orderedUnits3[_i6]; - if (!eq(this.values[u], other.values[u])) { - return false; + + var _iterator3 = duration_createForOfIteratorHelper(orderedUnits), + _step3; + + try { + for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) { + const u = _step3.value; + + if (!eq(this.values[u], other.values[u])) { + return false; + } } + } catch (err) { + _iterator3.e(err); + } finally { + _iterator3.f(); } + return true; } + } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/interval.js -function interval_createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = interval_unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t.return || t.return(); } finally { if (u) throw o; } } }; } -function interval_slicedToArray(r, e) { return interval_arrayWithHoles(r) || interval_iterableToArrayLimit(r, e) || interval_unsupportedIterableToArray(r, e) || interval_nonIterableRest(); } +;// CONCATENATED MODULE: ./node_modules/luxon/src/interval.js +function interval_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = interval_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e2) { throw _e2; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e3) { didErr = true; err = _e3; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; } + +function interval_slicedToArray(arr, i) { return interval_arrayWithHoles(arr) || interval_iterableToArrayLimit(arr, i) || interval_unsupportedIterableToArray(arr, i) || interval_nonIterableRest(); } + function interval_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } -function interval_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return interval_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? interval_arrayLikeToArray(r, a) : void 0; } } -function interval_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; } -function interval_iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } } -function interval_arrayWithHoles(r) { if (Array.isArray(r)) return r; } +function interval_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return interval_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return interval_arrayLikeToArray(o, minLen); } + +function interval_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } + +function interval_iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } + +function interval_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } -var interval_INVALID = "Invalid Interval"; -// checks if the start is equal to or before the end + +const interval_INVALID = "Invalid Interval"; // checks if the start is equal to or before the end + function validateStartEnd(start, end) { if (!start || !start.isValid) { return Interval.invalid("missing or invalid start"); @@ -4342,7 +4854,6 @@ function validateStartEnd(start, end) { return null; } } - /** * An Interval object represents a half-open interval of time, where each endpoint is a {@link DateTime}. Conceptually, it's a container for those two endpoints, accompanied by methods for creating, parsing, interrogating, comparing, transforming, and formatting them. * @@ -4355,6 +4866,8 @@ function validateStartEnd(start, end) { * * **Comparison** To compare this Interval to another one, use {@link Interval#equals}, {@link Interval#overlaps}, {@link Interval#abutsStart}, {@link Interval#abutsEnd}, {@link Interval#engulfs} * * **Output** To convert the Interval into other representations, see {@link Interval#toString}, {@link Interval#toLocaleString}, {@link Interval#toISO}, {@link Interval#toISODate}, {@link Interval#toISOTime}, {@link Interval#toFormat}, and {@link Interval#toDuration}. */ + + class Interval { /** * @private @@ -4367,29 +4880,36 @@ class Interval { /** * @access private */ + this.e = config.end; /** * @access private */ + this.invalid = config.invalid || null; /** * @access private */ + this.isLuxonInterval = true; } - /** * Create an invalid Interval. * @param {string} reason - simple string of why this Interval is invalid. Should not contain parameters or anything else data-dependent * @param {string} [explanation=null] - longer explanation, may include parameters and other useful debugging information * @return {Interval} */ + + static invalid(reason) { - var explanation = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + let explanation = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + if (!reason) { throw new InvalidArgumentError("need to specify a reason the Interval is invalid"); } - var invalid = reason instanceof Invalid ? reason : new Invalid(reason, explanation); + + const invalid = reason instanceof Invalid ? reason : new Invalid(reason, explanation); + if (Settings.throwOnInvalid) { throw new InvalidIntervalError(invalid); } else { @@ -4398,17 +4918,19 @@ class Interval { }); } } - /** * Create an Interval from a start DateTime and an end DateTime. Inclusive of the start but not the end. * @param {DateTime|Date|Object} start * @param {DateTime|Date|Object} end * @return {Interval} */ + + static fromDateTimes(start, end) { - var builtStart = friendlyDateTime(start), - builtEnd = friendlyDateTime(end); - var validateError = validateStartEnd(builtStart, builtEnd); + const builtStart = friendlyDateTime(start), + builtEnd = friendlyDateTime(end); + const validateError = validateStartEnd(builtStart, builtEnd); + if (validateError == null) { return new Interval({ start: builtStart, @@ -4418,31 +4940,32 @@ class Interval { return validateError; } } - /** * Create an Interval from a start DateTime and a Duration to extend to. * @param {DateTime|Date|Object} start * @param {Duration|Object|number} duration - the length of the Interval. * @return {Interval} */ + + static after(start, duration) { - var dur = Duration.fromDurationLike(duration), - dt = friendlyDateTime(start); + const dur = Duration.fromDurationLike(duration), + dt = friendlyDateTime(start); return Interval.fromDateTimes(dt, dt.plus(dur)); } - /** * Create an Interval from an end DateTime and a Duration to extend backwards to. * @param {DateTime|Date|Object} end * @param {Duration|Object|number} duration - the length of the Interval. * @return {Interval} */ + + static before(end, duration) { - var dur = Duration.fromDurationLike(duration), - dt = friendlyDateTime(end); + const dur = Duration.fromDurationLike(duration), + dt = friendlyDateTime(end); return Interval.fromDateTimes(dt.minus(dur), dt); } - /** * Create an Interval from an ISO 8601 string. * Accepts `/`, `/`, and `/` formats. @@ -4451,103 +4974,120 @@ class Interval { * @see https://en.wikipedia.org/wiki/ISO_8601#Time_intervals * @return {Interval} */ + + static fromISO(text, opts) { - var _split = (text || "").split("/", 2), - _split2 = interval_slicedToArray(_split, 2), - s = _split2[0], - e = _split2[1]; + const _split = (text || "").split("/", 2), + _split2 = interval_slicedToArray(_split, 2), + s = _split2[0], + e = _split2[1]; + if (s && e) { - var start, startIsValid; + let start, startIsValid; + try { start = DateTime.fromISO(s, opts); startIsValid = start.isValid; } catch (e) { startIsValid = false; } - var end, endIsValid; + + let end, endIsValid; + try { end = DateTime.fromISO(e, opts); endIsValid = end.isValid; } catch (e) { endIsValid = false; } + if (startIsValid && endIsValid) { return Interval.fromDateTimes(start, end); } + if (startIsValid) { - var dur = Duration.fromISO(e, opts); + const dur = Duration.fromISO(e, opts); + if (dur.isValid) { return Interval.after(start, dur); } } else if (endIsValid) { - var _dur = Duration.fromISO(s, opts); - if (_dur.isValid) { - return Interval.before(end, _dur); + const dur = Duration.fromISO(s, opts); + + if (dur.isValid) { + return Interval.before(end, dur); } } } + return Interval.invalid("unparsable", `the input "${text}" can't be parsed as ISO 8601`); } - /** * Check if an object is an Interval. Works across context boundaries * @param {object} o * @return {boolean} */ + + static isInterval(o) { return o && o.isLuxonInterval || false; } - /** * Returns the start of the Interval * @type {DateTime} */ + + get start() { return this.isValid ? this.s : null; } - /** * Returns the end of the Interval * @type {DateTime} */ + + get end() { return this.isValid ? this.e : null; } - /** * Returns whether this Interval's end is at least its start, meaning that the Interval isn't 'backwards'. * @type {boolean} */ + + get isValid() { return this.invalidReason === null; } - /** * Returns an error code if this Interval is invalid, or null if the Interval is valid * @type {string} */ + + get invalidReason() { return this.invalid ? this.invalid.reason : null; } - /** * Returns an explanation of why this Interval became invalid, or null if the Interval is valid * @type {string} */ + + get invalidExplanation() { return this.invalid ? this.invalid.explanation : null; } - /** * Returns the length of the Interval in the specified unit. * @param {string} unit - the unit (such as 'hours' or 'days') to return the length in. * @return {number} */ + + length() { - var unit = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "milliseconds"; + let unit = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "milliseconds"; return this.isValid ? this.toDuration(...[unit]).get(unit) : NaN; } - /** * Returns the count of minutes, hours, days, months, or years included in the Interval, even in part. * Unlike {@link Interval#length} this counts sections of the calendar, not periods of time, e.g. specifying 'day' @@ -4555,61 +5095,67 @@ class Interval { * @param {string} [unit='milliseconds'] - the unit of time to count. * @return {number} */ + + count() { - var unit = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "milliseconds"; + let unit = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "milliseconds"; if (!this.isValid) return NaN; - var start = this.start.startOf(unit), - end = this.end.startOf(unit); + const start = this.start.startOf(unit), + end = this.end.startOf(unit); return Math.floor(end.diff(start, unit).get(unit)) + 1; } - /** * Returns whether this Interval's start and end are both in the same unit of time * @param {string} unit - the unit of time to check sameness on * @return {boolean} */ + + hasSame(unit) { return this.isValid ? this.isEmpty() || this.e.minus(1).hasSame(this.s, unit) : false; } - /** * Return whether this Interval has the same start and end DateTimes. * @return {boolean} */ + + isEmpty() { return this.s.valueOf() === this.e.valueOf(); } - /** * Return whether this Interval's start is after the specified DateTime. * @param {DateTime} dateTime * @return {boolean} */ + + isAfter(dateTime) { if (!this.isValid) return false; return this.s > dateTime; } - /** * Return whether this Interval's end is before the specified DateTime. * @param {DateTime} dateTime * @return {boolean} */ + + isBefore(dateTime) { if (!this.isValid) return false; return this.e <= dateTime; } - /** * Return whether this Interval contains the specified DateTime. * @param {DateTime} dateTime * @return {boolean} */ + + contains(dateTime) { if (!this.isValid) return false; return this.s <= dateTime && this.e > dateTime; } - /** * "Sets" the start and/or end dates. Returns a newly-constructed Interval. * @param {Object} values - the values to set @@ -4617,124 +5163,143 @@ class Interval { * @param {DateTime} values.end - the ending DateTime * @return {Interval} */ + + set() { - var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, - start = _ref.start, - end = _ref.end; + let _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, + start = _ref.start, + end = _ref.end; + if (!this.isValid) return this; return Interval.fromDateTimes(start || this.s, end || this.e); } - /** * Split this Interval at each of the specified DateTimes * @param {...DateTime} dateTimes - the unit of time to count. * @return {Array} */ + + splitAt() { if (!this.isValid) return []; + for (var _len = arguments.length, dateTimes = new Array(_len), _key = 0; _key < _len; _key++) { dateTimes[_key] = arguments[_key]; } - var sorted = dateTimes.map(friendlyDateTime).filter(d => this.contains(d)).sort(), - results = []; - var s = this.s, - i = 0; + + const sorted = dateTimes.map(friendlyDateTime).filter(d => this.contains(d)).sort(), + results = []; + let s = this.s, + i = 0; + while (s < this.e) { - var added = sorted[i] || this.e, - next = +added > +this.e ? this.e : added; + const added = sorted[i] || this.e, + next = +added > +this.e ? this.e : added; results.push(Interval.fromDateTimes(s, next)); s = next; i += 1; } + return results; } - /** * Split this Interval into smaller Intervals, each of the specified length. * Left over time is grouped into a smaller interval * @param {Duration|Object|number} duration - The length of each resulting interval. * @return {Array} */ + + splitBy(duration) { - var dur = Duration.fromDurationLike(duration); + const dur = Duration.fromDurationLike(duration); + if (!this.isValid || !dur.isValid || dur.as("milliseconds") === 0) { return []; } - var s = this.s, - idx = 1, - next; - var results = []; + + let s = this.s, + idx = 1, + next; + const results = []; + while (s < this.e) { - var added = this.start.plus(dur.mapUnits(x => x * idx)); + const added = this.start.plus(dur.mapUnits(x => x * idx)); next = +added > +this.e ? this.e : added; results.push(Interval.fromDateTimes(s, next)); s = next; idx += 1; } + return results; } - /** * Split this Interval into the specified number of smaller intervals. * @param {number} numberOfParts - The number of Intervals to divide the Interval into. * @return {Array} */ + + divideEqually(numberOfParts) { if (!this.isValid) return []; return this.splitBy(this.length() / numberOfParts).slice(0, numberOfParts); } - /** * Return whether this Interval overlaps with the specified Interval * @param {Interval} other * @return {boolean} */ + + overlaps(other) { return this.e > other.s && this.s < other.e; } - /** * Return whether this Interval's end is adjacent to the specified Interval's start. * @param {Interval} other * @return {boolean} */ + + abutsStart(other) { if (!this.isValid) return false; return +this.e === +other.s; } - /** * Return whether this Interval's start is adjacent to the specified Interval's end. * @param {Interval} other * @return {boolean} */ + + abutsEnd(other) { if (!this.isValid) return false; return +other.e === +this.s; } - /** * Return whether this Interval engulfs the start and end of the specified Interval. * @param {Interval} other * @return {boolean} */ + + engulfs(other) { if (!this.isValid) return false; return this.s <= other.s && this.e >= other.e; } - /** * Return whether this Interval has the same start and end as the specified Interval. * @param {Interval} other * @return {boolean} */ + + equals(other) { if (!this.isValid || !other.isValid) { return false; } + return this.s.equals(other.s) && this.e.equals(other.e); } - /** * Return an Interval representing the intersection of this Interval and the specified Interval. * Specifically, the resulting Interval has the maximum start time and the minimum end time of the two Intervals. @@ -4742,88 +5307,101 @@ class Interval { * @param {Interval} other * @return {Interval} */ + + intersection(other) { if (!this.isValid) return this; - var s = this.s > other.s ? this.s : other.s, - e = this.e < other.e ? this.e : other.e; + const s = this.s > other.s ? this.s : other.s, + e = this.e < other.e ? this.e : other.e; + if (s >= e) { return null; } else { return Interval.fromDateTimes(s, e); } } - /** * Return an Interval representing the union of this Interval and the specified Interval. * Specifically, the resulting Interval has the minimum start time and the maximum end time of the two Intervals. * @param {Interval} other * @return {Interval} */ + + union(other) { if (!this.isValid) return this; - var s = this.s < other.s ? this.s : other.s, - e = this.e > other.e ? this.e : other.e; + const s = this.s < other.s ? this.s : other.s, + e = this.e > other.e ? this.e : other.e; return Interval.fromDateTimes(s, e); } - /** * Merge an array of Intervals into a equivalent minimal set of Intervals. * Combines overlapping and adjacent Intervals. * @param {Array} intervals * @return {Array} */ + + static merge(intervals) { - var _intervals$sort$reduc = intervals.sort((a, b) => a.s - b.s).reduce((_ref2, item) => { - var _ref3 = interval_slicedToArray(_ref2, 2), + const _intervals$sort$reduc = intervals.sort((a, b) => a.s - b.s).reduce((_ref2, item) => { + let _ref3 = interval_slicedToArray(_ref2, 2), sofar = _ref3[0], current = _ref3[1]; - if (!current) { - return [sofar, item]; - } else if (current.overlaps(item) || current.abutsStart(item)) { - return [sofar, current.union(item)]; - } else { - return [sofar.concat([current]), item]; - } - }, [[], null]), - _intervals$sort$reduc2 = interval_slicedToArray(_intervals$sort$reduc, 2), - found = _intervals$sort$reduc2[0], - final = _intervals$sort$reduc2[1]; + + if (!current) { + return [sofar, item]; + } else if (current.overlaps(item) || current.abutsStart(item)) { + return [sofar, current.union(item)]; + } else { + return [sofar.concat([current]), item]; + } + }, [[], null]), + _intervals$sort$reduc2 = interval_slicedToArray(_intervals$sort$reduc, 2), + found = _intervals$sort$reduc2[0], + final = _intervals$sort$reduc2[1]; + if (final) { found.push(final); } + return found; } - /** * Return an array of Intervals representing the spans of time that only appear in one of the specified Intervals. * @param {Array} intervals * @return {Array} */ + + static xor(intervals) { - var start = null, - currentCount = 0; - var results = [], - ends = intervals.map(i => [{ - time: i.s, - type: "s" - }, { - time: i.e, - type: "e" - }]), - flattened = Array.prototype.concat(...ends), - arr = flattened.sort((a, b) => a.time - b.time); + let start = null, + currentCount = 0; + const results = [], + ends = intervals.map(i => [{ + time: i.s, + type: "s" + }, { + time: i.e, + type: "e" + }]), + flattened = Array.prototype.concat(...ends), + arr = flattened.sort((a, b) => a.time - b.time); + var _iterator = interval_createForOfIteratorHelper(arr), - _step; + _step; + try { for (_iterator.s(); !(_step = _iterator.n()).done;) { - var i = _step.value; + const i = _step.value; currentCount += i.type === "s" ? 1 : -1; + if (currentCount === 1) { start = i.time; } else { if (start && +start !== +i.time) { results.push(Interval.fromDateTimes(start, i.time)); } + start = null; } } @@ -4832,30 +5410,33 @@ class Interval { } finally { _iterator.f(); } + return Interval.merge(results); } - /** * Return an Interval representing the span of time in this Interval that doesn't overlap with any of the specified Intervals. * @param {...Interval} intervals * @return {Array} */ + + difference() { for (var _len2 = arguments.length, intervals = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) { intervals[_key2] = arguments[_key2]; } + return Interval.xor([this].concat(intervals)).map(i => this.intersection(i)).filter(i => i && !i.isEmpty()); } - /** * Returns a string representation of this Interval appropriate for debugging. * @return {string} */ + + toString() { if (!this.isValid) return interval_INVALID; return `[${this.s.toISO()} – ${this.e.toISO()})`; } - /** * Returns a localized string representing this Interval. Accepts the same options as the * Intl.DateTimeFormat constructor and any presets defined by Luxon, such as @@ -4874,34 +5455,37 @@ class Interval { * @example Interval.fromISO('2022-11-07T17:00Z/2022-11-07T19:00Z').toLocaleString({ weekday: 'short', month: 'short', day: '2-digit', hour: '2-digit', minute: '2-digit' }); //=> Mon, Nov 07, 6:00 – 8:00 p * @return {string} */ + + toLocaleString() { - var formatOpts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : DATE_SHORT; - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + let formatOpts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : DATE_SHORT; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; return this.isValid ? Formatter.create(this.s.loc.clone(opts), formatOpts).formatInterval(this) : interval_INVALID; } - /** * Returns an ISO 8601-compliant string representation of this Interval. * @see https://en.wikipedia.org/wiki/ISO_8601#Time_intervals * @param {Object} opts - The same options as {@link DateTime#toISO} * @return {string} */ + + toISO(opts) { if (!this.isValid) return interval_INVALID; return `${this.s.toISO(opts)}/${this.e.toISO(opts)}`; } - /** * Returns an ISO 8601-compliant string representation of date of this Interval. * The time components are ignored. * @see https://en.wikipedia.org/wiki/ISO_8601#Time_intervals * @return {string} */ + + toISODate() { if (!this.isValid) return interval_INVALID; return `${this.s.toISODate()}/${this.e.toISODate()}`; } - /** * Returns an ISO 8601-compliant string representation of time of this Interval. * The date components are ignored. @@ -4909,11 +5493,12 @@ class Interval { * @param {Object} opts - The same options as {@link DateTime#toISO} * @return {string} */ + + toISOTime(opts) { if (!this.isValid) return interval_INVALID; return `${this.s.toISOTime(opts)}/${this.e.toISOTime(opts)}`; } - /** * Returns a string representation of this Interval formatted according to the specified format * string. **You may not want this.** See {@link Interval#toLocaleString} for a more flexible @@ -4925,14 +5510,16 @@ class Interval { * representations. * @return {string} */ + + toFormat(dateFormat) { - var _ref4 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, - _ref4$separator = _ref4.separator, - separator = _ref4$separator === void 0 ? " – " : _ref4$separator; + let _ref4 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, + _ref4$separator = _ref4.separator, + separator = _ref4$separator === void 0 ? " – " : _ref4$separator; + if (!this.isValid) return interval_INVALID; return `${this.s.toFormat(dateFormat)}${separator}${this.e.toFormat(dateFormat)}`; } - /** * Return a Duration representing the time spanned by this interval. * @param {string|string[]} [unit=['milliseconds']] - the unit or units (such as 'hours' or 'days') to include in the duration. @@ -4945,13 +5532,15 @@ class Interval { * @example Interval.fromDateTimes(dt1, dt2).toDuration('seconds').toObject() //=> { seconds: 88489.257 } * @return {Duration} */ + + toDuration(unit, opts) { if (!this.isValid) { return Duration.invalid(this.invalidReason); } + return this.e.diff(this.s, unit, opts); } - /** * Run mapFn on the interval start and end, returning a new Interval from the resulting DateTimes * @param {function} mapFn @@ -4959,12 +5548,14 @@ class Interval { * @example Interval.fromDateTimes(dt1, dt2).mapEndpoints(endpoint => endpoint.toUTC()) * @example Interval.fromDateTimes(dt1, dt2).mapEndpoints(endpoint => endpoint.plus({ hours: 2 })) */ + + mapEndpoints(mapFn) { return Interval.fromDateTimes(mapFn(this.s), mapFn(this.e)); } -} -;// CONCATENATED MODULE: ../../node_modules/luxon/src/info.js +} +;// CONCATENATED MODULE: ./node_modules/luxon/src/info.js @@ -4974,6 +5565,7 @@ class Interval { /** * The Info class contains static methods for retrieving general time and date related data. For example, it has methods for finding out if a time zone has a DST, for listing the months in any supported locale, and for discovering which of Luxon features are available in the current environment. */ + class Info { /** * Return whether the specified zone contains a DST. @@ -4981,24 +5573,24 @@ class Info { * @return {boolean} */ static hasDST() { - var zone = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : Settings.defaultZone; - var proto = DateTime.now().setZone(zone).set({ + let zone = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : Settings.defaultZone; + const proto = DateTime.now().setZone(zone).set({ month: 12 }); return !zone.isUniversal && proto.offset !== proto.set({ month: 6 }).offset; } - /** * Return whether the specified zone is a valid IANA specifier. * @param {string} zone - Zone to check * @return {boolean} */ + + static isValidIANAZone(zone) { return IANAZone.isValidZone(zone); } - /** * Converts the input into a {@link Zone} instance. * @@ -5013,10 +5605,11 @@ class Info { * @param {string|Zone|number} [input] - the value to be converted * @return {Zone} */ + + static normalizeZone(input) { return normalizeZone(input, Settings.defaultZone); } - /** * Return an array of standalone month names. * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat @@ -5034,20 +5627,23 @@ class Info { * @example Info.months('long', { outputCalendar: 'islamic' })[0] //=> 'Rabiʻ I' * @return {Array} */ + + static months() { - var length = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "long"; - var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, - _ref$locale = _ref.locale, - locale = _ref$locale === void 0 ? null : _ref$locale, - _ref$numberingSystem = _ref.numberingSystem, - numberingSystem = _ref$numberingSystem === void 0 ? null : _ref$numberingSystem, - _ref$locObj = _ref.locObj, - locObj = _ref$locObj === void 0 ? null : _ref$locObj, - _ref$outputCalendar = _ref.outputCalendar, - outputCalendar = _ref$outputCalendar === void 0 ? "gregory" : _ref$outputCalendar; + let length = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "long"; + + let _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, + _ref$locale = _ref.locale, + locale = _ref$locale === void 0 ? null : _ref$locale, + _ref$numberingSystem = _ref.numberingSystem, + numberingSystem = _ref$numberingSystem === void 0 ? null : _ref$numberingSystem, + _ref$locObj = _ref.locObj, + locObj = _ref$locObj === void 0 ? null : _ref$locObj, + _ref$outputCalendar = _ref.outputCalendar, + outputCalendar = _ref$outputCalendar === void 0 ? "gregory" : _ref$outputCalendar; + return (locObj || Locale.create(locale, numberingSystem, outputCalendar)).months(length); } - /** * Return an array of format month names. * Format months differ from standalone months in that they're meant to appear next to the day of the month. In some languages, that @@ -5061,20 +5657,23 @@ class Info { * @param {string} [opts.outputCalendar='gregory'] - the calendar * @return {Array} */ + + static monthsFormat() { - var length = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "long"; - var _ref2 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, - _ref2$locale = _ref2.locale, - locale = _ref2$locale === void 0 ? null : _ref2$locale, - _ref2$numberingSystem = _ref2.numberingSystem, - numberingSystem = _ref2$numberingSystem === void 0 ? null : _ref2$numberingSystem, - _ref2$locObj = _ref2.locObj, - locObj = _ref2$locObj === void 0 ? null : _ref2$locObj, - _ref2$outputCalendar = _ref2.outputCalendar, - outputCalendar = _ref2$outputCalendar === void 0 ? "gregory" : _ref2$outputCalendar; + let length = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "long"; + + let _ref2 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, + _ref2$locale = _ref2.locale, + locale = _ref2$locale === void 0 ? null : _ref2$locale, + _ref2$numberingSystem = _ref2.numberingSystem, + numberingSystem = _ref2$numberingSystem === void 0 ? null : _ref2$numberingSystem, + _ref2$locObj = _ref2.locObj, + locObj = _ref2$locObj === void 0 ? null : _ref2$locObj, + _ref2$outputCalendar = _ref2.outputCalendar, + outputCalendar = _ref2$outputCalendar === void 0 ? "gregory" : _ref2$outputCalendar; + return (locObj || Locale.create(locale, numberingSystem, outputCalendar)).months(length, true); } - /** * Return an array of standalone week names. * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat @@ -5089,18 +5688,21 @@ class Info { * @example Info.weekdays('short', { locale: 'ar' })[0] //=> 'الاثنين' * @return {Array} */ + + static weekdays() { - var length = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "long"; - var _ref3 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, - _ref3$locale = _ref3.locale, - locale = _ref3$locale === void 0 ? null : _ref3$locale, - _ref3$numberingSystem = _ref3.numberingSystem, - numberingSystem = _ref3$numberingSystem === void 0 ? null : _ref3$numberingSystem, - _ref3$locObj = _ref3.locObj, - locObj = _ref3$locObj === void 0 ? null : _ref3$locObj; + let length = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "long"; + + let _ref3 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, + _ref3$locale = _ref3.locale, + locale = _ref3$locale === void 0 ? null : _ref3$locale, + _ref3$numberingSystem = _ref3.numberingSystem, + numberingSystem = _ref3$numberingSystem === void 0 ? null : _ref3$numberingSystem, + _ref3$locObj = _ref3.locObj, + locObj = _ref3$locObj === void 0 ? null : _ref3$locObj; + return (locObj || Locale.create(locale, numberingSystem, null)).weekdays(length); } - /** * Return an array of format week names. * Format weekdays differ from standalone weekdays in that they're meant to appear next to more date information. In some languages, that @@ -5113,18 +5715,21 @@ class Info { * @param {string} [opts.locObj=null] - an existing locale object to use * @return {Array} */ + + static weekdaysFormat() { - var length = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "long"; - var _ref4 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, - _ref4$locale = _ref4.locale, - locale = _ref4$locale === void 0 ? null : _ref4$locale, - _ref4$numberingSystem = _ref4.numberingSystem, - numberingSystem = _ref4$numberingSystem === void 0 ? null : _ref4$numberingSystem, - _ref4$locObj = _ref4.locObj, - locObj = _ref4$locObj === void 0 ? null : _ref4$locObj; + let length = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "long"; + + let _ref4 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, + _ref4$locale = _ref4.locale, + locale = _ref4$locale === void 0 ? null : _ref4$locale, + _ref4$numberingSystem = _ref4.numberingSystem, + numberingSystem = _ref4$numberingSystem === void 0 ? null : _ref4$numberingSystem, + _ref4$locObj = _ref4.locObj, + locObj = _ref4$locObj === void 0 ? null : _ref4$locObj; + return (locObj || Locale.create(locale, numberingSystem, null)).weekdays(length, true); } - /** * Return an array of meridiems. * @param {Object} opts - options @@ -5133,13 +5738,15 @@ class Info { * @example Info.meridiems({ locale: 'my' }) //=> [ 'နံနက်', 'ညနေ' ] * @return {Array} */ + + static meridiems() { - var _ref5 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, - _ref5$locale = _ref5.locale, - locale = _ref5$locale === void 0 ? null : _ref5$locale; + let _ref5 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, + _ref5$locale = _ref5.locale, + locale = _ref5$locale === void 0 ? null : _ref5$locale; + return Locale.create(locale).meridiems(); } - /** * Return an array of eras, such as ['BC', 'AD']. The locale can be specified, but the calendar system is always Gregorian. * @param {string} [length='short'] - the length of the era representation, such as "short" or "long". @@ -5150,14 +5757,17 @@ class Info { * @example Info.eras('long', { locale: 'fr' }) //=> [ 'avant Jésus-Christ', 'après Jésus-Christ' ] * @return {Array} */ + + static eras() { - var length = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "short"; - var _ref6 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, - _ref6$locale = _ref6.locale, - locale = _ref6$locale === void 0 ? null : _ref6$locale; + let length = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "short"; + + let _ref6 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, + _ref6$locale = _ref6.locale, + locale = _ref6$locale === void 0 ? null : _ref6$locale; + return Locale.create(locale, null, "gregory").eras(length); } - /** * Return the set of available features in this environment. * Some features of Luxon are not available in all environments. For example, on older browsers, relative time formatting support is not available. Use this function to figure out if that's the case. @@ -5166,43 +5776,58 @@ class Info { * @example Info.features() //=> { relative: false } * @return {Object} */ + + static features() { return { relative: hasRelative() }; } + } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/impl/diff.js -function diff_slicedToArray(r, e) { return diff_arrayWithHoles(r) || diff_iterableToArrayLimit(r, e) || diff_unsupportedIterableToArray(r, e) || diff_nonIterableRest(); } +;// CONCATENATED MODULE: ./node_modules/luxon/src/impl/diff.js +function diff_slicedToArray(arr, i) { return diff_arrayWithHoles(arr) || diff_iterableToArrayLimit(arr, i) || diff_unsupportedIterableToArray(arr, i) || diff_nonIterableRest(); } + function diff_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } -function diff_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return diff_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? diff_arrayLikeToArray(r, a) : void 0; } } -function diff_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; } -function diff_iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } } -function diff_arrayWithHoles(r) { if (Array.isArray(r)) return r; } + +function diff_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return diff_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return diff_arrayLikeToArray(o, minLen); } + +function diff_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } + +function diff_iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } + +function diff_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } + + function dayDiff(earlier, later) { - var utcDayStart = dt => dt.toUTC(0, { - keepLocalTime: true - }).startOf("day").valueOf(), - ms = utcDayStart(later) - utcDayStart(earlier); + const utcDayStart = dt => dt.toUTC(0, { + keepLocalTime: true + }).startOf("day").valueOf(), + ms = utcDayStart(later) - utcDayStart(earlier); + return Math.floor(Duration.fromMillis(ms).as("days")); } + function highOrderDiffs(cursor, later, units) { - var differs = [["years", (a, b) => b.year - a.year], ["quarters", (a, b) => b.quarter - a.quarter + (b.year - a.year) * 4], ["months", (a, b) => b.month - a.month + (b.year - a.year) * 12], ["weeks", (a, b) => { - var days = dayDiff(a, b); + const differs = [["years", (a, b) => b.year - a.year], ["quarters", (a, b) => b.quarter - a.quarter + (b.year - a.year) * 4], ["months", (a, b) => b.month - a.month + (b.year - a.year) * 12], ["weeks", (a, b) => { + const days = dayDiff(a, b); return (days - days % 7) / 7; }], ["days", dayDiff]]; - var results = {}; - var earlier = cursor; - var lowestOrder, highWater; + const results = {}; + const earlier = cursor; + let lowestOrder, highWater; + for (var _i = 0, _differs = differs; _i < _differs.length; _i++) { - var _differs$_i = diff_slicedToArray(_differs[_i], 2), - unit = _differs$_i[0], - differ = _differs$_i[1]; + const _differs$_i = diff_slicedToArray(_differs[_i], 2), + unit = _differs$_i[0], + differ = _differs$_i[1]; + if (units.indexOf(unit) >= 0) { lowestOrder = unit; results[unit] = differ(cursor, later); highWater = earlier.plus(results); + if (highWater > later) { results[unit]--; cursor = earlier.plus(results); @@ -5211,42 +5836,55 @@ function highOrderDiffs(cursor, later, units) { } } } + return [cursor, results, highWater, lowestOrder]; } + /* harmony default export */ function diff(earlier, later, units, opts) { - var _highOrderDiffs = highOrderDiffs(earlier, later, units), - _highOrderDiffs2 = diff_slicedToArray(_highOrderDiffs, 4), - cursor = _highOrderDiffs2[0], - results = _highOrderDiffs2[1], - highWater = _highOrderDiffs2[2], - lowestOrder = _highOrderDiffs2[3]; - var remainingMillis = later - cursor; - var lowerOrderUnits = units.filter(u => ["hours", "minutes", "seconds", "milliseconds"].indexOf(u) >= 0); + let _highOrderDiffs = highOrderDiffs(earlier, later, units), + _highOrderDiffs2 = diff_slicedToArray(_highOrderDiffs, 4), + cursor = _highOrderDiffs2[0], + results = _highOrderDiffs2[1], + highWater = _highOrderDiffs2[2], + lowestOrder = _highOrderDiffs2[3]; + + const remainingMillis = later - cursor; + const lowerOrderUnits = units.filter(u => ["hours", "minutes", "seconds", "milliseconds"].indexOf(u) >= 0); + if (lowerOrderUnits.length === 0) { if (highWater < later) { highWater = cursor.plus({ [lowestOrder]: 1 }); } + if (highWater !== cursor) { results[lowestOrder] = (results[lowestOrder] || 0) + remainingMillis / (highWater - cursor); } } - var duration = Duration.fromObject(results, opts); + + const duration = Duration.fromObject(results, opts); + if (lowerOrderUnits.length > 0) { return Duration.fromMillis(remainingMillis, opts).shiftTo(...lowerOrderUnits).plus(duration); } else { return duration; } } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/impl/digits.js -function digits_slicedToArray(r, e) { return digits_arrayWithHoles(r) || digits_iterableToArrayLimit(r, e) || digits_unsupportedIterableToArray(r, e) || digits_nonIterableRest(); } +;// CONCATENATED MODULE: ./node_modules/luxon/src/impl/digits.js +function digits_slicedToArray(arr, i) { return digits_arrayWithHoles(arr) || digits_iterableToArrayLimit(arr, i) || digits_unsupportedIterableToArray(arr, i) || digits_nonIterableRest(); } + function digits_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } -function digits_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return digits_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? digits_arrayLikeToArray(r, a) : void 0; } } -function digits_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; } -function digits_iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } } -function digits_arrayWithHoles(r) { if (Array.isArray(r)) return r; } -var numberingSystems = { + +function digits_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return digits_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return digits_arrayLikeToArray(o, minLen); } + +function digits_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } + +function digits_iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } + +function digits_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } + +const numberingSystems = { arab: "[\u0660-\u0669]", arabext: "[\u06F0-\u06F9]", bali: "[\u1B50-\u1B59]", @@ -5269,7 +5907,7 @@ var numberingSystems = { tibt: "[\u0F20-\u0F29]", latn: "\\d" }; -var numberingSystemsUTF16 = { +const numberingSystemsUTF16 = { arab: [1632, 1641], arabext: [1776, 1785], bali: [6992, 7001], @@ -5290,75 +5928,92 @@ var numberingSystemsUTF16 = { thai: [3664, 3673], tibt: [3872, 3881] }; -var hanidecChars = numberingSystems.hanidec.replace(/[\[|\]]/g, "").split(""); +const hanidecChars = numberingSystems.hanidec.replace(/[\[|\]]/g, "").split(""); function parseDigits(str) { - var value = parseInt(str, 10); + let value = parseInt(str, 10); + if (isNaN(value)) { value = ""; - for (var i = 0; i < str.length; i++) { - var code = str.charCodeAt(i); + + for (let i = 0; i < str.length; i++) { + const code = str.charCodeAt(i); + if (str[i].search(numberingSystems.hanidec) !== -1) { value += hanidecChars.indexOf(str[i]); } else { - for (var key in numberingSystemsUTF16) { - var _numberingSystemsUTF = digits_slicedToArray(numberingSystemsUTF16[key], 2), - min = _numberingSystemsUTF[0], - max = _numberingSystemsUTF[1]; + for (const key in numberingSystemsUTF16) { + const _numberingSystemsUTF = digits_slicedToArray(numberingSystemsUTF16[key], 2), + min = _numberingSystemsUTF[0], + max = _numberingSystemsUTF[1]; + if (code >= min && code <= max) { value += code - min; } } } } + return parseInt(value, 10); } else { return value; } } function digitRegex(_ref) { - var numberingSystem = _ref.numberingSystem; - var append = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : ""; + let numberingSystem = _ref.numberingSystem; + let append = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : ""; return new RegExp(`${numberingSystems[numberingSystem || "latn"]}${append}`); } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/impl/tokenParser.js -function tokenParser_slicedToArray(r, e) { return tokenParser_arrayWithHoles(r) || tokenParser_iterableToArrayLimit(r, e) || tokenParser_unsupportedIterableToArray(r, e) || tokenParser_nonIterableRest(); } +;// CONCATENATED MODULE: ./node_modules/luxon/src/impl/tokenParser.js +function tokenParser_slicedToArray(arr, i) { return tokenParser_arrayWithHoles(arr) || tokenParser_iterableToArrayLimit(arr, i) || tokenParser_unsupportedIterableToArray(arr, i) || tokenParser_nonIterableRest(); } + function tokenParser_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } -function tokenParser_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return tokenParser_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? tokenParser_arrayLikeToArray(r, a) : void 0; } } -function tokenParser_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; } -function tokenParser_iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } } -function tokenParser_arrayWithHoles(r) { if (Array.isArray(r)) return r; } +function tokenParser_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return tokenParser_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return tokenParser_arrayLikeToArray(o, minLen); } + +function tokenParser_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } + +function tokenParser_iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } + +function tokenParser_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } -var MISSING_FTP = "missing Intl.DateTimeFormat.formatToParts support"; + + +const MISSING_FTP = "missing Intl.DateTimeFormat.formatToParts support"; + function intUnit(regex) { - var post = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : i => i; + let post = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : i => i; return { regex, deser: _ref => { - var _ref2 = tokenParser_slicedToArray(_ref, 1), - s = _ref2[0]; + let _ref2 = tokenParser_slicedToArray(_ref, 1), + s = _ref2[0]; + return post(parseDigits(s)); } }; } -var NBSP = String.fromCharCode(160); -var spaceOrNBSP = `[ ${NBSP}]`; -var spaceOrNBSPRegExp = new RegExp(spaceOrNBSP, "g"); + +const NBSP = String.fromCharCode(160); +const spaceOrNBSP = `[ ${NBSP}]`; +const spaceOrNBSPRegExp = new RegExp(spaceOrNBSP, "g"); + function fixListRegex(s) { // make dots optional and also make them literal // make space and non breakable space characters interchangeable return s.replace(/\./g, "\\.?").replace(spaceOrNBSPRegExp, spaceOrNBSP); } + function stripInsensitivities(s) { return s.replace(/\./g, "") // ignore dots that were made optional .replace(spaceOrNBSPRegExp, " ") // interchange space and nbsp .toLowerCase(); } + function oneOf(strings, startIndex) { if (strings === null) { return null; @@ -5366,184 +6021,242 @@ function oneOf(strings, startIndex) { return { regex: RegExp(strings.map(fixListRegex).join("|")), deser: _ref3 => { - var _ref4 = tokenParser_slicedToArray(_ref3, 1), - s = _ref4[0]; + let _ref4 = tokenParser_slicedToArray(_ref3, 1), + s = _ref4[0]; + return strings.findIndex(i => stripInsensitivities(s) === stripInsensitivities(i)) + startIndex; } }; } } + function offset(regex, groups) { return { regex, deser: _ref5 => { - var _ref6 = tokenParser_slicedToArray(_ref5, 3), - h = _ref6[1], - m = _ref6[2]; + let _ref6 = tokenParser_slicedToArray(_ref5, 3), + h = _ref6[1], + m = _ref6[2]; + return signedOffset(h, m); }, groups }; } + function simple(regex) { return { regex, deser: _ref7 => { - var _ref8 = tokenParser_slicedToArray(_ref7, 1), - s = _ref8[0]; + let _ref8 = tokenParser_slicedToArray(_ref7, 1), + s = _ref8[0]; + return s; } }; } + function escapeToken(value) { return value.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, "\\$&"); } + function unitForToken(token, loc) { - var one = digitRegex(loc), - two = digitRegex(loc, "{2}"), - three = digitRegex(loc, "{3}"), - four = digitRegex(loc, "{4}"), - six = digitRegex(loc, "{6}"), - oneOrTwo = digitRegex(loc, "{1,2}"), - oneToThree = digitRegex(loc, "{1,3}"), - oneToSix = digitRegex(loc, "{1,6}"), - oneToNine = digitRegex(loc, "{1,9}"), - twoToFour = digitRegex(loc, "{2,4}"), - fourToSix = digitRegex(loc, "{4,6}"), - literal = t => ({ - regex: RegExp(escapeToken(t.val)), - deser: _ref9 => { - var _ref10 = tokenParser_slicedToArray(_ref9, 1), + const one = digitRegex(loc), + two = digitRegex(loc, "{2}"), + three = digitRegex(loc, "{3}"), + four = digitRegex(loc, "{4}"), + six = digitRegex(loc, "{6}"), + oneOrTwo = digitRegex(loc, "{1,2}"), + oneToThree = digitRegex(loc, "{1,3}"), + oneToSix = digitRegex(loc, "{1,6}"), + oneToNine = digitRegex(loc, "{1,9}"), + twoToFour = digitRegex(loc, "{2,4}"), + fourToSix = digitRegex(loc, "{4,6}"), + literal = t => ({ + regex: RegExp(escapeToken(t.val)), + deser: _ref9 => { + let _ref10 = tokenParser_slicedToArray(_ref9, 1), s = _ref10[0]; - return s; - }, - literal: true - }), - unitate = t => { - if (token.literal) { - return literal(t); - } - switch (t.val) { - // era - case "G": - return oneOf(loc.eras("short", false), 0); - case "GG": - return oneOf(loc.eras("long", false), 0); - // years - case "y": - return intUnit(oneToSix); - case "yy": - return intUnit(twoToFour, untruncateYear); - case "yyyy": - return intUnit(four); - case "yyyyy": - return intUnit(fourToSix); - case "yyyyyy": - return intUnit(six); - // months - case "M": - return intUnit(oneOrTwo); - case "MM": - return intUnit(two); - case "MMM": - return oneOf(loc.months("short", true, false), 1); - case "MMMM": - return oneOf(loc.months("long", true, false), 1); - case "L": - return intUnit(oneOrTwo); - case "LL": - return intUnit(two); - case "LLL": - return oneOf(loc.months("short", false, false), 1); - case "LLLL": - return oneOf(loc.months("long", false, false), 1); - // dates - case "d": - return intUnit(oneOrTwo); - case "dd": - return intUnit(two); - // ordinals - case "o": - return intUnit(oneToThree); - case "ooo": - return intUnit(three); - // time - case "HH": - return intUnit(two); - case "H": - return intUnit(oneOrTwo); - case "hh": - return intUnit(two); - case "h": - return intUnit(oneOrTwo); - case "mm": - return intUnit(two); - case "m": - return intUnit(oneOrTwo); - case "q": - return intUnit(oneOrTwo); - case "qq": - return intUnit(two); - case "s": - return intUnit(oneOrTwo); - case "ss": - return intUnit(two); - case "S": - return intUnit(oneToThree); - case "SSS": - return intUnit(three); - case "u": - return simple(oneToNine); - case "uu": - return simple(oneOrTwo); - case "uuu": - return intUnit(one); - // meridiem - case "a": - return oneOf(loc.meridiems(), 0); - // weekYear (k) - case "kkkk": - return intUnit(four); - case "kk": - return intUnit(twoToFour, untruncateYear); - // weekNumber (W) - case "W": - return intUnit(oneOrTwo); - case "WW": - return intUnit(two); - // weekdays - case "E": - case "c": - return intUnit(one); - case "EEE": - return oneOf(loc.weekdays("short", false, false), 1); - case "EEEE": - return oneOf(loc.weekdays("long", false, false), 1); - case "ccc": - return oneOf(loc.weekdays("short", true, false), 1); - case "cccc": - return oneOf(loc.weekdays("long", true, false), 1); - // offset/zone - case "Z": - case "ZZ": - return offset(new RegExp(`([+-]${oneOrTwo.source})(?::(${two.source}))?`), 2); - case "ZZZ": - return offset(new RegExp(`([+-]${oneOrTwo.source})(${two.source})?`), 2); - // we don't support ZZZZ (PST) or ZZZZZ (Pacific Standard Time) in parsing - // because we don't have any way to figure out what they are - case "z": - return simple(/[a-z_+-/]{1,256}?/i); - default: - return literal(t); - } - }; - var unit = unitate(token) || { + + return s; + }, + literal: true + }), + unitate = t => { + if (token.literal) { + return literal(t); + } + + switch (t.val) { + // era + case "G": + return oneOf(loc.eras("short", false), 0); + + case "GG": + return oneOf(loc.eras("long", false), 0); + // years + + case "y": + return intUnit(oneToSix); + + case "yy": + return intUnit(twoToFour, untruncateYear); + + case "yyyy": + return intUnit(four); + + case "yyyyy": + return intUnit(fourToSix); + + case "yyyyyy": + return intUnit(six); + // months + + case "M": + return intUnit(oneOrTwo); + + case "MM": + return intUnit(two); + + case "MMM": + return oneOf(loc.months("short", true, false), 1); + + case "MMMM": + return oneOf(loc.months("long", true, false), 1); + + case "L": + return intUnit(oneOrTwo); + + case "LL": + return intUnit(two); + + case "LLL": + return oneOf(loc.months("short", false, false), 1); + + case "LLLL": + return oneOf(loc.months("long", false, false), 1); + // dates + + case "d": + return intUnit(oneOrTwo); + + case "dd": + return intUnit(two); + // ordinals + + case "o": + return intUnit(oneToThree); + + case "ooo": + return intUnit(three); + // time + + case "HH": + return intUnit(two); + + case "H": + return intUnit(oneOrTwo); + + case "hh": + return intUnit(two); + + case "h": + return intUnit(oneOrTwo); + + case "mm": + return intUnit(two); + + case "m": + return intUnit(oneOrTwo); + + case "q": + return intUnit(oneOrTwo); + + case "qq": + return intUnit(two); + + case "s": + return intUnit(oneOrTwo); + + case "ss": + return intUnit(two); + + case "S": + return intUnit(oneToThree); + + case "SSS": + return intUnit(three); + + case "u": + return simple(oneToNine); + + case "uu": + return simple(oneOrTwo); + + case "uuu": + return intUnit(one); + // meridiem + + case "a": + return oneOf(loc.meridiems(), 0); + // weekYear (k) + + case "kkkk": + return intUnit(four); + + case "kk": + return intUnit(twoToFour, untruncateYear); + // weekNumber (W) + + case "W": + return intUnit(oneOrTwo); + + case "WW": + return intUnit(two); + // weekdays + + case "E": + case "c": + return intUnit(one); + + case "EEE": + return oneOf(loc.weekdays("short", false, false), 1); + + case "EEEE": + return oneOf(loc.weekdays("long", false, false), 1); + + case "ccc": + return oneOf(loc.weekdays("short", true, false), 1); + + case "cccc": + return oneOf(loc.weekdays("long", true, false), 1); + // offset/zone + + case "Z": + case "ZZ": + return offset(new RegExp(`([+-]${oneOrTwo.source})(?::(${two.source}))?`), 2); + + case "ZZZ": + return offset(new RegExp(`([+-]${oneOrTwo.source})(${two.source})?`), 2); + // we don't support ZZZZ (PST) or ZZZZZ (Pacific Standard Time) in parsing + // because we don't have any way to figure out what they are + + case "z": + return simple(/[a-z_+-/]{1,256}?/i); + + default: + return literal(t); + } + }; + + const unit = unitate(token) || { invalidReason: MISSING_FTP }; unit.token = token; return unit; } -var partTypeStyleToTokenVal = { + +const partTypeStyleToTokenVal = { year: { "2-digit": "yy", numeric: "yyyyy" @@ -5581,100 +6294,132 @@ var partTypeStyleToTokenVal = { short: "ZZZ" } }; + function tokenForPart(part, formatOpts) { - var type = part.type, - value = part.value; + const type = part.type, + value = part.value; + if (type === "literal") { return { literal: true, val: value }; } - var style = formatOpts[type]; - var val = partTypeStyleToTokenVal[type]; + + const style = formatOpts[type]; + let val = partTypeStyleToTokenVal[type]; + if (typeof val === "object") { val = val[style]; } + if (val) { return { literal: false, val }; } + return undefined; } + function buildRegex(units) { - var re = units.map(u => u.regex).reduce((f, r) => `${f}(${r.source})`, ""); + const re = units.map(u => u.regex).reduce((f, r) => `${f}(${r.source})`, ""); return [`^${re}$`, units]; } + function match(input, regex, handlers) { - var matches = input.match(regex); + const matches = input.match(regex); + if (matches) { - var all = {}; - var matchIndex = 1; - for (var i in handlers) { + const all = {}; + let matchIndex = 1; + + for (const i in handlers) { if (util_hasOwnProperty(handlers, i)) { - var h = handlers[i], - groups = h.groups ? h.groups + 1 : 1; + const h = handlers[i], + groups = h.groups ? h.groups + 1 : 1; + if (!h.literal && h.token) { all[h.token.val[0]] = h.deser(matches.slice(matchIndex, matchIndex + groups)); } + matchIndex += groups; } } + return [matches, all]; } else { return [matches, {}]; } } + function dateTimeFromMatches(matches) { - var toField = token => { + const toField = token => { switch (token) { case "S": return "millisecond"; + case "s": return "second"; + case "m": return "minute"; + case "h": case "H": return "hour"; + case "d": return "day"; + case "o": return "ordinal"; + case "L": case "M": return "month"; + case "y": return "year"; + case "E": case "c": return "weekday"; + case "W": return "weekNumber"; + case "k": return "weekYear"; + case "q": return "quarter"; + default: return null; } }; - var zone = null; - var specificOffset; + + let zone = null; + let specificOffset; + if (!isUndefined(matches.z)) { zone = IANAZone.create(matches.z); } + if (!isUndefined(matches.Z)) { if (!zone) { zone = new FixedOffsetZone(matches.Z); } + specificOffset = matches.Z; } + if (!isUndefined(matches.q)) { matches.M = (matches.q - 1) * 3 + 1; } + if (!isUndefined(matches.h)) { if (matches.h < 12 && matches.a === 1) { matches.h += 12; @@ -5682,51 +6427,64 @@ function dateTimeFromMatches(matches) { matches.h = 0; } } + if (matches.G === 0 && matches.y) { matches.y = -matches.y; } + if (!isUndefined(matches.u)) { matches.S = parseMillis(matches.u); } - var vals = Object.keys(matches).reduce((r, k) => { - var f = toField(k); + + const vals = Object.keys(matches).reduce((r, k) => { + const f = toField(k); + if (f) { r[f] = matches[k]; } + return r; }, {}); return [vals, zone, specificOffset]; } -var dummyDateTimeCache = null; + +let dummyDateTimeCache = null; + function getDummyDateTime() { if (!dummyDateTimeCache) { dummyDateTimeCache = DateTime.fromMillis(1555555555555); } + return dummyDateTimeCache; } + function maybeExpandMacroToken(token, locale) { if (token.literal) { return token; } - var formatOpts = Formatter.macroTokenToFormatOpts(token.val); - var tokens = formatOptsToTokens(formatOpts, locale); + + const formatOpts = Formatter.macroTokenToFormatOpts(token.val); + const tokens = formatOptsToTokens(formatOpts, locale); + if (tokens == null || tokens.includes(undefined)) { return token; } + return tokens; } + function expandMacroTokens(tokens, locale) { return Array.prototype.concat(...tokens.map(t => maybeExpandMacroToken(t, locale))); } - /** * @private */ function explainFromTokens(locale, input, format) { - var tokens = expandMacroTokens(Formatter.parseFormat(format), locale), - units = tokens.map(t => unitForToken(t, locale)), - disqualifyingUnit = units.find(t => t.invalidReason); + const tokens = expandMacroTokens(Formatter.parseFormat(format), locale), + units = tokens.map(t => unitForToken(t, locale)), + disqualifyingUnit = units.find(t => t.invalidReason); + if (disqualifyingUnit) { return { input, @@ -5734,23 +6492,25 @@ function explainFromTokens(locale, input, format) { invalidReason: disqualifyingUnit.invalidReason }; } else { - var _buildRegex = buildRegex(units), - _buildRegex2 = tokenParser_slicedToArray(_buildRegex, 2), - regexString = _buildRegex2[0], - handlers = _buildRegex2[1], - regex = RegExp(regexString, "i"), - _match = match(input, regex, handlers), - _match2 = tokenParser_slicedToArray(_match, 2), - rawMatches = _match2[0], - matches = _match2[1], - _ref11 = matches ? dateTimeFromMatches(matches) : [null, null, undefined], - _ref12 = tokenParser_slicedToArray(_ref11, 3), - result = _ref12[0], - zone = _ref12[1], - specificOffset = _ref12[2]; + const _buildRegex = buildRegex(units), + _buildRegex2 = tokenParser_slicedToArray(_buildRegex, 2), + regexString = _buildRegex2[0], + handlers = _buildRegex2[1], + regex = RegExp(regexString, "i"), + _match = match(input, regex, handlers), + _match2 = tokenParser_slicedToArray(_match, 2), + rawMatches = _match2[0], + matches = _match2[1], + _ref11 = matches ? dateTimeFromMatches(matches) : [null, null, undefined], + _ref12 = tokenParser_slicedToArray(_ref11, 3), + result = _ref12[0], + zone = _ref12[1], + specificOffset = _ref12[2]; + if (util_hasOwnProperty(matches, "a") && util_hasOwnProperty(matches, "H")) { throw new ConflictingSpecificationError("Can't include meridiem when specifying 24-hour format"); } + return { input, tokens, @@ -5764,67 +6524,77 @@ function explainFromTokens(locale, input, format) { } } function parseFromTokens(locale, input, format) { - var _explainFromTokens = explainFromTokens(locale, input, format), - result = _explainFromTokens.result, - zone = _explainFromTokens.zone, - specificOffset = _explainFromTokens.specificOffset, - invalidReason = _explainFromTokens.invalidReason; + const _explainFromTokens = explainFromTokens(locale, input, format), + result = _explainFromTokens.result, + zone = _explainFromTokens.zone, + specificOffset = _explainFromTokens.specificOffset, + invalidReason = _explainFromTokens.invalidReason; + return [result, zone, specificOffset, invalidReason]; } function formatOptsToTokens(formatOpts, locale) { if (!formatOpts) { return null; } - var formatter = Formatter.create(locale, formatOpts); - var parts = formatter.formatDateTimeParts(getDummyDateTime()); + + const formatter = Formatter.create(locale, formatOpts); + const parts = formatter.formatDateTimeParts(getDummyDateTime()); return parts.map(p => tokenForPart(p, formatOpts)); } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/impl/conversions.js -function conversions_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } -function conversions_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? conversions_ownKeys(Object(t), !0).forEach(function (r) { conversions_defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : conversions_ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } -function conversions_defineProperty(e, r, t) { return (r = conversions_toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; } -function conversions_toPropertyKey(t) { var i = conversions_toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; } -function conversions_toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } +;// CONCATENATED MODULE: ./node_modules/luxon/src/impl/conversions.js +function conversions_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } + +function conversions_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? conversions_ownKeys(Object(source), !0).forEach(function (key) { conversions_defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : conversions_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } +function conversions_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } + + + +const nonLeapLadder = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334], + leapLadder = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335]; -var nonLeapLadder = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334], - leapLadder = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335]; function unitOutOfRange(unit, value) { return new Invalid("unit out of range", `you specified ${value} (of type ${typeof value}) as a ${unit}, which is invalid`); } + function dayOfWeek(year, month, day) { - var d = new Date(Date.UTC(year, month - 1, day)); + const d = new Date(Date.UTC(year, month - 1, day)); + if (year < 100 && year >= 0) { d.setUTCFullYear(d.getUTCFullYear() - 1900); } - var js = d.getUTCDay(); + + const js = d.getUTCDay(); return js === 0 ? 7 : js; } + function computeOrdinal(year, month, day) { return day + (isLeapYear(year) ? leapLadder : nonLeapLadder)[month - 1]; } + function uncomputeOrdinal(year, ordinal) { - var table = isLeapYear(year) ? leapLadder : nonLeapLadder, - month0 = table.findIndex(i => i < ordinal), - day = ordinal - table[month0]; + const table = isLeapYear(year) ? leapLadder : nonLeapLadder, + month0 = table.findIndex(i => i < ordinal), + day = ordinal - table[month0]; return { month: month0 + 1, day }; } - /** * @private */ + function gregorianToWeek(gregObj) { - var year = gregObj.year, - month = gregObj.month, - day = gregObj.day, - ordinal = computeOrdinal(year, month, day), - weekday = dayOfWeek(year, month, day); - var weekNumber = Math.floor((ordinal - weekday + 10) / 7), - weekYear; + const year = gregObj.year, + month = gregObj.month, + day = gregObj.day, + ordinal = computeOrdinal(year, month, day), + weekday = dayOfWeek(year, month, day); + let weekNumber = Math.floor((ordinal - weekday + 10) / 7), + weekYear; + if (weekNumber < 1) { weekYear = year - 1; weekNumber = weeksInWeekYear(weekYear); @@ -5834,6 +6604,7 @@ function gregorianToWeek(gregObj) { } else { weekYear = year; } + return conversions_objectSpread({ weekYear, weekNumber, @@ -5841,13 +6612,14 @@ function gregorianToWeek(gregObj) { }, timeObject(gregObj)); } function weekToGregorian(weekData) { - var weekYear = weekData.weekYear, - weekNumber = weekData.weekNumber, - weekday = weekData.weekday, - weekdayOfJan4 = dayOfWeek(weekYear, 1, 4), - yearInDays = daysInYear(weekYear); - var ordinal = weekNumber * 7 + weekday - weekdayOfJan4 - 3, - year; + const weekYear = weekData.weekYear, + weekNumber = weekData.weekNumber, + weekday = weekData.weekday, + weekdayOfJan4 = dayOfWeek(weekYear, 1, 4), + yearInDays = daysInYear(weekYear); + let ordinal = weekNumber * 7 + weekday - weekdayOfJan4 - 3, + year; + if (ordinal < 1) { year = weekYear - 1; ordinal += daysInYear(year); @@ -5857,9 +6629,11 @@ function weekToGregorian(weekData) { } else { year = weekYear; } - var _uncomputeOrdinal = uncomputeOrdinal(year, ordinal), - month = _uncomputeOrdinal.month, - day = _uncomputeOrdinal.day; + + const _uncomputeOrdinal = uncomputeOrdinal(year, ordinal), + month = _uncomputeOrdinal.month, + day = _uncomputeOrdinal.day; + return conversions_objectSpread({ year, month, @@ -5867,21 +6641,23 @@ function weekToGregorian(weekData) { }, timeObject(weekData)); } function gregorianToOrdinal(gregData) { - var year = gregData.year, - month = gregData.month, - day = gregData.day; - var ordinal = computeOrdinal(year, month, day); + const year = gregData.year, + month = gregData.month, + day = gregData.day; + const ordinal = computeOrdinal(year, month, day); return conversions_objectSpread({ year, ordinal }, timeObject(gregData)); } function ordinalToGregorian(ordinalData) { - var year = ordinalData.year, - ordinal = ordinalData.ordinal; - var _uncomputeOrdinal2 = uncomputeOrdinal(year, ordinal), - month = _uncomputeOrdinal2.month, - day = _uncomputeOrdinal2.day; + const year = ordinalData.year, + ordinal = ordinalData.ordinal; + + const _uncomputeOrdinal2 = uncomputeOrdinal(year, ordinal), + month = _uncomputeOrdinal2.month, + day = _uncomputeOrdinal2.day; + return conversions_objectSpread({ year, month, @@ -5889,9 +6665,10 @@ function ordinalToGregorian(ordinalData) { }, timeObject(ordinalData)); } function hasInvalidWeekData(obj) { - var validYear = isInteger(obj.weekYear), - validWeek = integerBetween(obj.weekNumber, 1, weeksInWeekYear(obj.weekYear)), - validWeekday = integerBetween(obj.weekday, 1, 7); + const validYear = isInteger(obj.weekYear), + validWeek = integerBetween(obj.weekNumber, 1, weeksInWeekYear(obj.weekYear)), + validWeekday = integerBetween(obj.weekday, 1, 7); + if (!validYear) { return unitOutOfRange("weekYear", obj.weekYear); } else if (!validWeek) { @@ -5901,8 +6678,9 @@ function hasInvalidWeekData(obj) { } else return false; } function hasInvalidOrdinalData(obj) { - var validYear = isInteger(obj.year), - validOrdinal = integerBetween(obj.ordinal, 1, daysInYear(obj.year)); + const validYear = isInteger(obj.year), + validOrdinal = integerBetween(obj.ordinal, 1, daysInYear(obj.year)); + if (!validYear) { return unitOutOfRange("year", obj.year); } else if (!validOrdinal) { @@ -5910,9 +6688,10 @@ function hasInvalidOrdinalData(obj) { } else return false; } function hasInvalidGregorianData(obj) { - var validYear = isInteger(obj.year), - validMonth = integerBetween(obj.month, 1, 12), - validDay = integerBetween(obj.day, 1, daysInMonth(obj.year, obj.month)); + const validYear = isInteger(obj.year), + validMonth = integerBetween(obj.month, 1, 12), + validDay = integerBetween(obj.day, 1, daysInMonth(obj.year, obj.month)); + if (!validYear) { return unitOutOfRange("year", obj.year); } else if (!validMonth) { @@ -5922,14 +6701,15 @@ function hasInvalidGregorianData(obj) { } else return false; } function hasInvalidTimeData(obj) { - var hour = obj.hour, - minute = obj.minute, - second = obj.second, - millisecond = obj.millisecond; - var validHour = integerBetween(hour, 0, 23) || hour === 24 && minute === 0 && second === 0 && millisecond === 0, - validMinute = integerBetween(minute, 0, 59), - validSecond = integerBetween(second, 0, 59), - validMillisecond = integerBetween(millisecond, 0, 999); + const hour = obj.hour, + minute = obj.minute, + second = obj.second, + millisecond = obj.millisecond; + const validHour = integerBetween(hour, 0, 23) || hour === 24 && minute === 0 && second === 0 && millisecond === 0, + validMinute = integerBetween(minute, 0, 59), + validSecond = integerBetween(second, 0, 59), + validMillisecond = integerBetween(millisecond, 0, 999); + if (!validHour) { return unitOutOfRange("hour", hour); } else if (!validMinute) { @@ -5940,25 +6720,26 @@ function hasInvalidTimeData(obj) { return unitOutOfRange("millisecond", millisecond); } else return false; } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/datetime.js -function datetime_createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = datetime_unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t.return || t.return(); } finally { if (u) throw o; } } }; } -function datetime_slicedToArray(r, e) { return datetime_arrayWithHoles(r) || datetime_iterableToArrayLimit(r, e) || datetime_unsupportedIterableToArray(r, e) || datetime_nonIterableRest(); } +;// CONCATENATED MODULE: ./node_modules/luxon/src/datetime.js +function datetime_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = datetime_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e2) { throw _e2; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e3) { didErr = true; err = _e3; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; } + +function datetime_slicedToArray(arr, i) { return datetime_arrayWithHoles(arr) || datetime_iterableToArrayLimit(arr, i) || datetime_unsupportedIterableToArray(arr, i) || datetime_nonIterableRest(); } + function datetime_nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } -function datetime_unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return datetime_arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? datetime_arrayLikeToArray(r, a) : void 0; } } -function datetime_arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; } -function datetime_iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } } -function datetime_arrayWithHoles(r) { if (Array.isArray(r)) return r; } -function datetime_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; } -function datetime_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? datetime_ownKeys(Object(t), !0).forEach(function (r) { datetime_defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : datetime_ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } -function datetime_defineProperty(e, r, t) { return (r = datetime_toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; } -function datetime_toPropertyKey(t) { var i = datetime_toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; } -function datetime_toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } +function datetime_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return datetime_arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return datetime_arrayLikeToArray(o, minLen); } + +function datetime_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; } +function datetime_iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } +function datetime_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } +function datetime_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } +function datetime_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? datetime_ownKeys(Object(source), !0).forEach(function (key) { datetime_defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : datetime_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } +function datetime_defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } @@ -5969,24 +6750,33 @@ function datetime_toPrimitive(t, r) { if ("object" != typeof t || !t) return t; -var datetime_INVALID = "Invalid DateTime"; -var MAX_DATE = 8.64e15; + + + + + + + +const datetime_INVALID = "Invalid DateTime"; +const MAX_DATE = 8.64e15; + function unsupportedZone(zone) { return new Invalid("unsupported zone", `the zone "${zone.name}" is not supported`); -} +} // we cache week data on the DT object and this intermediates the cache + -// we cache week data on the DT object and this intermediates the cache function possiblyCachedWeekData(dt) { if (dt.weekData === null) { dt.weekData = gregorianToWeek(dt.c); } - return dt.weekData; -} -// clone really means, "make a new object with these modifications". all "setters" really use this + return dt.weekData; +} // clone really means, "make a new object with these modifications". all "setters" really use this // to create a new object while only changing some of the properties + + function datetime_clone(inst, alts) { - var current = { + const current = { ts: inst.ts, zone: inst.zone, c: inst.c, @@ -5997,39 +6787,37 @@ function datetime_clone(inst, alts) { return new DateTime(datetime_objectSpread(datetime_objectSpread(datetime_objectSpread({}, current), alts), {}, { old: current })); -} - -// find the right offset a given local time. The o input is our guess, which determines which +} // find the right offset a given local time. The o input is our guess, which determines which // offset we'll pick in ambiguous cases (e.g. there are two 3 AMs b/c Fallback DST) + + function fixOffset(localTS, o, tz) { // Our UTC time is just a guess because our offset is just a guess - var utcGuess = localTS - o * 60 * 1000; + let utcGuess = localTS - o * 60 * 1000; // Test whether the zone matches the offset for this ts - // Test whether the zone matches the offset for this ts - var o2 = tz.offset(utcGuess); + const o2 = tz.offset(utcGuess); // If so, offset didn't change and we're done - // If so, offset didn't change and we're done if (o === o2) { return [utcGuess, o]; - } + } // If not, change the ts by the difference in the offset - // If not, change the ts by the difference in the offset - utcGuess -= (o2 - o) * 60 * 1000; - // If that gives us the local time we want, we're done - var o3 = tz.offset(utcGuess); + utcGuess -= (o2 - o) * 60 * 1000; // If that gives us the local time we want, we're done + + const o3 = tz.offset(utcGuess); + if (o2 === o3) { return [utcGuess, o2]; - } + } // If it's different, we're in a hole time. The offset has changed, but the we don't adjust the time + - // If it's different, we're in a hole time. The offset has changed, but the we don't adjust the time return [localTS - Math.min(o2, o3) * 60 * 1000, Math.max(o2, o3)]; -} +} // convert an epoch timestamp into a calendar object with the given offset + -// convert an epoch timestamp into a calendar object with the given offset function tsToObj(ts, offset) { ts += offset * 60 * 1000; - var d = new Date(ts); + const d = new Date(ts); return { year: d.getUTCFullYear(), month: d.getUTCMonth() + 1, @@ -6039,81 +6827,87 @@ function tsToObj(ts, offset) { second: d.getUTCSeconds(), millisecond: d.getUTCMilliseconds() }; -} +} // convert a calendar object to a epoch timestamp + -// convert a calendar object to a epoch timestamp function objToTS(obj, offset, zone) { return fixOffset(objToLocalTS(obj), offset, zone); -} +} // create a new DT instance by adding a duration, adjusting for DSTs + -// create a new DT instance by adding a duration, adjusting for DSTs function adjustTime(inst, dur) { - var oPre = inst.o, - year = inst.c.year + Math.trunc(dur.years), - month = inst.c.month + Math.trunc(dur.months) + Math.trunc(dur.quarters) * 3, - c = datetime_objectSpread(datetime_objectSpread({}, inst.c), {}, { - year, - month, - day: Math.min(inst.c.day, daysInMonth(year, month)) + Math.trunc(dur.days) + Math.trunc(dur.weeks) * 7 - }), - millisToAdd = Duration.fromObject({ - years: dur.years - Math.trunc(dur.years), - quarters: dur.quarters - Math.trunc(dur.quarters), - months: dur.months - Math.trunc(dur.months), - weeks: dur.weeks - Math.trunc(dur.weeks), - days: dur.days - Math.trunc(dur.days), - hours: dur.hours, - minutes: dur.minutes, - seconds: dur.seconds, - milliseconds: dur.milliseconds - }).as("milliseconds"), - localTS = objToLocalTS(c); - var _fixOffset = fixOffset(localTS, oPre, inst.zone), - _fixOffset2 = datetime_slicedToArray(_fixOffset, 2), - ts = _fixOffset2[0], - o = _fixOffset2[1]; + const oPre = inst.o, + year = inst.c.year + Math.trunc(dur.years), + month = inst.c.month + Math.trunc(dur.months) + Math.trunc(dur.quarters) * 3, + c = datetime_objectSpread(datetime_objectSpread({}, inst.c), {}, { + year, + month, + day: Math.min(inst.c.day, daysInMonth(year, month)) + Math.trunc(dur.days) + Math.trunc(dur.weeks) * 7 + }), + millisToAdd = Duration.fromObject({ + years: dur.years - Math.trunc(dur.years), + quarters: dur.quarters - Math.trunc(dur.quarters), + months: dur.months - Math.trunc(dur.months), + weeks: dur.weeks - Math.trunc(dur.weeks), + days: dur.days - Math.trunc(dur.days), + hours: dur.hours, + minutes: dur.minutes, + seconds: dur.seconds, + milliseconds: dur.milliseconds + }).as("milliseconds"), + localTS = objToLocalTS(c); + + let _fixOffset = fixOffset(localTS, oPre, inst.zone), + _fixOffset2 = datetime_slicedToArray(_fixOffset, 2), + ts = _fixOffset2[0], + o = _fixOffset2[1]; + if (millisToAdd !== 0) { - ts += millisToAdd; - // that could have changed the offset by going over a DST, but we want to keep the ts the same + ts += millisToAdd; // that could have changed the offset by going over a DST, but we want to keep the ts the same + o = inst.zone.offset(ts); } + return { ts, o }; -} - -// helper useful in turning the results of parsing into real dates +} // helper useful in turning the results of parsing into real dates // by handling the zone options + + function parseDataToDateTime(parsed, parsedZone, opts, format, text, specificOffset) { - var setZone = opts.setZone, - zone = opts.zone; + const setZone = opts.setZone, + zone = opts.zone; + if (parsed && Object.keys(parsed).length !== 0) { - var interpretationZone = parsedZone || zone, - inst = DateTime.fromObject(parsed, datetime_objectSpread(datetime_objectSpread({}, opts), {}, { - zone: interpretationZone, - specificOffset - })); + const interpretationZone = parsedZone || zone, + inst = DateTime.fromObject(parsed, datetime_objectSpread(datetime_objectSpread({}, opts), {}, { + zone: interpretationZone, + specificOffset + })); return setZone ? inst : inst.setZone(zone); } else { return DateTime.invalid(new Invalid("unparsable", `the input "${text}" can't be parsed as ${format}`)); } -} - -// if you want to output a technical format (e.g. RFC 2822), this helper +} // if you want to output a technical format (e.g. RFC 2822), this helper // helps handle the details + + function toTechFormat(dt, format) { - var allowZ = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true; + let allowZ = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true; return dt.isValid ? Formatter.create(Locale.create("en-US"), { allowZ, forceSimple: true }).formatDateTimeFromString(dt, format) : null; } + function toISODate(o, extended) { - var longFormat = o.c.year > 9999 || o.c.year < 0; - var c = ""; + const longFormat = o.c.year > 9999 || o.c.year < 0; + let c = ""; if (longFormat && o.c.year >= 0) c += "+"; c += padStart(o.c.year, longFormat ? 6 : 4); + if (extended) { c += "-"; c += padStart(o.c.month); @@ -6123,26 +6917,33 @@ function toISODate(o, extended) { c += padStart(o.c.month); c += padStart(o.c.day); } + return c; } + function toISOTime(o, extended, suppressSeconds, suppressMilliseconds, includeOffset, extendedZone) { - var c = padStart(o.c.hour); + let c = padStart(o.c.hour); + if (extended) { c += ":"; c += padStart(o.c.minute); + if (o.c.second !== 0 || !suppressSeconds) { c += ":"; } } else { c += padStart(o.c.minute); } + if (o.c.second !== 0 || !suppressSeconds) { c += padStart(o.c.second); + if (o.c.millisecond !== 0 || !suppressMilliseconds) { c += "."; c += padStart(o.c.millisecond, 3); } } + if (includeOffset) { if (o.isOffsetFixed && o.offset === 0 && !extendedZone) { c += "Z"; @@ -6158,45 +6959,45 @@ function toISOTime(o, extended, suppressSeconds, suppressMilliseconds, includeOf c += padStart(Math.trunc(o.o % 60)); } } + if (extendedZone) { c += "[" + o.zone.ianaName + "]"; } + return c; -} +} // defaults for unspecified units in the supported calendars -// defaults for unspecified units in the supported calendars -var defaultUnitValues = { - month: 1, - day: 1, - hour: 0, - minute: 0, - second: 0, - millisecond: 0 - }, - defaultWeekUnitValues = { - weekNumber: 1, - weekday: 1, - hour: 0, - minute: 0, - second: 0, - millisecond: 0 - }, - defaultOrdinalUnitValues = { - ordinal: 1, - hour: 0, - minute: 0, - second: 0, - millisecond: 0 - }; -// Units in the supported calendars, sorted by bigness -var datetime_orderedUnits = ["year", "month", "day", "hour", "minute", "second", "millisecond"], - orderedWeekUnits = ["weekYear", "weekNumber", "weekday", "hour", "minute", "second", "millisecond"], - orderedOrdinalUnits = ["year", "ordinal", "hour", "minute", "second", "millisecond"]; +const defaultUnitValues = { + month: 1, + day: 1, + hour: 0, + minute: 0, + second: 0, + millisecond: 0 +}, + defaultWeekUnitValues = { + weekNumber: 1, + weekday: 1, + hour: 0, + minute: 0, + second: 0, + millisecond: 0 +}, + defaultOrdinalUnitValues = { + ordinal: 1, + hour: 0, + minute: 0, + second: 0, + millisecond: 0 +}; // Units in the supported calendars, sorted by bigness + +const datetime_orderedUnits = ["year", "month", "day", "hour", "minute", "second", "millisecond"], + orderedWeekUnits = ["weekYear", "weekNumber", "weekday", "hour", "minute", "second", "millisecond"], + orderedOrdinalUnits = ["year", "ordinal", "hour", "minute", "second", "millisecond"]; // standardize case and plurality in units -// standardize case and plurality in units function normalizeUnit(unit) { - var normalized = { + const normalized = { year: "year", years: "year", month: "month", @@ -6224,37 +7025,53 @@ function normalizeUnit(unit) { }[unit.toLowerCase()]; if (!normalized) throw new InvalidUnitError(unit); return normalized; -} - -// this is a dumbed down version of fromObject() that runs about 60% faster +} // this is a dumbed down version of fromObject() that runs about 60% faster // but doesn't do any validation, makes a bunch of assumptions about what units // are present, and so on. + + function quickDT(obj, opts) { - var zone = normalizeZone(opts.zone, Settings.defaultZone), - loc = Locale.fromObject(opts), - tsNow = Settings.now(); - var ts, o; + const zone = normalizeZone(opts.zone, Settings.defaultZone), + loc = Locale.fromObject(opts), + tsNow = Settings.now(); + let ts, o; // assume we have the higher-order units - // assume we have the higher-order units if (!isUndefined(obj.year)) { - for (var _i = 0, _orderedUnits = datetime_orderedUnits; _i < _orderedUnits.length; _i++) { - var u = _orderedUnits[_i]; - if (isUndefined(obj[u])) { - obj[u] = defaultUnitValues[u]; + var _iterator = datetime_createForOfIteratorHelper(datetime_orderedUnits), + _step; + + try { + for (_iterator.s(); !(_step = _iterator.n()).done;) { + const u = _step.value; + + if (isUndefined(obj[u])) { + obj[u] = defaultUnitValues[u]; + } } + } catch (err) { + _iterator.e(err); + } finally { + _iterator.f(); } - var invalid = hasInvalidGregorianData(obj) || hasInvalidTimeData(obj); + + const invalid = hasInvalidGregorianData(obj) || hasInvalidTimeData(obj); + if (invalid) { return DateTime.invalid(invalid); } - var offsetProvis = zone.offset(tsNow); + + const offsetProvis = zone.offset(tsNow); + var _objToTS = objToTS(obj, offsetProvis, zone); + var _objToTS2 = datetime_slicedToArray(_objToTS, 2); + ts = _objToTS2[0]; o = _objToTS2[1]; } else { ts = tsNow; } + return new DateTime({ ts, zone, @@ -6262,54 +7079,62 @@ function quickDT(obj, opts) { o }); } + function diffRelative(start, end, opts) { - var round = isUndefined(opts.round) ? true : opts.round, - format = (c, unit) => { - c = roundTo(c, round || opts.calendary ? 0 : 2, true); - var formatter = end.loc.clone(opts).relFormatter(opts); - return formatter.format(c, unit); - }, - differ = unit => { - if (opts.calendary) { - if (!end.hasSame(start, unit)) { - return end.startOf(unit).diff(start.startOf(unit), unit).get(unit); - } else return 0; - } else { - return end.diff(start, unit).get(unit); - } - }; + const round = isUndefined(opts.round) ? true : opts.round, + format = (c, unit) => { + c = roundTo(c, round || opts.calendary ? 0 : 2, true); + const formatter = end.loc.clone(opts).relFormatter(opts); + return formatter.format(c, unit); + }, + differ = unit => { + if (opts.calendary) { + if (!end.hasSame(start, unit)) { + return end.startOf(unit).diff(start.startOf(unit), unit).get(unit); + } else return 0; + } else { + return end.diff(start, unit).get(unit); + } + }; + if (opts.unit) { return format(differ(opts.unit), opts.unit); } - var _iterator = datetime_createForOfIteratorHelper(opts.units), - _step; + + var _iterator2 = datetime_createForOfIteratorHelper(opts.units), + _step2; + try { - for (_iterator.s(); !(_step = _iterator.n()).done;) { - var unit = _step.value; - var count = differ(unit); + for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) { + const unit = _step2.value; + const count = differ(unit); + if (Math.abs(count) >= 1) { return format(count, unit); } } } catch (err) { - _iterator.e(err); + _iterator2.e(err); } finally { - _iterator.f(); + _iterator2.f(); } + return format(start > end ? -0 : 0, opts.units[opts.units.length - 1]); } + function lastOpts(argList) { - var opts = {}, - args; + let opts = {}, + args; + if (argList.length > 0 && typeof argList[argList.length - 1] === "object") { opts = argList[argList.length - 1]; args = Array.from(argList).slice(0, argList.length - 1); } else { args = Array.from(argList); } + return [opts, args]; } - /** * A DateTime is an immutable data structure representing a specific date and time and accompanying methods. It contains class and instance methods for creating, parsing, interrogating, transforming, and formatting them. * @@ -6330,65 +7155,75 @@ function lastOpts(argList) { * * There's plenty others documented below. In addition, for more information on subtler topics like internationalization, time zones, alternative calendars, validity, and so on, see the external documentation. */ + + class DateTime { /** * @access private */ constructor(config) { - var zone = config.zone || Settings.defaultZone; - var invalid = config.invalid || (Number.isNaN(config.ts) ? new Invalid("invalid input") : null) || (!zone.isValid ? unsupportedZone(zone) : null); + const zone = config.zone || Settings.defaultZone; + let invalid = config.invalid || (Number.isNaN(config.ts) ? new Invalid("invalid input") : null) || (!zone.isValid ? unsupportedZone(zone) : null); /** * @access private */ + this.ts = isUndefined(config.ts) ? Settings.now() : config.ts; - var c = null, - o = null; + let c = null, + o = null; + if (!invalid) { - var unchanged = config.old && config.old.ts === this.ts && config.old.zone.equals(zone); + const unchanged = config.old && config.old.ts === this.ts && config.old.zone.equals(zone); + if (unchanged) { var _ref = [config.old.c, config.old.o]; c = _ref[0]; o = _ref[1]; } else { - var ot = zone.offset(this.ts); + const ot = zone.offset(this.ts); c = tsToObj(this.ts, ot); invalid = Number.isNaN(c.year) ? new Invalid("invalid input") : null; c = invalid ? null : c; o = invalid ? null : ot; } } - /** * @access private */ + + this._zone = zone; /** * @access private */ + this.loc = config.loc || Locale.create(); /** * @access private */ + this.invalid = invalid; /** * @access private */ + this.weekData = null; /** * @access private */ + this.c = c; /** * @access private */ + this.o = o; /** * @access private */ - this.isLuxonDateTime = true; - } - // CONSTRUCT + this.isLuxonDateTime = true; + } // CONSTRUCT /** * Create a DateTime for the current instant, in the system's time zone. @@ -6397,10 +7232,11 @@ class DateTime { * @example DateTime.now().toISO() //~> now in the ISO format * @return {DateTime} */ + + static now() { return new DateTime({}); } - /** * Create a local DateTime * @param {number} [year] - The calendar year. If omitted (as in, call `local()` with no arguments), the current time will be used @@ -6422,19 +7258,22 @@ class DateTime { * @example DateTime.local(2017, 3, 12, 5, 45, 10, 765) //~> 2017-03-12T05:45:10.765 * @return {DateTime} */ + + static local() { - var _lastOpts = lastOpts(arguments), - _lastOpts2 = datetime_slicedToArray(_lastOpts, 2), - opts = _lastOpts2[0], - args = _lastOpts2[1], - _args = datetime_slicedToArray(args, 7), - year = _args[0], - month = _args[1], - day = _args[2], - hour = _args[3], - minute = _args[4], - second = _args[5], - millisecond = _args[6]; + const _lastOpts = lastOpts(arguments), + _lastOpts2 = datetime_slicedToArray(_lastOpts, 2), + opts = _lastOpts2[0], + args = _lastOpts2[1], + _args = datetime_slicedToArray(args, 7), + year = _args[0], + month = _args[1], + day = _args[2], + hour = _args[3], + minute = _args[4], + second = _args[5], + millisecond = _args[6]; + return quickDT({ year, month, @@ -6445,7 +7284,6 @@ class DateTime { millisecond }, opts); } - /** * Create a DateTime in UTC * @param {number} [year] - The calendar year. If omitted (as in, call `utc()` with no arguments), the current time will be used @@ -6470,19 +7308,22 @@ class DateTime { * @example DateTime.utc(2017, 3, 12, 5, 45, 10, 765, { locale: "fr" }) //~> 2017-03-12T05:45:10.765Z with a French locale * @return {DateTime} */ + + static utc() { - var _lastOpts3 = lastOpts(arguments), - _lastOpts4 = datetime_slicedToArray(_lastOpts3, 2), - opts = _lastOpts4[0], - args = _lastOpts4[1], - _args2 = datetime_slicedToArray(args, 7), - year = _args2[0], - month = _args2[1], - day = _args2[2], - hour = _args2[3], - minute = _args2[4], - second = _args2[5], - millisecond = _args2[6]; + const _lastOpts3 = lastOpts(arguments), + _lastOpts4 = datetime_slicedToArray(_lastOpts3, 2), + opts = _lastOpts4[0], + args = _lastOpts4[1], + _args2 = datetime_slicedToArray(args, 7), + year = _args2[0], + month = _args2[1], + day = _args2[2], + hour = _args2[3], + minute = _args2[4], + second = _args2[5], + millisecond = _args2[6]; + opts.zone = FixedOffsetZone.utcInstance; return quickDT({ year, @@ -6494,7 +7335,6 @@ class DateTime { millisecond }, opts); } - /** * Create a DateTime from a JavaScript Date object. Uses the default zone. * @param {Date} date - a JavaScript Date object @@ -6502,23 +7342,28 @@ class DateTime { * @param {string|Zone} [options.zone='local'] - the zone to place the DateTime into * @return {DateTime} */ + + static fromJSDate(date) { - var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var ts = isDate(date) ? date.valueOf() : NaN; + let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + const ts = isDate(date) ? date.valueOf() : NaN; + if (Number.isNaN(ts)) { return DateTime.invalid("invalid input"); } - var zoneToUse = normalizeZone(options.zone, Settings.defaultZone); + + const zoneToUse = normalizeZone(options.zone, Settings.defaultZone); + if (!zoneToUse.isValid) { return DateTime.invalid(unsupportedZone(zoneToUse)); } + return new DateTime({ ts: ts, zone: zoneToUse, loc: Locale.fromObject(options) }); } - /** * Create a DateTime from a number of milliseconds since the epoch (meaning since 1 January 1970 00:00:00 UTC). Uses the default zone. * @param {number} milliseconds - a number of milliseconds since 1970 UTC @@ -6529,8 +7374,11 @@ class DateTime { * @param {string} options.numberingSystem - the numbering system to set on the resulting DateTime instance * @return {DateTime} */ + + static fromMillis(milliseconds) { - var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + if (!isNumber(milliseconds)) { throw new InvalidArgumentError(`fromMillis requires a numerical input, but received a ${typeof milliseconds} with value ${milliseconds}`); } else if (milliseconds < -MAX_DATE || milliseconds > MAX_DATE) { @@ -6544,7 +7392,6 @@ class DateTime { }); } } - /** * Create a DateTime from a number of seconds since the epoch (meaning since 1 January 1970 00:00:00 UTC). Uses the default zone. * @param {number} seconds - a number of seconds since 1970 UTC @@ -6555,8 +7402,11 @@ class DateTime { * @param {string} options.numberingSystem - the numbering system to set on the resulting DateTime instance * @return {DateTime} */ + + static fromSeconds(seconds) { - var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + let options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + if (!isNumber(seconds)) { throw new InvalidArgumentError("fromSeconds requires a numerical input"); } else { @@ -6567,7 +7417,6 @@ class DateTime { }); } } - /** * Create a DateTime from a JavaScript object with keys like 'year' and 'hour' with reasonable defaults. * @param {Object} obj - the object to create the DateTime from @@ -6596,24 +7445,26 @@ class DateTime { * @example DateTime.fromObject({ weekYear: 2016, weekNumber: 2, weekday: 3 }).toISODate() //=> '2016-01-13' * @return {DateTime} */ + + static fromObject(obj) { - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; obj = obj || {}; - var zoneToUse = normalizeZone(opts.zone, Settings.defaultZone); + const zoneToUse = normalizeZone(opts.zone, Settings.defaultZone); + if (!zoneToUse.isValid) { return DateTime.invalid(unsupportedZone(zoneToUse)); } - var tsNow = Settings.now(), - offsetProvis = !isUndefined(opts.specificOffset) ? opts.specificOffset : zoneToUse.offset(tsNow), - normalized = normalizeObject(obj, normalizeUnit), - containsOrdinal = !isUndefined(normalized.ordinal), - containsGregorYear = !isUndefined(normalized.year), - containsGregorMD = !isUndefined(normalized.month) || !isUndefined(normalized.day), - containsGregor = containsGregorYear || containsGregorMD, - definiteWeekDef = normalized.weekYear || normalized.weekNumber, - loc = Locale.fromObject(opts); - - // cases: + + const tsNow = Settings.now(), + offsetProvis = !isUndefined(opts.specificOffset) ? opts.specificOffset : zoneToUse.offset(tsNow), + normalized = normalizeObject(obj, normalizeUnit), + containsOrdinal = !isUndefined(normalized.ordinal), + containsGregorYear = !isUndefined(normalized.year), + containsGregorMD = !isUndefined(normalized.month) || !isUndefined(normalized.day), + containsGregor = containsGregorYear || containsGregorMD, + definiteWeekDef = normalized.weekYear || normalized.weekNumber, + loc = Locale.fromObject(opts); // cases: // just a weekday -> this week's instance of that weekday, no worries // (gregorian data or ordinal) + (weekYear or weekNumber) -> error // (gregorian month or day) + ordinal -> error @@ -6622,15 +7473,17 @@ class DateTime { if ((containsGregor || containsOrdinal) && definiteWeekDef) { throw new ConflictingSpecificationError("Can't mix weekYear/weekNumber units with year/month/day or ordinals"); } + if (containsGregorMD && containsOrdinal) { throw new ConflictingSpecificationError("Can't mix ordinal dates with month/day"); } - var useWeekData = definiteWeekDef || normalized.weekday && !containsGregor; - // configure ourselves to deal with gregorian dates or week stuff - var units, - defaultValues, - objNow = tsToObj(tsNow, offsetProvis); + const useWeekData = definiteWeekDef || normalized.weekday && !containsGregor; // configure ourselves to deal with gregorian dates or week stuff + + let units, + defaultValues, + objNow = tsToObj(tsNow, offsetProvis); + if (useWeekData) { units = orderedWeekUnits; defaultValues = defaultWeekUnitValues; @@ -6642,16 +7495,19 @@ class DateTime { } else { units = datetime_orderedUnits; defaultValues = defaultUnitValues; - } + } // set default values for missing stuff + + + let foundFirst = false; + + var _iterator3 = datetime_createForOfIteratorHelper(units), + _step3; - // set default values for missing stuff - var foundFirst = false; - var _iterator2 = datetime_createForOfIteratorHelper(units), - _step2; try { - for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) { - var u = _step2.value; - var v = normalized[u]; + for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) { + const u = _step3.value; + const v = normalized[u]; + if (!isUndefined(v)) { foundFirst = true; } else if (foundFirst) { @@ -6659,40 +7515,41 @@ class DateTime { } else { normalized[u] = objNow[u]; } - } + } // make sure the values we have are in range - // make sure the values we have are in range } catch (err) { - _iterator2.e(err); + _iterator3.e(err); } finally { - _iterator2.f(); + _iterator3.f(); } - var higherOrderInvalid = useWeekData ? hasInvalidWeekData(normalized) : containsOrdinal ? hasInvalidOrdinalData(normalized) : hasInvalidGregorianData(normalized), - invalid = higherOrderInvalid || hasInvalidTimeData(normalized); + + const higherOrderInvalid = useWeekData ? hasInvalidWeekData(normalized) : containsOrdinal ? hasInvalidOrdinalData(normalized) : hasInvalidGregorianData(normalized), + invalid = higherOrderInvalid || hasInvalidTimeData(normalized); + if (invalid) { return DateTime.invalid(invalid); - } + } // compute the actual time + + + const gregorian = useWeekData ? weekToGregorian(normalized) : containsOrdinal ? ordinalToGregorian(normalized) : normalized, + _objToTS3 = objToTS(gregorian, offsetProvis, zoneToUse), + _objToTS4 = datetime_slicedToArray(_objToTS3, 2), + tsFinal = _objToTS4[0], + offsetFinal = _objToTS4[1], + inst = new DateTime({ + ts: tsFinal, + zone: zoneToUse, + o: offsetFinal, + loc + }); // gregorian data + weekday serves only to validate - // compute the actual time - var gregorian = useWeekData ? weekToGregorian(normalized) : containsOrdinal ? ordinalToGregorian(normalized) : normalized, - _objToTS3 = objToTS(gregorian, offsetProvis, zoneToUse), - _objToTS4 = datetime_slicedToArray(_objToTS3, 2), - tsFinal = _objToTS4[0], - offsetFinal = _objToTS4[1], - inst = new DateTime({ - ts: tsFinal, - zone: zoneToUse, - o: offsetFinal, - loc - }); - // gregorian data + weekday serves only to validate if (normalized.weekday && containsGregor && obj.weekday !== inst.weekday) { return DateTime.invalid("mismatched weekday", `you can't specify both a weekday of ${normalized.weekday} and a date of ${inst.toISO()}`); } + return inst; } - /** * Create a DateTime from an ISO 8601 string * @param {string} text - the ISO string @@ -6709,15 +7566,18 @@ class DateTime { * @example DateTime.fromISO('2016-W05-4') * @return {DateTime} */ + + static fromISO(text) { - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var _parseISODate = parseISODate(text), - _parseISODate2 = datetime_slicedToArray(_parseISODate, 2), - vals = _parseISODate2[0], - parsedZone = _parseISODate2[1]; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + + const _parseISODate = parseISODate(text), + _parseISODate2 = datetime_slicedToArray(_parseISODate, 2), + vals = _parseISODate2[0], + parsedZone = _parseISODate2[1]; + return parseDataToDateTime(vals, parsedZone, opts, "ISO 8601", text); } - /** * Create a DateTime from an RFC 2822 string * @param {string} text - the RFC 2822 string @@ -6732,15 +7592,18 @@ class DateTime { * @example DateTime.fromRFC2822('25 Nov 2016 13:23 Z') * @return {DateTime} */ + + static fromRFC2822(text) { - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var _parseRFC2822Date = parseRFC2822Date(text), - _parseRFC2822Date2 = datetime_slicedToArray(_parseRFC2822Date, 2), - vals = _parseRFC2822Date2[0], - parsedZone = _parseRFC2822Date2[1]; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + + const _parseRFC2822Date = parseRFC2822Date(text), + _parseRFC2822Date2 = datetime_slicedToArray(_parseRFC2822Date, 2), + vals = _parseRFC2822Date2[0], + parsedZone = _parseRFC2822Date2[1]; + return parseDataToDateTime(vals, parsedZone, opts, "RFC 2822", text); } - /** * Create a DateTime from an HTTP header date * @see https://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.3.1 @@ -6756,15 +7619,18 @@ class DateTime { * @example DateTime.fromHTTP('Sun Nov 6 08:49:37 1994') * @return {DateTime} */ + + static fromHTTP(text) { - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var _parseHTTPDate = parseHTTPDate(text), - _parseHTTPDate2 = datetime_slicedToArray(_parseHTTPDate, 2), - vals = _parseHTTPDate2[0], - parsedZone = _parseHTTPDate2[1]; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + + const _parseHTTPDate = parseHTTPDate(text), + _parseHTTPDate2 = datetime_slicedToArray(_parseHTTPDate, 2), + vals = _parseHTTPDate2[0], + parsedZone = _parseHTTPDate2[1]; + return parseDataToDateTime(vals, parsedZone, opts, "HTTP", opts); } - /** * Create a DateTime from an input string and format string. * Defaults to en-US if no locale has been specified, regardless of the system's locale. For a table of tokens and their interpretations, see [here](https://moment.github.io/luxon/#/parsing?id=table-of-tokens). @@ -6778,41 +7644,46 @@ class DateTime { * @param {string} opts.outputCalendar - the output calendar to set on the resulting DateTime instance * @return {DateTime} */ + + static fromFormat(text, fmt) { - var opts = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + let opts = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + if (isUndefined(text) || isUndefined(fmt)) { throw new InvalidArgumentError("fromFormat requires an input string and a format"); } - var _opts$locale = opts.locale, - locale = _opts$locale === void 0 ? null : _opts$locale, - _opts$numberingSystem = opts.numberingSystem, - numberingSystem = _opts$numberingSystem === void 0 ? null : _opts$numberingSystem, - localeToUse = Locale.fromOpts({ - locale, - numberingSystem, - defaultToEN: true - }), - _parseFromTokens = parseFromTokens(localeToUse, text, fmt), - _parseFromTokens2 = datetime_slicedToArray(_parseFromTokens, 4), - vals = _parseFromTokens2[0], - parsedZone = _parseFromTokens2[1], - specificOffset = _parseFromTokens2[2], - invalid = _parseFromTokens2[3]; + + const _opts$locale = opts.locale, + locale = _opts$locale === void 0 ? null : _opts$locale, + _opts$numberingSystem = opts.numberingSystem, + numberingSystem = _opts$numberingSystem === void 0 ? null : _opts$numberingSystem, + localeToUse = Locale.fromOpts({ + locale, + numberingSystem, + defaultToEN: true + }), + _parseFromTokens = parseFromTokens(localeToUse, text, fmt), + _parseFromTokens2 = datetime_slicedToArray(_parseFromTokens, 4), + vals = _parseFromTokens2[0], + parsedZone = _parseFromTokens2[1], + specificOffset = _parseFromTokens2[2], + invalid = _parseFromTokens2[3]; + if (invalid) { return DateTime.invalid(invalid); } else { return parseDataToDateTime(vals, parsedZone, opts, `format ${fmt}`, text, specificOffset); } } - /** * @deprecated use fromFormat instead */ + + static fromString(text, fmt) { - var opts = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + let opts = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; return DateTime.fromFormat(text, fmt, opts); } - /** * Create a DateTime from a SQL date, time, or datetime * Defaults to en-US if no locale has been specified, regardless of the system's locale @@ -6833,27 +7704,35 @@ class DateTime { * @example DateTime.fromSQL('09:12:34.342') * @return {DateTime} */ + + static fromSQL(text) { - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var _parseSQL = parseSQL(text), - _parseSQL2 = datetime_slicedToArray(_parseSQL, 2), - vals = _parseSQL2[0], - parsedZone = _parseSQL2[1]; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + + const _parseSQL = parseSQL(text), + _parseSQL2 = datetime_slicedToArray(_parseSQL, 2), + vals = _parseSQL2[0], + parsedZone = _parseSQL2[1]; + return parseDataToDateTime(vals, parsedZone, opts, "SQL", text); } - /** * Create an invalid DateTime. * @param {DateTime} reason - simple string of why this DateTime is invalid. Should not contain parameters or anything else data-dependent * @param {string} [explanation=null] - longer explanation, may include parameters and other useful debugging information * @return {DateTime} */ + + static invalid(reason) { - var explanation = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + let explanation = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + if (!reason) { throw new InvalidArgumentError("need to specify a reason the DateTime is invalid"); } - var invalid = reason instanceof Invalid ? reason : new Invalid(reason, explanation); + + const invalid = reason instanceof Invalid ? reason : new Invalid(reason, explanation); + if (Settings.throwOnInvalid) { throw new InvalidDateTimeError(invalid); } else { @@ -6862,28 +7741,29 @@ class DateTime { }); } } - /** * Check if an object is an instance of DateTime. Works across context boundaries * @param {object} o * @return {boolean} */ + + static isDateTime(o) { return o && o.isLuxonDateTime || false; } - /** * Produce the format string for a set of options * @param formatOpts * @param localeOpts * @returns {string} */ + + static parseFormatForOpts(formatOpts) { - var localeOpts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var tokenList = formatOptsToTokens(formatOpts, Locale.fromObject(localeOpts)); + let localeOpts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + const tokenList = formatOptsToTokens(formatOpts, Locale.fromObject(localeOpts)); return !tokenList ? null : tokenList.map(t => t ? t.val : null).join(""); } - /** * Produce the the fully expanded format token for the locale * Does NOT quote characters, so quoted tokens will not round trip correctly @@ -6891,13 +7771,13 @@ class DateTime { * @param localeOpts * @returns {string} */ + + static expandFormat(fmt) { - var localeOpts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; - var expanded = expandMacroTokens(Formatter.parseFormat(fmt), Locale.fromObject(localeOpts)); + let localeOpts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + const expanded = expandMacroTokens(Formatter.parseFormat(fmt), Locale.fromObject(localeOpts)); return expanded.map(t => t.val).join(""); - } - - // INFO + } // INFO /** * Get the value of unit. @@ -6906,171 +7786,190 @@ class DateTime { * @example DateTime.local(2017, 7, 4).get('day'); //=> 4 * @return {number} */ + + get(unit) { return this[unit]; } - /** * Returns whether the DateTime is valid. Invalid DateTimes occur when: * * The DateTime was created from invalid calendar information, such as the 13th month or February 30 * * The DateTime was created by an operation on another invalid date * @type {boolean} */ + + get isValid() { return this.invalid === null; } - /** * Returns an error code if this DateTime is invalid, or null if the DateTime is valid * @type {string} */ + + get invalidReason() { return this.invalid ? this.invalid.reason : null; } - /** * Returns an explanation of why this DateTime became invalid, or null if the DateTime is valid * @type {string} */ + + get invalidExplanation() { return this.invalid ? this.invalid.explanation : null; } - /** * Get the locale of a DateTime, such 'en-GB'. The locale is used when formatting the DateTime * * @type {string} */ + + get locale() { return this.isValid ? this.loc.locale : null; } - /** * Get the numbering system of a DateTime, such 'beng'. The numbering system is used when formatting the DateTime * * @type {string} */ + + get numberingSystem() { return this.isValid ? this.loc.numberingSystem : null; } - /** * Get the output calendar of a DateTime, such 'islamic'. The output calendar is used when formatting the DateTime * * @type {string} */ + + get outputCalendar() { return this.isValid ? this.loc.outputCalendar : null; } - /** * Get the time zone associated with this DateTime. * @type {Zone} */ + + get zone() { return this._zone; } - /** * Get the name of the time zone. * @type {string} */ + + get zoneName() { return this.isValid ? this.zone.name : null; } - /** * Get the year * @example DateTime.local(2017, 5, 25).year //=> 2017 * @type {number} */ + + get year() { return this.isValid ? this.c.year : NaN; } - /** * Get the quarter * @example DateTime.local(2017, 5, 25).quarter //=> 2 * @type {number} */ + + get quarter() { return this.isValid ? Math.ceil(this.c.month / 3) : NaN; } - /** * Get the month (1-12). * @example DateTime.local(2017, 5, 25).month //=> 5 * @type {number} */ + + get month() { return this.isValid ? this.c.month : NaN; } - /** * Get the day of the month (1-30ish). * @example DateTime.local(2017, 5, 25).day //=> 25 * @type {number} */ + + get day() { return this.isValid ? this.c.day : NaN; } - /** * Get the hour of the day (0-23). * @example DateTime.local(2017, 5, 25, 9).hour //=> 9 * @type {number} */ + + get hour() { return this.isValid ? this.c.hour : NaN; } - /** * Get the minute of the hour (0-59). * @example DateTime.local(2017, 5, 25, 9, 30).minute //=> 30 * @type {number} */ + + get minute() { return this.isValid ? this.c.minute : NaN; } - /** * Get the second of the minute (0-59). * @example DateTime.local(2017, 5, 25, 9, 30, 52).second //=> 52 * @type {number} */ + + get second() { return this.isValid ? this.c.second : NaN; } - /** * Get the millisecond of the second (0-999). * @example DateTime.local(2017, 5, 25, 9, 30, 52, 654).millisecond //=> 654 * @type {number} */ + + get millisecond() { return this.isValid ? this.c.millisecond : NaN; } - /** * Get the week year * @see https://en.wikipedia.org/wiki/ISO_week_date * @example DateTime.local(2014, 12, 31).weekYear //=> 2015 * @type {number} */ + + get weekYear() { return this.isValid ? possiblyCachedWeekData(this).weekYear : NaN; } - /** * Get the week number of the week year (1-52ish). * @see https://en.wikipedia.org/wiki/ISO_week_date * @example DateTime.local(2017, 5, 25).weekNumber //=> 21 * @type {number} */ + + get weekNumber() { return this.isValid ? possiblyCachedWeekData(this).weekNumber : NaN; } - /** * Get the day of the week. * 1 is Monday and 7 is Sunday @@ -7078,82 +7977,91 @@ class DateTime { * @example DateTime.local(2014, 11, 31).weekday //=> 4 * @type {number} */ + + get weekday() { return this.isValid ? possiblyCachedWeekData(this).weekday : NaN; } - /** * Get the ordinal (meaning the day of the year) * @example DateTime.local(2017, 5, 25).ordinal //=> 145 * @type {number|DateTime} */ + + get ordinal() { return this.isValid ? gregorianToOrdinal(this.c).ordinal : NaN; } - /** * Get the human readable short month name, such as 'Oct'. * Defaults to the system's locale if no locale has been specified * @example DateTime.local(2017, 10, 30).monthShort //=> Oct * @type {string} */ + + get monthShort() { return this.isValid ? Info.months("short", { locObj: this.loc })[this.month - 1] : null; } - /** * Get the human readable long month name, such as 'October'. * Defaults to the system's locale if no locale has been specified * @example DateTime.local(2017, 10, 30).monthLong //=> October * @type {string} */ + + get monthLong() { return this.isValid ? Info.months("long", { locObj: this.loc })[this.month - 1] : null; } - /** * Get the human readable short weekday, such as 'Mon'. * Defaults to the system's locale if no locale has been specified * @example DateTime.local(2017, 10, 30).weekdayShort //=> Mon * @type {string} */ + + get weekdayShort() { return this.isValid ? Info.weekdays("short", { locObj: this.loc })[this.weekday - 1] : null; } - /** * Get the human readable long weekday, such as 'Monday'. * Defaults to the system's locale if no locale has been specified * @example DateTime.local(2017, 10, 30).weekdayLong //=> Monday * @type {string} */ + + get weekdayLong() { return this.isValid ? Info.weekdays("long", { locObj: this.loc })[this.weekday - 1] : null; } - /** * Get the UTC offset of this DateTime in minutes * @example DateTime.now().offset //=> -240 * @example DateTime.utc().offset //=> 0 * @type {number} */ + + get offset() { return this.isValid ? +this.o : NaN; } - /** * Get the short human name for the zone's current offset, for example "EST" or "EDT". * Defaults to the system's locale if no locale has been specified * @type {string} */ + + get offsetNameShort() { if (this.isValid) { return this.zone.offsetName(this.ts, { @@ -7164,12 +8072,13 @@ class DateTime { return null; } } - /** * Get the long human name for the zone's current offset, for example "Eastern Standard Time" or "Eastern Daylight Time". * Defaults to the system's locale if no locale has been specified * @type {string} */ + + get offsetNameLong() { if (this.isValid) { return this.zone.offsetName(this.ts, { @@ -7180,19 +8089,21 @@ class DateTime { return null; } } - /** * Get whether this zone's offset ever changes, as in a DST. * @type {boolean} */ + + get isOffsetFixed() { return this.isValid ? this.zone.isUniversal : null; } - /** * Get whether the DateTime is in a DST. * @type {boolean} */ + + get isInDST() { if (this.isOffsetFixed) { return false; @@ -7205,37 +8116,39 @@ class DateTime { }).offset; } } - /** * Returns true if this DateTime is in a leap year, false otherwise * @example DateTime.local(2016).isInLeapYear //=> true * @example DateTime.local(2013).isInLeapYear //=> false * @type {boolean} */ + + get isInLeapYear() { return isLeapYear(this.year); } - /** * Returns the number of days in this DateTime's month * @example DateTime.local(2016, 2).daysInMonth //=> 29 * @example DateTime.local(2016, 3).daysInMonth //=> 31 * @type {number} */ + + get daysInMonth() { return daysInMonth(this.year, this.month); } - /** * Returns the number of days in this DateTime's year * @example DateTime.local(2016).daysInYear //=> 366 * @example DateTime.local(2013).daysInYear //=> 365 * @type {number} */ + + get daysInYear() { return this.isValid ? daysInYear(this.year) : NaN; } - /** * Returns the number of weeks in this DateTime's year * @see https://en.wikipedia.org/wiki/ISO_week_date @@ -7243,30 +8156,33 @@ class DateTime { * @example DateTime.local(2013).weeksInWeekYear //=> 52 * @type {number} */ + + get weeksInWeekYear() { return this.isValid ? weeksInWeekYear(this.weekYear) : NaN; } - /** * Returns the resolved Intl options for this DateTime. * This is useful in understanding the behavior of formatting methods * @param {Object} opts - the same options as toLocaleString * @return {Object} */ + + resolvedLocaleOptions() { - var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; - var _Formatter$create$res = Formatter.create(this.loc.clone(opts), opts).resolvedOptions(this), - locale = _Formatter$create$res.locale, - numberingSystem = _Formatter$create$res.numberingSystem, - calendar = _Formatter$create$res.calendar; + let opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + + const _Formatter$create$res = Formatter.create(this.loc.clone(opts), opts).resolvedOptions(this), + locale = _Formatter$create$res.locale, + numberingSystem = _Formatter$create$res.numberingSystem, + calendar = _Formatter$create$res.calendar; + return { locale, numberingSystem, outputCalendar: calendar }; - } - - // TRANSFORM + } // TRANSFORM /** * "Set" the DateTime's zone to UTC. Returns a newly-constructed DateTime. @@ -7276,22 +8192,24 @@ class DateTime { * @param {Object} [opts={}] - options to pass to `setZone()` * @return {DateTime} */ + + toUTC() { - var offset = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0; - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + let offset = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 0; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; return this.setZone(FixedOffsetZone.instance(offset), opts); } - /** * "Set" the DateTime's zone to the host's local zone. Returns a newly-constructed DateTime. * * Equivalent to `setZone('local')` * @return {DateTime} */ + + toLocal() { return this.setZone(Settings.defaultZone); } - /** * "Set" the DateTime's zone to specified zone. Returns a newly-constructed DateTime. * @@ -7301,45 +8219,56 @@ class DateTime { * @param {boolean} [opts.keepLocalTime=false] - If true, adjust the underlying time so that the local time stays the same, but in the target zone. You should rarely need this. * @return {DateTime} */ + + setZone(zone) { - var _ref2 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, - _ref2$keepLocalTime = _ref2.keepLocalTime, - keepLocalTime = _ref2$keepLocalTime === void 0 ? false : _ref2$keepLocalTime, - _ref2$keepCalendarTim = _ref2.keepCalendarTime, - keepCalendarTime = _ref2$keepCalendarTim === void 0 ? false : _ref2$keepCalendarTim; + let _ref2 = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, + _ref2$keepLocalTime = _ref2.keepLocalTime, + keepLocalTime = _ref2$keepLocalTime === void 0 ? false : _ref2$keepLocalTime, + _ref2$keepCalendarTim = _ref2.keepCalendarTime, + keepCalendarTime = _ref2$keepCalendarTim === void 0 ? false : _ref2$keepCalendarTim; + zone = normalizeZone(zone, Settings.defaultZone); + if (zone.equals(this.zone)) { return this; } else if (!zone.isValid) { return DateTime.invalid(unsupportedZone(zone)); } else { - var newTS = this.ts; + let newTS = this.ts; + if (keepLocalTime || keepCalendarTime) { - var offsetGuess = zone.offset(this.ts); - var asObj = this.toObject(); + const offsetGuess = zone.offset(this.ts); + const asObj = this.toObject(); + var _objToTS5 = objToTS(asObj, offsetGuess, zone); + var _objToTS6 = datetime_slicedToArray(_objToTS5, 1); + newTS = _objToTS6[0]; } + return datetime_clone(this, { ts: newTS, zone }); } } - /** * "Set" the locale, numberingSystem, or outputCalendar. Returns a newly-constructed DateTime. * @param {Object} properties - the properties to set * @example DateTime.local(2017, 5, 25).reconfigure({ locale: 'en-GB' }) * @return {DateTime} */ + + reconfigure() { - var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, - locale = _ref3.locale, - numberingSystem = _ref3.numberingSystem, - outputCalendar = _ref3.outputCalendar; - var loc = this.loc.clone({ + let _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, + locale = _ref3.locale, + numberingSystem = _ref3.numberingSystem, + outputCalendar = _ref3.outputCalendar; + + const loc = this.loc.clone({ locale, numberingSystem, outputCalendar @@ -7348,19 +8277,19 @@ class DateTime { loc }); } - /** * "Set" the locale. Returns a newly-constructed DateTime. * Just a convenient alias for reconfigure({ locale }) * @example DateTime.local(2017, 5, 25).setLocale('en-GB') * @return {DateTime} */ + + setLocale(locale) { return this.reconfigure({ locale }); } - /** * "Set" the values of specified units. Returns a newly-constructed DateTime. * You can only set units with this method; for "setting" metadata, see {@link DateTime#reconfigure} and {@link DateTime#setZone}. @@ -7371,45 +8300,51 @@ class DateTime { * @example dt.set({ year: 2005, ordinal: 234 }) * @return {DateTime} */ + + set(values) { if (!this.isValid) return this; - var normalized = normalizeObject(values, normalizeUnit), - settingWeekStuff = !isUndefined(normalized.weekYear) || !isUndefined(normalized.weekNumber) || !isUndefined(normalized.weekday), - containsOrdinal = !isUndefined(normalized.ordinal), - containsGregorYear = !isUndefined(normalized.year), - containsGregorMD = !isUndefined(normalized.month) || !isUndefined(normalized.day), - containsGregor = containsGregorYear || containsGregorMD, - definiteWeekDef = normalized.weekYear || normalized.weekNumber; + const normalized = normalizeObject(values, normalizeUnit), + settingWeekStuff = !isUndefined(normalized.weekYear) || !isUndefined(normalized.weekNumber) || !isUndefined(normalized.weekday), + containsOrdinal = !isUndefined(normalized.ordinal), + containsGregorYear = !isUndefined(normalized.year), + containsGregorMD = !isUndefined(normalized.month) || !isUndefined(normalized.day), + containsGregor = containsGregorYear || containsGregorMD, + definiteWeekDef = normalized.weekYear || normalized.weekNumber; + if ((containsGregor || containsOrdinal) && definiteWeekDef) { throw new ConflictingSpecificationError("Can't mix weekYear/weekNumber units with year/month/day or ordinals"); } + if (containsGregorMD && containsOrdinal) { throw new ConflictingSpecificationError("Can't mix ordinal dates with month/day"); } - var mixed; + + let mixed; + if (settingWeekStuff) { mixed = weekToGregorian(datetime_objectSpread(datetime_objectSpread({}, gregorianToWeek(this.c)), normalized)); } else if (!isUndefined(normalized.ordinal)) { mixed = ordinalToGregorian(datetime_objectSpread(datetime_objectSpread({}, gregorianToOrdinal(this.c)), normalized)); } else { - mixed = datetime_objectSpread(datetime_objectSpread({}, this.toObject()), normalized); - - // if we didn't set the day but we ended up on an overflow date, + mixed = datetime_objectSpread(datetime_objectSpread({}, this.toObject()), normalized); // if we didn't set the day but we ended up on an overflow date, // use the last day of the right month + if (isUndefined(normalized.day)) { mixed.day = Math.min(daysInMonth(mixed.year, mixed.month), mixed.day); } } - var _objToTS7 = objToTS(mixed, this.o, this.zone), - _objToTS8 = datetime_slicedToArray(_objToTS7, 2), - ts = _objToTS8[0], - o = _objToTS8[1]; + + const _objToTS7 = objToTS(mixed, this.o, this.zone), + _objToTS8 = datetime_slicedToArray(_objToTS7, 2), + ts = _objToTS8[0], + o = _objToTS8[1]; + return datetime_clone(this, { ts, o }); } - /** * Add a period of time to this DateTime and return the resulting DateTime * @@ -7423,24 +8358,26 @@ class DateTime { * @example DateTime.now().plus(Duration.fromObject({ hours: 3, minutes: 13 })) //~> in 3 hr, 13 min * @return {DateTime} */ + + plus(duration) { if (!this.isValid) return this; - var dur = Duration.fromDurationLike(duration); + const dur = Duration.fromDurationLike(duration); return datetime_clone(this, adjustTime(this, dur)); } - /** * Subtract a period of time to this DateTime and return the resulting DateTime * See {@link DateTime#plus} * @param {Duration|Object|number} duration - The amount to subtract. Either a Luxon Duration, a number of milliseconds, the object argument to Duration.fromObject() @return {DateTime} */ + + minus(duration) { if (!this.isValid) return this; - var dur = Duration.fromDurationLike(duration).negate(); + const dur = Duration.fromDurationLike(duration).negate(); return datetime_clone(this, adjustTime(this, dur)); } - /** * "Set" this DateTime to the beginning of a unit of time. * @param {string} unit - The unit to go to the beginning of. Can be 'year', 'quarter', 'month', 'week', 'day', 'hour', 'minute', 'second', or 'millisecond'. @@ -7451,45 +8388,56 @@ class DateTime { * @example DateTime.local(2014, 3, 3, 5, 30).startOf('hour').toISOTime(); //=> '05:00:00.000-05:00' * @return {DateTime} */ + + startOf(unit) { if (!this.isValid) return this; - var o = {}, - normalizedUnit = Duration.normalizeUnit(unit); + const o = {}, + normalizedUnit = Duration.normalizeUnit(unit); + switch (normalizedUnit) { case "years": o.month = 1; // falls through + case "quarters": case "months": o.day = 1; // falls through + case "weeks": case "days": o.hour = 0; // falls through + case "hours": o.minute = 0; // falls through + case "minutes": o.second = 0; // falls through + case "seconds": o.millisecond = 0; break; + case "milliseconds": break; // no default, invalid units throw in normalizeUnit() } + if (normalizedUnit === "weeks") { o.weekday = 1; } + if (normalizedUnit === "quarters") { - var q = Math.ceil(this.month / 3); + const q = Math.ceil(this.month / 3); o.month = (q - 1) * 3 + 1; } + return this.set(o); } - /** * "Set" this DateTime to the end (meaning the last millisecond) of a unit of time * @param {string} unit - The unit to go to the end of. Can be 'year', 'quarter', 'month', 'week', 'day', 'hour', 'minute', 'second', or 'millisecond'. @@ -7500,13 +8448,13 @@ class DateTime { * @example DateTime.local(2014, 3, 3, 5, 30).endOf('hour').toISO(); //=> '2014-03-03T05:59:59.999-05:00' * @return {DateTime} */ + + endOf(unit) { return this.isValid ? this.plus({ [unit]: 1 }).startOf(unit).minus(1) : this; - } - - // OUTPUT + } // OUTPUT /** * Returns a string representation of this DateTime formatted according to the specified format string. @@ -7520,11 +8468,12 @@ class DateTime { * @example DateTime.now().toFormat("HH 'hours and' mm 'minutes'") //=> '20 hours and 55 minutes' * @return {string} */ + + toFormat(fmt) { - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; return this.isValid ? Formatter.create(this.loc.redefaultToEN(opts)).formatDateTimeFromString(this, fmt) : datetime_INVALID; } - /** * Returns a localized string representing this date. Accepts the same options as the Intl.DateTimeFormat constructor and any presets defined by Luxon, such as `DateTime.DATE_FULL` or `DateTime.TIME_SIMPLE`. * The exact behavior of this method is browser-specific, but in general it will return an appropriate representation @@ -7544,12 +8493,13 @@ class DateTime { * @example DateTime.now().toLocaleString({ hour: '2-digit', minute: '2-digit', hourCycle: 'h23' }); //=> '11:32' * @return {string} */ + + toLocaleString() { - var formatOpts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : DATE_SHORT; - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + let formatOpts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : DATE_SHORT; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; return this.isValid ? Formatter.create(this.loc.clone(opts), formatOpts).formatDateTime(this) : datetime_INVALID; } - /** * Returns an array of format "parts", meaning individual tokens along with metadata. This is allows callers to post-process individual sections of the formatted output. * Defaults to the system's locale if no locale has been specified @@ -7563,11 +8513,12 @@ class DateTime { * //=> { type: 'year', value: '1982' } * //=> ] */ + + toLocaleParts() { - var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + let opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; return this.isValid ? Formatter.create(this.loc.clone(opts), opts).formatDateTimeParts(this) : []; } - /** * Returns an ISO 8601-compliant string representation of this DateTime * @param {Object} opts - options @@ -7582,28 +8533,31 @@ class DateTime { * @example DateTime.now().toISO({ format: 'basic' }) //=> '20170422T204705.335-0400' * @return {string} */ + + toISO() { - var _ref4 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, - _ref4$format = _ref4.format, - format = _ref4$format === void 0 ? "extended" : _ref4$format, - _ref4$suppressSeconds = _ref4.suppressSeconds, - suppressSeconds = _ref4$suppressSeconds === void 0 ? false : _ref4$suppressSeconds, - _ref4$suppressMillise = _ref4.suppressMilliseconds, - suppressMilliseconds = _ref4$suppressMillise === void 0 ? false : _ref4$suppressMillise, - _ref4$includeOffset = _ref4.includeOffset, - includeOffset = _ref4$includeOffset === void 0 ? true : _ref4$includeOffset, - _ref4$extendedZone = _ref4.extendedZone, - extendedZone = _ref4$extendedZone === void 0 ? false : _ref4$extendedZone; + let _ref4 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, + _ref4$format = _ref4.format, + format = _ref4$format === void 0 ? "extended" : _ref4$format, + _ref4$suppressSeconds = _ref4.suppressSeconds, + suppressSeconds = _ref4$suppressSeconds === void 0 ? false : _ref4$suppressSeconds, + _ref4$suppressMillise = _ref4.suppressMilliseconds, + suppressMilliseconds = _ref4$suppressMillise === void 0 ? false : _ref4$suppressMillise, + _ref4$includeOffset = _ref4.includeOffset, + includeOffset = _ref4$includeOffset === void 0 ? true : _ref4$includeOffset, + _ref4$extendedZone = _ref4.extendedZone, + extendedZone = _ref4$extendedZone === void 0 ? false : _ref4$extendedZone; + if (!this.isValid) { return null; } - var ext = format === "extended"; - var c = toISODate(this, ext); + + const ext = format === "extended"; + let c = toISODate(this, ext); c += "T"; c += toISOTime(this, ext, suppressSeconds, suppressMilliseconds, includeOffset, extendedZone); return c; } - /** * Returns an ISO 8601-compliant string representation of this DateTime's date component * @param {Object} opts - options @@ -7612,25 +8566,29 @@ class DateTime { * @example DateTime.utc(1982, 5, 25).toISODate({ format: 'basic' }) //=> '19820525' * @return {string} */ + + toISODate() { - var _ref5 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, - _ref5$format = _ref5.format, - format = _ref5$format === void 0 ? "extended" : _ref5$format; + let _ref5 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, + _ref5$format = _ref5.format, + format = _ref5$format === void 0 ? "extended" : _ref5$format; + if (!this.isValid) { return null; } + return toISODate(this, format === "extended"); } - /** * Returns an ISO 8601-compliant string representation of this DateTime's week date * @example DateTime.utc(1982, 5, 25).toISOWeekDate() //=> '1982-W21-2' * @return {string} */ + + toISOWeekDate() { return toTechFormat(this, "kkkk-'W'WW-c"); } - /** * Returns an ISO 8601-compliant string representation of this DateTime's time component * @param {Object} opts - options @@ -7646,37 +8604,41 @@ class DateTime { * @example DateTime.utc().set({ hour: 7, minute: 34 }).toISOTime({ includePrefix: true }) //=> 'T07:34:19.361Z' * @return {string} */ + + toISOTime() { - var _ref6 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, - _ref6$suppressMillise = _ref6.suppressMilliseconds, - suppressMilliseconds = _ref6$suppressMillise === void 0 ? false : _ref6$suppressMillise, - _ref6$suppressSeconds = _ref6.suppressSeconds, - suppressSeconds = _ref6$suppressSeconds === void 0 ? false : _ref6$suppressSeconds, - _ref6$includeOffset = _ref6.includeOffset, - includeOffset = _ref6$includeOffset === void 0 ? true : _ref6$includeOffset, - _ref6$includePrefix = _ref6.includePrefix, - includePrefix = _ref6$includePrefix === void 0 ? false : _ref6$includePrefix, - _ref6$extendedZone = _ref6.extendedZone, - extendedZone = _ref6$extendedZone === void 0 ? false : _ref6$extendedZone, - _ref6$format = _ref6.format, - format = _ref6$format === void 0 ? "extended" : _ref6$format; + let _ref6 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, + _ref6$suppressMillise = _ref6.suppressMilliseconds, + suppressMilliseconds = _ref6$suppressMillise === void 0 ? false : _ref6$suppressMillise, + _ref6$suppressSeconds = _ref6.suppressSeconds, + suppressSeconds = _ref6$suppressSeconds === void 0 ? false : _ref6$suppressSeconds, + _ref6$includeOffset = _ref6.includeOffset, + includeOffset = _ref6$includeOffset === void 0 ? true : _ref6$includeOffset, + _ref6$includePrefix = _ref6.includePrefix, + includePrefix = _ref6$includePrefix === void 0 ? false : _ref6$includePrefix, + _ref6$extendedZone = _ref6.extendedZone, + extendedZone = _ref6$extendedZone === void 0 ? false : _ref6$extendedZone, + _ref6$format = _ref6.format, + format = _ref6$format === void 0 ? "extended" : _ref6$format; + if (!this.isValid) { return null; } - var c = includePrefix ? "T" : ""; + + let c = includePrefix ? "T" : ""; return c + toISOTime(this, format === "extended", suppressSeconds, suppressMilliseconds, includeOffset, extendedZone); } - /** * Returns an RFC 2822-compatible string representation of this DateTime * @example DateTime.utc(2014, 7, 13).toRFC2822() //=> 'Sun, 13 Jul 2014 00:00:00 +0000' * @example DateTime.local(2014, 7, 13).toRFC2822() //=> 'Sun, 13 Jul 2014 00:00:00 -0400' * @return {string} */ + + toRFC2822() { return toTechFormat(this, "EEE, dd LLL yyyy HH:mm:ss ZZZ", false); } - /** * Returns a string representation of this DateTime appropriate for use in HTTP headers. The output is always expressed in GMT. * Specifically, the string conforms to RFC 1123. @@ -7685,22 +8647,25 @@ class DateTime { * @example DateTime.utc(2014, 7, 13, 19).toHTTP() //=> 'Sun, 13 Jul 2014 19:00:00 GMT' * @return {string} */ + + toHTTP() { return toTechFormat(this.toUTC(), "EEE, dd LLL yyyy HH:mm:ss 'GMT'"); } - /** * Returns a string representation of this DateTime appropriate for use in SQL Date * @example DateTime.utc(2014, 7, 13).toSQLDate() //=> '2014-07-13' * @return {string} */ + + toSQLDate() { if (!this.isValid) { return null; } + return toISODate(this, true); } - /** * Returns a string representation of this DateTime appropriate for use in SQL Time * @param {Object} opts - options @@ -7713,28 +8678,33 @@ class DateTime { * @example DateTime.now().toSQL({ includeZone: false }) //=> '05:15:16.345 America/New_York' * @return {string} */ + + toSQLTime() { - var _ref7 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, - _ref7$includeOffset = _ref7.includeOffset, - includeOffset = _ref7$includeOffset === void 0 ? true : _ref7$includeOffset, - _ref7$includeZone = _ref7.includeZone, - includeZone = _ref7$includeZone === void 0 ? false : _ref7$includeZone, - _ref7$includeOffsetSp = _ref7.includeOffsetSpace, - includeOffsetSpace = _ref7$includeOffsetSp === void 0 ? true : _ref7$includeOffsetSp; - var fmt = "HH:mm:ss.SSS"; + let _ref7 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, + _ref7$includeOffset = _ref7.includeOffset, + includeOffset = _ref7$includeOffset === void 0 ? true : _ref7$includeOffset, + _ref7$includeZone = _ref7.includeZone, + includeZone = _ref7$includeZone === void 0 ? false : _ref7$includeZone, + _ref7$includeOffsetSp = _ref7.includeOffsetSpace, + includeOffsetSpace = _ref7$includeOffsetSp === void 0 ? true : _ref7$includeOffsetSp; + + let fmt = "HH:mm:ss.SSS"; + if (includeZone || includeOffset) { if (includeOffsetSpace) { fmt += " "; } + if (includeZone) { fmt += "z"; } else if (includeOffset) { fmt += "ZZ"; } } + return toTechFormat(this, fmt, true); } - /** * Returns a string representation of this DateTime appropriate for use in SQL DateTime * @param {Object} opts - options @@ -7747,70 +8717,80 @@ class DateTime { * @example DateTime.local(2014, 7, 13).toSQL({ includeZone: true }) //=> '2014-07-13 00:00:00.000 America/New_York' * @return {string} */ + + toSQL() { - var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + let opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + if (!this.isValid) { return null; } + return `${this.toSQLDate()} ${this.toSQLTime(opts)}`; } - /** * Returns a string representation of this DateTime appropriate for debugging * @return {string} */ + + toString() { return this.isValid ? this.toISO() : datetime_INVALID; } - /** * Returns the epoch milliseconds of this DateTime. Alias of {@link DateTime#toMillis} * @return {number} */ + + valueOf() { return this.toMillis(); } - /** * Returns the epoch milliseconds of this DateTime. * @return {number} */ + + toMillis() { return this.isValid ? this.ts : NaN; } - /** * Returns the epoch seconds of this DateTime. * @return {number} */ + + toSeconds() { return this.isValid ? this.ts / 1000 : NaN; } - /** * Returns the epoch seconds (as a whole number) of this DateTime. * @return {number} */ + + toUnixInteger() { return this.isValid ? Math.floor(this.ts / 1000) : NaN; } - /** * Returns an ISO 8601 representation of this DateTime appropriate for use in JSON. * @return {string} */ + + toJSON() { return this.toISO(); } - /** * Returns a BSON serializable equivalent to this DateTime. * @return {Date} */ + + toBSON() { return this.toJSDate(); } - /** * Returns a JavaScript object with this DateTime's year, month, day, and so on. * @param opts - options for generating the object @@ -7818,27 +8798,31 @@ class DateTime { * @example DateTime.now().toObject() //=> { year: 2017, month: 4, day: 22, hour: 20, minute: 49, second: 42, millisecond: 268 } * @return {Object} */ + + toObject() { - var opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + let opts = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; if (!this.isValid) return {}; - var base = datetime_objectSpread({}, this.c); + + const base = datetime_objectSpread({}, this.c); + if (opts.includeConfig) { base.outputCalendar = this.outputCalendar; base.numberingSystem = this.loc.numberingSystem; base.locale = this.loc.locale; } + return base; } - /** * Returns a JavaScript Date equivalent to this DateTime. * @return {Date} */ + + toJSDate() { return new Date(this.isValid ? this.ts : NaN); - } - - // COMPARE + } // COMPARE /** * Return the difference between two DateTimes as a Duration. @@ -7855,24 +8839,28 @@ class DateTime { * i2.diff(i1, ['months', 'days', 'hours']).toObject() //=> { months: 16, days: 19, hours: 0.75 } * @return {Duration} */ + + diff(otherDateTime) { - var unit = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "milliseconds"; - var opts = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + let unit = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "milliseconds"; + let opts = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + if (!this.isValid || !otherDateTime.isValid) { return Duration.invalid("created by diffing an invalid DateTime"); } - var durOpts = datetime_objectSpread({ + + const durOpts = datetime_objectSpread({ locale: this.locale, numberingSystem: this.numberingSystem }, opts); - var units = maybeArray(unit).map(Duration.normalizeUnit), - otherIsLater = otherDateTime.valueOf() > this.valueOf(), - earlier = otherIsLater ? this : otherDateTime, - later = otherIsLater ? otherDateTime : this, - diffed = diff(earlier, later, units, durOpts); + + const units = maybeArray(unit).map(Duration.normalizeUnit), + otherIsLater = otherDateTime.valueOf() > this.valueOf(), + earlier = otherIsLater ? this : otherDateTime, + later = otherIsLater ? otherDateTime : this, + diffed = diff(earlier, later, units, durOpts); return otherIsLater ? diffed.negate() : diffed; } - /** * Return the difference between this DateTime and right now. * See {@link DateTime#diff} @@ -7881,21 +8869,23 @@ class DateTime { * @param {string} [opts.conversionAccuracy='casual'] - the conversion system to use * @return {Duration} */ + + diffNow() { - var unit = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "milliseconds"; - var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + let unit = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "milliseconds"; + let opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; return this.diff(DateTime.now(), unit, opts); } - /** * Return an Interval spanning between this DateTime and another DateTime * @param {DateTime} otherDateTime - the other end point of the Interval * @return {Interval} */ + + until(otherDateTime) { return this.isValid ? Interval.fromDateTimes(this, otherDateTime) : this; } - /** * Return whether this DateTime is in the same unit of time as another DateTime. * Higher-order units must also be identical for this function to return `true`. @@ -7905,15 +8895,16 @@ class DateTime { * @example DateTime.now().hasSame(otherDT, 'day'); //~> true if otherDT is in the same current calendar day * @return {boolean} */ + + hasSame(otherDateTime, unit) { if (!this.isValid) return false; - var inputMs = otherDateTime.valueOf(); - var adjustedToZone = this.setZone(otherDateTime.zone, { + const inputMs = otherDateTime.valueOf(); + const adjustedToZone = this.setZone(otherDateTime.zone, { keepLocalTime: true }); return adjustedToZone.startOf(unit) <= inputMs && inputMs <= adjustedToZone.endOf(unit); } - /** * Equality check * Two DateTimes are equal if and only if they represent the same millisecond, have the same zone and location, and are both valid. @@ -7921,10 +8912,11 @@ class DateTime { * @param {DateTime} other - the other DateTime * @return {boolean} */ + + equals(other) { return this.isValid && other.isValid && this.valueOf() === other.valueOf() && this.zone.equals(other.zone) && this.loc.equals(other.loc); } - /** * Returns a string representation of a this time relative to now, such as "in two days". Can only internationalize if your * platform supports Intl.RelativeTimeFormat. Rounds down by default. @@ -7943,26 +8935,29 @@ class DateTime { * @example DateTime.now().minus({ days: 2 }).toRelative({ unit: "hours" }) //=> "48 hours ago" * @example DateTime.now().minus({ hours: 36 }).toRelative({ round: false }) //=> "1.5 days ago" */ + + toRelative() { - var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + let options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; if (!this.isValid) return null; - var base = options.base || DateTime.fromObject({}, { - zone: this.zone - }), - padding = options.padding ? this < base ? -options.padding : options.padding : 0; - var units = ["years", "months", "days", "hours", "minutes", "seconds"]; - var unit = options.unit; + const base = options.base || DateTime.fromObject({}, { + zone: this.zone + }), + padding = options.padding ? this < base ? -options.padding : options.padding : 0; + let units = ["years", "months", "days", "hours", "minutes", "seconds"]; + let unit = options.unit; + if (Array.isArray(options.unit)) { units = options.unit; unit = undefined; } + return diffRelative(base, this.plus(padding), datetime_objectSpread(datetime_objectSpread({}, options), {}, { numeric: "always", units, unit })); } - /** * Returns a string representation of this date relative to today, such as "yesterday" or "next month". * Only internationalizes on platforms that supports Intl.RelativeTimeFormat. @@ -7976,8 +8971,10 @@ class DateTime { * @example DateTime.now().plus({ days: 1 }).toRelativeCalendar({ locale: "fr" }) //=> "demain" * @example DateTime.now().minus({ days: 2 }).toRelativeCalendar() //=> "2 days ago" */ + + toRelativeCalendar() { - var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + let options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; if (!this.isValid) return null; return diffRelative(options.base || DateTime.fromObject({}, { zone: this.zone @@ -7987,38 +8984,42 @@ class DateTime { calendary: true })); } - /** * Return the min of several date times * @param {...DateTime} dateTimes - the DateTimes from which to choose the minimum * @return {DateTime} the min DateTime, or undefined if called with no argument */ + + static min() { for (var _len = arguments.length, dateTimes = new Array(_len), _key = 0; _key < _len; _key++) { dateTimes[_key] = arguments[_key]; } + if (!dateTimes.every(DateTime.isDateTime)) { throw new InvalidArgumentError("min requires all arguments be DateTimes"); } + return bestBy(dateTimes, i => i.valueOf(), Math.min); } - /** * Return the max of several date times * @param {...DateTime} dateTimes - the DateTimes from which to choose the maximum * @return {DateTime} the max DateTime, or undefined if called with no argument */ + + static max() { for (var _len2 = arguments.length, dateTimes = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) { dateTimes[_key2] = arguments[_key2]; } + if (!dateTimes.every(DateTime.isDateTime)) { throw new InvalidArgumentError("max requires all arguments be DateTimes"); } - return bestBy(dateTimes, i => i.valueOf(), Math.max); - } - // MISC + return bestBy(dateTimes, i => i.valueOf(), Math.max); + } // MISC /** * Explain how a string would be parsed by fromFormat() @@ -8027,210 +9028,235 @@ class DateTime { * @param {Object} options - options taken by fromFormat() * @return {Object} */ + + static fromFormatExplain(text, fmt) { - var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; - var _options$locale = options.locale, - locale = _options$locale === void 0 ? null : _options$locale, - _options$numberingSys = options.numberingSystem, - numberingSystem = _options$numberingSys === void 0 ? null : _options$numberingSys, - localeToUse = Locale.fromOpts({ - locale, - numberingSystem, - defaultToEN: true - }); + let options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + const _options$locale = options.locale, + locale = _options$locale === void 0 ? null : _options$locale, + _options$numberingSys = options.numberingSystem, + numberingSystem = _options$numberingSys === void 0 ? null : _options$numberingSys, + localeToUse = Locale.fromOpts({ + locale, + numberingSystem, + defaultToEN: true + }); return explainFromTokens(localeToUse, text, fmt); } - /** * @deprecated use fromFormatExplain instead */ + + static fromStringExplain(text, fmt) { - var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + let options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; return DateTime.fromFormatExplain(text, fmt, options); - } - - // FORMAT PRESETS + } // FORMAT PRESETS /** * {@link DateTime#toLocaleString} format like 10/14/1983 * @type {Object} */ + + static get DATE_SHORT() { return DATE_SHORT; } - /** * {@link DateTime#toLocaleString} format like 'Oct 14, 1983' * @type {Object} */ + + static get DATE_MED() { return DATE_MED; } - /** * {@link DateTime#toLocaleString} format like 'Fri, Oct 14, 1983' * @type {Object} */ + + static get DATE_MED_WITH_WEEKDAY() { return DATE_MED_WITH_WEEKDAY; } - /** * {@link DateTime#toLocaleString} format like 'October 14, 1983' * @type {Object} */ + + static get DATE_FULL() { return DATE_FULL; } - /** * {@link DateTime#toLocaleString} format like 'Tuesday, October 14, 1983' * @type {Object} */ + + static get DATE_HUGE() { return DATE_HUGE; } - /** * {@link DateTime#toLocaleString} format like '09:30 AM'. Only 12-hour if the locale is. * @type {Object} */ + + static get TIME_SIMPLE() { return TIME_SIMPLE; } - /** * {@link DateTime#toLocaleString} format like '09:30:23 AM'. Only 12-hour if the locale is. * @type {Object} */ + + static get TIME_WITH_SECONDS() { return TIME_WITH_SECONDS; } - /** * {@link DateTime#toLocaleString} format like '09:30:23 AM EDT'. Only 12-hour if the locale is. * @type {Object} */ + + static get TIME_WITH_SHORT_OFFSET() { return TIME_WITH_SHORT_OFFSET; } - /** * {@link DateTime#toLocaleString} format like '09:30:23 AM Eastern Daylight Time'. Only 12-hour if the locale is. * @type {Object} */ + + static get TIME_WITH_LONG_OFFSET() { return TIME_WITH_LONG_OFFSET; } - /** * {@link DateTime#toLocaleString} format like '09:30', always 24-hour. * @type {Object} */ + + static get TIME_24_SIMPLE() { return TIME_24_SIMPLE; } - /** * {@link DateTime#toLocaleString} format like '09:30:23', always 24-hour. * @type {Object} */ + + static get TIME_24_WITH_SECONDS() { return TIME_24_WITH_SECONDS; } - /** * {@link DateTime#toLocaleString} format like '09:30:23 EDT', always 24-hour. * @type {Object} */ + + static get TIME_24_WITH_SHORT_OFFSET() { return TIME_24_WITH_SHORT_OFFSET; } - /** * {@link DateTime#toLocaleString} format like '09:30:23 Eastern Daylight Time', always 24-hour. * @type {Object} */ + + static get TIME_24_WITH_LONG_OFFSET() { return TIME_24_WITH_LONG_OFFSET; } - /** * {@link DateTime#toLocaleString} format like '10/14/1983, 9:30 AM'. Only 12-hour if the locale is. * @type {Object} */ + + static get DATETIME_SHORT() { return DATETIME_SHORT; } - /** * {@link DateTime#toLocaleString} format like '10/14/1983, 9:30:33 AM'. Only 12-hour if the locale is. * @type {Object} */ + + static get DATETIME_SHORT_WITH_SECONDS() { return DATETIME_SHORT_WITH_SECONDS; } - /** * {@link DateTime#toLocaleString} format like 'Oct 14, 1983, 9:30 AM'. Only 12-hour if the locale is. * @type {Object} */ + + static get DATETIME_MED() { return DATETIME_MED; } - /** * {@link DateTime#toLocaleString} format like 'Oct 14, 1983, 9:30:33 AM'. Only 12-hour if the locale is. * @type {Object} */ + + static get DATETIME_MED_WITH_SECONDS() { return DATETIME_MED_WITH_SECONDS; } - /** * {@link DateTime#toLocaleString} format like 'Fri, 14 Oct 1983, 9:30 AM'. Only 12-hour if the locale is. * @type {Object} */ + + static get DATETIME_MED_WITH_WEEKDAY() { return DATETIME_MED_WITH_WEEKDAY; } - /** * {@link DateTime#toLocaleString} format like 'October 14, 1983, 9:30 AM EDT'. Only 12-hour if the locale is. * @type {Object} */ + + static get DATETIME_FULL() { return DATETIME_FULL; } - /** * {@link DateTime#toLocaleString} format like 'October 14, 1983, 9:30:33 AM EDT'. Only 12-hour if the locale is. * @type {Object} */ + + static get DATETIME_FULL_WITH_SECONDS() { return DATETIME_FULL_WITH_SECONDS; } - /** * {@link DateTime#toLocaleString} format like 'Friday, October 14, 1983, 9:30 AM Eastern Daylight Time'. Only 12-hour if the locale is. * @type {Object} */ + + static get DATETIME_HUGE() { return DATETIME_HUGE; } - /** * {@link DateTime#toLocaleString} format like 'Friday, October 14, 1983, 9:30:33 AM Eastern Daylight Time'. Only 12-hour if the locale is. * @type {Object} */ + + static get DATETIME_HUGE_WITH_SECONDS() { return DATETIME_HUGE_WITH_SECONDS; } -} +} /** * @private */ + function friendlyDateTime(dateTimeish) { if (DateTime.isDateTime(dateTimeish)) { return dateTimeish; @@ -8242,7 +9268,7 @@ function friendlyDateTime(dateTimeish) { throw new InvalidArgumentError(`Unknown datetime argument: ${dateTimeish}, of type ${typeof dateTimeish}`); } } -;// CONCATENATED MODULE: ../../node_modules/luxon/src/luxon.js +;// CONCATENATED MODULE: ./node_modules/luxon/src/luxon.js @@ -8253,7 +9279,7 @@ function friendlyDateTime(dateTimeish) { -var VERSION = "3.2.0"; +const VERSION = "3.2.0"; ;// CONCATENATED MODULE: ./src/3_8/utils.ts @@ -9698,8 +10724,8 @@ class GeoLocation { } } -// EXTERNAL MODULE: ../../node_modules/suncalc/suncalc.js -var suncalc = __webpack_require__(690); +// EXTERNAL MODULE: ./node_modules/suncalc/suncalc.js +var suncalc = __webpack_require__(969); ;// CONCATENATED MODULE: ./src/3_8/providers/BaseProvider.ts class BaseProvider { constructor() { @@ -9766,11 +10792,15 @@ class MetUk extends BaseProvider { }; this.ParseHourlyForecast = (json, loc) => { const forecasts = []; + let uvIndex = null; try { for (const day of Array.isArray(json.SiteRep.DV.Location.Period) ? json.SiteRep.DV.Location.Period : [json.SiteRep.DV.Location.Period]) { const date = DateTime.fromISO(this.PartialToISOString(day.value), { zone: loc.timeZone }); if (!Array.isArray(day.Rep)) continue; + uvIndex = ("U" in day.Rep[0]) ? Number.parseInt(day.Rep[0].U) : null; + if (Number.isNaN(uvIndex)) + uvIndex = null; for (const element of day.Rep) { const hour = element; const timestamp = date.plus({ hours: Number.parseInt(hour.$) / 60 }); @@ -9789,7 +10819,7 @@ class MetUk extends BaseProvider { forecasts.push(forecast); } } - return forecasts; + return [forecasts, { uvIndex }]; } catch (e) { if (e instanceof Error) @@ -9800,6 +10830,7 @@ class MetUk extends BaseProvider { }; } async GetWeather(newLoc, cancellable, config) { + var _a; const loc = newLoc.lat.toString() + "," + newLoc.lon.toString(); if (this.currentLocID == null || this.currentLocID != loc || this.forecastSite == null || this.observationSites == null || this.observationSites.length == 0) { logger_Logger.Info("Downloading new site data"); @@ -9836,8 +10867,14 @@ class MetUk extends BaseProvider { return null; const forecastResult = await forecastPromise; currentResult.forecasts = forecastResult !== null && forecastResult !== void 0 ? forecastResult : []; - const threeHourlyForecast = await hourlyPayload; - currentResult.hourlyForecasts = threeHourlyForecast !== null && threeHourlyForecast !== void 0 ? threeHourlyForecast : []; + const threeHourlyResolved = await hourlyPayload; + if (threeHourlyResolved == null) { + currentResult.hourlyForecasts = []; + return null; + } + const [threeHourlyForecast, additionalData] = threeHourlyResolved; + currentResult.hourlyForecasts = threeHourlyForecast; + currentResult.uvIndex = (_a = additionalData === null || additionalData === void 0 ? void 0 : additionalData.uvIndex) !== null && _a !== void 0 ? _a : null; return currentResult; } ; @@ -9946,6 +10983,7 @@ class MetUk extends BaseProvider { pressure: null, humidity: null, dewPoint: null, + uvIndex: null, condition: this.ResolveCondition(observation === null || observation === void 0 ? void 0 : observation.W), forecasts: [] }; @@ -10673,6 +11711,7 @@ function OWMOneCallToWeatherData(json, conditionsTranslated) { icons: OWMIconToBuiltInIcons((_q = (_p = (_o = json === null || json === void 0 ? void 0 : json.current) === null || _o === void 0 ? void 0 : _o.weather) === null || _p === void 0 ? void 0 : _p[0]) === null || _q === void 0 ? void 0 : _q.icon), customIcon: OWMIconToCustomIcon((_t = (_s = (_r = json === null || json === void 0 ? void 0 : json.current) === null || _r === void 0 ? void 0 : _r.weather) === null || _s === void 0 ? void 0 : _s[0]) === null || _t === void 0 ? void 0 : _t.icon) }, + uvIndex: json.current.uvi, extra_field: { name: _("Feels Like"), value: json.current.feels_like, @@ -11153,7 +12192,7 @@ class MetNorway extends BaseProvider { return json; } ParseWeather(json, loc) { - var _a, _b; + var _a, _b, _c; json = this.RemoveEarlierElements(json, loc); const times = (0,suncalc.getTimes)(new Date(), json.geometry.coordinates[1], json.geometry.coordinates[0], json.geometry.coordinates[2]); const suntimes = { @@ -11183,6 +12222,7 @@ class MetNorway extends BaseProvider { degree: current.data.instant.details.wind_from_direction, speed: current.data.instant.details.wind_speed }, + uvIndex: (_c = current.data.instant.details.ultraviolet_index_clear_sky) !== null && _c !== void 0 ? _c : null, location: { timeZone: loc.timeZone }, @@ -11714,6 +12754,7 @@ class Weatherbit extends BaseProvider { value: json.app_temp, type: "temperature" }, + uvIndex: json.uv, forecasts: [] }; return weather; @@ -12364,6 +13405,7 @@ class ClimacellV4 extends BaseProvider { type: "temperature", value: CelsiusToKelvin(current.values.temperatureApparent) }, + uvIndex: null, forecasts: [] }; const hours = []; @@ -13091,6 +14133,7 @@ class USWeather extends BaseProvider { pressure: (observation.properties.barometricPressure.value == null) ? null : observation.properties.barometricPressure.value / 100, humidity: observation.properties.relativeHumidity.value, dewPoint: CelsiusToKelvin(observation.properties.dewpoint.value), + uvIndex: null, condition: this.ResolveCondition(observation.properties.icon, IsNight(suntimes)), forecasts: [] }; @@ -13469,6 +14512,7 @@ class VisualCrossing extends BaseProvider { type: "temperature", value: CelsiusToKelvin((_h = currentHour === null || currentHour === void 0 ? void 0 : currentHour.feelslike) !== null && _h !== void 0 ? _h : weather.currentConditions.feelslike) }, + uvIndex: null, forecasts: this.ParseForecasts(weather.days, translate, weather.timezone), hourlyForecasts: this.ParseHourlyForecasts(weather.days, translate, weather.timezone) }; @@ -14195,7 +15239,7 @@ class AccuWeather extends BaseProvider { this.tier = "free"; } ParseWeather(current, daily, hourly, loc) { - var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l; + var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p; return { date: DateTime.fromISO(current.LocalObservationDateTime), coord: { @@ -14219,6 +15263,7 @@ class AccuWeather extends BaseProvider { speed: KPHtoMPS((_l = (_k = (_j = current.Wind) === null || _j === void 0 ? void 0 : _j.Speed) === null || _k === void 0 ? void 0 : _k.Metric) === null || _l === void 0 ? void 0 : _l.Value), }, condition: Object.assign(Object.assign({}, this.ResolveIcons(current.WeatherIcon, current.IsDayTime)), { main: current.WeatherText, description: current.WeatherText }), + uvIndex: (_p = (_m = current.UVIndex) !== null && _m !== void 0 ? _m : (_o = hourly[0]) === null || _o === void 0 ? void 0 : _o.UVIndex) !== null && _p !== void 0 ? _p : null, hourlyForecasts: this.ParseHourly(hourly), forecasts: this.ParseDaily(daily) }; @@ -14614,7 +15659,8 @@ class DeutscherWetterdienst extends BaseProvider { }, forecasts: this.ParseForecast(current, hourly, loc), hourlyForecasts: this.ParseHourlyForecast(hourly, loc), - alerts: alerts + alerts: alerts, + uvIndex: null }; } ParseForecast(current, forecast, loc) { @@ -14875,7 +15921,7 @@ class WeatherUnderground extends BaseProvider { this.baseURl = "https://api.weather.com/"; this.locationCache = {}; this.GetWeather = async (loc, cancellable, config) => { - var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l; + var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m; const locString = `${loc.lat},${loc.lon}`; const location = (_a = this.locationCache[locString]) !== null && _a !== void 0 ? _a : (await this.GetNearbyStations(loc, cancellable, config)); if (location == null) { @@ -14927,6 +15973,7 @@ class WeatherUnderground extends BaseProvider { stationInfo: observation.stationInfo, extra_field: observation.extra_field, forecasts: this.ParseForecasts(loc, forecast, config), + uvIndex: (_m = observation.uvIndex) !== null && _m !== void 0 ? _m : null, }; }; this.GetNearbyStations = async (loc, cancellable, config) => { @@ -15460,33 +16507,6 @@ class WeatherUnderground extends BaseProvider { } } -;// CONCATENATED MODULE: ./src/3_8/providers/pirate_weather/types/common.ts - - -function PirateWeatherSummaryToTranslated(summary) { - switch (summary) { - case "Clear": - return _("Clear"); - case "Partly Cloudy": - return _("Partly Cloudy"); - case "Rain": - return _("Rain"); - case "Cloudy": - return _("Cloudy"); - case "Snow": - return _("Snow"); - case "Wind": - return _("Wind"); - case "Fog": - return _("Fog"); - case "Sleet": - return _("Sleet"); - default: - logger_Logger.Error(`Unknown PirateWeatherSummary: ${summary}`); - return summary; - } -} - ;// CONCATENATED MODULE: ./src/3_8/providers/pirate_weather/pirateWeather.ts @@ -15495,7 +16515,6 @@ function PirateWeatherSummaryToTranslated(summary) { - class PirateWeather extends BaseProvider { constructor() { super(...arguments); @@ -15532,6 +16551,65 @@ class PirateWeather extends BaseProvider { } return true; }; + this.supportedLanguages = [ + "ar", + "az", + "be", + "bg", + "bn", + "bs", + "ca", + "cs", + "cy", + "da", + "de", + "el", + "en", + "eo", + "es", + "et", + "fa", + "fi", + "fr", + "ga", + "gd", + "he", + "hi", + "hr", + "hu", + "id", + "is", + "it", + "ja", + "ka", + "kn", + "ko", + "kw", + "lv", + "ml", + "mr", + "nl", + "no", + "pa", + "pl", + "pt", + "ro", + "ru", + "sk", + "sl", + "sr", + "sv", + "ta", + "te", + "`tet", + "tr", + "uk", + "ur", + "vi", + "x-pig-latin", + "zh", + "zh-tw", + ]; } get remainingCalls() { return null; @@ -15542,7 +16620,10 @@ class PirateWeather extends BaseProvider { const response = await HttpLib.Instance.LoadJsonAsync({ url: `${this.query}${config.ApiKey}/${loc.lat},${loc.lon}`, cancellable, - params: { units: this.GetQueryUnit(config) }, + params: { + units: this.GetQueryUnit(config), + lang: (config._translateCondition && config.Language && this.supportedLanguages.includes(config.Language)) ? config.Language : "en", + }, HandleError: this.HandleError }); if (!response.Success) @@ -15551,6 +16632,7 @@ class PirateWeather extends BaseProvider { } ; ParseWeather(json, unit) { + var _a, _b, _c, _d, _e; try { const sunrise = DateTime.fromSeconds(json.daily.data[0].sunriseTime, { zone: json.timezone }); const sunset = DateTime.fromSeconds(json.daily.data[0].sunsetTime, { zone: json.timezone }); @@ -15575,8 +16657,8 @@ class PirateWeather extends BaseProvider { humidity: json.currently.humidity * 100, dewPoint: this.ToKelvin(json.currently.dewPoint, unit), condition: { - main: PirateWeatherSummaryToTranslated(json.currently.summary), - description: PirateWeatherSummaryToTranslated(json.currently.summary), + main: json.currently.summary, + description: json.currently.summary, icons: this.ResolveIcon(json.currently.icon, { sunrise: sunrise, sunset: sunset }), customIcon: this.ResolveCustomIcon(json.currently.icon) }, @@ -15585,6 +16667,7 @@ class PirateWeather extends BaseProvider { value: this.ToKelvin(json.currently.apparentTemperature, unit), type: "temperature" }, + uvIndex: (_e = (_c = (_a = json.currently.uvIndex) !== null && _a !== void 0 ? _a : (_b = json.hourly.data[0]) === null || _b === void 0 ? void 0 : _b.uvIndex) !== null && _c !== void 0 ? _c : (_d = json.daily.data[0]) === null || _d === void 0 ? void 0 : _d.uvIndex) !== null && _e !== void 0 ? _e : null, forecasts: [], hourlyForecasts: [], }; @@ -15594,8 +16677,8 @@ class PirateWeather extends BaseProvider { temp_min: this.ToKelvin(day.temperatureLow, unit), temp_max: this.ToKelvin(day.temperatureHigh, unit), condition: { - main: PirateWeatherSummaryToTranslated(day.summary), - description: PirateWeatherSummaryToTranslated(day.summary), + main: day.summary, + description: day.summary, icons: this.ResolveIcon(day.icon), customIcon: this.ResolveCustomIcon(day.icon) }, @@ -15608,8 +16691,8 @@ class PirateWeather extends BaseProvider { date: DateTime.fromSeconds(hour.time, { zone: json.timezone }), temp: this.ToKelvin(hour.temperature, unit), condition: { - main: PirateWeatherSummaryToTranslated(hour.summary), - description: PirateWeatherSummaryToTranslated(hour.summary), + main: hour.summary, + description: hour.summary, icons: this.ResolveIcon(hour.icon, { sunrise: sunrise, sunset: sunset }, DateTime.fromSeconds(hour.time, { zone: json.timezone })), customIcon: this.ResolveCustomIcon(hour.icon) }, @@ -16193,13 +17276,14 @@ function OpenMeteoHourWeatherToData(data, timezone) { function OpenMeteoResponseToData(payload) { + var _a; return Object.assign(Object.assign({ date: DateTime.fromISO(payload.current.time, { zone: payload.timezone }), sunrise: DateTime.fromISO(payload.daily.sunrise[0], { zone: payload.timezone }), sunset: DateTime.fromISO(payload.daily.sunset[0], { zone: payload.timezone }), coord: { lat: payload.latitude, lon: payload.longitude, }, location: { timeZone: payload.timezone, tzOffset: payload.utc_offset_seconds, - } }, OpenMeteoCurrentWeatherToData(payload.current)), { forecasts: OpenMeteoDailyWeatherToData(payload.daily, payload.timezone), hourlyForecasts: OpenMeteoHourWeatherToData(payload.hourly, payload.timezone) }); + } }, OpenMeteoCurrentWeatherToData(payload.current)), { forecasts: OpenMeteoDailyWeatherToData(payload.daily, payload.timezone), hourlyForecasts: OpenMeteoHourWeatherToData(payload.hourly, payload.timezone), uvIndex: (_a = payload.daily.uv_index_max[0]) !== null && _a !== void 0 ? _a : null }); } ;// CONCATENATED MODULE: ./src/3_8/providers/open-meteo/provider.ts @@ -16234,7 +17318,7 @@ class OpenMeteo extends BaseProvider { longitude: loc.lon, current: "temperature_2m,dewpoint_2m,relative_humidity_2m,apparent_temperature,is_day,precipitation,rain,showers,snowfall,weather_code,surface_pressure,wind_speed_10m,wind_direction_10m,wind_gusts_10m", hourly: "temperature_2m,precipitation_probability,precipitation,rain,showers,snowfall,snow_depth,weather_code,wind_speed_10m,wind_direction_10m,is_day", - daily: "weather_code,temperature_2m_max,temperature_2m_min,apparent_temperature_max,apparent_temperature_min,sunrise,sunset", + daily: "weather_code,temperature_2m_max,temperature_2m_min,apparent_temperature_max,apparent_temperature_min,sunrise,sunset,uv_index_max", timezone: "auto", forecast_days: "16", forecast_hours: "24" @@ -16300,6 +17384,7 @@ function OWMWeatherToWeatherData(weather, conditionsTranslated, timezone) { pressure: weather.main.pressure, humidity: weather.main.humidity, dewPoint: null, + uvIndex: null, extra_field: { type: "temperature", name: _("Feels like"), @@ -17067,6 +18152,7 @@ class SwissMeteo extends BaseProvider { degree: result.graph.windDirection3h[0], }, forecasts: result.forecast.map(day => SwissMeteoDayToForecastData(day)), + uvIndex: null }; const alerts = result.warnings.filter(x => { if (x.validTo && DateTime.fromMillis(x.validTo) < DateTime.now()) { @@ -17210,6 +18296,7 @@ class Config { this.UserAgentStringOverrideChanged = new Event(); this.RunScriptChanged = new Event(); this.TempTextOverrideChanged = new Event(); + this.UV_IndexChanged = new Event(); this.FontChanged = new Event(); this.HotkeyChanged = new Event(); this.SelectedLogPathChanged = new Event(); @@ -17663,6 +18750,10 @@ const Keys = { key: "tempTextOverride", prop: "TempTextOverride" }, + UV_INDEX: { + key: "uvIndex", + prop: "UV_Index" + }, }; ;// CONCATENATED MODULE: ./src/3_8/types.ts @@ -17680,6 +18771,7 @@ var RefreshState; + const { NetworkMonitor, NetworkConnectivity } = imports.gi.Gio; const weatherAppletGUIDs = {}; class WeatherLoop { @@ -17689,6 +18781,9 @@ class WeatherLoop { return this.refreshing; } get Online() { + if (!this.NetworkMonitorUsed) { + return true; + } return NetworkMonitor.get_default().connectivity != NetworkConnectivity.LOCAL; } constructor(app, instanceID) { @@ -17700,6 +18795,7 @@ class WeatherLoop { this.runningRefresh = null; this.refreshingResolver = null; this.refreshing = null; + this.NetworkMonitorUsed = null; this.OnNetworkConnectivityChanged = () => { switch (NetworkMonitor.get_default().connectivity) { case NetworkConnectivity.FULL: @@ -17813,6 +18909,17 @@ class WeatherLoop { this.GUID = Guid(); weatherAppletGUIDs[instanceID] = this.GUID; NetworkMonitor.get_default().connect("notify::connectivity", this.OnNetworkConnectivityChanged); + void this.Init(); + } + async Init() { + const nmCheck = await SpawnProcess(["systemctl", "is-active", "--quiet", "NetworkManager"]); + if (!nmCheck.Success) { + logger_Logger.Info("NetworkManager is not running/used, skipping network connectivity check."); + this.NetworkMonitorUsed = false; + return; + } + logger_Logger.Info("NetworkManager is running, using network connectivity check."); + this.NetworkMonitorUsed = true; } IsDataTooOld() { if (!this.lastUpdated) @@ -18084,6 +19191,7 @@ class WindBox { const { BoxLayout: uiCurrentWeather_BoxLayout, IconType: uiCurrentWeather_IconType, Icon: uiCurrentWeather_Icon, Align: uiCurrentWeather_Align } = imports.gi.St; const { ActorAlign: uiCurrentWeather_ActorAlign } = imports.gi.Clutter; +const { Tooltip } = imports.ui.tooltips; const STYLE_SUMMARYBOX = 'weather-current-summarybox'; const STYLE_SUMMARY = 'weather-current-summary'; const STYLE_DATABOX = 'weather-current-databox'; @@ -18118,6 +19226,7 @@ class CurrentWeather { this.app.config.ImmediatePrecipChanged.Subscribe(this.app.AfterRefresh((config, precip, data) => this.SetImmediatePrecipitation(data.immediatePrecipitation, config))); this.app.config.LocationLabelOverrideChanged.Subscribe(this.app.AfterRefresh(this.OnLocationOverrideChanged)); this.app.config.PressureUnitChanged.Subscribe(this.app.AfterRefresh((config, pressure, data) => this.SetPressure(data.pressure))); + this.app.config.UV_IndexChanged.Subscribe(this.app.AfterRefresh((config, uvIndex, data) => this.SetUVIndex(data.uvIndex, config._uvIndex))); } Display(weather, config) { try { @@ -18136,6 +19245,7 @@ class CurrentWeather { this.SetDewPointField(weather.dewPoint); this.SetAPIUniqueField(weather.extra_field); this.sunTimesUI.Display(weather.sunrise, weather.sunset, weather.location.timeZone); + this.SetUVIndex(weather.uvIndex, config._uvIndex); this.SetImmediatePrecipitation(weather.immediatePrecipitation, config); return true; } @@ -18175,7 +19285,25 @@ class CurrentWeather { this.immediatePrecipitationBox.add_actor(this.immediatePrecipitationLabel); this.immediatePrecipitationBox.hide(); middleColumn.add_actor(this.immediatePrecipitationBox); - middleColumn.add_actor(this.sunTimesUI.Rebuild(config, textColorStyle)); + const sunBox = new uiCurrentWeather_BoxLayout({ + x_align: uiCurrentWeather_ActorAlign.CENTER, + vertical: false, + x_expand: true, + }); + sunBox.add_actor(this.sunTimesUI.Rebuild(config, textColorStyle)); + const uvIndexBox = new uiCurrentWeather_BoxLayout(); + this.uvIndexIcon = new uiCurrentWeather_Icon({ + icon_name: "uv-index-symbolic", + icon_type: uiCurrentWeather_IconType.SYMBOLIC, + icon_size: 20, + style_class: "weather-current-uvindex", + reactive: true, + }); + this.uvIndexIcon.hide(); + this.uvIndexTooltip = new Tooltip(this.uvIndexIcon, ""); + uvIndexBox.add(this.uvIndexIcon); + sunBox.add_actor(uvIndexBox); + middleColumn.add_actor(sunBox); return middleColumn; } BuildRightColumn(textColorStyle, config) { @@ -18377,6 +19505,34 @@ class CurrentWeather { else this.locationButton.url = url; } + SetUVIndex(uvIndex, show) { + if (uvIndex == null || !show) { + this.uvIndexIcon.hide(); + return; + } + this.uvIndexIcon.show(); + if (uvIndex < 3) { + this.uvIndexIcon.hide(); + this.uvIndexIcon.style = "color: #00FF00"; + this.uvIndexTooltip.set_text(_("Low Risk of Harm from sun exposure, UV Index: {uvIndex}", { uvIndex: uvIndex.toString() })); + } + else if (uvIndex < 6) { + this.uvIndexIcon.style = "color: #FFFF00"; + this.uvIndexTooltip.set_text(_("Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}", { uvIndex: uvIndex.toString() })); + } + else if (uvIndex < 8) { + this.uvIndexIcon.style = "color: #FF8000"; + this.uvIndexTooltip.set_text(_("High Risk of Harm from sun exposure, UV Index: {uvIndex}", { uvIndex: uvIndex.toString() })); + } + else if (uvIndex < 11) { + this.uvIndexIcon.style = "color: #FF0000"; + this.uvIndexTooltip.set_text(_("Very High of Harm from sun exposure, Risk UV Index: {uvIndex}", { uvIndex: uvIndex.toString() })); + } + else { + this.uvIndexIcon.style = "color: #FF00FF"; + this.uvIndexTooltip.set_text(_("Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}", { uvIndex: uvIndex.toString() })); + } + } onLocationStorageChanged(sender, itemCount) { logger_Logger.Debug("On location storage callback called, number of locations now " + itemCount.toString()); if (this.app.config.LocStore.ShouldShowLocationSelectors(this.app.config.CurrentLocation)) @@ -19019,7 +20175,7 @@ class UIHourlyForecasts { const { BoxLayout: uiBar_BoxLayout, IconType: uiBar_IconType, Bin: uiBar_Bin, Icon: uiBar_Icon, Align: uiBar_Align, Button: uiBar_Button, Side: uiBar_Side } = imports.gi.St; -const { Tooltip } = imports.ui.tooltips; +const { Tooltip: uiBar_Tooltip } = imports.ui.tooltips; const STYLE_BAR = 'bottombar'; class UIBar { get Actor() { @@ -19122,14 +20278,14 @@ class UIBar { can_focus: true, child: this.warningButtonIcon }); - this.warningButtonTooltip = new Tooltip(this.warningButton.actor, ""); + this.warningButtonTooltip = new uiBar_Tooltip(this.warningButton.actor, ""); this.warningButton.actor.hide(); this.warningButton.actor.connect(SIGNAL_CLICKED, this.WarningClicked); leftBox.add_actor(this.warningButton.actor); leftBox.add_actor(new uiBar_Bin({ width: 5 })); this._timestamp = new uiBar_Button({ label: "Placeholder" }); leftBox.add_actor(this._timestamp); - this.timestampTooltip = new Tooltip(this._timestamp, ""); + this.timestampTooltip = new uiBar_Tooltip(this._timestamp, ""); this.actor.add(leftBox, { x_fill: false, x_align: uiBar_Align.START, diff --git a/weather@mockturtl/files/weather@mockturtl/icons/uv-index-symbolic.svg b/weather@mockturtl/files/weather@mockturtl/icons/uv-index-symbolic.svg new file mode 100644 index 00000000000..68e72cf40a7 --- /dev/null +++ b/weather@mockturtl/files/weather@mockturtl/icons/uv-index-symbolic.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/weather@mockturtl/files/weather@mockturtl/metadata.json b/weather@mockturtl/files/weather@mockturtl/metadata.json index 95330ee1ef8..9e39f6d782c 100644 --- a/weather@mockturtl/files/weather@mockturtl/metadata.json +++ b/weather@mockturtl/files/weather@mockturtl/metadata.json @@ -3,7 +3,7 @@ "name": "Weather", "description": "View your local weather forecast", "max-instances": 3, - "version": "3.6.6", + "version": "3.6.7", "multiversion": true, "cinnamon-version": ["2.2", "2.4", "2.6", "2.8", "3.0", "3.2", "3.4", "3.6", "3.8", "4.0", "4.2", "4.4", "4.6", "4.8"] } diff --git a/weather@mockturtl/files/weather@mockturtl/po/ar.po b/weather@mockturtl/files/weather@mockturtl/po/ar.po index a76522776bd..c7d5df49f5a 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/ar.po +++ b/weather@mockturtl/files/weather@mockturtl/po/ar.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: 0.1\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2021-02-16 11:25+0100\n" "Last-Translator: Yaron Sheffer \n" "Language-Team: Hebrew \n" @@ -20,65 +20,65 @@ msgstr "" "X-Generator: Poedit 2.3\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "" @@ -88,8 +88,8 @@ msgstr "" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "" @@ -101,12 +101,12 @@ msgstr "" msgid "Could not get weather information" msgstr "" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -120,7 +120,7 @@ msgstr "" msgid "As of" msgstr "" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "" @@ -128,55 +128,55 @@ msgstr "" msgid "from you" msgstr "" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "يحمل الطقس الحالي..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "يحمل طقس المستقبل..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "يحمل..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 #, fuzzy msgid "Temperature" msgstr "درجة الحرارة:" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 #, fuzzy msgid "Humidity" msgstr "الرطوبة:" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 #, fuzzy msgid "Pressure" msgstr "الضغط:" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 #, fuzzy msgid "Wind" msgstr "الريح:" @@ -185,15 +185,15 @@ msgstr "الريح:" msgid "Make sure you entered a location or use Automatic location instead" msgstr "" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "" @@ -201,17 +201,17 @@ msgstr "" msgid "You can only save correct locations when the applet is not refreshing" msgstr "" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "" @@ -247,15 +247,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "" @@ -266,13 +266,13 @@ msgid "" msgstr "" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" msgstr "" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -281,13 +281,13 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 #, fuzzy msgid "Heavy rain" msgstr "ثلج كثيف" @@ -295,42 +295,41 @@ msgstr "ثلج كثيف" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 #, fuzzy msgid "Light rain" msgstr "مطر متجمد" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 #, fuzzy msgid "Heavy freezing rain" msgstr "مطر متجمد" @@ -338,178 +337,176 @@ msgstr "مطر متجمد" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "مطر متجمد" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 #, fuzzy msgid "Light freezing rain" msgstr "مطر متجمد" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 #, fuzzy msgid "Light freezing drizzle" msgstr "رذاذ متجمد" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "رذاذ متجمد" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 #, fuzzy msgid "Light drizzle" msgstr "رذاذ متجمد" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "ثلج كثيف" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "ثلج" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 #, fuzzy msgid "Light snow" msgstr "رشات ثلجية خفيفة" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 #, fuzzy msgid "Flurries" msgstr "تساقط ثلوج" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 #, fuzzy msgid "Thunderstorm" msgstr "عواصف رعدية" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 #, fuzzy msgid "Fog" msgstr "ضبابي" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "غائم" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "غائم في أغلبه" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "غائم جزئياً" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 #, fuzzy msgid "Mostly clear" msgstr "غائم في أغلبه" @@ -517,47 +514,46 @@ msgstr "غائم في أغلبه" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "صافٍ" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "مشمس" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "" @@ -585,7 +581,7 @@ msgid "" "entered the API key that you have from DarkSky" msgstr "" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "" @@ -594,138 +590,138 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 #, fuzzy msgid "Cloudiness" msgstr "غائم" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 #, fuzzy msgid "Clear sky" msgstr "صافٍ" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "معتدل" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 #, fuzzy msgid "Heavy rain showers" msgstr "ثلج كثيف" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 #, fuzzy msgid "Heavy sleet" msgstr "ثلج كثيف" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 #, fuzzy msgid "Heavy sleet showers" msgstr "ثلج كثيف" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 #, fuzzy msgid "Heavy snow and thunder" msgstr "ثلج كثيف" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 #, fuzzy msgid "Heavy snow showers" msgstr "رشات ثلجية متفرقة" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 #, fuzzy msgid "Light rain showers" msgstr "رشات ثلجية خفيفة" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 #, fuzzy msgid "Light rain showers and thunder" msgstr "رشات ثلجية خفيفة" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 #, fuzzy msgid "Light sleet showers" msgstr "رشات ثلجية خفيفة" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 #, fuzzy msgid "Light sleet showers and thunder" msgstr "رشات ثلجية خفيفة" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 #, fuzzy msgid "Light snow and thunder" msgstr "رشات ثلجية خفيفة" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "رشات ثلجية خفيفة" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 #, fuzzy msgid "Light snow showers and thunder" msgstr "رشات ثلجية خفيفة" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 #, fuzzy msgid "Rain showers" msgstr "رشات ثلجية متفرقة" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "" @@ -734,51 +730,51 @@ msgstr "" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "مطر ثلجي" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 #, fuzzy msgid "Sleet and thunder" msgstr "סعواصف رعدية متفرقة" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 #, fuzzy msgid "Sleet showers" msgstr "رشات متفرقة" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "رشات ثلجية متفرقة" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 #, fuzzy msgid "Snow showers and thunder" msgstr "رشات ثلجية متفرقة" @@ -788,20 +784,20 @@ msgstr "رشات ثلجية متفرقة" msgid "Unexpected response from API" msgstr "" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "" @@ -830,319 +826,319 @@ msgid "Excellent - More than" msgstr "" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 #, fuzzy msgid "Light rain shower" msgstr "رشات ثلجية خفيفة" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "رذاذ" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 #, fuzzy msgid "Heavy rain shower" msgstr "ثلج كثيف" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 #, fuzzy msgid "Sleet shower" msgstr "رشات متفرقة" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "بَرَد" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 #, fuzzy msgid "Hail shower" msgstr "رشات ثلجية متفرقة" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 #, fuzzy msgid "Light snow shower" msgstr "رشات ثلجية خفيفة" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 #, fuzzy msgid "Heavy snow shower" msgstr "ثلج كثيف" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 #, fuzzy msgid "Thunder" msgstr "عواصف رعدية" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 #, fuzzy msgid "Thunder shower" msgstr "وابل رعدي" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" msgstr "" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 #, fuzzy msgid "Thunderstorm with rain" msgstr "عواصف رعدية" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 #, fuzzy msgid "Light thunderstorm" msgstr "عواصف رعدية" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 #, fuzzy msgid "Heavy thunderstorm" msgstr "عواصف رعدية شديدة" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 #, fuzzy msgid "Ragged thunderstorm" msgstr "عواصف رعدية معزولة" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "عواصف رعدية" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 #, fuzzy msgid "Drizzle rain" msgstr "رذاذ" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 #, fuzzy msgid "Shower rain and drizzle" msgstr "خليط من المطر والبَرَد" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 #, fuzzy msgid "Shower drizzle" msgstr "رذاذ متجمد" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 #, fuzzy msgid "Extreme rain" msgstr "مطر متجمد" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 #, fuzzy msgid "Light intensity shower rain" msgstr "رشات ثلجية خفيفة" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 #, fuzzy msgid "Shower rain" msgstr "رشات مطر" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 #, fuzzy msgid "Shower sleet" msgstr "رشات مطر" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 #, fuzzy msgid "Light rain and snow" msgstr "خليط من المطر والثلج" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 #, fuzzy msgid "Rain and snow" msgstr "خليط من المطر والثلج" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 #, fuzzy msgid "Light shower snow" msgstr "رشات ثلجية خفيفة" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 #, fuzzy msgid "Shower snow" msgstr "رشات مطر" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 #, fuzzy msgid "Heavy shower snow" msgstr "ثلج كثيف" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 #, fuzzy msgid "Smoke" msgstr "دخانيّ" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "سديم" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "غبار" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "إعصار" @@ -1150,32 +1146,32 @@ msgstr "إعصار" msgid "Sky is clear" msgstr "" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 #, fuzzy msgid "Clouds" msgstr "غائم" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 #, fuzzy msgid "Scattered clouds" msgstr "رشات متفرقة" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "" @@ -1183,84 +1179,84 @@ msgstr "" msgid "Could not get forecast for your area" msgstr "" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "" -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 #, fuzzy msgid "Partly cloudy and windy" msgstr "غائم جزئياً" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 #, fuzzy msgid "Mostly cloudy and windy" msgstr "غائم في أغلبه" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 #, fuzzy msgid "Snowy rain" msgstr "تساقط ثلوج" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 #, fuzzy msgid "Freezing rain and snow" msgstr "مطر متجمد" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "إعصار استوائي" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "عاصفة مدارية" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "حار" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "بارد" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "اليوم" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "غداً" @@ -1292,79 +1288,79 @@ msgstr "الجمعة" msgid "Saturday" msgstr "السبت" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "ش" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "ش ق" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "ق" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "ج ق" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "ج" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "ج غ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "غ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "ش غ" @@ -1409,7 +1405,7 @@ msgid "" "more information" msgstr "" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 #, fuzzy msgid "Tropical Storm" msgstr "عاصفة مدارية" @@ -1419,10 +1415,10 @@ msgstr "عاصفة مدارية" msgid "Severe Thunderstorms" msgstr "عواصف رعدية شديدة" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "عواصف رعدية" @@ -1441,23 +1437,23 @@ msgstr "خليط من المطر والمطر الثلجي" msgid "Mixed Snow and Sleet" msgstr "خليط من الثلج والمطر الثلجي" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 #, fuzzy msgid "Freezing Drizzle" msgstr "رذاذ متجمد" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 #, fuzzy msgid "Freezing Rain" msgstr "مطر متجمد" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "رشات مطر" @@ -1466,17 +1462,17 @@ msgstr "رشات مطر" msgid "Snow Flurries" msgstr "تساقط ثلوج" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 #, fuzzy msgid "Light Snow Showers" msgstr "رشات ثلجية خفيفة" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 #, fuzzy msgid "Blowing Snow" msgstr "هبوب ثلوج" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "ضبابي" @@ -1488,78 +1484,77 @@ msgstr "دخانيّ" msgid "Blustery" msgstr "ريح عاصف" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "عاصف" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 #, fuzzy msgid "Mostly Cloudy" msgstr "غائم في أغلبه" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 #, fuzzy msgid "Partly Cloudy" msgstr "غائم جزئياً" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 #, fuzzy msgid "Mostly Sunny" msgstr "غائم في أغلبه" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 #, fuzzy msgid "Mixed Rain and Hail" msgstr "خليط من المطر والبَرَد" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 #, fuzzy msgid "Isolated Thunderstorms" msgstr "عواصف رعدية معزولة" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 #, fuzzy msgid "Scattered Thunderstorms" msgstr "סعواصف رعدية متفرقة" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 #, fuzzy msgid "Scattered Showers" msgstr "رشات متفرقة" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 #, fuzzy msgid "Heavy Rain" msgstr "ثلج كثيف" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 #, fuzzy msgid "Scattered Snow Showers" msgstr "رشات ثلجية متفرقة" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 #, fuzzy msgid "Heavy Snow" msgstr "ثلج كثيف" @@ -1574,665 +1569,686 @@ msgstr "غير متاح" msgid "Scattered Thundershowers" msgstr "סعواصف رعدية متفرقة" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "رشات ثلجية خفيفة" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 #, fuzzy msgid "Heavy drizzle" msgstr "رذاذ متجمد" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "رشات ثلجية خفيفة" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "ثلج كثيف" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "تساقط ثلوج" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "رشات ثلجية متفرقة" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 #, fuzzy msgid "Freezing fog" msgstr "مطر متجمد" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 #, fuzzy msgid "Tomorrow.io" msgstr "غداً" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 #, fuzzy msgid "Blowing or drifting snow" msgstr "هبوب ثلوج" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 #, fuzzy msgid "Freezing drizzle/freezing rain" msgstr "رذاذ متجمد" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 #, fuzzy msgid "Hail showers" msgstr "رشات ثلجية متفرقة" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 #, fuzzy msgid "Heavy rain and snow" msgstr "خليط من المطر والثلج" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 #, fuzzy msgid "Light rain And snow" msgstr "خليط من المطر والثلج" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 #, fuzzy msgid "Snow and rain showers" msgstr "رشات ثلجية متفرقة" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 #, fuzzy msgid "Partially cloudy" msgstr "غائم جزئياً" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "هبوب ثلوج" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 #, fuzzy msgid "Slight snow" msgstr "هبوب ثلوج" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 #, fuzzy msgid "Moderate snow" msgstr "ثلج كثيف" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 #, fuzzy msgid "Moderate rain showers" msgstr "رشات متفرقة" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "خليط من المطر والثلج" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 #, fuzzy msgid "Heavy mixed rain and snow" msgstr "خليط من المطر والثلج" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 #, fuzzy msgid "Rain and Snow" msgstr "خليط من المطر والثلج" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 #, fuzzy msgid "Rain and Sleet" msgstr "خليط من المطر والمطر الثلجي" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 #, fuzzy msgid "Snow Showers" msgstr "رشات ثلجية متفرقة" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 #, fuzzy msgid "Mostly Clear" msgstr "غائم في أغلبه" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" msgstr "" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "تساقط ثلوج" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "رشات ثلجية خفيفة" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "ثلج كثيف" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "عواصف رعدية" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "عواصف رعدية" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "رشات متفرقة" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "عواصف رعدية" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "مطر متجمد" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "رشات ثلجية خفيفة" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "عواصف رعدية شديدة" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "غائم" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "غائم" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "هبوب ثلوج" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "رشات ثلجية متفرقة" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "وابل رعدي" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "وابل رعدي" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "عواصف رعدية" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "خليط من المطر والثلج" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "تساقط ثلوج" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2714,10 +2730,6 @@ msgid "" "can access with the button on the Help tab." msgstr "" -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -3037,3 +3049,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/be.po b/weather@mockturtl/files/weather@mockturtl/po/be.po index c12ca39afbc..5a81347258e 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/be.po +++ b/weather@mockturtl/files/weather@mockturtl/po/be.po @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2023-02-03 18:53+0300\n" "Last-Translator: \n" "Language-Team: \n" @@ -18,65 +18,65 @@ msgstr "" "X-Generator: Poedit 3.0.1\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Памылка" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Памылка сэрвіса" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Няправільны ключ API" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Няправільны фармат месцазнаходжаньня" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Ключ заблякаваны" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Немагчыма знайсьці месцазнаходжаньне" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Няма ключу API" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Няма месцазнаходжаньня" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Адсутнічаюць пакункі" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Месцазнаходжаньне не падтрымліваецца" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Надвор'е" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Націсьніце каб адкрыць" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Абнавіць" @@ -86,8 +86,8 @@ msgstr "API вярнуў код статусу між 400 і 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Захаваньне месцазнаходжаньня" @@ -100,13 +100,13 @@ msgstr "" msgid "Could not get weather information" msgstr "Немагчыма атрымаць інфармацыі пра надвор'е" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Нечаканая памылка падчас абнаўленьня надвор'я, гл. логі ў Looking Glass" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -122,7 +122,7 @@ msgstr "Памылка сеткі, гл. логі ў Looking Glass" msgid "As of" msgstr "У стане на" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "З дапамогай" @@ -130,52 +130,52 @@ msgstr "З дапамогай" msgid "from you" msgstr "ад вас" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "мм" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "у" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "міляў" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "км" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Загрузка бягучага надвор'я ..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Загрузка прагнозу надвор'я ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Загрузка ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Тэмпэратура" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Вільготнасьць" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Ціск" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Вецер" @@ -185,16 +185,16 @@ msgstr "" "Пераканайцеся, што Вы ўвялі месцазнаходжаньне, ці скарыстайцеся аўтаматычным " "месцазнаходжаньнем" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Немагчыма знайсьці месцазнаходжаньне па адрасе, праверце дакладнасьць даных" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "Не атрымалася выклікаць Geolocation API, гл. логі ў Looking Glass." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Увага" @@ -204,17 +204,17 @@ msgstr "" "Вы можаце захаваць правільныя месцазнаходжаньні толькі калі аплет не " "абнаўляецца" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Вы ня можаце захаваць няправільнае месцазнаходжаньне" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Інфармацыя" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Месцазнаходжаньне ўжо захаванае" @@ -252,15 +252,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Адчуваецца як" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Не атрымалася апрацаваць інфармацыю пра надвор'е" @@ -273,7 +273,7 @@ msgstr "" "ці спачатку атрымайце яго на https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -281,7 +281,7 @@ msgstr "" "Калі ласка, пераканайцеся, што\n" "уведзены ключ API правільны і ваш акаўнт не заблякаваны" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -292,272 +292,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Моцны дождж" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Дождж" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Лёгкі дождж" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Моцны ледзяны дождж" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Ледзяны дождж" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Лёгкі ледзяны дождж" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Лёгкая ледзяная імжа" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Ледзяная імжа" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Лёгкая імжа" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Моцны град" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Град" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Лёгкі град" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Моцны сьнегапад" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Сьнегапад" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Лёгкі сьнегапад" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Кароткачасовыя сьнегапады" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Навальніца" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Лёгкі туман" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Туман" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Пахмурна" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Пераважна воблачна" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Малавоблачна" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Пераважна ясна" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Ясна" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Сонечна" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Невядома" @@ -589,7 +585,7 @@ msgstr "" "Калі ласка, пераканайцеся, што\n" "вы ўвялі ключ API, атрыманы ад DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Не атрымалася знайсьці месцазнаходжаньне" @@ -598,124 +594,124 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "Сэрвіс месцазнаходжаньня адказаў з памылкамі, гл. логі ў Looking Glass" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Воблачна" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Ясна" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Пагода" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Моцны дождж з навальніцай" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Моцныя залевы" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Моцныя залевы з навальніцай" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Моцны мокры сьнегапад" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Моцны мокры сьнегапад з навальніцай" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Моцны дождж з мокрым сьнегам" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Моцны дождж з мокрым сьнегам і навальніцай" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Моцны сьнегапад з навальніцай" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Моцны сьнегапад" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Моцны сьнегапад з навальніцай" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Лёгкі дождж з навальніцай" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Кароткачасовыя залевы" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Кароткачасовыя залевы з навальніцай" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Невялікі мокры сьнег" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Невялікі мокры сьнег з навальніцай" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Кароткачасовыя залевы з мокрым сьнегам" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Кароткачасовыя залевы з мокрым сьнегам і навальніцай" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Лёгкі сьнег з навальніцай" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Кароткачасовыя сьнегапады" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Кароткачасовыя сьнегапады з навальніцай" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Дождж з навальніцай" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Залевы" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Залевы з навальніцай" @@ -724,49 +720,49 @@ msgstr "Залевы з навальніцай" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Мокры сьнег" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Мокры сьнег з навальніцай" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Залева з мокрым сьнегам" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Залева з мокрым сьнегам і навальніцай" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Сьнег з навальніцай" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Сьнег" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Сьнегапад з навальніцай" @@ -775,20 +771,20 @@ msgstr "Сьнегапад з навальніцай" msgid "Unexpected response from API" msgstr "Нечаканы адказ ад API" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Бачнасьць" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Не атрымалася апрацаваць інфармацыю пра бягучае надвор'е" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Не атрымалася апрацаваць прагноз надвор'я" @@ -817,100 +813,100 @@ msgid "Excellent - More than" msgstr "Выдатная - больш за" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Туман" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Пахмурна" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Кароткачасовая залева" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Імжа" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Моцная залева" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Дождж са сьнегам" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Град" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Моцны град" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Лёгкі сьнегапад" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Моцны сьнегапад" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Навальніца" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Залева з навальніцай" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" "Калі ласка, пераканайцеся, што месцазнаходжаньне ў наладах у правільным " "фармаце" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Пераканайцеся, што вы ўвялі правільны ключ у наладах" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -918,197 +914,197 @@ msgstr "" "Месцазнаходжаньне ня знойдзена, пераканайцеся, што яно даступна і ў " "правільным фармаце" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "" "Калі гэтая праблема паўтараецца, калі ласка, зьвярніцеся да аўтара аплета" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Нечаканая памылка, гл. логі ў Looking Glass" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Навальніца зь лэгкім дажджом" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Навальніца з дажджом" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Навальніца з моцным дажджом" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Лёгкая навальніца" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Моцная навальніца" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Ірваная навальніца" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Навальніца зь лёгкай імжою" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Навальніца зь імжою" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Навальніца з моцнай імжою" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Слабая імжа" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Моцная імжа" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Лёгкі імжысты дождж" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Імжысты дождж" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Моцны імжысты дождж" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Залева зь імжой" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Моцная залева зь імжой" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Імжыстая залева" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Сярэдні дождж" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Моцны дождж" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Вельмі моцны дождж" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Вельмі моцны дождж" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Лёгкая залева" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Залева" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Моцная залева" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Месцамі залева" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Мокры сьнег" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Лёгкі дождж са сьнегам" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Дождж са сьнегам" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Лёгкі сьнег" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Сьнегапад" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Моцны сьнегапад" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Дым" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Туман" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Пясок, пылавыя віхры" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Пясок" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Пыл" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Вулканічны попел" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Шквал" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Сьмерч" @@ -1116,30 +1112,30 @@ msgstr "Сьмерч" msgid "Sky is clear" msgstr "Яснае неба" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Воблачна" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Месцамі воблачна" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Рассыпістыя аблокі" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Перарывістыя аблокі" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Хмарна" @@ -1147,80 +1143,80 @@ msgstr "Хмарна" msgid "Could not get forecast for your area" msgstr "Не ўдалося атрымаць прагноз для вашай мясцовасьці" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "Месцазнаходжаньне па-за ЗША, скарыстайцеся іншым сэрвісам." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Не атрымалася апрацаваць пагадзінны прагноз" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Ясна і ветрана" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Месцамі воблачна і ветрана" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Перарывістыя аблокі і ветрана" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Пераважна воблачна і ветрана" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Пахмурна і ветрана" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Сьнег з дажджом" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Імжысты дождж са сьнегам" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Ураган" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Шторм" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Трапічны шторм" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Сьпякотна" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Халодна" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Завіруха" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Сёньня" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Заўтра" @@ -1252,79 +1248,79 @@ msgstr "Пятніца" msgid "Saturday" msgstr "Субота" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Штыль" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Лёгкі ветрык" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Лёгкі вецер" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Слабы вецер" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Умераны вецер" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Сьвежы вецер" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Моцны вецер" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Амаль шторм" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Шторм" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Моцны шторм" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Вельмі моцны шторм" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "Пн" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "ПнУ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "У" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "ПдУ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "Пд" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "ПдЗ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "З" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "ПнЗ" @@ -1375,7 +1371,7 @@ msgid "" msgstr "" "Нечаканая памылка падчас абнаўленьня надвор'я, гл. логі ў Looking Glass" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Трапічны шторм" @@ -1383,10 +1379,10 @@ msgstr "Трапічны шторм" msgid "Severe Thunderstorms" msgstr "Моцныя навальніцы" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Навальніцы" @@ -1402,21 +1398,21 @@ msgstr "Дождж з мокрым сьнегам" msgid "Mixed Snow and Sleet" msgstr "Сьнег з мокрым сьнегам" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Ледзяная імжа" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Ледзяны дождж" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Залевы" @@ -1424,15 +1420,15 @@ msgstr "Залевы" msgid "Snow Flurries" msgstr "Сьнежныя парывы" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Невялікія сьнегапады" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Завіруха" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Туманна" @@ -1444,69 +1440,68 @@ msgstr "Дымна" msgid "Blustery" msgstr "Парывісты вецер" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Ветрана" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Пераважна воблачна" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Малавоблачна" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Пераважна сонечна" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Дождж с градам" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Асобныя навальніцы" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Месцамі навальніцы" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Месцамі залевы" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Моцны дождж" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Месцамі сьнегавыя залевы" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Моцны сьнег" @@ -1518,7 +1513,7 @@ msgstr "Не доступна" msgid "Scattered Thundershowers" msgstr "Месцамі навальнічныя залевы" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1526,7 +1521,7 @@ msgstr "" "Немагчыма атрымаць логі, файл логаў ня знойдзены па шляху\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1534,18 +1529,18 @@ msgstr "" "Немагчыма атрымаць зьмест файла логаў па шляху\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" @@ -1553,315 +1548,315 @@ msgstr "" "MET Office UK пакрывае толькі тэрыторыю Велікабрытаніі, калі ласка, " "пераканайцеся, што вашае месцазнаходжаньне ў гэтай краіне" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Ня знойдзены даныя для месцазнаходжаньня" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Вельмі слабая" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Менш за {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Выдатная" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Больш за {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Слабая" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Між {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Сярэдняя" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Добрая" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Вельмі добрая" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 #, fuzzy msgid "Squall" msgstr "Шквал" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "Лёгкі сьнег" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norway" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Моцная імжа" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Лёгкі сьнег" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Моцны сьнегапад" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Сьнег з дажджом" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Сьнег" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Марозны туман" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Лёгкі вецер" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Моцны вецер" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Завіруха" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Моцны імжысты дождж" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Лёгкі імжысты дождж" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Пылавая бура" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Ледзяны імжысты дождж" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Моцны ледзяны імжысты дождж" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Лёгкая ледзяны імжысты дождж" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Сьмерч" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Залева з градам" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Лёд" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Маланкі бяз грому" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Ападкі побач" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Моцны дождж са сьнегам" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Лёгкі дождж са сьнегам" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Неба прасьвятляецца" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Неба цямнее" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Неба бязь зьменаў" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Дым ці смуга" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Сьнег і залевы" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Навальніца без ападкаў" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Алмазны пыл" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Пераменная воблачнасьць" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Калі ласка, пераканайцеся, што уведзены ключ API правільны" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "НЯ ЗНОЙДЗЕНА" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Замеці" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Лёгкі сьнегапад" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Умераны сьнегапад" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Умераныя залевы" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Дождж са сьнегам" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Моцны дождж са сьнегам" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "Deutscher Wetterdienst" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "Калі ласка, абярыце іншы сэрвіс ці іншые месцазнаходжаньне" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "Уведзены ключ API нядзейсны." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "Уведзенае месцазнаходжаньне ня знойдзена." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "Моцны шторм" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "Дождж са сьнегам" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "Дождж з мокрым сьнегам" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Сьнегапады" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Брыз" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "Халодна" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "Пераважна ясна" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 #, fuzzy msgid "Pirate Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 #, fuzzy msgid "" "Please Make sure you\n" @@ -1870,204 +1865,205 @@ msgstr "" "Калі ласка, пераканайцеся, што\n" "вы ўвялі ключ API, атрыманы ад Climacell" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 #, fuzzy msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "Сэрвіс месцазнаходжаньня адказаў з памылкамі, гл. логі ў Looking Glass" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Сьнег з дажджом" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Лёгкі сьнег" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Моцны сьнегапад" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Навальніца зь лэгкім дажджом" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Навальніца з дажджом" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 #, fuzzy msgid "Feels like" msgstr "Адчуваецца як" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Месцамі залевы" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Навальніцы" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Лёгкі дождж" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Невялікі мокры сьнег" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Моцныя навальніцы" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Воблачна" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Воблачна" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 #, fuzzy msgid "Overcast and Dry" msgstr "Пахмурна і ветрана" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Лёгкі сьнегапад" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Месцамі сьнегавыя залевы" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Залева з навальніцай" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Залева з навальніцай" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 #, fuzzy msgid "Wind Warning" msgstr "Увага" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Навальніца з дажджом" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Увага" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Увага" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 #, fuzzy msgid "Frost Warning" msgstr "Увага" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 #, fuzzy msgid "Heat Warning" msgstr "Увага" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 #, fuzzy msgid "Flood Warning" msgstr "Увага" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 #, fuzzy msgid "" "Could not retrieve config, file was not found under paths\n" @@ -2076,7 +2072,7 @@ msgstr "" "Немагчыма атрымаць налады, файл ня знойдзены па шляху\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2084,110 +2080,130 @@ msgstr "" "Немагчыма атрымаць зьмест файлу наладаў па шляху\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 #, fuzzy msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Пераканайцеся, што Вы ўвялі месцазнаходжаньне, ці скарыстайцеся аўтаматычным " "месцазнаходжаньнем" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Гэты сэрвіс патрабуе ключ API для працы" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Кропка расы" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Ападкі скончацца на працягу {precipEnd} хвілінаў" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Ападкі ня скончацца на працягу гадзіны" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Ападкі пачнуцца на працягу {precipStart} хвілінаў" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "Памылка загрузкі прагнозу, глядзіце логі, каб даведацца падрабязьней" -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "У стане на {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance}{distanceUnit} ад вас" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "Назва станцыі: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Лакацыя: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Памылка захаваньня інфармацыі пра адладку" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 #, fuzzy msgid "Could not open file {filePath} for writing" msgstr "Немагчыма атрымаць інфармацыі пра надвор'е" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Інфармацыя пра адладку пасьпяхова захаваная" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Захавана у {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 #, fuzzy msgid "Location Service Blocked" msgstr "Захаваньне месцазнаходжаньня" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 #, fuzzy msgid "No Weather Data" msgstr "US Weather" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2684,10 +2700,6 @@ msgstr "" "апісаныя на сайце Cinnamon Spices, які вы можаце адкрыць па кнопцы ва " "ўкладцы Дапамога." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "Deutscher Wetterdienst (толькі Нямеччына)" @@ -3066,3 +3078,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/bg.po b/weather@mockturtl/files/weather@mockturtl/po/bg.po index 9b8dc92f216..dfab39a75d2 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/bg.po +++ b/weather@mockturtl/files/weather@mockturtl/po/bg.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: weather@mockturtl 2.4.3\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2023-03-23 12:17+0200\n" "Last-Translator: Angel Ivanov \n" "Language-Team: български <>\n" @@ -21,65 +21,65 @@ msgstr "" "X-Generator: Poedit 3.0.1\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Грешка" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Грешка в услугата" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Неправилен API ключ" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Неправилен формат на местоположението" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Блокиран ключ" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Местоположението не е открито" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Не е въведен API ключ" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Не е въведено местоположение" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Липсващи пакети" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Местоположението не се поддържа от избрания доставчик на прогноза" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Аплет за Времето" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Натиснете за да се отвори" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Обнови" @@ -89,8 +89,8 @@ msgstr "API отговори със статус код между 400 и 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Запазване на Местоположение" @@ -103,14 +103,14 @@ msgstr "" msgid "Could not get weather information" msgstr "Неуспешно зареждане на прогнозата" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Възникна неизвестна грешка при обновлението на аплета за Времето, \n" "моля проверете лога в Looking Glass" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -126,7 +126,7 @@ msgstr "Мрежова грешка, моля проверете логовет msgid "As of" msgstr "Обновена в" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Благодарение на" @@ -134,52 +134,52 @@ msgstr "Благодарение на" msgid "from you" msgstr "от вас" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "мм" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "инча" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "мили" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "км" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Зареждане на текущата прогноза ..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Зареждане на прогнозата за времето ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Зареждане ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Температура" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Влажност" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Налягане" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Вятър" @@ -189,19 +189,19 @@ msgstr "" "Проверете дали сте въвели местоположение или използвайте\n" "Автоматичното му определяне" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Местоположението не може да бъде намерено по зададения адрес. Моля, " "проверете дали адреса е верен" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" "Повикването на API за определяне на местоположението не беше успешно. " "Проверете Looking Glass за грешки." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Предупреждение" @@ -211,17 +211,17 @@ msgstr "" "Запазването на правилно зададено местоположение е възможно само когато " "аплета не се обновява" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Запазването на грешно местоположение е невъзможно" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Инфo" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Местоположението вече е запазено" @@ -259,15 +259,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Усеща се като" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Неуспешна обработка на прогнозата" @@ -280,7 +280,7 @@ msgstr "" "или вземете такъв от https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -288,7 +288,7 @@ msgstr "" "Моля проверете дали сте\n" "въвели правилния API ключ" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -299,272 +299,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Силен дъжд" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Дъжд" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Слаб дъжд" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Силен леден дъжд" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Леден дъжд" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Слаб леден дъжд" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Леко ледено ръмене" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Ледено ръмене" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Слабо ръмене" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Град" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Градушка" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Градушка" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Силен сняг" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Сняг" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Слаб сняг" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Лек снеговалеж" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Гръмотевици" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Слаба мъгла" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Мъгла" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Облачно" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Облачно" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Разкъсана облачност" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Ясно" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Ясно" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Слънчево" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Неизвестно" @@ -596,7 +592,7 @@ msgstr "" "Моля проверете, че сте\n" "въвели правилния API ключ от DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Неуспешно получаване на местоположението" @@ -607,124 +603,124 @@ msgstr "" "Услугата за получаване на местоположението отговори с грешка, моля проверете " "логовете в Looking Glass" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Облачност" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Ясно небе" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Ясно" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Силен дъжд с гръмотевици" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Силен дъжд" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Силен дъжд с гръмотевици" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Силна суграшица" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Силна суграшица с гръмотевици" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Силна суграшица" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Силна суграшица с гръмотевици" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Силен сняг с гръмотевици" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Силен сняг" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Силен сняг с гръмотевици" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Слаб дъжд с гръмотевици" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Слаб дъжд" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Слаб дъжд с гръмотевици" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Суграшица" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Суграшица с гръмотевици" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Суграшица" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Суграшица с гръмотевици" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Слаб сняг с гръмотевици" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Слаб сняг" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Слаб сняг с гръмотевици" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Дъжд и гръмотевици" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Дъжд" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Дъжд и гръмотевици" @@ -733,49 +729,49 @@ msgstr "Дъжд и гръмотевици" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Суграшица" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Суграшица с гръмотевици" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Суграшица" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Суграшица с гръмотевици" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Сняг с гръмотевици" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Сняг" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Сняг с гръмотевици" @@ -784,20 +780,20 @@ msgstr "Сняг с гръмотевици" msgid "Unexpected response from API" msgstr "Неочаквано съобщение от API" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Видимост" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Неуспешна обработка на текущата прогноза" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Неуспешна обработка на прогнозата" @@ -826,100 +822,100 @@ msgid "Excellent - More than" msgstr "Отлична - Повече от" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Мъгла" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Облачно" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Слаб дъжд" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Ръмене" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Силен дъжд" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Суграшица" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Градушка" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Градушка" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Слаб сняг" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Силен сняг" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Гръмотевици" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Гръмотевици" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" "Моля, проверете дали местоположението е въведено в правилния формат в " "Настройките" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Проверете дали сте въвели правилния ключ в Настройките" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -927,196 +923,196 @@ msgstr "" "Местоположението не е намерено, проверете дали съществува и че е въведено в " "правилният формат" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Ако проблема продължавате, моля свържете се с автора на този аплет" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Неизвестна грешка, моля проверете логовете в Looking Glass" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Гръмотевици с слаб дъжд" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Гръмотевици с дъжд" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Гръмотевици със силен дъжд" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Слаби гръмотевици" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Силни гръмотевици" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Частични гръмотевици" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Гръмотевици с леко ръмене" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Гръмотевици с ръмене" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Гръмотевици със силно ръмене" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Леко ръмене" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Силен дъжд" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Леко ръмене" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Ситен дъжд" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Силен дъжд" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Силине дъжд" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Силен дъжд" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Силен дъжд" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Умерен дъжд" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Силен дъжд" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Много силен дъжд" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Порой" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Слаб дъжд" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Дъжд" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Силен дъжд" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Частичен дъжд" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Суграшица" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Слаб дъжд и сняг" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Дъжд и сняг" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Слаб сняг" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Силен сняг" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Силен сняг" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Дим" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Лека мъгла" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Пясък, пепел и вятър" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Пясък" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Пепел" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Вулканичен прах" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Шквалове" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Торнадо" @@ -1124,30 +1120,30 @@ msgstr "Торнадо" msgid "Sky is clear" msgstr "Ясно небе" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Облачно" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Лека облачност" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Разкъсана облачност" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Разкъсана облачност" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Облачно" @@ -1155,81 +1151,81 @@ msgstr "Облачно" msgid "Could not get forecast for your area" msgstr "Няма прогноза за вашето местоположение" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "" "Местоположението е извън САЩ. Моля, използвайте друг доставчик на прогноза." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Неуспешна обработка на Почасовата Прогноза" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Ясно и ветровито" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Лека облачност и вятър" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Разкъсана облачност и вятър" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Облачно и ветровито" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Облачно и ветровито" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Сняг" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Леден дъжд и сняг" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Ураган" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Буря" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Тропическа буря" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Горещо" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Студено" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Виелица" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Днес" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Утре" @@ -1261,79 +1257,79 @@ msgstr "Петък" msgid "Saturday" msgstr "Събота" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Спокойно" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Лек вятър" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Лек вятър" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Лек вятър" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Умерен вятър" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Освежаващ вятър" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Силен вятър" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Вятър" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Вятър" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Силен вятър" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Силна буря" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "С" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "СИ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "И" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "ЮИ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "Ю" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "ЮЗ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "З" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "СЗ" @@ -1385,7 +1381,7 @@ msgstr "" "Неизвестна грешка при получаване на прогнозата, проверете Looking Glass за " "повече информация" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Тропическа буря" @@ -1393,10 +1389,10 @@ msgstr "Тропическа буря" msgid "Severe Thunderstorms" msgstr "Силни гръмотевици" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Гръмотевици" @@ -1412,21 +1408,21 @@ msgstr "Дъжд и суграшица" msgid "Mixed Snow and Sleet" msgstr "Сняг и суграшица" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Леден дъжд" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Леден дъжд" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Дъжд" @@ -1434,15 +1430,15 @@ msgstr "Дъжд" msgid "Snow Flurries" msgstr "Лек снеговалеж" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Слаб сняг" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Сняг и вятър" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Мъгла" @@ -1454,69 +1450,68 @@ msgstr "Дим" msgid "Blustery" msgstr "Силен вятър" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Ветровито" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Облачно" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Разкъсана облачност" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Слънчево" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Дъжд и градушка" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Частични гръмотевици" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Частични гръмотевици" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Частични валижи" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Силен дъжд" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Частичен снеговалеж" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Силен сняг" @@ -1528,7 +1523,7 @@ msgstr "Не е наличен" msgid "Scattered Thundershowers" msgstr "Частични гръмотевици" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1537,7 +1532,7 @@ msgstr "" "намерени в\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1546,18 +1541,18 @@ msgstr "" "намерени в\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" @@ -1565,315 +1560,315 @@ msgstr "" "Met Office UK работи само за Обединеното Кралство. Потвърдете, че вашето " "местоположение е в тази страна" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Прогнозата за това местоположението не е налична" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Много лоша" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "По-малко от {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Отлична" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Повече от {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Лоша" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Между {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Умерена" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Добра" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Много добра" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 #, fuzzy msgid "Squall" msgstr "Шквалове" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "Слаб сняг" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norway" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Силно ръмене" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Слаб сняг" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Силен сняг" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Сняг" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Сняг" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Замръзнала мъгла" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Слаб вятър" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Силен вятър" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Навяващ сняг" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Силно ръмене/дъжд" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Леко ръмене/дъжд" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Пясъчна буря" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Ледено ръмене/леден дъжд" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Силно ледено ръмене/леден дъжд" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Слабо ледено ръмене/леден дъжд" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Фуниеобразен облак/торнадо" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Градушка" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Лед" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Светкавици без гръмотевици" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Очаквани валежи" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Силен дъжд и сняг" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Слаб дъжд и сняг" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Изчезващи облаци" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Увеличаващи се облаци" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Без промяна" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Дим" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Сняг и дъжд" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Гръмотевици без валежи" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Диамантен прах" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Разкъсана облачност" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Проверете дали сте въвели правилния API ключ" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "Не е открито" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Сняг и вятър" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Слаб сняг" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Умерен снеговалеж" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Умерен дъжд" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Дъжд и сняг" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Силен дъжд и сняг" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "Deutscher Wetterdienst" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "Моля, изберете друг доставчик на прогноза или местоположение" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "API ключа, който използвате е невалиден." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "Местоположение, което указахте не е намерено." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "Силна буря" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "Дъжд и сняг" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "Дъжд и суграшица" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Сняг" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Ветровито" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "Студено" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "Предимно ясно" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 #, fuzzy msgid "Pirate Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 #, fuzzy msgid "" "Please Make sure you\n" @@ -1882,7 +1877,7 @@ msgstr "" "Моля проверете дали сте\n" "въвели правилния API ключ от Climacell" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 #, fuzzy msgid "" "Location Service couldn't find your location, please see the logs in Looking " @@ -1891,197 +1886,198 @@ msgstr "" "Услугата за получаване на местоположението отговори с грешка, моля проверете " "логовете в Looking Glass" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Сняг" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Слаб сняг" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Силен сняг" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Гръмотевици с слаб дъжд" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Гръмотевици с дъжд" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 #, fuzzy msgid "Feels like" msgstr "Усеща се като" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Частични валижи" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Гръмотевици" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Слаб дъжд" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Суграшица" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Силни гръмотевици" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Облачно" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Облачно" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 #, fuzzy msgid "Overcast and Dry" msgstr "Облачно и ветровито" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Слаб сняг" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Частичен снеговалеж" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Гръмотевици" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Гръмотевици" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 #, fuzzy msgid "Wind Warning" msgstr "Предупреждение" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Гръмотевици с дъжд" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Предупреждение" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Предупреждение" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 #, fuzzy msgid "Frost Warning" msgstr "Предупреждение" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 #, fuzzy msgid "Heat Warning" msgstr "Предупреждение" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 #, fuzzy msgid "Flood Warning" msgstr "Предупреждение" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2089,7 +2085,7 @@ msgstr "" "Настройките не бяха извлечени. Файлът не беше открит в\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2097,112 +2093,132 @@ msgstr "" "Настройките не бяха извлечени от файлът, който се намира в\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 #, fuzzy msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Проверете дали сте въвели местоположение или използвайте\n" "Автоматичното му определяне" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Избраният доставчик на прогноза изисква API ключ за да работи" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Точка на оросяване" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Валежът ще спре след {precipEnd} минути" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Валежът няма да спре до час" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Валежът ще започне след {precipStart} минути" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" "Обработката на данните за прогнозата беше неуспешна. Вижте лог файла за " "повече информация." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "Обновена в {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance} {distanceUnit} от вас" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "Име на станцията: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Област: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Грешка при запазването на дебъг информацията" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 #, fuzzy msgid "Could not open file {filePath} for writing" msgstr "Неуспешно зареждане на прогнозата" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Дебъг информацията е запазена успешно" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Запазен в {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 #, fuzzy msgid "Location Service Blocked" msgstr "Запазване на Местоположение" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 #, fuzzy msgid "No Weather Data" msgstr "US Weather" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2703,10 +2719,6 @@ msgstr "" "за аплета за Времето са описани подробно на уебсайта за Cinnamon Аплети, " "който може да отворите като натиснете на бутона в раздела Помощ." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "Deutscher Wetterdienst (само за Германия)" @@ -3086,3 +3098,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/ca.po b/weather@mockturtl/files/weather@mockturtl/po/ca.po index ff42d6da970..5c282007ee9 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/ca.po +++ b/weather@mockturtl/files/weather@mockturtl/po/ca.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: 3.0\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2024-08-21 19:12+0200\n" "Last-Translator: Odyssey \n" "Language-Team: \n" @@ -20,65 +20,65 @@ msgstr "" "X-Project-Style: default\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Error" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Error de servei" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Clau API incorrecta" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Format d'ubicació incorrecte" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Clau bloquejada" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "No es pot trobar la ubicació" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "No hi ha clau API" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "No hi ha ubicació" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Paquets faltants" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Localització sense cobertura" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Aplicació del temps" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Clica per a obrir" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Recarregar" @@ -88,8 +88,8 @@ msgstr "L' API ha retornat un codi d'estat entre 400 i 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Ubicació" @@ -101,13 +101,13 @@ msgstr "No pots guardar una ubicació obtinguda automàticament" msgid "Could not get weather information" msgstr "No s'ha pogut obtenir informació del temps" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Error no esperat durant la recàrrega del Temps, si us plau reviseu els logs" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -123,7 +123,7 @@ msgstr "Error de xarxa, si us plau reviseu els logs" msgid "As of" msgstr "A les" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Proveït per" @@ -131,52 +131,52 @@ msgstr "Proveït per" msgid "from you" msgstr "de tu" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "in" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "S'està carregant el temps actual..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "S'està carregant el temps futur..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "S'està carregant..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Temperatura" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Humitat" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Pressió" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Vent" @@ -185,18 +185,18 @@ msgid "Make sure you entered a location or use Automatic location instead" msgstr "" "Assegureu-vos d'haver introduït una ubicació o utilitzeu Ubicació automàtica" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "No s'ha pogut trobar una ubicació basada en l'adreça, si us plau reviseu si " "és correcta" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" "Error en cridar l'API de Geolocation, reviseu els logs per a més detalls." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Avís" @@ -205,17 +205,17 @@ msgid "You can only save correct locations when the applet is not refreshing" msgstr "" "Només podeu guardar ubicacions correctes quan l'Applet no s'està recarregant" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "No podeu guardar una ubicació incorrecta" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Info" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "La ubicació ja està guardada" @@ -253,15 +253,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Sensació tèrmica" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Error en processar la informació del temps" @@ -274,7 +274,7 @@ msgstr "" "o sol·liciteu-ne una a https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -283,7 +283,7 @@ msgstr "" "d'haver introduït la clau API correctament i de què el vostre compte no " "estigui bloquejat" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -294,272 +294,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Pluja intensa" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Pluja" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Pluja lleugera" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Pluja gèlida intensa" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Pluja gèlida" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Pluja gèlida lleugera" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Plugim gèlid" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Plugim gèlid" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Plugim gèlid lleuger" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Calamarsada forta" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Calamarsada" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Calamarsada lleugera" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Nevada forta" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Neu" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Precipitacions lleugeres de neu" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Ràfegues de neu" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Tronada" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Lleugerament boirós" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Emboirat" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Ennuvolat" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Majoritàriament ennuvolat" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Parcialment ennuvolat" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Majoritàriament asolellat" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Clar" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Assolellat" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Desconegut" @@ -591,7 +587,7 @@ msgstr "" "Si us plau, assegureu-vos\n" "d'haver introduït la clau API de DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "No s'ha pogut obtenir la ubicació" @@ -600,124 +596,124 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "El servei d'ubicació ha retornat un error, si us plau reviseu els logs" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Ennuvolat" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Assolellat" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Bon temps" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Pluja intensa i trons" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Pluja molt intensa" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Pluja intensa i trons" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Aiguaneu" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Aiguaneu i trons" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Ruixat intens d'aiguaneu" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Ruixat intens d'aiguaneu i trons" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Nevada forta i trons" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Fortes nevades" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Fortes nevades i trons" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Pluja lleugera i trons" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Pluja lleugera" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Pluja lleugera i trons" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Calamarsada lleugera" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Calamarsada lleugera i trons" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Precipitacions lleugeres d'aiguaneu" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Precipitacions lleugeres d'aiguaneu i trons" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Nevada lleugera i trons" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Nevada lleugera" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Nevada lleugera i trons" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Pluja i trons" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Ruixats intensos" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Ruixats intensos i trons" @@ -726,49 +722,49 @@ msgstr "Ruixats intensos i trons" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Aiguaneu" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Aiguaneu i trons" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Ruixats d'aiguaneu" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Ruixats d'aiguaneu i trons" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Neu i tempesta" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Ruixats de neu" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Ruixats de neu i trons" @@ -777,20 +773,20 @@ msgstr "Ruixats de neu i trons" msgid "Unexpected response from API" msgstr "Resposta inesperada de l'API" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Visibilitat" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "No s'ha pogut processar la informació del temps actual" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "No s'ha pogut processar la previsió meteorològica" @@ -819,100 +815,100 @@ msgid "Excellent - More than" msgstr "Excel·lent - Més de" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Emboirat" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Ennuvolat" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Cortina de pluja lleugera" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Plugim" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Cortina de pluja intensa" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Ruixat d'aiguaneu" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Calamarsa" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Ruixat de calamarsa" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Precipitació lleugera de neu" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Ruixat de neu intens" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Trons" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Tempesta de trons" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" "Si us plau, assegureu-vos que la ubicació està en el format correcte a la " "configuració" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Assegureu-vos d'haver introduït la clau API correcta a la configuració" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -920,196 +916,196 @@ msgstr "" "No s'ha trobat la ubicació, assegureu-vos que estigui disponible o formatada " "correctament" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Si el problema continua, contacteu l'autor d'aquest applet" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Error desconegut, si us plau reviseu els logs" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Tempesta amb pluja lleugera" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Tempesta amb pluja" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Tempesta amb ruixats intensos" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Tempesta lleugera" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Tempesta forta" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Tempesta torrencial" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Tempesta amb plugim lleuger" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Tempesta amb plugim intens" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Tempesta amb plugim fort" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Plugim de baixa intensitat" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Plugim molt intens" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Plugim de baixa intensitat" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Plugim" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Plugim d'alta intensitat" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Ruixat de pluja i calamarsa" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Barreja forta de pluja i calamarsa" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Ruixat de plugim gèlid" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Pluja moderada" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Pluja intensa" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Pluja molt intensa" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Pluja extrema" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Precipitació lleguera de pluja" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Ruixat d'aigua" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Ruixat d'aigua molt intens" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Pluja irregular" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Ruixat d'aiguaneu" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Pluja lleugera i neu" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Barreja de pluja i neu" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Ruixat lleuger de neu" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Nevada" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Nevada intensa" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Fum" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Boirina" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Sorra, remolins de pols" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Sorra" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Pols" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Cendra volcànica" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Borrasques" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornado" @@ -1117,30 +1113,30 @@ msgstr "Tornado" msgid "Sky is clear" msgstr "El cel és net" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Núvols" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Pocs núvols" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Núvols aïllats" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Núvols fracturats" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Ennuvolat" @@ -1148,81 +1144,81 @@ msgstr "Ennuvolat" msgid "Could not get forecast for your area" msgstr "No s'ha pogut rebre la previsió meteorològica per la vostra àrea" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "" "Ubicació fora dels Estats Units, si us plau utilitzeu un proveïdor diferent." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "No s'ha pogut processar la previsió meteorològica hora per hora" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Cel destapat i ventós" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Una mica ennuvolat i ventós" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Parcialment ennuvolat i ventós" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Majoritàriament ennuvolat i ventós" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Ennuvolat i ventós" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Pluja d'aiguaneu" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Pluja gèlida i neu" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Huracà" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Tempesta" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tempesta tropical" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Calor" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Fred" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Pedra" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Avui" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Demà" @@ -1254,79 +1250,79 @@ msgstr "Divendres" msgid "Saturday" msgstr "Dissabte" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Destapat" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Vent lleuger" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Brisa lleugera" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Brisa agradable" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Brisa moderada" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Brisa freda" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Brisa intensa" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Vendaval moderat" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Vendaval" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Vendaval fort" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Tempesta violenta" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "N" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "NE" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "E" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "SE" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "S" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "SO" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "W" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "NO" @@ -1378,7 +1374,7 @@ msgstr "" "Error desconegut mentre s'obtenia el temps, reviseu els logs per a més " "informació" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Tempesta tropical" @@ -1386,10 +1382,10 @@ msgstr "Tempesta tropical" msgid "Severe Thunderstorms" msgstr "Tempestes elèctriques severes" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Tempestes" @@ -1405,21 +1401,21 @@ msgstr "Barreja de pluja i aiguaneu" msgid "Mixed Snow and Sleet" msgstr "Barreja de neu i aiguaneu" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Plugim gèlid" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Pluja gèlida" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Ruixats" @@ -1427,15 +1423,15 @@ msgstr "Ruixats" msgid "Snow Flurries" msgstr "Ràfegues de neu" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Ruixats lleugers de neu" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Neu aixecada pel vent" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Boirós" @@ -1447,69 +1443,68 @@ msgstr "Fumat" msgid "Blustery" msgstr "Tempestuós" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Ventades" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Majoritàriament ennuvolat" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Parcialment ennuvolat" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Majoritàriament assolellat" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Barreja de pluja i calamarsa" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Tempestes aïllades" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Tempestes elèctriques disperses" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Pluges disperses" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Pluja intensa" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Xàfecs de neu dispersos" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Nevada forta" @@ -1521,7 +1516,7 @@ msgstr "No disponible" msgid "Scattered Thundershowers" msgstr "Tempestes elèctriques disperses amb pluja" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1529,7 +1524,7 @@ msgstr "" "No s'han pogut obtenir els logs, el fitxer no s'ha trobat a la ruta\n" "{logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1537,7 +1532,7 @@ msgstr "" "No s'han pogut obtenir els continguts del fitxer de la ruta\n" "{logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." @@ -1546,11 +1541,11 @@ msgstr "" "vostre User-Agent per veure si us ajuda a resoldre el problema." #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" @@ -1558,308 +1553,308 @@ msgstr "" "MET Office UK només ofereix cobertura pel Regne Unit, assegureu-vos que la " "vostra ubicació és al país" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "No s'ha trobat la informació per a la ubicació" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Molt pobre" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Menys de {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Excel·lent" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Més de {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Pobre" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Entre {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Moderat" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Bo" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Molt bo" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "Cendra" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "Borrasca" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 msgid "Light shower sleet" msgstr "Precipitacions lleugeres d'aiguaneu" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norway" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Plugim gèlid" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 msgid "Light shower rain" msgstr "Precipitacions lleugeres de pluja" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 msgid "Heavy shower rain" msgstr "Ruixat intens de pluja" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 msgid "Mix snow/rain" msgstr "Barreja de pluja i neu" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 msgid "Snow shower" msgstr "Xàfec de neu" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Boira gebradora" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Vent lleuger" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Vent fort" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Neu aixecada pel vent" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Plugim/Pluja intensa" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Plugim/Pluja lleugera" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Tempesta de pols" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Plugim/Pluja gèlida" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Plugim gelat intens" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Plugim gelat lleuger" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Núvols d'embut/tornados" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Ruixat de calamarsa" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Gel" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Tempesta elèctrica sense trons" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Precipitació als voltants" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Pluja i neu intenses" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Pluja i neu lleugeres" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Disminució de la cobertura del cel" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Increment de la cobertura del cel" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Cel sense canvis" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Fum o boirina" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Cortines d'aigua i neu" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Tempesta sense pluja" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Prismes de gel" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Parcialment ennuvolat" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Si us plau assegureu-vos d'haver introduït la clau API correctament" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Dinamarca" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "NO S'HA TROBAT" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Neu aixecada pel vent" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Nevada lleugera" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Nevada moderada" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Ruixats de pluja moderats" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Barreja de pluja i neu" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Barreja de pluja i neu forta" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "Wetterdienst Alemany" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "Si us plau, seleccioneu un proveïdor o una ubicació diferents" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "La clau API proveïda no és vàlida." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "No s'ha pogut trobar la ubicació proveïda." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "Tempesta forta" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "Pluja i neu" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "Neu i aiguaneu" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Ruixats de neu" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Ventós" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "Gèlid" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "Majoritàriament assolellat" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "Pirate Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" @@ -1867,7 +1862,7 @@ msgstr "" "Si us plau, assegureu-vos\n" "d'haver introduït la clau API de Pirate Weather" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" @@ -1875,172 +1870,173 @@ msgstr "" "El servei d'ubicació no ha pogut trobar la vostra ubicació, si us plau " "reviseu els logs" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 msgid "Snow grains" msgstr "Grans de neu" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 msgid "Light showers" msgstr "Precipitacions lleugeres" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 msgid "Heavy showers" msgstr "Precipitacions fortes" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 msgid "Thunderstorm with slight hail" msgstr "Tempesta amb calamarsa lleugera" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 msgid "Thunderstorm with hail" msgstr "Tempesta amb calamarsa" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "Sensació tèrmica" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" -msgstr "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" +msgstr "Open-Meteo" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 msgid "Scattered Sleet" msgstr "Aiguaneu dispersa" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 msgid "Chance of Thunderstorms" msgstr "Possibilitat de tempestes elèctriques" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 msgid "Light Rain" msgstr "Pluja lleugera" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 msgid "Light Sleet" msgstr "Aiguaneu lleugera" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "Pluja intermitent" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "Aiguaneu intermitent" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "Neu intermitent" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 msgid "Frequent Thunderstorms" msgstr "Tempestes elèctriques freqüents" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 msgid "High Clouds" msgstr "Núvols alts" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 msgid "Low Clouds" msgstr "Núvols baixos" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "Ennuvolat i sec" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 msgid "Slightly Stormy" msgstr "Lleugerament tempestuós" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 msgid "Stormy Snow Showers" msgstr "Precipitacions de neu amb tempesta" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 msgid "Thundery Showers" msgstr "Ruixats i tempesta" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 msgid "Thundery Snow Showers" msgstr "Ruixats de neu i tempesta" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "Avís per vent" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 msgid "Thunderstorm Warning" msgstr "Avís de tempesta elèctrica" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 msgid "Rain Warning" msgstr "Avís de pluja" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 msgid "Snow Warning" msgstr "Avís per neu" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "Avís per carreteres lliscants" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "Avís de glaçades" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "Avís per moviments de masses" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "Avís d'ona de calor" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "Avís d'allaus" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "Avís per terratrèmol" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "Avís per incendi forestal" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "Avís d'inundació" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "Swiss Météo" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "Cal utilitzar un codi postal per a aquest proveïdor." -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "Cal utilitzar un codi postal suïs per a aquest proveïdor (1000-9999)." -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "Suïssa" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2048,7 +2044,7 @@ msgstr "" "No s'ha pogut obtenir la configuració, no s'ha trobat el fitxer a\n" "{configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2056,108 +2052,128 @@ msgstr "" "No s'ha pogut llegir el fitxer a\n" "{configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Si us plau, assegureu-vos d'haver introduït una ubicació o utilitzeu " "Ubicació Automàtica." -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Aquest proveïdor necessita una clau API per a operar" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Punt de rosada" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "La precipitació s'aturarà en {precipEnd} minuts" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "La precipitació no s'aturarà en menys d'una hora" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "La precipitació començarà en {precipStart} minuts" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" "Error en interpretar la previsió meteorològica, reviseu els logs per a més " "detalls." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "A les {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance} {distanceUnit} de tu" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "Nom de l'estació: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Àrea: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "{count} alertes del temps" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Error emmagatzemant la informació de Debug" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "No s'ha pogut obrir el fitxer d'escriptura {filePath}" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Informació de Debug emmagatzemada correctament" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Guardat a {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "Servei d'ubicació blocat" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "No s'ha proveït cap script" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "Primer necessiteu afegir un script." -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "No hi ha informació del temps" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "No hi ha informació del temps per a executar l'script" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "Script executat correctament" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "El vostre script s'ha executat correctament." -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "Error executant l'script" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "L'script ha retornat un error, reviseu els logs per a més informació" @@ -2651,10 +2667,6 @@ msgstr "" "detall a la web de Cinnamon Spices a la qual podeu accedir des de la " "pestanya d'Ajuda." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "Open-Meteo" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "Deutscher Wetterdienst (només Alemanya)" @@ -3054,3 +3066,15 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "Proveu la vostra ordre" + +#. 3.8->settings-schema.json->uvIndex->description +#, fuzzy +msgid "Enable displaying UV Index" +msgstr "Activa la mostra d'alertes del temps" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/cs.po b/weather@mockturtl/files/weather@mockturtl/po/cs.po index ae1ff53406d..cdbcc83969e 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/cs.po +++ b/weather@mockturtl/files/weather@mockturtl/po/cs.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: 3.6.4\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2025-01-08 19:12+0100\n" "Last-Translator: Bohuslav Kotál \n" "Language-Team: \n" @@ -20,65 +20,65 @@ msgstr "" "X-Generator: Poedit 3.4.2\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Chyba" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Chyba služby" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Nesprávný API klíč" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Chybný lokační formát" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Klíč je blokován" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Místo se nedaří najít" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Chybí API klíč" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Poloha není k dispozici" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Chybějící balíky" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Lokalita nemá pokrytí" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Applet Počasí" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Klikněte pro zobrazení" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Znovunačtení" @@ -88,8 +88,8 @@ msgstr "API vrátilo stavový kód mezi 400 a 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Uložení lokace" @@ -101,14 +101,14 @@ msgstr "Automaticky zjištěná lokace nemůže být uložena, je nám líto" msgid "Could not get weather information" msgstr "Nelze zjistit informace o počasí" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Neočekávaná chyba při získávání předpovědi, detaily jsou dostupné v logu " "Looking Glass" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -124,7 +124,7 @@ msgstr "Chyba připojení. Zkotroluj log pro více detailů" msgid "As of" msgstr "Naposledy v" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Předpověď od" @@ -132,52 +132,52 @@ msgstr "Předpověď od" msgid "from you" msgstr "od vás" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "v" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mil" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Načítání aktuálního počasí ..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Načítání předpovědi počasí ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Načítá se ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Teplota" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Vlhkost" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Tlak" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Vítr" @@ -186,17 +186,17 @@ msgid "Make sure you entered a location or use Automatic location instead" msgstr "" "Ujistěte se, že je zadána lokalita nebo zapnuto její automatické nastavení" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Nedaří se zjistit lokalitu podle zadané adresy, zkontrolujte správnost zadání" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" "Nepodařilo se kontaktovat geolokační API. Detaily jsou v Looking Glass logu." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Varování" @@ -205,17 +205,17 @@ msgid "You can only save correct locations when the applet is not refreshing" msgstr "" "Uložit lze pouze validní lokace a to v době, kdy se applet neaktualizuje" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Nelze uložit neplatnou lokalitu" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Informace" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Lokalita je již uložena" @@ -253,15 +253,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Pocitově" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Nepodařilo se zpracovat informace o počasí" @@ -274,7 +274,7 @@ msgstr "" "nebo nejdříve získejte na https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -282,7 +282,7 @@ msgstr "" "Ujistěte se, že klíč API\n" "je vložen správně a váš účet není uzamčen" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -293,272 +293,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Průtrž mračen" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Déšť" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Slabý déšť" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Silný mrznoucí déšť" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Mrznoucí déšť" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Slabý mrznoucí déšť" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Slabé mrznoucí mrholení" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Mrznoucí mrholení" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Slabé mrholení" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Silný zmrzlý déšť" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Zmrzlý déšť" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Slabý zmrzlý déšť" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Silné sněžení" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Sněžení" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Lehké sněžení" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Sněhový poprašek" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Bouřka" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Slabá mlha" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Mlha" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Zataženo" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Převážně zataženo" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Polojasno" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Převážně jasno" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Jasno" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Slunečno" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Neznámo" @@ -590,7 +586,7 @@ msgstr "" "Ujistěte se, že je\n" "vložen API klič získaný na DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Nedaří se zjistit polohu" @@ -600,124 +596,124 @@ msgid "" msgstr "" "Lokační služba odpověděla s chybami, detaily jsou v logu v Looking Glass" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Oblačnost" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Jasno" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Hezky" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Průtrž mračen s bouřkou" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Silné dešťové přeháňky" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Bouřka a intenzivní přeháňky" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Silný mrznoucí déšť" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Silný mrznoucí déšť déšť s bouřkou" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Přeháňky silného mrznoucího deště" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Přeháňky silného deště se sněhem a bouřka" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Sněhová vánice s bouřkou" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Přeháňky sněhové vánice" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Přeháňky sněhové vánice a bouřka" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Slabý déšť a bouřka" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Slabé dešťové přeháňky" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Slabé dešťové přeháňky a bouřka" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Slabý déšť se sněhem" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Slabý déšť se sněhem a bouřka" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Lehké přeháňky deště se sněhem" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Lehké přeháňky deště se sněhem a bouřka" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Slabé sněžení a bouřka" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Slabé sněhové přeháňky" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Slabé sněhové přeháňky a bouřka" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Bouřka s deštěm" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Dešťové přeháňky" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Dešťové přeháňky a bouřka" @@ -726,49 +722,49 @@ msgstr "Dešťové přeháňky a bouřka" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Plískanice" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Déšť se sněhem a bouřka" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Přeháňky deště se sněhem" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Přeháňky deště se sněhem a bouřka" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Sněžení s bouřkou" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Sněhové přeháňky" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Sněhové přeháňky s bouřkou" @@ -777,20 +773,20 @@ msgstr "Sněhové přeháňky s bouřkou" msgid "Unexpected response from API" msgstr "Neočekávaná odpověď z API" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Dohlednost" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Zpracování informací o aktuálním počasí selhalo" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Zpracování informací s předpovědí selhalo" @@ -819,99 +815,99 @@ msgid "Excellent - More than" msgstr "Vynikající - více než" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Opar" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Zataženo" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Slabá dešťová přeháňka" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Mrholení" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Silná dešťová přeháňka" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Přeháňka mrznoucího deště" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Kroupy" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Přeháňka krupobití" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Slabá sněhová přeháňka" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Silná sněhová přeháňka" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Bouřka" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Bouřková přeháňka" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" "Ujistěte se prosím, že je v nastaveních lokalita zadána ve správném formátu" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Ujistěte se, že je zadán správný klíč v nastavení" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -919,196 +915,196 @@ msgstr "" "Lokalita nenalezena. Ujistěte se, že je zvolená lokalita dostupná a je ve " "správném formátu" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Pokud problém přetrvává, kontaktujte prosím autora appletu" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Neznámá chyba, detaily jsou v logu Looking Glass" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Bouřka se slabým deštěm" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Bouřka s deštěm" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Bouřka s přívalovým deštěm" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Slabá bouřka" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Silná bouřka" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Roztroušené bouřky" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Bouřka s mírným mrholením" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Bouřka s mrholením" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Bouřka se silným mžením" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Slabé mrholení" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Silné mžení" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Slabé mrholení" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Mrholení" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Intenzivní mrholení" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Přeháňky a mrholení" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Průtrže a mrholení" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Občasné mrholení" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Mírný déšť" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Velmi silný déšť" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Průtrž mračen" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Extrémní dešťové srážky" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Slabé přeháňky" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Dešťové přeháňky" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Vydatné dešťové přeháňky" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Lokální přeháňky" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Plískanice" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Slabý déšť se sněhem" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Déšť se sněhem" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Lehké sněhové přeháňky" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Sněhové přeháňky" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Silné sněhové přeháňky" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Kouř" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Kouřmo" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Víření prachu a písku" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Písek" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Prach" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Sopečný popílek" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Nárazy větru" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornádo" @@ -1116,30 +1112,30 @@ msgstr "Tornádo" msgid "Sky is clear" msgstr "Bezoblačná obloha" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Zataženo" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Skoro jasno" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Polojasno" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Skoro zataženo" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Zataženo" @@ -1147,80 +1143,80 @@ msgstr "Zataženo" msgid "Could not get forecast for your area" msgstr "Nepodařilo se získat předpověď pro vaší oblast" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "Lokalita leží mimo území USA, použijte jiného poskytovatele." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Zpracování hodinových předpovědí selhalo" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Jasno a větrno" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Skoro jasno a větrno" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Částečně zataženo a větrno" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Převážně zataženo a větrno" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Zataženo a větrno" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Déšť se sněhem" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Mrznoucí déšť a sněžení" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Hurikán" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Bouře" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tropická bouře" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Horko" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Zima" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Sněhová bouře" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Dnes" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Zítra" @@ -1252,79 +1248,79 @@ msgstr "Pátek" msgid "Saturday" msgstr "Sobota" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Bezvětří" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Vánek" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Lehká bríza" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Mírná bríza" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Střední bríza" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Svěží bríza" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Silná bríza" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Vítr dosahující síly vichřice" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Vichřice" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Silná vichřice" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Ničivá bouře" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "S" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "SV" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "V" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "JV" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "J" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "JZ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "Z" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "SZ" @@ -1376,7 +1372,7 @@ msgstr "" "Nastala neznámá chyba při pokusu získat předpověď.\n" "Detaily jsou v Looking Glass logu" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Tropická bouře" @@ -1384,10 +1380,10 @@ msgstr "Tropická bouře" msgid "Severe Thunderstorms" msgstr "Extrémní bouřky" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Bouřky" @@ -1403,21 +1399,21 @@ msgstr "Déšť a zmrzlý déšť" msgid "Mixed Snow and Sleet" msgstr "Sněžení a mrznoucí déšť" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Mrznoucí mrholení" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Mrznoucí déšť" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Přeháňky" @@ -1425,15 +1421,15 @@ msgstr "Přeháňky" msgid "Snow Flurries" msgstr "Sněhový poprašek" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Mírné sněhové přeháňky" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Přízemní sníh" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Mlhavo" @@ -1445,69 +1441,68 @@ msgstr "Kouřmo" msgid "Blustery" msgstr "Větrno" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Větrno" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Převážně zataženo" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Částečně zataženo" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Převážně slunečno" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Déšť a kroupy" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Ojedinělé bouřky" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Rozptýlené bouřky" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Rozptýlené přeháňky" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Průtrž mračen" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Rozptýlené sněhové přeháňky" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Sněhová vánice" @@ -1519,7 +1514,7 @@ msgstr "Nedostupné" msgid "Scattered Thundershowers" msgstr "Lokální bouřky" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1527,7 +1522,7 @@ msgstr "" "Nepodařilo se načíst logy, soubor nebyl nalezen v umístění\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1535,18 +1530,18 @@ msgstr "" "Nepodařilo se načíst obsah logu z umístění\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office Velká Británie" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" @@ -1554,310 +1549,310 @@ msgstr "" "MET Office UK zajišťuje předpověď pouze pro Vekou Británii, ujistěte se, že " "je zadaná lokalita v této zemi" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Data pro lokalitu se nedaří najít" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Velmi špatná" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Méně než {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Vynikající" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Více než {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Špatná" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Mezi {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Průměrná" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Dobrá" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Velmi dobrá" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "Popílek" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "Húlava" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 msgid "Light shower sleet" msgstr "Lehká přeháňka sněhových krupek" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norway" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Silné mžení" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 msgid "Light shower rain" msgstr "Lehká sněhová přeháňka" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 msgid "Heavy shower rain" msgstr "Silná sněhová přeháňka" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 msgid "Mix snow/rain" msgstr "Déšť se sněhem" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 msgid "Snow shower" msgstr "Sněhová přeháňka" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Namrzající mlha" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Slabý vítr" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Silný vítr" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Sněhové jazyky" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Silné mrholení/déšť" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Slabé mrholení/déšť" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Prachová bouře" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Mrznoucí mrholení/déšť" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Silné mrznoucí mrholení/déšť" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Slabé mrznoucí mrholení/déšť" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Trychtýřový mrak/tornádo" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Přeháňky s kroupami" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Náledí" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Blesky bez bouřky" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Srážky poblíž" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Silný déšť a sněžení" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Slabý déšť a sněžení" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Ubývání oblačnosti" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Přibývání oblačnosti" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Oblačnost stabilní" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Kouř nebo opar" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Sněhové a dešťové přeháňky" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Bouřka bez srážek" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Diamantový prach" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Částečné zataženo" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "" "Ujistěte se, že je\n" "API klič vložen správně" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "NENALEZENO" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Přízemní sníh" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Lehké sněžení" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Mírné sněžení" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Mírné dešťové přeháňky" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Déšť se sněhem" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Silný déšť a sněžení" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "Deutscher Wetterdienst" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "Vyberte prosím jiného poskytovatele předpovědi" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "Zadaný API klíč není platný." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "Zadaná lokalita nebyla nalezena." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "Silná bouře" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "Déšť se sněhem" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "Déšť a zmrzlý déšť" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Sněhové přeháňky" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Větrno" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "Mráz" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "Skoro jasno" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "Pirate Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" @@ -1865,7 +1860,7 @@ msgstr "" "Ujistěte se, že je vložen klíč API\n" "získaný u Pirate Weather" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" @@ -1873,174 +1868,175 @@ msgstr "" "Lokační služba nedokázala najít polohu počítače, detaily jsou v logu v " "Looking Glass" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 msgid "Snow grains" msgstr "Sněhové krupky" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 msgid "Light showers" msgstr "Lehké přeháňky" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 msgid "Heavy showers" msgstr "Silné přeháňky" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 msgid "Thunderstorm with slight hail" msgstr "Bouřka s mírnými kroupami" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 msgid "Thunderstorm with hail" msgstr "Bouřka s kroupami" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "Pocitově" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 msgid "Scattered Sleet" msgstr "Roztroušené sněhové srážky" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 msgid "Chance of Thunderstorms" msgstr "Možnost výskytu bouřek" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 msgid "Light Rain" msgstr "Slabý déšť" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 msgid "Light Sleet" msgstr "Slabý mrznoucí déšť" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "Dešťové přeháňky" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "Přeháňky mrznoucího deště" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "Sněhové přeháňky" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 msgid "Frequent Thunderstorms" msgstr "Vysoký výskyt bouřek" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 msgid "High Clouds" msgstr "Vysoká oblačnost" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 msgid "Low Clouds" msgstr "Nízká oblačnost" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "Sucho a zataženo" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 msgid "Slightly Stormy" msgstr "Mírně bouřlivé" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 msgid "Stormy Snow Showers" msgstr "Bouřlivé sněhové přeháňky" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 msgid "Thundery Showers" msgstr "Bouřkové přeháňky" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 msgid "Thundery Snow Showers" msgstr "Bouřkové sněhové přeháňky" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "Výstrahaí před větrem" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 msgid "Thunderstorm Warning" msgstr "Bouřková výstraha" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 msgid "Rain Warning" msgstr "Výstraha před dešťovými srážkami" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 msgid "Snow Warning" msgstr "Sněhová výstraha" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "Výstraha na možnost kluzkých silnic" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "Výstraha před námrazou" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "Výstraha před sesuvy půdy" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "Výstraha před vysokými teplotami" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "Lavinová výstraha" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "Varování - zemětřesení" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "Výstraha před lesními požáry" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "Výstraha před povodní" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "Pro tohoto poskytovatele musíte uvést poštovní směrovací číslo" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" "Tento poskytovatel vyžaduje poštovní směrovací číslo ve švýcarském formátu " "1000-9999" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "Švýcarsko" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2048,7 +2044,7 @@ msgstr "" "Nepodařilo se načíst nastavení, soubor nebyl nebyl nalezen v umístění\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2056,106 +2052,126 @@ msgstr "" "Nepodařilo se načíst obsah nastavení z umístění\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Ujistěte se, že je lokalita zadána nebo místo toho přepněte na automatické " "zjištění lokace." -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Poskytovatel předpovědi k činnosti vyžaduje API klíč" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Rosný bod" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Srážky ustanou za {precipEnd} minut" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Srážky lze očekávat po celou následující hodinu" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Za {precipStart} minut začnou padat srážky" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "Selhala analýza předpovědi, více detailů je v Záznamech." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "Aktualizováno {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance} {distanceUnit} od vás" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "Jméno stanice: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Oblast: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "Počet výstrah: {count}" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Nepodařilo se uložit debug informace" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "Nelze otevřít soubor {filePath} pro zápis" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Debug informace úspěšně uloženy" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Uloženo do {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "Lokační služba je blokovaná" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "Žádný skript nebyl poskytnut" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "Jako první se musí zadat skript." -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "Žádná data o počasí" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "Nedostupná data o počasí, se kterými by skript mohl pracovat" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "Skrip úspěšně spuštěn" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "Skript úspěšně proveden." -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "Chyba při pokusu o vykonání skriptu" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "Skript vrátil chybu, více informací je v logu" @@ -2647,10 +2663,6 @@ msgstr "" "stránkách Cinnamon Spices, kam se lze nechat přesměrovat tlačítkem na " "záložce Pomoc." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "Deutscher Wetterdienst (pouze pro Něměcko)" @@ -3051,3 +3063,15 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "Vyzkoušet příkaz" + +#. 3.8->settings-schema.json->uvIndex->description +#, fuzzy +msgid "Enable displaying UV Index" +msgstr "Povolit zobrazování meteorologických výstrah" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/da.po b/weather@mockturtl/files/weather@mockturtl/po/da.po index 5f2ab778092..d52db5cd88c 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/da.po +++ b/weather@mockturtl/files/weather@mockturtl/po/da.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: 1.4.2\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2023-12-25 11:54+0100\n" "Last-Translator: Alan Mortensen \n" "Language-Team: dansk \n" @@ -21,65 +21,65 @@ msgstr "" "X-Generator: Poedit 3.0.1\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Fejl" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Tjenestefejl" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Forkert API-nøgle" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Forkert lokalitetsformat" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Nøgle blokeret" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Kan ikke finde lokaliteten" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Ingen API-nøgle" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Ingen lokalitet" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Manglende pakker" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Lokaliteten er ikke dækket" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Vejret" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "…" -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Klik for at åbne" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Opdatér" @@ -89,8 +89,8 @@ msgstr "API'en returnerede statuskode mellem 400 og 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Lokalitetslager" @@ -102,12 +102,12 @@ msgstr "Du kan desværre ikke gemme en automatisk indhentet lokalitet" msgid "Could not get weather information" msgstr "Kunne ikke hente oplysninger om vejret" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "Uventet fejl under genindlæsning af vejret. Se loggene i Luppen" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -123,7 +123,7 @@ msgstr "Netværksfejl. Se loggene i Luppen" msgid "As of" msgstr "Fra" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Leveret af" @@ -131,52 +131,52 @@ msgstr "Leveret af" msgid "from you" msgstr "fra dig" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "i" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Henter nuværende vejrdata …" -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Henter fremtidige vejrdata …" -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Indlæser …" -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Temperatur" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Luftfugtighed" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Tryk" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Vind" @@ -186,15 +186,15 @@ msgstr "" "Sikr dig, at du har angivet en lokalitet eller brug automatisk lokalitet i " "stedet" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "Kunne ikke finde lokalitet baseret på adressen. Tjek, om den er rigtig" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "Kunne ikke kalde Geolocation-API'en. Se loggene i Luppen for fejl." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Advarsel" @@ -203,17 +203,17 @@ msgid "You can only save correct locations when the applet is not refreshing" msgstr "" "Du kan kun gemme korrekte lokaliteter, når panelprogrammet ikke genindlæser" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Du kan ikke gemme en forkert lokalitet" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Information" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Lokaliteten er allerede gemt" @@ -250,15 +250,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Føles som" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Kunne ikke behandle vejrinformation" @@ -271,7 +271,7 @@ msgstr "" "eller hent først en på https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -279,7 +279,7 @@ msgstr "" "Sikr dig, at du har indtastet\n" "API-nøglen korrekt og din konto ikke er låst" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -290,272 +290,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Kraftig regn" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Regn" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Let regn" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Kraftig isslag" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Isslag" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Let isslag" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Let isslag" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Isslag" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Let støvregn" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Stor mængde ispiller" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Ispiller" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Lille mængde ispiller" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Kraftig sne" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Sne" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Let sne" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Lette snebyger" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Tordenvejr" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Let tåge" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Tåge" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Overskyet" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Næsten overskyet" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Delvist skyet" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Overvejende klart" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Klart" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Solrigt" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Ukendt" @@ -587,7 +583,7 @@ msgstr "" "Sikr dig, at du har indtastet\n" "API-nøglen, som du har fra DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Kunne ikke hente lokalitet" @@ -596,124 +592,124 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "Lokalitetstjenesten svarede med fejl. Se loggene i Luppen" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Skydække" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Klart vejr" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Opholdsvejr" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Kraftig regn og torden" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Kraftige regnbyger" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Kraftig regnbyger og torden" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Kraftig slud" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Kraftig slud og torden" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Kraftige sludbyger" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Kraftige sludbyger og torden" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Kraftig sne og torden" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Kraftige snebyger" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Kraftig snebyger og torden" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Let regn og torden" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Lette regnbyger" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Lette regnbyger og torden" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Let slud" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Let slud og torden" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Lette sludbyger" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Lette sludbyger og torden" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Let sne og torden" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Lette snebyger" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Lette snebyger og torden" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Regn og torden" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Regnbyger" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Regnbyger og torden" @@ -722,49 +718,49 @@ msgstr "Regnbyger og torden" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Slud" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Slud og torden" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Sludbyger" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Sludbyger og torden" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Sne og torden" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Snebyger" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Snebyger og torden" @@ -773,20 +769,20 @@ msgstr "Snebyger og torden" msgid "Unexpected response from API" msgstr "Uventet svar fra API'en" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Sigtbarhed" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Kunne ikke behandle aktuelle vejrinformation" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Kunne ikke behandle vejrudsigtsinformation" @@ -815,98 +811,98 @@ msgid "Excellent - More than" msgstr "Fremragende - mere end" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Dis" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Overskyet" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Lette regnbyger" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Støvregn" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Kraftige regnbyger" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Sludbyger" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Hagl" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Haglbyger" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Lette snebyger" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Kraftige snebyger" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Tordenvejr" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Tordenbyger" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "Sikr dig, at lokalitet er i det rigtige format under indstillinger" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Sikr dig, at du har indtastet den rigtige nøgle under indstillinger" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -914,196 +910,196 @@ msgstr "" "Lokalitet ikke fundet. Sikr dig, at lokaliteten er tilgængelig eller er i " "det rigtige format" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Kontakt forfatteren af panelprogrammet, hvis problemet varer ved" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Ukendt fejl. Se loggene i Luppen" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Tordenvejr med let regn" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Tordenvejr med regn" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Tordenvejr med kraftig regn" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Let tordenvejr" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Kraftigt tordenvejr" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Ujævnt tordenvejr" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Tordenvejr med let støvregn" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Tordenvejr med støvregn" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Tordenvejr med kraftig støvregn" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Let støvregn" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Kraftig støvregn" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Let finregn" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Finregn" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Kraftig finregn" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Bygeregn og støvregn" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Kraftig bygeregn og støvregn" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Bygestøvregn" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Moderat regn" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Kraftig regn" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Meget kraftig regn" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Ekstrem regn" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Lette regnbyger" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Regnbyger" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Kraftige regnbyger" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Ujævne regnbyger" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Sludbyger" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Let regn og sne" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Regn og sne" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Lette snebyger" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Snebyger" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Kraftige snebyger" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Røg" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Dis" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Sand, støvhvirvler" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Sand" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Støv" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Vulkansk aske" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Vindstød" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornado" @@ -1111,30 +1107,30 @@ msgstr "Tornado" msgid "Sky is clear" msgstr "Skyfrit" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Skyer" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Få skyer" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Spredte skyer" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Spredt skydække" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Overskyet" @@ -1142,80 +1138,80 @@ msgstr "Overskyet" msgid "Could not get forecast for your area" msgstr "Kunne ikke hente vejrudsigten for dit område" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "Området er uden for USA - brug en anden udbyder." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Kunne ikke behandle timebaseret vejrudsigtsinformation" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Klart og blæsende" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Få skyer og blæsende" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Delvist skyet og blæsende" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Næsten overskyet og blæsende" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Overskyet og blæsende" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Slud" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Isslag og sne" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Tyfon" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Storm" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tropisk storm" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Varmt" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Koldt" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Snestorm" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "I dag" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "I morgen" @@ -1247,79 +1243,79 @@ msgstr "Fredag" msgid "Saturday" msgstr "Lørdag" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Stille" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Let luft" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Let brise" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Blid brise" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Moderat brise" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Frisk brise" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Stærk brise" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Tæt på kuling" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Kuling" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Stormende kuling" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Kraftig storm" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "N" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "NØ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "Ø" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "SØ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "S" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "SV" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "V" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "NV" @@ -1371,7 +1367,7 @@ msgstr "" "Ukendt fejl opstod i forsøget på at hente vejret. Se Lup-loggen for mere " "information" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Tropisk storm" @@ -1379,10 +1375,10 @@ msgstr "Tropisk storm" msgid "Severe Thunderstorms" msgstr "Kraftige tordenbyger" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Tordenvejr" @@ -1398,21 +1394,21 @@ msgstr "Blandet regn og slud" msgid "Mixed Snow and Sleet" msgstr "Blandet sne og slud" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Isslag" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Isslag" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Byger" @@ -1420,15 +1416,15 @@ msgstr "Byger" msgid "Snow Flurries" msgstr "Lette snebyger" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Lette snebyger" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Fygesne" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Tåget" @@ -1440,69 +1436,68 @@ msgstr "Røg" msgid "Blustery" msgstr "Susende" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Blæsende" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Næsten overskyet" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Delvist skyet" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Overvejende solrigt" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Blandet regn og hagl" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Lokale tordenbyger" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Spredte tordenbyger" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Spredte byger" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Kraftig regn" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Spredte snebyger" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Kraftig sne" @@ -1514,7 +1509,7 @@ msgstr "Ikke tilgængelig" msgid "Scattered Thundershowers" msgstr "Spredte tordenbyger" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1522,7 +1517,7 @@ msgstr "" "Kunne ikke hente logge. Logfilen blev ikke fundet under stien\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1530,331 +1525,331 @@ msgstr "" "Kunne ikke hente indholdet af logfilen under stien\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "Met Office UK dækker kun UK. Sikr dig, at din lokalitet er i landet" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Data blev ikke fundet for lokaliteten" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Meget dårlig" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Mindre end {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Fremragende" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Mere end {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Dårlig" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Mellem {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Moderat" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "God" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Meget god" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 #, fuzzy msgid "Squall" msgstr "Vindstød" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "Lette snebyger" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "Meteorologisk institutt Norge" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Kraftig støvregn" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Lette snebyger" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Kraftige snebyger" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Slud" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Snebyger" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Iståge" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Let vind" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Stærk vind" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Fygesne" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Kraftig støvregn/regn" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Let støvregn/regn" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Støvstorm" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Isslag" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Kraftig isslag" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Let isslag" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Tragtskt/tornado" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Haglbyger" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Is" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Lyn uden torden" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Nedbør i nærheden" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Kraftig regn og sne" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Let regn og sne" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Aftagende skydække" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Tiltagende skydække" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Uændret skydække" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Røg eller dis" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Sne- og regnbyger" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Tordenvejr uden nedbør" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Isnåle" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Delvist skyet" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Sikr dig, at du har indtastet API-nøglen korrekt" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Danmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "IKKE FUNDET" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Fygesne" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Let sne" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Moderat sne" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Moderate regnbyger" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Blandet regn og sne" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Kraftig regn og sne" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "Deutscher Wetterdienst" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "Vælg en anden udbyder eller lokalitet" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "Den angivne API-nøgle er ugyldig." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "Dn angivne lokalitet blev ikke fundet." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "Stærk storm" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "Rain and Snow" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "Regn og slud" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Snebyger" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Let blæsende" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "Køligt" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "Overvejende klart" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "Pirate Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 #, fuzzy msgid "" "Please Make sure you\n" @@ -1863,204 +1858,205 @@ msgstr "" "Sikr dig, at du har indtastet\n" "API-nøglen, som du har fra Climacell" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 #, fuzzy msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "Lokalitetstjenesten svarede med fejl. Se loggene i Luppen" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Slud" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Lette snebyger" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Kraftige snebyger" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Tordenvejr med let regn" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Tordenvejr med regn" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 #, fuzzy msgid "Feels like" msgstr "Føles som" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Spredte byger" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Tordenvejr" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Let regn" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Let slud" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Kraftige tordenbyger" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Skyer" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Skyer" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 #, fuzzy msgid "Overcast and Dry" msgstr "Overskyet og blæsende" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Let sne" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Spredte snebyger" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Tordenbyger" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Tordenbyger" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 #, fuzzy msgid "Wind Warning" msgstr "Advarsel" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Tordenvejr med regn" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Advarsel" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Advarsel" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 #, fuzzy msgid "Frost Warning" msgstr "Advarsel" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 #, fuzzy msgid "Heat Warning" msgstr "Advarsel" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 #, fuzzy msgid "Flood Warning" msgstr "Advarsel" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2068,7 +2064,7 @@ msgstr "" "Kunne ikke hente konfigurationen. Filen blev ikke fundet under stien\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2076,110 +2072,130 @@ msgstr "" "Kunne ikke hente indholdet af konfigurationsfilen under stien\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 #, fuzzy msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Sikr dig, at du har angivet en lokalitet eller brug automatisk lokalitet i " "stedet" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Denne udbyder kræver en API-nøgle for at virke" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Dugpunkt" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Nedbøren vil ophøre om {precipEnd} minutter" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Nedbøren vil ikke ophøre den næste time" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Nedbøren vil begynde om {precipStart} minutter" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "Tolkning af vejrudsigt mislykkedes. Se loggen for flere detaljer." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "Fra" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance} {distanceUnit} fra dig" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "Stationsnavn: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Område: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Der opstod en fejl, da fejlsøgningsinformation skulle gemmes" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 #, fuzzy msgid "Could not open file {filePath} for writing" msgstr "Kunne ikke hente oplysninger om vejret" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Fejlsøgningsinformation blev gemt" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Gemt i {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 #, fuzzy msgid "Location Service Blocked" msgstr "Lokalitetslager" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 #, fuzzy msgid "No Weather Data" msgstr "US Weather" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2672,10 +2688,6 @@ msgstr "" "internetforbindelse for at virke. Indstillingerne er beskrevet i detaljer på " "Cinnamon Spices' websitet, som du kan tilgå med knappen i fanebladet Hjælp." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "Deutscher Wetterdienst (kun Tyskland)" @@ -3050,3 +3062,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/de.po b/weather@mockturtl/files/weather@mockturtl/po/de.po index 6367769aa92..08f620ddb83 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/de.po +++ b/weather@mockturtl/files/weather@mockturtl/po/de.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: weather@mockturtl 2.6.5\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2025-02-21 09:48+0100\n" "Last-Translator: bigjr slade \n" "Language-Team: \n" @@ -22,65 +22,65 @@ msgstr "" "X-Generator: Poedit 3.0.1\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Fehler" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Dienst Fehler" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Falscher API-Schlüssel" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Falsches Standort-Format" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Schlüssel blockiert" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Kann Standort nicht ermitteln" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Kein Api-Schlüssel" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Kein Standort" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Fehlende Pakete" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Standort nicht abgedeckt" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Wetter-Applet" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "…" -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Zum Öffnen anklicken" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Neu laden" @@ -90,8 +90,8 @@ msgstr "Die API lieferte einen Statuscode zwischen 400 und 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Standortspeicher" @@ -103,14 +103,14 @@ msgstr "Sie können einen automatisch erhaltenen Ort leider nicht speichern" msgid "Could not get weather information" msgstr "Konnte keine Wetterinformationen abrufen" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Unerwarteter Fehler beim Aktualisieren des Wetters, siehe Logs in Looking " "Glass" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -126,7 +126,7 @@ msgstr "Netzwerkfehler, bitte überprüfen Sie die Protokolle in Looking Glass" msgid "As of" msgstr "Stand" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Unterstützt von" @@ -134,52 +134,52 @@ msgstr "Unterstützt von" msgid "from you" msgstr "Von dir" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "in" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Aktuelles Wetter wird geladen ..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Zukünftiges Wetter wird geladen ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Wird geladen ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Temperatur" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Luftfeuchtigkeit" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Luftdruck" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Wind" @@ -189,18 +189,18 @@ msgstr "" "Stellen sie sicher, dass ein Ort eingegeben wurde oder verwenden sie die " "Ortserkennung" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Kann keinen Ort basierend auf der Adresse finden, bitte überprüfen sie ihre " "Angaben" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" "Aufruf der Geolocation API fehlgeschlagen, siehe Looking Glass für Fehler." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Warnung" @@ -210,17 +210,17 @@ msgstr "" "Sie können nur korrekte Orte speichern, wenn das Applet gerade nicht " "aktualisiert wird" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Sie können einen falschen Ort nicht speichern" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Info" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Ort ist bereits gespeichert" @@ -259,15 +259,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Fühlt sich an wie" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Verarbeitung der Wetterinformationen fehlgeschlagen" @@ -280,7 +280,7 @@ msgstr "" "oder holen Sie sich zuerst eine auf https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -288,7 +288,7 @@ msgstr "" "Bitte stellen Sie sicher, dass Sie\n" "den API-Schlüssel korrekt eingegeben haben und Ihr Konto nicht gesperrt ist" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -299,272 +299,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Starker Regen" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Regen" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Leichter Regen" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Starker Eisregen" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Eisregen" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Leichter Eisregen" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Leichter Frostnieselregen" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Frostnieselregen" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Leichter Nieselregen" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Schwere Eiskörner" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Eiskörner" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Leichte Eiskörner" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Starker Schneefall" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Schneefall" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Leichter Schneefall" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Gestöber" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Gewitter" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Leichter Nebel" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Nebel" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Bewölkt" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Grösstenteils bewölkt" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Teilweise bewölkt" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Weitgehend klar" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Klar" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Sonnig" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Unbekannt" @@ -594,7 +590,7 @@ msgid "" "entered the API key that you have from DarkSky" msgstr "Bitte verwenden Sie den API-Schlüssel, den Sie von DarkSky haben" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Konnte den Standort nicht ermitteln" @@ -604,124 +600,124 @@ msgid "" msgstr "" "Location Service antwortede mit Fehler, bitte sehen Sie in Looking Glass Logs" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Bewölkung" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Klarer Himmel" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Schön" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Starker Regen und Gewitter" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Starke Regenschauer" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Starke Regenschauer und Gewitter" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Schwerer Schneeregen" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Starker Schneeregen und Donner" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Starke Graupelschauer" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Heftige Graupelschauer und Gewitter" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Starker Schnee und Gewitter" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Starke Schneeschauer" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Heftige Schneeschauer und Gewitter" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Leichter Regen und Donner" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Leichte Regenschauer" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Leichte Regenschauer und Gewitter" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Leichter Schneeregen" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Leichter Schneeregen und Donner" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Leichte Graupelschauer" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Leichte Graupelschauer und Gewitter" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Leichter Schneefall und Gewitter" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Leichte Schneeschauer" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Leichte Schneeschauer und Gewitter" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Regen und Donner" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Regenschauer" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Regenschauer und Gewitter" @@ -730,49 +726,49 @@ msgstr "Regenschauer und Gewitter" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Graupel" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Graupel und Donner" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Graupelschauer" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Graupelschauer und Gewitter" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Schnee und Donner" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Schneeschauer" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Schneeschauer und Gewitter" @@ -781,20 +777,20 @@ msgstr "Schneeschauer und Gewitter" msgid "Unexpected response from API" msgstr "Unerwartete Antwort von API" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Sichtweite" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Verarbeitung aktueller Wetterinformationen fehlgeschlagen" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Fehler bei der Verarbeitung der Vorhersage" @@ -823,98 +819,98 @@ msgid "Excellent - More than" msgstr "Ausgezeichnet - Mehr als" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Nebel" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Bewölkt" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Leichter Regenschauer" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Niesel" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Starker Regenschauer" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Graupelschauer" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Hagel" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Hagelschauer" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Leichter Schneeschauer" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Starker Schneeschauer" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Donner" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Gewitterschauer" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "Bitte stellen Sie sicher, dass der Ort das richtige Format hat" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Vergewissern Sie sich, dass Sie den richtigen Schlüssel verwenden" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -922,198 +918,198 @@ msgstr "" "Ort nicht gefunden, stellen Sie sicher, dass der Ort verfügbar ist oder im " "richtigen Format vorliegt" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "" "Falls dieses Problem weiterhin besteht, kontaktieren Sie den Autor dieses " "Applets" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Unbekannter Fehler, bitte schauen sie in die Looking Glass Protokolle" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Gewitter mit leichtem Regen" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Gewitter mit Regen" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Gewitter mit starkem Regen" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Leichtes Gewitter" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Starkes Gewitter" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Immer wieder Gewitter" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Gewitter mit leichtem Nieselregen" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Gewitter mit Nieselregen" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Gewitter mit starkem Nieselregen" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Leichter Sprühregen" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Starker Nieselregen" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Leichter Nieselregen" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Nieselregen" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Starker Nieselregen" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Schauer- und Nieselregen" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Starker Regenschauer und Niesel" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Nieselregenschauer" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Mäßiger Regen" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Starker Regen" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Sehr starker Regen" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Extremer Regen" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Leichte Regenschauer" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Regenschauer" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Starker Regenschauer" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Immer wieder Regenschauer" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Graupelschauer" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Leichter Regen und Schnee" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Regen und Schnee" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Leichter Schneeschauer" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Schneeschauer" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Starker Schneeschauer" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Rauch" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Dunst" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Sand, Staubwirbel" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Sand" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Staub" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Vulkanasche" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Böen" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornado" @@ -1121,30 +1117,30 @@ msgstr "Tornado" msgid "Sky is clear" msgstr "Klarer Himmel" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Wolken" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Wenige Wolken" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Zerstreute Wolken" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Aufgelockert bewölkt" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Wolkenverhangen" @@ -1152,81 +1148,81 @@ msgstr "Wolkenverhangen" msgid "Could not get forecast for your area" msgstr "Konnte keine Vorhersage für ihre Gegend abrufen" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "" "Standort außerhalb der USA, bitte verwenden Sie einen anderen Anbieter." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Verarbeitung der stündlichen Vorhersage fehlgeschlagen" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Klar und windig" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Wenig Wolken und windig" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Teilweise bewölkt und windig" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Meist bewölkt und windig" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Bewölkt und windig" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Schneeregen" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Eisregen und Schnee" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Hurrikan" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Sturm" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tropischer Sturm" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Heiß" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Kalt" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Blizzard" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Heute" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Morgen" @@ -1258,79 +1254,79 @@ msgstr "Freitag" msgid "Saturday" msgstr "Samstag" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Ruhig" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Leichter Wind" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Leichte Briese" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Sanfte Briese" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Mäßige Briese" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Frische Briese" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Starke Briese" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Nahe Sturm" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Sturm" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Starker Sturm" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Heftiger Sturm" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "N" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "NO" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "O" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "SO" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "S" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "SW" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "W" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "NW" @@ -1382,7 +1378,7 @@ msgstr "" "Unbekannter Fehler bei der Wettervorhersage, siehe Looking Glass logs für " "weitere Informationen" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Tropischer Sturm" @@ -1390,10 +1386,10 @@ msgstr "Tropischer Sturm" msgid "Severe Thunderstorms" msgstr "Schwere Gewitter" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Gewitter" @@ -1409,21 +1405,21 @@ msgstr "Gemischter Regen und Schneeregen" msgid "Mixed Snow and Sleet" msgstr "Gemischter Schnee und Schneeregen" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Gefrierender Regen" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Eisregen" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Schauer" @@ -1431,15 +1427,15 @@ msgstr "Schauer" msgid "Snow Flurries" msgstr "Schneegestöber" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Leichte Schneeschauer" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Schneetreiben" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Neblig" @@ -1451,69 +1447,68 @@ msgstr "Rauchig" msgid "Blustery" msgstr "Stürmisch" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Windig" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Meist bewölkt" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Teilweise wolkig" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Größtenteils sonnig" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Gemischter Regen und Hagel" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Lokale Gewitter" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Vereinzelt Gewitter" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Vereinzelte Schauer" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Starker Regen" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Vereinzelt Schneeschauer" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Schwerer Schnee" @@ -1525,7 +1520,7 @@ msgstr "Nicht verfügbar" msgid "Scattered Thundershowers" msgstr "Vereinzelt Gewitterschauer" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1533,7 +1528,7 @@ msgstr "" "Logs oder Log-Datei wurde nicht gefunden unter Pfad \n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1541,7 +1536,7 @@ msgstr "" "Inhalt der Protokolldatei unter dem Pfad\n" " {logFilePath} nicht gefunden." -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." @@ -1551,11 +1546,11 @@ msgstr "" "Problem dadurch behoben wird." #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" @@ -1563,316 +1558,316 @@ msgstr "" "MET Office UK deckt nur das Vereinigte Königreich ab, bitte stellen Sie " "sicher, dass Ihr Standort in diesem Land liegt." -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Keine Daten für dein Standort" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Sehr schlecht" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Weniger als {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Ausgezeichnet" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Mehr als {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Schlecht" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Zwischen {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Mäßig" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Gut" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Sehr gut" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "Asche" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "Böe" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 msgid "Light shower sleet" msgstr "Leichter Schneeregen-Schauer" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norway" # https://www.weatherbit.io/ # is a weather plattform -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Starker Nieselregen" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 msgid "Light shower rain" msgstr "Leichter Regenschauer" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 msgid "Heavy shower rain" msgstr "Starker Regenschauer" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 msgid "Mix snow/rain" msgstr "Mischung Schnee/Regen" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 msgid "Snow shower" msgstr "Schneeschauer" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Eisnebel" # https://www.tomorrow.io/ # is a weather plattform -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Schwacher Wind" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Kräftiger Wind" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US National Weather (nur US)" # https://www.visualcrossing.com/ -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Schneeverwehungen" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Starker (Niesel-)Regen" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Leichter (Niesel-)Regen" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Sandsturm" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Frostnieselregen/Eisregen" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Starker Frostnieselregen/Eisregen" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Leichter Frostnieselregen/Eisregen" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Trichterwolke/Tornado" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Hagelschauer" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Eis" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Blitzschlag ohne Donner" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Niederschlag in der Umgebung" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Starker Regen und Gewitter" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Leichter Regen und Schnee" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Abnehmende Bewölkung" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Zunehmende Bewölkung" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Himmel unverändert" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Rauch oder Dunst" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Schnee- und Regenschauer" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Gewitter ohne Niederschlag" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Polarschnee" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Teilweise bewölkt" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "" "Bitte stellen Sie sicher, dass Sie den API-Schlüssel korrekt eingegeben haben" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Dänemark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "NICHT GEFUNDEN" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Schneewehen" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Leichter Schneefall" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Mäßiger Schneefall" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Mäßige Regenschauer" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Regen und Schnee gemischt" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Starker Regen und Schnee gemischt" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "Deutscher Wetterdienst" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "Bitte wählen Sie einen anderen Anbieter oder Standort" # https://www.wunderground.com/ # is a weatherplattform -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "Der von Ihnen angegebene API-Schlüssel ist ungültig." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "Keine Daten für dein Standort." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "Kräftiger Wind" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "Regen und Schnee" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "Regen und Graupel" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Schneeschauer" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Windig" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "Kühl" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "Überwegend klar" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "US National Weather (nur US)" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" @@ -1881,294 +1876,315 @@ msgstr "" "dass Sie den API-Schlüssel eingegeben haben, den Sie von Pirate Weather " "erhalten haben" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "" "Location Service antwort mit Fehler, bitte sehen Sie in Looking Glass Logs" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 msgid "Snow grains" msgstr "Schneegriesel" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 msgid "Light showers" msgstr "Leichte Schauer" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 msgid "Heavy showers" msgstr "Starker Schauer" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 msgid "Thunderstorm with slight hail" msgstr "Gewitter mit leichtem Regen" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 msgid "Thunderstorm with hail" msgstr "Gewitter mit Regen" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "Fühlt sich an wie" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" -msgstr "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" +msgstr "Open-Meteo" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 msgid "Scattered Sleet" msgstr "Vereinzelt Schneeregen" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 msgid "Chance of Thunderstorms" msgstr "Möglichkeit von Gewittern" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 msgid "Light Rain" msgstr "Leichter Regen" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 msgid "Light Sleet" msgstr "Leichter Schneeregen" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "Zeitweise Regen" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "Zeitweise Schneeregen" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "Zeitweise Schnee" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 msgid "Frequent Thunderstorms" msgstr "Häufige Gewitter" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 msgid "High Clouds" msgstr "Hohe Wolken" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 msgid "Low Clouds" msgstr "Tiefe Wolken" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "Bedeckt und trocken" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 msgid "Slightly Stormy" msgstr "Leicht stürmisch" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 msgid "Stormy Snow Showers" msgstr "Stürmische Schneeschauer" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 msgid "Thundery Showers" msgstr "Gewitterschauer" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 msgid "Thundery Snow Showers" msgstr "Gewittrige Schneeschauer" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "Windwarnung" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 msgid "Thunderstorm Warning" msgstr "Gewitterwarnung" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 msgid "Rain Warning" msgstr "Regenwarnung" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 msgid "Snow Warning" msgstr "Schneewarnung" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "Warnung vor rutschigen Straßen" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "Frostwarnung" # Please verify this. -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "Warnung vor Massenbewegungen" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "Hitzewarnung" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "Lawinenwarnung" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "Erdbebenwarnung" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "Waldbrandwarnung" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "Hochwasserwarnung" # Schweizer Wetterdienst -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "Swiss Météo" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "Für diesen Anbieter müssen Sie eine Postleitzahl verwenden." -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" "Für diesen Anbieter müssen Sie eine Schweizer Postleitzahl zwischen 1000 und " "9999 verwenden." -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "Schweiz" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" msgstr "Konnte Konfiguration nicht abrufen, Datei nicht im Pfad gefunden" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" msgstr "Konnte den Inhalt der Konfigurationsdatei im Pfad nicht abrufen" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Stellen sie sicher, dass ein Ort eingegeben wurde oder verwenden sie die " "Ortserkennung." -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Dieser Anbieter benötigt einen API-Schlüssel um zu funktionieren" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Taupunkt" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Niederschlag wird innerhalb von {precipEnd} Minuten aufhören" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Niederschlag wird nicht innerhalb einer Stunde aufhören" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Niederschlag wird innerhalb von {precipStart} Minuten beginnen" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "Parsen der Vorhersage ist fehlgeschlagen." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "Stand {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance}{distanceUnit} von Ihnen" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "Station Name: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Gebiet: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "{count} Wetter Alarme" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Fehler beim Speichern der Debug-Informationen" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "Konnte keine Wetterinformationen abrufen" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Debug-Informationen erfolgreich gespeichert" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Gespeichert in {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "Standortdienst blockiert" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "Kein Skript zur Verfügung gestellt" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "Sie müssen zuerst ein Skript hinzufügen." -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "Keine Wetterdaten" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "Keine Wetterdaten zur Ausführung des Skripts" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "Skript erfolgreich ausgeführt" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "Ihr Skript wurde erfolgreich ausgeführt." -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "Fehler beim Ausführen des Skripts" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" "Das Skript meldet einen Fehler, weitere Informationen finden Sie in den " @@ -2667,10 +2683,6 @@ msgstr "" "ausführlich beschrieben, die Sie über die Schaltfläche in Registerkarte " "»Hilfe« aufrufen können." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "Open-Meteo" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "Deutscher Wetterdienst" @@ -2717,8 +2729,8 @@ msgid "" "'City,Country-code' (e.g. London,UK) or try to enter {House number} {Street} " "{City/Town} {Postcode} {Country}. The search algorithm is very flexible with " "the format. After 3 seconds without typing the address you entered is " -"replaced automatically for validating your choice. Powered by nominatim." -"openstreetmap.org." +"replaced automatically for validating your choice. Powered by " +"nominatim.openstreetmap.org." msgstr "" "Sie können die Koordinaten »Breitengrad,Längengrad« (z.B. 51.5085,-0.1257) " "eingeben oder »Stadt,Ländercode« (z.B. London,UK) verwenden oder versuchen " @@ -2928,8 +2940,9 @@ msgstr "" "Für detaillierte Informationen über das Applet gehen Sie bitte auf die " "Spices-Website. Dort finden Sie Angaben zu bekannten Problemen, " "Fehlerbehebungen, Änderungsprotokollen und mehr. Klicken Sie hierfür auf die " -"Schaltfläche unter diesem Text. Im Kommentarbereich der Website können Sie z." -"B. Fragen stellen, nachdem Sie sich mit Ihrem GitHub-Konto angemeldet haben." +"Schaltfläche unter diesem Text. Im Kommentarbereich der Website können Sie " +"z.B. Fragen stellen, nachdem Sie sich mit Ihrem GitHub-Konto angemeldet " +"haben." #. 3.8->settings-schema.json->submitIssue->description msgid "Submit an Issue" @@ -2972,17 +2985,17 @@ msgstr "" #. 3.8->settings-schema.json->loc-info->description msgid "" "Your location in most cases work automatically but you can enter it manually " -"by coordinates 'Latitude,Longitude' (e.g. 51.5085,-0.1257) or use 'City," -"Country-code' (e.g. London,UK) or try to enter {House number} {Street} {City/" -"Town} {Postcode} {Country}. The search algorithm is very flexible with the " -"format. After 3 seconds without typing the address you entered is replaced " -"automatically for validating your choice." +"by coordinates 'Latitude,Longitude' (e.g. 51.5085,-0.1257) or use " +"'City,Country-code' (e.g. London,UK) or try to enter {House number} {Street} " +"{City/Town} {Postcode} {Country}. The search algorithm is very flexible with " +"the format. After 3 seconds without typing the address you entered is " +"replaced automatically for validating your choice." msgstr "" "Ihr Ort wird meist automatisch ermittelt, aber sie können auch 'Breitengrad, " -"Längengrad' (z.B. 51.5085,-0.1257) eingeben. Oder sie verwenden 'Stadt," -"Ländercode' (z.B. Munich,DE) oder {Hausnr} {Straße} {Stadt/Ort} {PLZ} {Land}." -"Die Suche ist sehr flexibel beim Eingabeformat. Nach 3 Sekunden ohne Eingabe " -"wird diese automatisch ersetzt und sie können sie validieren." +"Längengrad' (z.B. 51.5085,-0.1257) eingeben. Oder sie verwenden " +"'Stadt,Ländercode' (z.B. Munich,DE) oder {Hausnr} {Straße} {Stadt/Ort} {PLZ} " +"{Land}.Die Suche ist sehr flexibel beim Eingabeformat. Nach 3 Sekunden ohne " +"Eingabe wird diese automatisch ersetzt und sie können sie validieren." #. 3.8->settings-schema.json->logLevel->description msgid "Log Level" @@ -3081,3 +3094,15 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "Testen Sie ihren Befehl" + +#. 3.8->settings-schema.json->uvIndex->description +#, fuzzy +msgid "Enable displaying UV Index" +msgstr "Wetter Alarme anzeigen" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/el.po b/weather@mockturtl/files/weather@mockturtl/po/el.po index b260619dcc8..8146b450b30 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/el.po +++ b/weather@mockturtl/files/weather@mockturtl/po/el.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: 3.0.5\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2021-04-14 15:52+0200\n" "Last-Translator: Vasilis Kosmidis \n" "Language-Team: Ελληνικά <>\n" @@ -22,66 +22,66 @@ msgstr "" "X-Generator: Poedit 1.5.4\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 #, fuzzy msgid "Weather Applet" msgstr "Καιρός" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "" -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Κάντε κλικ για να ανοίξει" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Ανανέωση" @@ -91,8 +91,8 @@ msgstr "" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "" @@ -104,12 +104,12 @@ msgstr "" msgid "Could not get weather information" msgstr "" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -123,7 +123,7 @@ msgstr "" msgid "As of" msgstr "" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "" @@ -131,55 +131,55 @@ msgstr "" msgid "from you" msgstr "" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Φόρτωση τρέχοντος καιρού ..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Φόρτωση μελλοντικού καιρού ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Φόρτωση ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 #, fuzzy msgid "Temperature" msgstr "Θερμοκρασία:" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 #, fuzzy msgid "Humidity" msgstr "Υγρασία:" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 #, fuzzy msgid "Pressure" msgstr "Πίεση:" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 #, fuzzy msgid "Wind" msgstr "Άνεμος:" @@ -188,15 +188,15 @@ msgstr "Άνεμος:" msgid "Make sure you entered a location or use Automatic location instead" msgstr "" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "" @@ -204,17 +204,17 @@ msgstr "" msgid "You can only save correct locations when the applet is not refreshing" msgstr "" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "" @@ -250,15 +250,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "" @@ -269,13 +269,13 @@ msgid "" msgstr "" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" msgstr "" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -284,13 +284,13 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 #, fuzzy msgid "Heavy rain" msgstr "Ισχυρή χιονόπτωση" @@ -298,42 +298,41 @@ msgstr "Ισχυρή χιονόπτωση" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 #, fuzzy msgid "Light rain" msgstr "Παγωμένη βροχή" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 #, fuzzy msgid "Heavy freezing rain" msgstr "Παγωμένη βροχή" @@ -341,178 +340,176 @@ msgstr "Παγωμένη βροχή" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Παγωμένη βροχή" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 #, fuzzy msgid "Light freezing rain" msgstr "Παγωμένη βροχή" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 #, fuzzy msgid "Light freezing drizzle" msgstr "Παγωμένο ψιλόβροχο" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Παγωμένο ψιλόβροχο" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 #, fuzzy msgid "Light drizzle" msgstr "Παγωμένο ψιλόβροχο" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Ισχυρή χιονόπτωση" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Χιόνι" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 #, fuzzy msgid "Light snow" msgstr "Ελαφριά χιονόπτωση" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 #, fuzzy msgid "Flurries" msgstr "Νυφάδες χιονιού" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 #, fuzzy msgid "Thunderstorm" msgstr "Καταιγίδες" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 #, fuzzy msgid "Fog" msgstr "Ομιχλώδης" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Συννεφιασμένος" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Κυρίως νεφελώδης" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Μερικώς νεφελώδης" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 #, fuzzy msgid "Mostly clear" msgstr "Κυρίως νεφελώδης" @@ -520,47 +517,46 @@ msgstr "Κυρίως νεφελώδης" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Αίθριος" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Ηλιόλουστος" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "" @@ -588,7 +584,7 @@ msgid "" "entered the API key that you have from DarkSky" msgstr "" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "" @@ -597,138 +593,138 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 #, fuzzy msgid "Cloudiness" msgstr "Συννεφιασμένος" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 #, fuzzy msgid "Clear sky" msgstr "Αίθριος" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Αίθριος" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 #, fuzzy msgid "Heavy rain showers" msgstr "Ισχυρή χιονόπτωση" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 #, fuzzy msgid "Heavy sleet" msgstr "Ισχυρή χιονόπτωση" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 #, fuzzy msgid "Heavy sleet showers" msgstr "Ισχυρή χιονόπτωση" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 #, fuzzy msgid "Heavy snow and thunder" msgstr "Ισχυρή χιονόπτωση" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 #, fuzzy msgid "Heavy snow showers" msgstr "Χιονοπτώσεις" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 #, fuzzy msgid "Light rain showers" msgstr "Ελαφριά χιονόπτωση" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 #, fuzzy msgid "Light rain showers and thunder" msgstr "Ελαφριά χιονόπτωση" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 #, fuzzy msgid "Light sleet showers" msgstr "Ελαφριά χιονόπτωση" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 #, fuzzy msgid "Light sleet showers and thunder" msgstr "Ελαφριά χιονόπτωση" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 #, fuzzy msgid "Light snow and thunder" msgstr "Ελαφριά χιονόπτωση" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Ελαφριά χιονόπτωση" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 #, fuzzy msgid "Light snow showers and thunder" msgstr "Ελαφριά χιονόπτωση" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 #, fuzzy msgid "Rain showers" msgstr "Χιονοπτώσεις" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "" @@ -737,51 +733,51 @@ msgstr "" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Χιονόνερο" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 #, fuzzy msgid "Sleet and thunder" msgstr "Διάσπαρτες καταιγίδες" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 #, fuzzy msgid "Sleet showers" msgstr "Διάσπαρτες βροχοπτώσεις" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Χιονοπτώσεις" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 #, fuzzy msgid "Snow showers and thunder" msgstr "Χιονοπτώσεις" @@ -791,20 +787,20 @@ msgstr "Χιονοπτώσεις" msgid "Unexpected response from API" msgstr "" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "" @@ -833,319 +829,319 @@ msgid "Excellent - More than" msgstr "" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 #, fuzzy msgid "Light rain shower" msgstr "Ελαφριά χιονόπτωση" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Ψιλόβροχο" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 #, fuzzy msgid "Heavy rain shower" msgstr "Ισχυρή χιονόπτωση" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 #, fuzzy msgid "Sleet shower" msgstr "Διάσπαρτες βροχοπτώσεις" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Χαλάζι" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 #, fuzzy msgid "Hail shower" msgstr "Χιονοπτώσεις" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 #, fuzzy msgid "Light snow shower" msgstr "Ελαφριά χιονόπτωση" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 #, fuzzy msgid "Heavy snow shower" msgstr "Ισχυρή χιονόπτωση" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 #, fuzzy msgid "Thunder" msgstr "Καταιγίδες" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 #, fuzzy msgid "Thunder shower" msgstr "Βροχοπτώσεις με κεραυνούς" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" msgstr "" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 #, fuzzy msgid "Thunderstorm with rain" msgstr "Καταιγίδες" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 #, fuzzy msgid "Light thunderstorm" msgstr "Καταιγίδες" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 #, fuzzy msgid "Heavy thunderstorm" msgstr "Ισχυρές καταιγίδες" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 #, fuzzy msgid "Ragged thunderstorm" msgstr "Μεμονωμένες καταιγίδες" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "Καταιγίδες" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 #, fuzzy msgid "Drizzle rain" msgstr "Ψιλόβροχο" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 #, fuzzy msgid "Shower rain and drizzle" msgstr "Βροχή και χαλάζι" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 #, fuzzy msgid "Shower drizzle" msgstr "Παγωμένο ψιλόβροχο" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 #, fuzzy msgid "Extreme rain" msgstr "Παγωμένη βροχή" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 #, fuzzy msgid "Light intensity shower rain" msgstr "Ελαφριά χιονόπτωση" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 #, fuzzy msgid "Shower rain" msgstr "Ισχυρές βροχοπτώσεις" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 #, fuzzy msgid "Shower sleet" msgstr "Ισχυρές βροχοπτώσεις" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 #, fuzzy msgid "Light rain and snow" msgstr "Βροχή και χιόνι" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 #, fuzzy msgid "Rain and snow" msgstr "Βροχή και χιόνι" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 #, fuzzy msgid "Light shower snow" msgstr "Ελαφριά χιονόπτωση" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 #, fuzzy msgid "Shower snow" msgstr "Ισχυρές βροχοπτώσεις" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 #, fuzzy msgid "Heavy shower snow" msgstr "Ισχυρή χιονόπτωση" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 #, fuzzy msgid "Smoke" msgstr "Καπνώδης" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Ομίχλη" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Σκόνη" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Ανεμοστρόβιλος" @@ -1153,32 +1149,32 @@ msgstr "Ανεμοστρόβιλος" msgid "Sky is clear" msgstr "" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 #, fuzzy msgid "Clouds" msgstr "Συννεφιασμένος" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 #, fuzzy msgid "Scattered clouds" msgstr "Διάσπαρτες βροχοπτώσεις" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "" @@ -1186,84 +1182,84 @@ msgstr "" msgid "Could not get forecast for your area" msgstr "" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "" -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 #, fuzzy msgid "Partly cloudy and windy" msgstr "Μερικώς νεφελώδης" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 #, fuzzy msgid "Mostly cloudy and windy" msgstr "Κυρίως νεφελώδης" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 #, fuzzy msgid "Snowy rain" msgstr "Νυφάδες χιονιού" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 #, fuzzy msgid "Freezing rain and snow" msgstr "Παγωμένη βροχή" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Τυφώνας" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Τροπική καταιγίδα" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Καυτός" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Κρύο" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Σήμερα" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Αύριο" @@ -1295,79 +1291,79 @@ msgstr "Παρασκευή" msgid "Saturday" msgstr "Σάββατο" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "Β" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "ΒΑ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "Α" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "ΝΑ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "Ν" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "ΝΔ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "Δ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "ΒΔ" @@ -1412,7 +1408,7 @@ msgid "" "more information" msgstr "" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 #, fuzzy msgid "Tropical Storm" msgstr "Τροπική καταιγίδα" @@ -1422,10 +1418,10 @@ msgstr "Τροπική καταιγίδα" msgid "Severe Thunderstorms" msgstr "Ισχυρές καταιγίδες" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Καταιγίδες" @@ -1444,23 +1440,23 @@ msgstr "Βροχή και χιονόνερο" msgid "Mixed Snow and Sleet" msgstr "Χιόνι και χιονόνερο" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 #, fuzzy msgid "Freezing Drizzle" msgstr "Παγωμένο ψιλόβροχο" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 #, fuzzy msgid "Freezing Rain" msgstr "Παγωμένη βροχή" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Ισχυρές βροχοπτώσεις" @@ -1469,17 +1465,17 @@ msgstr "Ισχυρές βροχοπτώσεις" msgid "Snow Flurries" msgstr "Νυφάδες χιονιού" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 #, fuzzy msgid "Light Snow Showers" msgstr "Ελαφριά χιονόπτωση" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 #, fuzzy msgid "Blowing Snow" msgstr "Χιονοθύελλες" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Ομιχλώδης" @@ -1491,78 +1487,77 @@ msgstr "Καπνώδης" msgid "Blustery" msgstr "Θορυβώδης" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Ανεμώδης" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 #, fuzzy msgid "Mostly Cloudy" msgstr "Κυρίως νεφελώδης" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 #, fuzzy msgid "Partly Cloudy" msgstr "Μερικώς νεφελώδης" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 #, fuzzy msgid "Mostly Sunny" msgstr "Κυρίως νεφελώδης" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 #, fuzzy msgid "Mixed Rain and Hail" msgstr "Βροχή και χαλάζι" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 #, fuzzy msgid "Isolated Thunderstorms" msgstr "Μεμονωμένες καταιγίδες" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 #, fuzzy msgid "Scattered Thunderstorms" msgstr "Διάσπαρτες καταιγίδες" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 #, fuzzy msgid "Scattered Showers" msgstr "Διάσπαρτες βροχοπτώσεις" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 #, fuzzy msgid "Heavy Rain" msgstr "Ισχυρή χιονόπτωση" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 #, fuzzy msgid "Scattered Snow Showers" msgstr "Διάσπαρτες χιονοπτώσεις" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 #, fuzzy msgid "Heavy Snow" msgstr "Ισχυρή χιονόπτωση" @@ -1577,671 +1572,692 @@ msgstr "Μη διαθέσιμο" msgid "Scattered Thundershowers" msgstr "Διάσπαρτες καταιγίδες" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "Ελαφριά χιονόπτωση" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 #, fuzzy msgid "OpenWeatherMap" msgstr "Καιρός" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 #, fuzzy msgid "WeatherBit" msgstr "Καιρός" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 #, fuzzy msgid "Heavy drizzle" msgstr "Παγωμένο ψιλόβροχο" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Ελαφριά χιονόπτωση" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Ισχυρή χιονόπτωση" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Νυφάδες χιονιού" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Χιονοπτώσεις" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 #, fuzzy msgid "Freezing fog" msgstr "Παγωμένη βροχή" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 #, fuzzy msgid "Tomorrow.io" msgstr "Αύριο" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 #, fuzzy msgid "US Weather" msgstr "Καιρός" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 #, fuzzy msgid "Blowing or drifting snow" msgstr "Χιονοθύελλες" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 #, fuzzy msgid "Freezing drizzle/freezing rain" msgstr "Παγωμένο ψιλόβροχο" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 #, fuzzy msgid "Hail showers" msgstr "Χιονοπτώσεις" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 #, fuzzy msgid "Heavy rain and snow" msgstr "Βροχή και χιόνι" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 #, fuzzy msgid "Light rain And snow" msgstr "Βροχή και χιόνι" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 #, fuzzy msgid "Snow and rain showers" msgstr "Χιονοπτώσεις" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 #, fuzzy msgid "Partially cloudy" msgstr "Μερικώς νεφελώδης" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Χιονοθύελλες" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 #, fuzzy msgid "Slight snow" msgstr "Χιονοθύελλες" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 #, fuzzy msgid "Moderate snow" msgstr "Ισχυρή χιονόπτωση" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 #, fuzzy msgid "Moderate rain showers" msgstr "Διάσπαρτες βροχοπτώσεις" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Βροχή και χιόνι" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 #, fuzzy msgid "Heavy mixed rain and snow" msgstr "Βροχή και χιόνι" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 #, fuzzy msgid "AccuWeather" msgstr "Καιρός" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 #, fuzzy msgid "Rain and Snow" msgstr "Βροχή και χιόνι" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 #, fuzzy msgid "Rain and Sleet" msgstr "Βροχή και χιονόνερο" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 #, fuzzy msgid "Snow Showers" msgstr "Χιονοπτώσεις" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 #, fuzzy msgid "Mostly Clear" msgstr "Κυρίως νεφελώδης" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 #, fuzzy msgid "Pirate Weather" msgstr "Καιρός" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" msgstr "" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Νυφάδες χιονιού" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Ελαφριά χιονόπτωση" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Ισχυρή χιονόπτωση" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Καταιγίδες" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Καταιγίδες" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Διάσπαρτες βροχοπτώσεις" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Καταιγίδες" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Παγωμένη βροχή" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Ελαφριά χιονόπτωση" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Ισχυρές καταιγίδες" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Συννεφιασμένος" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Συννεφιασμένος" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Χιονοθύελλες" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Διάσπαρτες χιονοπτώσεις" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Βροχοπτώσεις με κεραυνούς" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Βροχοπτώσεις με κεραυνούς" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Καταιγίδες" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Βροχή και χιόνι" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Νυφάδες χιονιού" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 #, fuzzy msgid "No Weather Data" msgstr "Καιρός" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2734,10 +2750,6 @@ msgid "" "can access with the button on the Help tab." msgstr "" -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -3059,3 +3071,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/es.po b/weather@mockturtl/files/weather@mockturtl/po/es.po index 7c0fe4915ce..4fe41408505 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/es.po +++ b/weather@mockturtl/files/weather@mockturtl/po/es.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2024-08-20 20:45-0400\n" "Last-Translator: \n" "Language-Team: \n" @@ -20,65 +20,65 @@ msgstr "" "X-Generator: Poedit 3.4.4\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Error" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Error de servicio" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Clave de API incorrecta" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Formato de ubicación incorrecto" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Tecla bloqueada" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "No se pudo obtener la ubicación" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "No hay clave de API" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Sin ubicación" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Paquetes perdidos" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Sin ubicación" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Applet del Clima" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Click para abrir" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Recargar" @@ -88,8 +88,8 @@ msgstr "La API devolvió el código de estado entre 400 y 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Ubicación" @@ -101,14 +101,14 @@ msgstr "No puede guardar una ubicación obtenida automáticamente, lo lamento" msgid "Could not get weather information" msgstr "No se pudo obtener información del Clima" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Error inesperado al actualizar información del Clima, por favor mire el log " "en Looking Glass" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -124,7 +124,7 @@ msgstr "Error de red, mire los logs en Looking Glass" msgid "As of" msgstr "A partir de las" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Powered by" @@ -132,52 +132,52 @@ msgstr "Powered by" msgid "from you" msgstr "de ti" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "in" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Cargando el clima actual..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Cargando pronóstico del clima..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Cargando..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Temperatura" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Humedad" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Presión" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Viento" @@ -186,19 +186,19 @@ msgid "Make sure you entered a location or use Automatic location instead" msgstr "" "Asegúrese de que ha introducido una ubicación o use la ubicación automática" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "No se pudo encontrar la ubicación según la dirección, verifique si es " "correcta" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" "Fallo en la llamada a la API de geolocalización, ver errores en Looking " "Glass." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Advertencia" @@ -208,17 +208,17 @@ msgstr "" "Sólo se puede guardar las ubicaciones correctas cuando el applet no se está " "actualizando" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "No puede guardar una ubicación incorrecta" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Info" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "La ubicación ya está guardada" @@ -257,15 +257,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Sensación térmica" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "No se pudo procesar la información del Clima" @@ -278,7 +278,7 @@ msgstr "" "u obtenga una primero en https://developer.tomorrow.io/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -286,7 +286,7 @@ msgstr "" "Asegúrese de que\n" "introdujo la clave de API correctamente y su cuenta no haya sido bloqueada" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -297,272 +297,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Lluvia muy intensa" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Lluvia" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Lluvia ligera" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Lluvia helada" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Lluvia helada" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Lluvia helada" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Llovizna helada" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Lluvia helada" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Llovizna ligera" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Granizo pesado" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Granizo" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Granizo ligero" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Nevada fuerte" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Nieve" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Nieve ligera" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Ráfagas" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Tormenta eléctrica" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Niebla ligera" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Bruma" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Nublado" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Mayormente nublado" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Parcialmente nublado" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Mayormente soleado" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Despejado" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Soleado" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Desconocido" @@ -594,7 +590,7 @@ msgstr "" "Asegúrese de que\n" "introdujo la clave de API que ha obtenido desde DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "No se pudo obtener la ubicación" @@ -605,124 +601,124 @@ msgstr "" "El servicio de ubicación respondió con errores, mire los logs en Looking " "Glass" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Abundancia de nubes" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Cielo despejado" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Buen tiempo" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Fuerte aguacero y llovizna" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Lluvia muy intensa" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Chubascos y truenos" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Aguanieve" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Aguanieve y truenos" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Fuertes chubascos de Aguanieve" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Fuertes chubascos de Aguanieve y truenos" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Fuertes nevadas y truenos" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Fuertes nevadas" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Fuertes nevadas y truenos" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Lluvia ligera y truenos" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Lluvia ligera" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Lluvia ligera y truenos" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Lluvia ligera de Aguanieve" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Lluvia ligera de Aguanieve y truenos" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Lluvia ligera de Aguanieve" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Lluvia ligera de Aguanieve y truenos" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Ligera Nevada y truenos" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Ligeros chubascos de nieve" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Ligeros chubascos de nieve y truenos" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Lluvia y truenos" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Chubascos" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Chubascos y truenos" @@ -731,49 +727,49 @@ msgstr "Chubascos y truenos" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Aguanieve" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Aguanieve y truenos" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Lluvia de Aguanieve" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Ligeros chubascos de Aguanieve y truenos" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Nieve y trueno" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Chubasco de nieve" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Chubasco de nieve y truenos" @@ -782,20 +778,20 @@ msgstr "Chubasco de nieve y truenos" msgid "Unexpected response from API" msgstr "Respuesta inesperada de la API" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Visibilidad" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "No se pudo procesar la información del clima actual" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "No se pudo procesar la información del pronóstico" @@ -824,99 +820,99 @@ msgid "Excellent - More than" msgstr "Excelente - Más de" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Niebla" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Nubarrones" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Llovizna de intensidad ligera" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Llovizna" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Aguacero" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Chubascos de Aguanieve" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Granizo" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Fuertes granizadas" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Nevada ligera" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Nevada fuerte" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Truenos" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Tormenta de truenos" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" "Asegúrese de que la ubicación está en el formato correcto en la configuración" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Asegúrese de que introdujo la clave correcta en la configuración" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -924,196 +920,196 @@ msgstr "" "Ubicación no encontrada, asegúrese de que la ubicación está disponible o " "está en el formato correcto" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Si el problema persiste, contacte al autor de este applet" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Error desconocido, consulte los logs en Looking Glass" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Tormenta con lluvia ligera" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Tormenta con lluvia" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Tormenta con fuertes lluvias" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Tormenta ligera" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Tormenta fuerte" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Tormenta torrencial" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Tormenta con llovizna ligera" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Tormenta con llovizna" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Tormenta con fuerte llovizna" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Llovizna de intensidad ligera" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Llovizna de intensidad fuerte" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Llovizna de intensidad ligera" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Llovizna" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Llovizna de intensidad fuerte" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Aguacero y llovizna" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Fuerte aguacero y llovizna" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Aguacero" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Lluvia moderada" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Lluvia intensa" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Lluvia muy intensa" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Lluvia extrema" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Llovizna de intensidad ligera" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Aguacero" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Aguacero de intensidad fuerte" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Lluvia irregular" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Aguanieve" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Lluvia ligera y nieve" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Lluvia y nieve" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Ligeros chubascos de nieve" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Chubasco de nieve" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Fuertes chubascos de nieve" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Humo" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Niebla" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Arena, remolinos de polvo" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Arena" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Polvo" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Ceniza volcánica" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Borrascas" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornados" @@ -1121,30 +1117,30 @@ msgstr "Tornados" msgid "Sky is clear" msgstr "Cielo despejado" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Nubarrones" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Pocas nubes" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Nubes dispersas" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Nubes rotas" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Totalmente cubierto" @@ -1152,80 +1148,80 @@ msgstr "Totalmente cubierto" msgid "Could not get forecast for your area" msgstr "No se pudo obtener el pronóstico para su área" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "La ubicación está fuera de EE. UU., Utilice un proveedor diferente." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "No se pudo procesar la información del pronóstico" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Despejado y con viento" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Pocas nubes y viento" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Parcialmente nublado y con viento" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Mayormente nublado y con viento" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Nublado y con viento" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Lluvia helada" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Lluvia helada y nieve" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Huracán" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Tormenta" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tormenta tropical" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Caluroso" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Muy frío" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Ventisca" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Hoy" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Mañana" @@ -1257,79 +1253,79 @@ msgstr "Viernes" msgid "Saturday" msgstr "Sábado" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Tranquilo" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Aire ligero" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Brisa ligera" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Brisa suave" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Brisa moderada" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Brisa fresca" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Brisa fuerte" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Vendaval moderado" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Vendaval" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Vendaval fuerte" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Tormenta violenta" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "N" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "NE" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "E" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "SE" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "S" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "SO" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "O" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "NO" @@ -1381,7 +1377,7 @@ msgstr "" "Se produjo un error desconocido al obtener el Clima, consulte los registros " "de Looking Glass para más información" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Tormenta tropical" @@ -1389,10 +1385,10 @@ msgstr "Tormenta tropical" msgid "Severe Thunderstorms" msgstr "Tormenta eléctrica fuerte" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Tormenta eléctrica" @@ -1408,21 +1404,21 @@ msgstr "Mezcla de Lluvia y Aguanieve" msgid "Mixed Snow and Sleet" msgstr "Mezcla de nieve y Aguanieve" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Llovizna helada" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Lluvia helada" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Chubasco de nieve" @@ -1430,15 +1426,15 @@ msgstr "Chubasco de nieve" msgid "Snow Flurries" msgstr "Copos de nieve" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Ligeros chubascos de nieve" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Ventisca" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Neblinoso" @@ -1450,69 +1446,68 @@ msgstr "Humo" msgid "Blustery" msgstr "Tempestuoso" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Viento" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Mayormente nublado" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Parcialmente nublado" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Mayormente soleado" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Mezcla de lluvia y granizo" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Tormentas aisladas" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Tormentas eléctricas dispersas" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Chubascos dispersos" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Lluvia fuerte" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Chubascos de nieve dispersos" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Nevada fuerte" @@ -1524,7 +1519,7 @@ msgstr "No disponible" msgid "Scattered Thundershowers" msgstr "Nubes dispersas" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1533,7 +1528,7 @@ msgstr "" "registro en la ruta\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1541,7 +1536,7 @@ msgstr "" "No se ha podido obtener el contenido del archivo de registro en la ruta\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." @@ -1550,11 +1545,11 @@ msgstr "" "cambiar su User-Agent en la ayuda para ver si se resuelve el problema." #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" @@ -1562,308 +1557,308 @@ msgstr "" "WindyMET Office UK solo cubre el Reino Unido, asegúrese de que su ubicación " "esté en el país" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "No se encontraron datos para la ubicación" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Muy pobre" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Menos que {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Excelente" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Mas de {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Pobre" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Entre {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Moderada" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Bueno" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Muy bueno" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "Ceniza" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "Borrasca" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 msgid "Light shower sleet" msgstr "Ligero chubasco de aguanieve" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norway" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Llovizna" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 msgid "Light shower rain" msgstr "Lluvia ligera" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 msgid "Heavy shower rain" msgstr "Lluvia fuerte" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 msgid "Mix snow/rain" msgstr "Mezcla de nieve y lluvia" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 msgid "Snow shower" msgstr "Lluvia de nieve" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Niebla helada" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Viento ligero" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Viento fuerte" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Nieve soplada o a la deriva" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Llovizna de intensidad fuerte" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Llovizna de intensidad ligera" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Tormenta de polvo" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Llovizna helada fuerte/lluvia helada" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Llovizna helada fuerte/lluvia helada" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Llovizna helada ligera/lluvia helada" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Nube de embudo/tornado" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Lluvias de granizo" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Hielo" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Rayo sin trueno" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Precipitación en las cercanías" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Lluvia fuerte y nieve" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Lluvia ligera y nieve" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Disminución de la cobertura del cielo" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Aumento de la cobertura del cielo" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Cielo sin cambios" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Humo o neblina" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Chubascos y nieve" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Tormenta sin lluvia" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Prismas de hielo" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Parcialmente nublado" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Asegúrese de que introdujo la clave de API correcta" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "NO ENCONTRADO" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Nieve soplada" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Nieve ligera" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Nieve moderada" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Lluvia moderada" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Lluvia y nieve" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Lluvia fuerte y nieve" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "Deutscher Wetterdienst" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "Por favor, seleccione otro proveedor o ubicación" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "La clave de la API que ha proporcionado no es válida." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "No se encontró la ubicación que proporcionó." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "Tormenta fuerte" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "Lluvia y nieve" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "Lluvia y Aguanieve" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Chubasco de nieve" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Ventoso" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "Gélido" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "Mayormente despejado" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "Pirate Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" @@ -1871,7 +1866,7 @@ msgstr "" "Por favor, asegúrese de que ha\n" "introducido la clave API que tiene de Pirate Weather" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" @@ -1879,173 +1874,174 @@ msgstr "" "El Servicio de Localización no pudo encontrar su ubicación, por favor vea " "los registros en Looking Glass" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 msgid "Snow grains" msgstr "Nieve en grano" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 msgid "Light showers" msgstr "Chubascos ligeros" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 msgid "Heavy showers" msgstr "Chubascos fuertes" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 msgid "Thunderstorm with slight hail" msgstr "Tormenta eléctrica con granizo ligero" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 msgid "Thunderstorm with hail" msgstr "Tormenta eléctrica con granizo" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "Sensación térmica" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" -msgstr "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" +msgstr "Open-Meteo" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 msgid "Scattered Sleet" msgstr "Aguanieve dispersa" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 msgid "Chance of Thunderstorms" msgstr "Posibilidad de tormentas eléctricas" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 msgid "Light Rain" msgstr "Lluvia ligera" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 msgid "Light Sleet" msgstr "Aguanieve ligera" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "Lluvia intermitente" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "Aguanieve intermitente" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "Nieve intermitente" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 msgid "Frequent Thunderstorms" msgstr "Tormentas frecuentes" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 msgid "High Clouds" msgstr "Nubes altas" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 msgid "Low Clouds" msgstr "Nubes bajas" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "Nublado y seco" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 msgid "Slightly Stormy" msgstr "Ligeramente tormentoso" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 msgid "Stormy Snow Showers" msgstr "Lluvias de nieve tormentosas" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 msgid "Thundery Showers" msgstr "Lluvias tormentosas" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 msgid "Thundery Snow Showers" msgstr "Chubascos tormentosos de nieve" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "Alerta de viento" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 msgid "Thunderstorm Warning" msgstr "Alerta de tormenta" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 msgid "Rain Warning" msgstr "Alerta de lluvia" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 msgid "Snow Warning" msgstr "Alerta de nieve" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "Alerta de carreteras resbaladizas" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "Alerta de heladas" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "Aviso de movimientos de masas" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "Aviso de calor" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "Alerta de avalancha" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "Alerta sísmica" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "Alerta de incendios forestales" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "Aviso de inundación" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "Swiss Météo" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "Para este proveedor, debe utilizar un código postal." -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" "Para este proveedor, debe utilizar un código postal suizo, del 1000 al 9999." -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "Suiza" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2054,7 +2050,7 @@ msgstr "" "en la ruta\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2063,108 +2059,128 @@ msgstr "" "ruta\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Asegúrese de que ha introducido una ubicación o utilice Ubicación automática " "en su lugar." -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Este proveedor requiere una clave API para operar" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Punto de rocío" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "La precipitación terminará en {precipEnd} minutos" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "La precipitación no terminará en una hora" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "La precipitación comenzará en {precipStart} minutos" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" "Error al analizar la pronósticos, consulte los registros para obtener más " "detalles." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "A partir de las {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance} {distanceUnit} de usted" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "Nombre de la estación: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Área: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "{count} alerta(s) meteorológica(s)" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Error al guardar la información de depuración" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "No se pudo abrir el archivo {filePath} para escritura" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "La información de depuración se guardó correctamente" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Guardado en {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "Servicio de localización bloqueado" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "No se proporcionó ningún Script" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "Primero debe agregar un script." -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "Sin datos meteorológicos" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "No hay datos meteorológicos para ejecutar el script" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "El script se ha ejecutado correctamente" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "Su script se ha ejecutado correctamente." -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "Error al ejecutar el script" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" "El script devuelve un error, consulte los registros para obtener más " @@ -2665,10 +2681,6 @@ msgstr "" "detalle en el sitio web de Cinnamon Spices que usted puede acceder con el " "botón de la pestaña 'Ayuda'." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "Open-Meteo" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "Deutscher Wetterdienst (solo Alemania)" @@ -3079,3 +3091,15 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "Pruebe su comando" + +#. 3.8->settings-schema.json->uvIndex->description +#, fuzzy +msgid "Enable displaying UV Index" +msgstr "Activar la visualización de alertas meteorológicas" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/eu.po b/weather@mockturtl/files/weather@mockturtl/po/eu.po index 2d1677b8987..9db5b351cce 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/eu.po +++ b/weather@mockturtl/files/weather@mockturtl/po/eu.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: 0.1\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2014-09-20 23:11+0200\n" "Last-Translator: Asier Iturralde Sarasola \n" "Language-Team: Librezale settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "" @@ -246,15 +246,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "" @@ -265,13 +265,13 @@ msgid "" msgstr "" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" msgstr "" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -280,13 +280,13 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 #, fuzzy msgid "Heavy rain" msgstr "Elur-jasa" @@ -294,42 +294,41 @@ msgstr "Elur-jasa" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 #, fuzzy msgid "Light rain" msgstr "Euri izoztua" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 #, fuzzy msgid "Heavy freezing rain" msgstr "Euri izoztua" @@ -337,178 +336,176 @@ msgstr "Euri izoztua" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Euri izoztua" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 #, fuzzy msgid "Light freezing rain" msgstr "Euri izoztua" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 #, fuzzy msgid "Light freezing drizzle" msgstr "Zirimiri izoztua" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Zirimiri izoztua" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 #, fuzzy msgid "Light drizzle" msgstr "Zirimiri izoztua" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Elur-jasa" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Elurra" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 #, fuzzy msgid "Light snow" msgstr "Elur-zaparrada arinak" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 #, fuzzy msgid "Flurries" msgstr "Elur-jasak" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 #, fuzzy msgid "Thunderstorm" msgstr "Trumoi-ekaitzak" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 #, fuzzy msgid "Fog" msgstr "Lainotsua" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Hodeitsua" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Nagusiki hodeitsua" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Nahiko hodeitsua" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 #, fuzzy msgid "Mostly clear" msgstr "Nagusiki hodeitsua" @@ -516,47 +513,46 @@ msgstr "Nagusiki hodeitsua" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Garbia" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Eguzkitsua" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "" @@ -584,7 +580,7 @@ msgid "" "entered the API key that you have from DarkSky" msgstr "" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "" @@ -593,138 +589,138 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 #, fuzzy msgid "Cloudiness" msgstr "Hodeitsua" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 #, fuzzy msgid "Clear sky" msgstr "Garbia" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Ona" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 #, fuzzy msgid "Heavy rain showers" msgstr "Elur-jasa" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 #, fuzzy msgid "Heavy sleet" msgstr "Elur-jasa" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 #, fuzzy msgid "Heavy sleet showers" msgstr "Elur-jasa" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 #, fuzzy msgid "Heavy snow and thunder" msgstr "Elur-jasa" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 #, fuzzy msgid "Heavy snow showers" msgstr "Elur-zaparradak" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 #, fuzzy msgid "Light rain showers" msgstr "Elur-zaparrada arinak" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 #, fuzzy msgid "Light rain showers and thunder" msgstr "Elur-zaparrada arinak" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 #, fuzzy msgid "Light sleet showers" msgstr "Elur-zaparrada arinak" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 #, fuzzy msgid "Light sleet showers and thunder" msgstr "Elur-zaparrada arinak" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 #, fuzzy msgid "Light snow and thunder" msgstr "Elur-zaparrada arinak" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Elur-zaparrada arinak" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 #, fuzzy msgid "Light snow showers and thunder" msgstr "Elur-zaparrada arinak" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 #, fuzzy msgid "Rain showers" msgstr "Elur-zaparradak" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "" @@ -733,51 +729,51 @@ msgstr "" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Elurbustia" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 #, fuzzy msgid "Sleet and thunder" msgstr "Trumoi-ekaitz sakabanatuak" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 #, fuzzy msgid "Sleet showers" msgstr "Zaparrada sakabanatuak" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Elur-zaparradak" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 #, fuzzy msgid "Snow showers and thunder" msgstr "Elur-zaparradak" @@ -787,20 +783,20 @@ msgstr "Elur-zaparradak" msgid "Unexpected response from API" msgstr "" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "" @@ -829,319 +825,319 @@ msgid "Excellent - More than" msgstr "" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 #, fuzzy msgid "Light rain shower" msgstr "Elur-zaparrada arinak" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Zirimiria" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 #, fuzzy msgid "Heavy rain shower" msgstr "Elur-jasa" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 #, fuzzy msgid "Sleet shower" msgstr "Zaparrada sakabanatuak" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Kazkabarra" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 #, fuzzy msgid "Hail shower" msgstr "Elur-zaparradak" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 #, fuzzy msgid "Light snow shower" msgstr "Elur-zaparrada arinak" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 #, fuzzy msgid "Heavy snow shower" msgstr "Elur-jasa" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 #, fuzzy msgid "Thunder" msgstr "Trumoi-ekaitzak" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 #, fuzzy msgid "Thunder shower" msgstr "Zaparrada ekaiztsuak" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" msgstr "" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 #, fuzzy msgid "Thunderstorm with rain" msgstr "Trumoi-ekaitzak" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 #, fuzzy msgid "Light thunderstorm" msgstr "Trumoi-ekaitzak" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 #, fuzzy msgid "Heavy thunderstorm" msgstr "Trumoi-ekaitz gogorra" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 #, fuzzy msgid "Ragged thunderstorm" msgstr "Trumoi-ekaitz isolatuak" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "Trumoi-ekaitzak" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 #, fuzzy msgid "Drizzle rain" msgstr "Zirimiria" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 #, fuzzy msgid "Shower rain and drizzle" msgstr "Euria eta kazkabarra" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 #, fuzzy msgid "Shower drizzle" msgstr "Zirimiri izoztua" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 #, fuzzy msgid "Extreme rain" msgstr "Euri izoztua" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 #, fuzzy msgid "Light intensity shower rain" msgstr "Elur-zaparrada arinak" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 #, fuzzy msgid "Shower rain" msgstr "Zaparradak" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 #, fuzzy msgid "Shower sleet" msgstr "Zaparradak" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 #, fuzzy msgid "Light rain and snow" msgstr "Euria eta elurra" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 #, fuzzy msgid "Rain and snow" msgstr "Euria eta elurra" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 #, fuzzy msgid "Light shower snow" msgstr "Elur-zaparrada arinak" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 #, fuzzy msgid "Shower snow" msgstr "Zaparradak" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 #, fuzzy msgid "Heavy shower snow" msgstr "Elur-jasa" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 #, fuzzy msgid "Smoke" msgstr "Ketsua" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Gandua" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Hautsa" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornadoa" @@ -1149,32 +1145,32 @@ msgstr "Tornadoa" msgid "Sky is clear" msgstr "" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 #, fuzzy msgid "Clouds" msgstr "Hodeitsua" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 #, fuzzy msgid "Scattered clouds" msgstr "Zaparrada sakabanatuak" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "" @@ -1182,84 +1178,84 @@ msgstr "" msgid "Could not get forecast for your area" msgstr "" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "" -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 #, fuzzy msgid "Partly cloudy and windy" msgstr "Nahiko hodeitsua" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 #, fuzzy msgid "Mostly cloudy and windy" msgstr "Nagusiki hodeitsua" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 #, fuzzy msgid "Snowy rain" msgstr "Elur-jasak" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 #, fuzzy msgid "Freezing rain and snow" msgstr "Euri izoztua" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Urakana" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Ekaitz tropikala" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Beroa" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Hotza" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Gaur" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Bihar" @@ -1291,79 +1287,79 @@ msgstr "Ostirala" msgid "Saturday" msgstr "Larunbata" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "I" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "IE" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "E" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "HE" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "H" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "HM" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "M" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "IM" @@ -1408,7 +1404,7 @@ msgid "" "more information" msgstr "" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 #, fuzzy msgid "Tropical Storm" msgstr "Ekaitz tropikala" @@ -1418,10 +1414,10 @@ msgstr "Ekaitz tropikala" msgid "Severe Thunderstorms" msgstr "Trumoi-ekaitz gogorra" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Trumoi-ekaitzak" @@ -1440,23 +1436,23 @@ msgstr "Euria eta elurbustia" msgid "Mixed Snow and Sleet" msgstr "Elurra eta elurbustia" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 #, fuzzy msgid "Freezing Drizzle" msgstr "Zirimiri izoztua" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 #, fuzzy msgid "Freezing Rain" msgstr "Euri izoztua" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Zaparradak" @@ -1465,17 +1461,17 @@ msgstr "Zaparradak" msgid "Snow Flurries" msgstr "Elur-jasak" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 #, fuzzy msgid "Light Snow Showers" msgstr "Elur-zaparrada arinak" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 #, fuzzy msgid "Blowing Snow" msgstr "Elur-jasa haizetsua" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Lainotsua" @@ -1487,78 +1483,77 @@ msgstr "Ketsua" msgid "Blustery" msgstr "Ekaitztsua" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Haizetsua" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 #, fuzzy msgid "Mostly Cloudy" msgstr "Nagusiki hodeitsua" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 #, fuzzy msgid "Partly Cloudy" msgstr "Nahiko hodeitsua" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 #, fuzzy msgid "Mostly Sunny" msgstr "Nagusiki hodeitsua" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 #, fuzzy msgid "Mixed Rain and Hail" msgstr "Euria eta kazkabarra" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 #, fuzzy msgid "Isolated Thunderstorms" msgstr "Trumoi-ekaitz isolatuak" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 #, fuzzy msgid "Scattered Thunderstorms" msgstr "Trumoi-ekaitz sakabanatuak" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 #, fuzzy msgid "Scattered Showers" msgstr "Zaparrada sakabanatuak" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 #, fuzzy msgid "Heavy Rain" msgstr "Elur-jasa" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 #, fuzzy msgid "Scattered Snow Showers" msgstr "Elur-zaparrada sakabanatuak" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 #, fuzzy msgid "Heavy Snow" msgstr "Elur-jasa" @@ -1573,665 +1568,686 @@ msgstr "Ez dago erabilgarri" msgid "Scattered Thundershowers" msgstr "Trumoi-ekaitz sakabanatuak" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "Elur-zaparrada arinak" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 #, fuzzy msgid "Heavy drizzle" msgstr "Zirimiri izoztua" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Elur-zaparrada arinak" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Elur-jasa" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Elur-jasak" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Elur-zaparradak" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 #, fuzzy msgid "Freezing fog" msgstr "Euri izoztua" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 #, fuzzy msgid "Tomorrow.io" msgstr "Bihar" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 #, fuzzy msgid "Blowing or drifting snow" msgstr "Elur-jasa haizetsua" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 #, fuzzy msgid "Freezing drizzle/freezing rain" msgstr "Zirimiri izoztua" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 #, fuzzy msgid "Hail showers" msgstr "Elur-zaparradak" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 #, fuzzy msgid "Heavy rain and snow" msgstr "Euria eta elurra" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 #, fuzzy msgid "Light rain And snow" msgstr "Euria eta elurra" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 #, fuzzy msgid "Snow and rain showers" msgstr "Elur-zaparradak" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 #, fuzzy msgid "Partially cloudy" msgstr "Nahiko hodeitsua" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Elur-jasa haizetsua" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 #, fuzzy msgid "Slight snow" msgstr "Elur-jasa haizetsua" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 #, fuzzy msgid "Moderate snow" msgstr "Elur-jasa" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 #, fuzzy msgid "Moderate rain showers" msgstr "Zaparrada sakabanatuak" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Euria eta elurra" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 #, fuzzy msgid "Heavy mixed rain and snow" msgstr "Euria eta elurra" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 #, fuzzy msgid "Rain and Snow" msgstr "Euria eta elurra" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 #, fuzzy msgid "Rain and Sleet" msgstr "Euria eta elurbustia" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 #, fuzzy msgid "Snow Showers" msgstr "Elur-zaparradak" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 #, fuzzy msgid "Mostly Clear" msgstr "Nagusiki hodeitsua" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" msgstr "" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Elur-jasak" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Elur-zaparrada arinak" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Elur-jasa" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Trumoi-ekaitzak" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Trumoi-ekaitzak" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Zaparrada sakabanatuak" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Trumoi-ekaitzak" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Euri izoztua" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Elur-zaparrada arinak" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Trumoi-ekaitz gogorra" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Hodeitsua" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Hodeitsua" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Elur-jasa haizetsua" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Elur-zaparrada sakabanatuak" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Zaparrada ekaiztsuak" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Zaparrada ekaiztsuak" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Trumoi-ekaitzak" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Euria eta elurra" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Elur-jasak" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2720,10 +2736,6 @@ msgid "" "can access with the button on the Help tab." msgstr "" -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -3045,3 +3057,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/fi.po b/weather@mockturtl/files/weather@mockturtl/po/fi.po index a3583c37200..116ec8d70ef 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/fi.po +++ b/weather@mockturtl/files/weather@mockturtl/po/fi.po @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: 3.0\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2024-11-23 00:55+0200\n" "Last-Translator: Kimmo Kujansuu \n" "Language-Team: suomi <>\n" @@ -25,65 +25,65 @@ msgstr "" "X-Generator: Poedit 2.3\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Virhe" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Palvelussa virhe" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Väärä APIAVAIN" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Väärä sijainti" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Avain estetty" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Sijaintia ei löytynyt" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Ei APIAVAINTA" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Ei sijaintia" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Puuttuvat paketit" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Sijaintia ei löytynyt" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Sää" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Avaa painamalla" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Päivitä" @@ -93,8 +93,8 @@ msgstr "API palautti tilakoodin väliltä 400–500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Sijainti" @@ -106,12 +106,12 @@ msgstr "Et voi tallentaa automaattisesti hankittua sijaintia" msgid "Could not get weather information" msgstr "Säätietoja ei voitu saada" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "Odottamaton virhe päivitettäessä säätietoja, katso Looking Glass loki" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -127,7 +127,7 @@ msgstr "Verkko virhe, tarkista Looking Glass loki" msgid "As of" msgstr "Klo" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Tiedot toimitti" @@ -135,52 +135,52 @@ msgstr "Tiedot toimitti" msgid "from you" msgstr "sinulta" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "asti" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "ml" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Ladataan säätietoja ..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Ladataan tulevia säätietoja ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Ladataan ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Lämpötila" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Kosteus" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Ilmanpaine" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Tuuli" @@ -188,16 +188,16 @@ msgstr "Tuuli" msgid "Make sure you entered a location or use Automatic location instead" msgstr "Varmista, että annoit sijainnin tai käytä automaattista sijaintia" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Sijaintia ei löytynyt osoitteen perusteella, tarkista että se on oikein" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "Geolocation API:n kutsu epäonnistui, katso Looking Glass virheet." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Varoitus" @@ -205,17 +205,17 @@ msgstr "Varoitus" msgid "You can only save correct locations when the applet is not refreshing" msgstr "Voit tallentaa oikeat sijainnit vain, kun sovelma ei ole päivittymässä" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Et voi tallentaa virheellistä sijaintia" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Perustieto" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Sijainti on jo tallennettu" @@ -253,15 +253,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Tuntuu kuin" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Säätietojen käsittely epäonnistui" @@ -274,7 +274,7 @@ msgstr "" "Hanki se ensin https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -282,7 +282,7 @@ msgstr "" "Oletko varma että annoit,\n" "APIAVAIMEN oikein tai onko sinun tunnus vielä voimassa" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -293,272 +293,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Voimakasta vesisadetta" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Sadetta" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Heikkoa vesisadetta" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Voimakasta jäätävää sadetta" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Jäätävää sadetta" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Kevyttä jäätävää sadetta" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Kevyttä jäätävää tihkua" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Jäätävää tihkua" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Kevyttä tihkua" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Rankat raekuurot" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Rakeita" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Pieniä rakeita" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Sakeaa lumisadetta" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Lumisadetta" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Kevyttä lumisadetta" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Puuskatuulia" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Ukkosmyrskyä" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Heikkoa sumua" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Sumua" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Pilvistä" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Enimmäkseen pilvistä" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Puolipilvistä" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Enimmäkseen selkeää" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Selkeää" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Aurinkoista" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Tuntematon virhe" @@ -590,7 +586,7 @@ msgstr "" "Varmista, että antamasi\n" "APIAVAIN on peräisin yritykseltä DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Sijaintia ei löytynyt" @@ -599,124 +595,124 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "Sijaintipalvelu vastasi virheillä. Katso Looking Glass loki" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Pilvistä" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Selkeää" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Selkeää" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Rankkasadetta ja ukkostaa" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Voimakkaita sadekuuroja" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Voimakkaita sadekuuroja ja ukkosta" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Voimakasta räntäsadetta" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Voimakasta räntäsadetta" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Voimakkaita räntäsateita" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Voimakkaita räntäsateita" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Runsasta lumisadetta" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Voimakasta lumisadetta" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Runsaita lumikuuroja" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Heikkoa vesisadetta ja ukkosta" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Heikkoja sadekuuroja" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Heikkoja sadekuuroja ja ukkosta" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Heikkoa räntäsadetta" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Heikkoa räntäsadetta" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Heikkoa räntäsadetta" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Heikkoa räntäsadetta" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Kevyttä lumisadetta" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Kevyttä lumisadetta" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Kevyttä lumisadetta" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Sadetta ja ukkosta" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Sadekuuroja" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Sadekuuroja ja ukkosta" @@ -725,49 +721,49 @@ msgstr "Sadekuuroja ja ukkosta" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Räntää" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Räntää" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Räntäkuuroja" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Räntäkuuroja" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Lumikuuroja" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Lumikuuroja" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Lumikuuroja" @@ -776,20 +772,20 @@ msgstr "Lumikuuroja" msgid "Unexpected response from API" msgstr "Odottamaton API:n vastaus" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Näkyvyys" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Säätietojen käsittely epäonnistui" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Forecast tietojen käsittely epäonnistui" @@ -818,293 +814,293 @@ msgid "Excellent - More than" msgstr "Erinomainen - enemmän kuin" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Sumua" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Pilvistä" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Heikkoja sadekuuroja" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Tihkusadetta" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Voimakkaita sadekuuroja" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Räntäkuuroja" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Rakeita" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Raekuurot" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Kevyitä lumikuuroja" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Voimakkaita lumikuuroja" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Ukkosta" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Ukkoskuuroja" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "Varmista, että asetuksissa sijainti on oikeassa muodossa" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Varmista, että annoit asetuksissa oikean avaimen" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" msgstr "Sijaintia ei löydy. Varmista, että paikkakunta on kirjoitettu oikein" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Jos ongelma jatkuu, ota yhteyttä tämän sovelman tekijään" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Tuntematon virhe, katso Looking Glass loki" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Ukkosta ja heikkoa vesisadetta" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Ukkosta ja sadekuuroja" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Ukkosta ja voimakasta vesisadetta" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Mahdollista ukkosta" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Voimakkaita ukkosmyrskyjä" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Yksittäisiä ukkosmyrskyjä" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Ukkoskuuroja ja tihkua" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Ukkoskuuroja ja tihkua" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Ukkoskuuroja ja voimakasta tihkusadetta" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Kevyttä tihkua" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Voimakasta tihkusadetta" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Kevyttä tihkusadetta" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Tihkusadetta" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Voimakkaasti tihkusadetta" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Sadekuuroja ja tihkusadetta" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Voimakkaita sadekuuroja ja tihkusadetta" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Tihkusadetta" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Kohtalaista vesisadetta" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Voimakasta sadetta" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Voimakasta vesisadetta" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Kovaa sadetta" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Kevyttä sadetta" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Sadekuuroja" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Voimakasta sadetta" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Hajanaisia sateita" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Sadekuuroja" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Heikkoa vesisadetta ja lunta" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Sadetta ja lunta" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Kevyt lumisade" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Lumisadetta" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Voimakasta lumisadetta" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Savua" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Usvaa" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Hiekkaa ja pölypyörteet" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Hiekkaa" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Pölyä" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Vulkaanista tuhkaa" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Tuulenpuuskia" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornado" @@ -1112,30 +1108,30 @@ msgstr "Tornado" msgid "Sky is clear" msgstr "Taivas on selkeä" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Pilvistä" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Muutamia pilviä" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Paikoin pilvistä" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Hajanaisia pilviä" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Pilvistä" @@ -1143,80 +1139,80 @@ msgstr "Pilvistä" msgid "Could not get forecast for your area" msgstr "Alueellesi ei saatu ennustetta" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "Sijainti on USA:n ulkopuolella, käytä toista palvelua." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Forecast tuntiennuste epäonnistui" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Selkeää ja tuulista" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Vähän pilviä ja tuulista" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Puolipilvistä ja tuulista" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Enimmäkseen pilvistä ja tuulista" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Pilvistä ja tuulista" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Lumisadetta" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Jäätävää sadetta" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Hurrikaani" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Myrsky" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Trooppinen myrsky" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Kuumaa" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Kylmää" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Myrsky" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Tänään" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Huomenna" @@ -1248,79 +1244,79 @@ msgstr "Perjantai" msgid "Saturday" msgstr "Launtai" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Tyyntä" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Kevyttä tuulta" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Heikkoa tuulta" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Hento tuulenvire" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Kohtalainen tuuli" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Raikasta tuulta" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Voimakasta tuulta" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Lähellä myrskyä" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Navakka tuuli" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Voimakas myrsky" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Raju myrsky" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "Pohjoinen" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "Koillinen" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "Itä" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "Kaakko" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "Etelä" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "Lounas" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "Länsi" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "Luode" @@ -1372,7 +1368,7 @@ msgstr "" "Säätiedoissa tapahtui tuntematon virhe, katso lokista Looking Glass " "lisätietoja" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Trooppinen myrsky" @@ -1380,10 +1376,10 @@ msgstr "Trooppinen myrsky" msgid "Severe Thunderstorms" msgstr "Hajanaisia ukkosmyrskyjä" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Ukkosmyrskyjä" @@ -1399,21 +1395,21 @@ msgstr "Räntäsadetta ja loskaa" msgid "Mixed Snow and Sleet" msgstr "Lumisadetta ja loskaa" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Jäätävää tihkua" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Jäätävää sadetta" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Sadekuuroja" @@ -1421,15 +1417,15 @@ msgstr "Sadekuuroja" msgid "Snow Flurries" msgstr "Lumikuuroja" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Kevyitä lumisateita" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Lumipyry" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Sumua" @@ -1441,69 +1437,68 @@ msgstr "Savua" msgid "Blustery" msgstr "Tuulista" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Tuulinen" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Enimmäkseen pilvistä" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Puolipilvistä" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Enimmäkseen aurinkoista" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Sadetta ja rakeita" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Mahdollista ukkosta" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Paikoin ukkosta" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Paikoin sadekuuroja" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Voimakasta vesisadetta" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Paikoin lumisadetta" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Sakeaa lumisadetta" @@ -1515,7 +1510,7 @@ msgstr "Ei saatavilla" msgid "Scattered Thundershowers" msgstr "Paikoin ukkoskuuroja" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1523,7 +1518,7 @@ msgstr "" "Lokeja ei voitu noutaa, lokitiedostoa ei löytynyt polusta\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1531,7 +1526,7 @@ msgstr "" "Polun alla olevan lokitiedoston sisältöä ei voitu hakea\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." @@ -1540,11 +1535,11 @@ msgstr "" "nähdäksesi, ratkaiseeko se ongelman." #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" @@ -1552,308 +1547,308 @@ msgstr "" "MET Office UK kattaa vain Britanian. Varmista, että sijaintisi on tässä " "maassa" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Sijainnin tietoja ei löytynyt" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Hyvin huono" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Vähemmän kuin {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Erinomainen" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Enemmän kuin {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Huono" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Välillä {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Kohtalainen" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Hyvä" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Todella hyvä" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "Tuhkaa" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "Puuskia" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 msgid "Light shower sleet" msgstr "Kevyitä räntäkuuroja" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norway" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Voimakasta tihkusadetta" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 msgid "Light shower rain" msgstr "Kevyitä sadekuuroja" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 msgid "Heavy shower rain" msgstr "Voimakasta sadetta" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 msgid "Mix snow/rain" msgstr "Sadetta ja lunta" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 msgid "Snow shower" msgstr "Lumikuuroja" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Jäätyvää sumua" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Kevyt tuuli" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Kova tuuli" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Tuulista tai kinostuvaa lunta" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Voimakasta tihkusadetta" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Kevyttä tihkusadetta" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Pölypuuskia" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Jäätävää sadetta" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Voimakasta jäätävää sadetta" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Kevyttä jäätävää tihkua" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Pyörremyrsky" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Raekuuroja" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Jäätä" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Mahdollista ukkosta" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Sademäärä lähistöllä" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Voimakasta vesi ja lumisadetta" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Heikkoa vesisadetta ja lunta" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Taivas selkenee" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Taivas pilvistyy" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Taivas ennallaan" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Savua tai utua" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Lunta ja sadekuuroja" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Ukkosta ilman sadetta" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Timanttipölyä" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Puolipilvistä" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Oletko varma että, annoit APIAVAIMEN oikein" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "Ei löydy" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Puuskittaista lumisadetta" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Heikosti lunta" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Kohtalaista lunta" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Kohtalaisia sadekuuroja" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Sadetta ja lunta" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Voimakkaasti sadetta" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "Deutscher Wetterdienst" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "Valitse toinen palveluntarjoaja tai sijainti" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "Antamasi APIAVAIN on virheellinen." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "Antamaasi sijaintia ei löytynyt." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "Voimakas myrsky" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "Sadetta ja lunta" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "Sadetta ja räntää" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Lumisadetta" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Tuulinen" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "Kylmä" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "Enimmäkseen selkeää" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "Pirate Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" @@ -1861,180 +1856,181 @@ msgstr "" "Varmista, että antamasi\n" "APIAVAIN on peräisin yritykseltä Pirate Weather" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "Sijaintipalvelu ei löytänyt sinun sijaintia, katso Looking Glass loki" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 msgid "Snow grains" msgstr "Lumisia rakeita" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 msgid "Light showers" msgstr "Kevyitä sadekuuroja" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 msgid "Heavy showers" msgstr "Voimakkaita sadekuuroja" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 msgid "Thunderstorm with slight hail" msgstr "Ukkosta ja vähäistä rakeita" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 msgid "Thunderstorm with hail" msgstr "Ukkosta ja rakeita" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "Tuntuu kuin" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" -msgstr "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" +msgstr "Open-Meteo" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 msgid "Scattered Sleet" msgstr "Hajanaista räntää" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 msgid "Chance of Thunderstorms" msgstr "Mahdollisesti ukkosta" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 msgid "Light Rain" msgstr "Heikkoa sadetta" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 msgid "Light Sleet" msgstr "Heikkoa räntää" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "Ajoittain sadetta" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "Ajoittain räntää" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "Ajoittain lumisadetta" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 msgid "Frequent Thunderstorms" msgstr "Usein ukkosta" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 msgid "High Clouds" msgstr "Korkeat pilvet" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 msgid "Low Clouds" msgstr "Matalia pilviä" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "Pilvistä ja kuivaa" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 msgid "Slightly Stormy" msgstr "Hieman myrskyistä" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 msgid "Stormy Snow Showers" msgstr "Myrskyisiä lumisateita" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 msgid "Thundery Showers" msgstr "Ukkostasateita" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 msgid "Thundery Snow Showers" msgstr "Ukkoskuuroja" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "Tuulivaroitus" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 msgid "Thunderstorm Warning" msgstr "Varoitus ukkosmyrskystä" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 msgid "Rain Warning" msgstr "Varoitus sateesta" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 msgid "Snow Warning" msgstr "Lumivaroitus" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "Varoitus liukkaasta tiestä" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "Pakkasvaroitus" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "Varoitus joukkoliikkeistä" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "Varoitus kuumuudesta" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "Varoitus lumivyörystä" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "Maanjäristysvaroitus" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "Metsäpalovaara" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "Tulvavaroitus" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "Swiss Météo" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "Palveluntarjoajaa varten sinun on käytettävä postinumeroa." -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" "Tämän palveluntarjoajan kohdalla sinun on käytettävä Sveitsiläistä " "postinumeroa 1000-9999." -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "Sveitsi" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2042,7 +2038,7 @@ msgstr "" "Määrityksiä ei voitu noutaa, polusta ei löytynyt tiedostoa\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2050,104 +2046,124 @@ msgstr "" "Polun alaisen asetustiedoston sisältöä ei voitu hakea\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "Varmista, että annoit sijaintisi tai käytä automaattista hakua." -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Palvelu vaatii APIAVAIMEN" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Kastepiste" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Sade loppuu {precipEnd} minuutissa" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Sade ei lopu tunnin sisällä" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Sade alkaa {precipStart} minuutissa" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "Ennusteen tekeminen epäonnistui. Katso lisätietoja lokeista." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "Klo {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance} {distanceUnit} sinusta" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "Aseman nimi:: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Alue: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "{count} säävaroitukset" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Virhe debug-tietojen tallentamisessa" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "Tiedostoa {filePath} ei voitu kirjoittaa" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Debug-tiedot tallennettu" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Tallennettu {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "Sijaintipalvelun esto" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "Ei komentosarjaa" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "Sinun pitää antaa komentosarja ensin." -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "Ei säätietoja" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "Ei säätietoja komentosarjan suorittamiseen" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "Komentosarja suoritettu onnistuneesti" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "Sinun komentosarja suoritettiin onnistuneesti." -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "Virhe suoritettaessa komentosarjaa" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "Komentosarja palautti virheen, katso lisätietoja lokeista" @@ -2640,10 +2656,6 @@ msgstr "" "yksityiskohtaisesti Cinnamon Spices sivustolla, johon pääset Ohje-välilehden " "painikkeella." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "Open-Meteo" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "Deutscher Wetterdienst (vain Saksa)" @@ -3019,3 +3031,15 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "Testaa komentoa" + +#. 3.8->settings-schema.json->uvIndex->description +#, fuzzy +msgid "Enable displaying UV Index" +msgstr "Säävaroitukset näytetään" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/fr.po b/weather@mockturtl/files/weather@mockturtl/po/fr.po index 8facc0c14f8..5380838a091 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/fr.po +++ b/weather@mockturtl/files/weather@mockturtl/po/fr.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: weather@mockturtl 3.6.4\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2024-08-22 09:38+0200\n" "Last-Translator: FabRCT \n" "Language-Team: Français \n" @@ -22,65 +22,65 @@ msgstr "" "X-Generator: Poedit 3.4.2\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Erreur" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Erreur du service" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Clé API incorrecte" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Format d'emplacement incorrect" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Clé bloquée" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Impossible de trouver l'emplacement" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Aucune clé API" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Aucun emplacement" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Paquets manquants" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Emplacement non couvert" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Applet Météo" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Cliquez pour ouvrir" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Actualiser" @@ -90,8 +90,8 @@ msgstr "L'API a renvoyé un code d'état compris entre 400 et 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Dépôt de localisation" @@ -104,14 +104,14 @@ msgstr "" msgid "Could not get weather information" msgstr "Impossible d'obtenir les informations" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Erreur inattendue en actualisant la météo, veuillez consulter les journaux " "dans Looking Glass" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -127,7 +127,7 @@ msgstr "Erreur réseau, veuillez consulter les journaux dans Looking Glass" msgid "As of" msgstr "À" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Données fournies par" @@ -135,52 +135,52 @@ msgstr "Données fournies par" msgid "from you" msgstr "de vous" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "à" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Chargement de la météo..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Chargement des prévisions..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Chargement..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Température" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Humidité" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Pression" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Vent" @@ -190,18 +190,18 @@ msgstr "" "Assurez-vous d'avoir entré un emplacement ou utilisez la localisation " "automatique" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Impossible de trouver l'emplacement en fonction de l'adresse, veuillez " "vérifier si elle est correcte" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" "Échec de l'API de géolocalisation, consultez Looking Glass pour les erreurs." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Avertissement" @@ -211,17 +211,17 @@ msgstr "" "Vous ne pouvez enregistrer les emplacements corrects que lorsque l'applet ne " "s'actualise pas" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Vous ne pouvez pas enregistrer un emplacement incorrect" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Information" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "L'emplacement est déjà enregistré" @@ -261,15 +261,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "T° ressentie" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Échec du traitement de l'information météorologique" @@ -282,7 +282,7 @@ msgstr "" "ou en obtenir une sur https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -290,7 +290,7 @@ msgstr "" "Veuillez vous assurer que vous avez\n" "saisi correctement la clé API et que votre compte n'est pas verrouillé" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -301,272 +301,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Forte pluie" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Pluie" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Pluie légère" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Pluie verglaçante intense" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Pluie verglaçante" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Pluie verglaçante légère" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Bruine verglaçante légère" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Bruine verglaçante" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Bruine légère" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Fort grésil" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Grésil" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Léger grésil" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Neige abondante" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Neige" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Neige légère" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Rafales" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Orage" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Brouillard léger" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Brouillard" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Nuageux" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Principalement nuageux" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Partiellement nuageux" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Principalement dégagé" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Clair" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Ensoleillé" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Inconnue" @@ -598,7 +594,7 @@ msgstr "" "Veuillez vous assurer que vous avez\n" "saisi correctement la clé API récupérée sur DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Impossible d'obtenir l'emplacement" @@ -609,124 +605,124 @@ msgstr "" "Le service de localisation a répondu avec des erreurs, veuillez consulter " "les journaux dans Looking Glass" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Nébulosité" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Ciel clair" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Beau" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Forte pluie et orage" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Fortes averses" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Fortes averses et orage" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Grêle" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Grêle avec orage" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Fortes averses de grésil" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Fortes averses de grésil et orage" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Importantes chutes de neige avec orages" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Fortes averses de neige" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Fortes averses de neige et orage" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Pluie légère et orage" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Averses de pluie légère" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Averses de pluie légère et orage" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Léger grésil" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Grésil avec orage" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Faibles averses de grésil" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Faibles averses de grésil et orage" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Neige légère avec orage" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Légères averses de neige" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Légères averses de neige et orage" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Pluie et orage" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Averses" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Averses et orage" @@ -735,49 +731,49 @@ msgstr "Averses et orage" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Grésil" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Grésil et orage" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Averses de grésil" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Averses de grésil et orage" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Neige et orage" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Averses de neige" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Averses de neige et orage" @@ -786,20 +782,20 @@ msgstr "Averses de neige et orage" msgid "Unexpected response from API" msgstr "Réponse inattendue de l'API" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Visibilité" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Échec du traitement de l'information météorologique actuelle" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Échec du traitement des données de prévision" @@ -828,99 +824,99 @@ msgid "Excellent - More than" msgstr "Excellente - Plus de" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Brouillard" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Ciel couvert" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Averses de pluie légère" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Bruine" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Fortes averses" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Averses de grésil" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Grêle" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Averses de grêle" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Légères averses de neige" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Fortes averses de neige" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Orage" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Averses et orage" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" "Veuillez vous assurer que l'emplacement est au bon format dans les paramètres" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Assurez-vous d'avoir saisi la bonne clé dans les paramètres" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -928,196 +924,196 @@ msgstr "" "Emplacement introuvable, assurez-vous que l'emplacement existe ou qu'il est " "dans le bon format" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Si ce problème persiste, veuillez contacter l'auteur de cette applet" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Erreur inconnue, veuillez consulter les journaux dans Looking Glass" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Orage avec pluie légère" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Orage avec pluie" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Orage avec forte pluie" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Orage léger" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Orage violent" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Orage isolé" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Orage avec bruine légère" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Orage avec bruine" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Orage avec forte bruine" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Bruine de faible intensité" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Bruine de forte intensité" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Bruine de faible intensité" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Pluie fine" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Bruine de forte intensité" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Pluie et bruine" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Pluie et bruine abondantes" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Bruine" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Pluie modérée" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Pluie de forte intensité" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Pluie très forte" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Pluie extrême" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Averses légères" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Averses" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Averses de forte intensité" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Averses irrégulières" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Averses de grésil" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Neige et pluie légère" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Pluie et neige" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Faibles averses de neige" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Averses de neige" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Fortes averses de neige" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Brouillard épais" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Brume" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Tourbillons de poussière, sable" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Sable" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Poussière" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Cendres volcaniques" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Bourrasques" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornade" @@ -1125,30 +1121,30 @@ msgstr "Tornade" msgid "Sky is clear" msgstr "Le ciel est clair" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Nuageux" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Quelques nuages" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Nuages épars" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Nuages fragmentés" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Ciel couvert" @@ -1156,82 +1152,82 @@ msgstr "Ciel couvert" msgid "Could not get forecast for your area" msgstr "Impossible d'obtenir les prévisions pour votre région" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "" "L'emplacement est en dehors des États-Unis, veuillez utiliser un autre " "fournisseur." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Échec du traitement des prévisions horaires" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Clair et venteux" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Quelques nuages et venteux" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Partiellement nuageux et venteux" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Principalement pluvieux et venteux" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Ciel couvert et venteux" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Neige mouillée" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Pluie verglaçante et neige" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Ouragan" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Tempête" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tempête tropicale" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Chaud" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Froid" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Tempête de neige" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Aujourd'hui" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Demain" @@ -1263,79 +1259,79 @@ msgstr "Vendredi" msgid "Saturday" msgstr "Samedi" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Calme" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Très légère brise" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Légère brise" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Petite brise" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Jolie brise" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Bonne brise" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Vent frais" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Grand frais" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Coup de vent" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Fort coup de vent" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Violente tempête" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "N" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "NE" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "E" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "SE" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "S" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "SO" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "O" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "NO" @@ -1388,7 +1384,7 @@ msgstr "" "Une erreur inconnue s'est produite lors de l'obtention de la météo, " "consultez les journaux Looking Glass pour plus d'informations" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Tempête tropicale" @@ -1396,10 +1392,10 @@ msgstr "Tempête tropicale" msgid "Severe Thunderstorms" msgstr "Orages violents" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Orages" @@ -1415,21 +1411,21 @@ msgstr "Pluie et grésil" msgid "Mixed Snow and Sleet" msgstr "Neige et grésil" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Bruine verglaçante" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Pluie verglaçante" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Averses" @@ -1437,15 +1433,15 @@ msgstr "Averses" msgid "Snow Flurries" msgstr "Averses de neige" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Légères chutes de neige" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Neige poudreuse" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Brumeux" @@ -1457,69 +1453,68 @@ msgstr "Brouillard épais" msgid "Blustery" msgstr "Tempête" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Venteux" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Principalement nuageux" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Partiellement nuageux" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Principalement ensoleillé" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Pluie et grêle" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Orages isolés" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Orages dispersés" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Averses dispersées" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Forte pluie" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Averses de neige dispersées" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Importantes chutes de neige" @@ -1531,7 +1526,7 @@ msgstr "Indisponible" msgid "Scattered Thundershowers" msgstr "Orages épars" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1540,7 +1535,7 @@ msgstr "" "trouvé\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1548,7 +1543,7 @@ msgstr "" "Impossible de lire le contenu du fichier journal suivant\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." @@ -1558,11 +1553,11 @@ msgstr "" "voir si cela résout le problème." #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" @@ -1570,308 +1565,308 @@ msgstr "" "MET Office UK ne couvre que le Royaume-Uni, veuillez vous assurer que votre " "emplacement est dans ce pays" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Les données n'ont pas été trouvées pour l'emplacement" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Très mauvaise" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Moins de {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Excellente" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Plus de {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Mauvais" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Entre {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Modérée" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Bon" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Très bonne" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "Cendre" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "Bourrasques" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 msgid "Light shower sleet" msgstr "Faibles averses de grésil" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norway" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Bruine abondante" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 msgid "Light shower rain" msgstr "Faibles averses de pluie" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 msgid "Heavy shower rain" msgstr "Fortes averses de pluie" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 msgid "Mix snow/rain" msgstr "Neige mouillée" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 msgid "Snow shower" msgstr "Averses de neige" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Brouillard verglaçant" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Vent léger" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Vent fort" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "Météo aux États-Unis" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Neige poudreuse ou à la dérive" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Bruine abondante/pluie" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Bruine légère/pluie" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Tempête de poussière" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Bruine verglaçante/pluie verglaçante" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Bruine verglaçante abondante/pluie verglaçante" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Bruine verglaçante légère/pluie verglaçante" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Entonnoir nuageux/tornade" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Averses de grêle" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Glace" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Foudre sans tonnerre" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Précipitations à proximité" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Pluie et neige abondantes" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Pluie légère et neige" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Couverture nuageuse en diminution" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Couverture nuageuse en augmentation" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Ciel inchangé" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Fumée ou brume" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Averses de neige et de pluie" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Orage sans précipitations" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Poudrin de glace" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Partiellement nuageux" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Veuillez vous assurer que vous avez saisi correctement la clé API" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "NON TROUVÉ" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Neige poudreuse" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Neige légère" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Neige modérée" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Averses de pluie modérées" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Mélange pluie et neige" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Mélange pluie et neige abondant" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "Deutscher Wetterdienst" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "Veuillez sélectionner un fournisseur ou un emplacement différent" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "La clé API que vous avez fournie n'est pas valide." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "L'emplacement que vous avez fourni n'a pas été trouvé." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "Forte tempête" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "Pluie et neige" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "Pluie et grésil" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Averses de neige" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Venteux" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "Glacial" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "Principalement dégagé" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "Pirate Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" @@ -1879,7 +1874,7 @@ msgstr "" "Veuillez vous assurer que vous avez\n" "saisi correctement la clé API récupérée sur Pirate Weather" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" @@ -1887,174 +1882,175 @@ msgstr "" "Le service de localisation a répondu avec des erreurs, veuillez consulter " "les journaux dans Looking Glass" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 msgid "Snow grains" msgstr "Neige en grains" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 msgid "Light showers" msgstr "Faibles averses" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 msgid "Heavy showers" msgstr "Fortes averses" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 msgid "Thunderstorm with slight hail" msgstr "Orage avec grêle légère" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 msgid "Thunderstorm with hail" msgstr "Orage avec grêle" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "T° ressentie" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" -msgstr "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" +msgstr "Open-Meteo" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 msgid "Scattered Sleet" msgstr "Grésil dispersé" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 msgid "Chance of Thunderstorms" msgstr "Risque d'orages" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 msgid "Light Rain" msgstr "Pluie légère" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 msgid "Light Sleet" msgstr "Léger grésil" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "Pluie intermittente" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "Grésil intermittent" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "Neige intermittente" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 msgid "Frequent Thunderstorms" msgstr "Orages fréquents" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 msgid "High Clouds" msgstr "Nuages ​​élevés" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 msgid "Low Clouds" msgstr "Nuages bas" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "Ciel couvert et sec" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 msgid "Slightly Stormy" msgstr "Légèrement orageux" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 msgid "Stormy Snow Showers" msgstr "Averses de neige orageuses" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 msgid "Thundery Showers" msgstr "Averses orageuses" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 msgid "Thundery Snow Showers" msgstr "Averses de neige orageuses" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "Avertissement vent" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 msgid "Thunderstorm Warning" msgstr "Avertissement orage" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 msgid "Rain Warning" msgstr "Avertissement pluie" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 msgid "Snow Warning" msgstr "Avertissement neige" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "Avertissement routes glissantes" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "Avertissement gel" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "Avertissement glissements de terrain" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "Avertissement chaleur" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "Avertissement avalanche" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "Avertissement tremblement de terre" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "Avertissement incendie de forêt" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "Avertissement inondation" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "MétéoSuisse" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "Pour ce fournisseur, vous devez utiliser un code postal." -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" "Pour ce fournisseur, vous devez utiliser un code postal suisse, de 1000 à " "9999." -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "Suisse" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2063,7 +2059,7 @@ msgstr "" "les chemins\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2071,108 +2067,128 @@ msgstr "" "Impossible de lire le contenu du fichier de configuration suivant\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Assurez-vous d'avoir entré un emplacement ou utilisez la localisation " "automatique." -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Ce fournisseur nécessite une clé API pour fonctionner" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Point de rosée" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "La précipitation s'arrêtera dans {precipEnd} minutes" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "La précipitation ne s'arrêtera pas dans l'heure" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "La précipitation commencera dans les {precipStart} minutes" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" "Échec de l'analyse des prévisions, consultez les journaux pour plus de " "détails." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "À {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance} {distanceUnit} de vous" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "Nom de la station: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Région: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "{count} alerte(s) météo" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Erreur lors de l'enregistrement des informations de débogage" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "Impossible d'ouvrir le fichier {filePath} en écriture" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Informations de débogage enregistrées avec succès" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Enregistré dans {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "Service de localisation bloqué" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "Aucun script fourni" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "Vous devez d'abord ajouter un script." -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "Aucune donnée météo" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "Aucune donnée météo avec laquelle exécuter le script" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "Script exécuté avec succès" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "Votre script a été exécuté avec succès." -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "Erreur lors de l'exécution du script" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" "Le script a renvoyé une erreur. Consultez les journaux pour plus " @@ -2678,10 +2694,6 @@ msgstr "" "site web Cinnamon Spices, auquel vous pouvez accéder avec le bouton sur " "l'onglet « Aide »." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "Open-Meteo" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "Deutscher Wetterdienst (Allemagne uniquement)" @@ -3101,3 +3113,15 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "Testez votre commande" + +#. 3.8->settings-schema.json->uvIndex->description +#, fuzzy +msgid "Enable displaying UV Index" +msgstr "Activer l'affichage des alertes météo" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/he.po b/weather@mockturtl/files/weather@mockturtl/po/he.po index 299d1caa20c..14c976f5213 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/he.po +++ b/weather@mockturtl/files/weather@mockturtl/po/he.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: weather@mockturtl 3.1.6\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2021-12-11 20:13+0200\n" "Last-Translator: Avi Markovitz \n" "Language-Team: Hebrew\n" @@ -23,65 +23,65 @@ msgstr "" "X-Poedit-SearchPath-0: weather.pot\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "שגיאה" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "שגיאת שירות" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "מפתח API שגוי" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "תבנית מקום שגויה" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "מפתח נחסם" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "לא ניתן למצוא מקום" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "אין מפתח API" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "אין מיקום" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "חבילות חסרות" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "מיקום לא מכוסה" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "יישומון מזג־אוויר" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "נא להקיש לפתיחה" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "רענון" @@ -91,8 +91,8 @@ msgstr "API החזיר קוד מצב בין 400 ו־500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "אחסון מיקום" @@ -104,12 +104,12 @@ msgstr "לא ניתן לשמור מיקום שהושג באופן אוטומטי msgid "Could not get weather information" msgstr "לא ניתן לאחזר נתוני מזג־אויר" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "שגיאה בלתי צפויה בעת רענון מזג־אויר, נא לעיין ביומן בלוקינג־גלאס" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -125,7 +125,7 @@ msgstr "שגיאת רשת, נא לבדוק יומנים בלוקינג־גלאס msgid "As of" msgstr "מאז" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "מועצם על־ידי" @@ -133,52 +133,52 @@ msgstr "מועצם על־ידי" msgid "from you" msgstr "ממך" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "מילימטר" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "אינץ'" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "קמ״ש" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "טעינת מזג־אויר נוכחי..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "טעינת מזג־אויר עתידי..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "טעינה..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "מידות־חום" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "לחות" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "לחץ־אויר" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "רוח" @@ -186,15 +186,15 @@ msgstr "רוח" msgid "Make sure you entered a location or use Automatic location instead" msgstr "נא לוודא שהוזן מיקום או לעשות שימוש במיקום אוטומטי במקום זאת" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "לא ניתן למצוא מיקום המבוסס על כתובת, נא לבדוק שהכתובת נכונה" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "קריאה ל־API Geolocation כשלה, לשגיאות נא לעיין בלוקינג־גלאס." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "אזהרה" @@ -202,17 +202,17 @@ msgstr "אזהרה" msgid "You can only save correct locations when the applet is not refreshing" msgstr "ניתן לשמור מיקומים באופן תקין רק כאשר היישומון אינו במצב רענון" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "לא ניתן לשמור מיקום שגוי" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "מידע" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "המיקום כבר נשמר" @@ -248,15 +248,15 @@ msgstr "טעינת נתונים מאחסון המיקום כשלה, נא לעי #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "מרגיש כמו" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "כשל בעיבוד נתוני מזג אויר" @@ -269,7 +269,7 @@ msgstr "" "או לקבל אחד תחילה מ־https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -277,7 +277,7 @@ msgstr "" "נא לוודא שמפתח API\n" "הוזן באופן תקין ושהחשבון לא נעול" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -288,272 +288,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "ממטרי גשם כבדים" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "גשם" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "גשם קל" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "גשם קופא כבד" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "גשם קופא" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "גשם קופא קל" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "רסס קופא קל" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "רסס קופא" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "רסס קל" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "כדורי קרח כבדים" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "כדורי קרח" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "כדורי קרח קלים" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "שלג כבד" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "שלג" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "שלג קל" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "פתיתי שלג" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "סופות רעמים" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "ערפל קל" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "ערפל" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "מעונן" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "מעונן לרוב" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "מעונן חלקית" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "בהיר לרוב" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "ניקוי" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "שמשי" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "לא ידוע" @@ -585,7 +581,7 @@ msgstr "" "א לוודא שמפתח API\n" "שנתקבל מדרקסקיי הוזן" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "לא ניתן להשיג מיקום" @@ -594,124 +590,124 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "שירות המיקום הגיב עם שגיאות, נא לעיין ביומנים בלוקניג־גלאס" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "עננות" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "שמיים בהירים" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "נאה" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "גשם כבד ורעמים" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "ממטרי גשם כבדים" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "ממטרי גשם כבדים ורעמים" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "ממטרי גֶּשֶׁם־שֶׁלֶג כבדים" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "ממטרי גֶּשֶׁם־שֶׁלֶג ורעמים כבדים" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "ממטרי גֶּשֶׁם־שֶׁלֶג כבדים" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "ממטרי גֶּשֶׁם־שֶׁלֶג ורעמים כבדים" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "ממטרי שלג כבדים ורעמים" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "ממטרי שלג כבדים" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "ממטרי שלג כבדים ורעמים" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "גשם קל ורעמים" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "ממטרי גשם קלים" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "ממטרי גשם קלים ורעמים" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "גֶּשֶׁם־שֶׁלֶג קל" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "ממטרי גֶּשֶׁם־שֶׁלֶג ורעמים קלים" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "ממטרי גֶּשֶׁם־שֶׁלֶג קלים" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "ממטרי גֶּשֶׁם־שֶׁלֶג ורעמים קלים" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "ממטרי שלג קלים ורעמים" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "ממטרי שלג קלים" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "ממטרי שלג קלים ורעמים" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "גשם ורעמים" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "ממטרי גשם" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "ממטרי גשם ורעמים" @@ -720,49 +716,49 @@ msgstr "ממטרי גשם ורעמים" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "גֶּשֶׁם־שֶׁלֶג" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "גֶּשֶׁם־שֶׁלֶג ורעמים" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "ממטרי גֶּשֶׁם־שֶׁלֶג" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "ממטרי גֶּשֶׁם־שֶׁלֶג ורעמים" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "שלג ורעמים" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "ממטרי שלג" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "ממטרי שלג ורעמים" @@ -771,20 +767,20 @@ msgstr "ממטרי שלג ורעמים" msgid "Unexpected response from API" msgstr "תגובת API לא צפויה" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "ראות" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "כשל בעיבוד נתוני מזג אויר נוכחי" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "כשל בעיבוד נתוני תחזית" @@ -813,295 +809,295 @@ msgid "Excellent - More than" msgstr "מעולב - יותר מ־" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "ערפילים" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "מוּעָב" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "ממטרי גשם קלים" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "רסס" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "ממטרי גשם כבדים" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "ממטרי גֶּשֶׁם־שֶׁלֶג" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "ברד" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "מטר ברד" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "ממטרי שלג קל" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "מטר שלג כבד" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "רעמים" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "ממטר רעמים" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" "נא לוודא שהמיקום\n" "הוזן בהגדרות בתבנית תקינה" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "נא לוודא שהוזן מפתח נכון בהגדרות" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" msgstr "המיקום לא נמצא, נא לוודא שהמיקום זמין או שהוא בתבנית הנכונה" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "אם הבעיה נמשכת, נא ליצור קשר עם כותב יישומון זה" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "שגיאה לא ידועה, נא לעיין ביומנים בלוקניג־גלאס" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "סופות רעמים עם גשם קל" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "סופות רעמים עם גשם" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "סופות רעמים עם גשם כבד" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "סופות רעמים קלה" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "סופות רעמים כבדה" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "סופות רעמים סוערת" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "סופות רעמים עם רסס קל" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "סופות רעמים עם רסס" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "סופות רעמים עם רסס כבד" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "רסס בעצימות נמוכה" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "רסס בעצימות גבוהה" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "רסס גשם בעצימות נמוכה" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "גשם רסס" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "רסס גשם בעצימות גבוהה" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "מטר גשם ורסס" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "מטר גשם ורסס כבד" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "מטר רסס" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "גשם מתון" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "גשם עצמתי מאוד" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "גשם כבד מאוד" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "גשם קיצוני" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "ממטרי גשם בעצימות נמוכה" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "מטר גשם" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "ממטרי גשם בעצימות גבוהה" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "מטר גשם סוער" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "מטר ברד" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "גשם קל ושלג" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "גשם ושלג" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "ממטרי שלג קל" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "מטר שלג" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "ממטרי שלג כבדים" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "עשן" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "אובך" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "חול, מערבולת אבק" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "חול" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "אבק" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "עפר וולקני" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "תזזי" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "טורנדו" @@ -1109,30 +1105,30 @@ msgstr "טורנדו" msgid "Sky is clear" msgstr "שמיים בהירים" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "עננים" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "עננים מעטים" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "עננים פזורים" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "עננים שבורים" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "מוּעָב" @@ -1140,80 +1136,80 @@ msgstr "מוּעָב" msgid "Could not get forecast for your area" msgstr "לא ניתן לאחזר תחזית למיקום שלכם" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "המיקום הוא מחוץ לארה\"ב, נא להשתמש בספק אחר." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "כשל בעיבוד נתוני תחזית שעתית" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "בהיר ומשבי־רוח" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "עננים מעטים ומשבי־רוח" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "מעונן חלקית ומשבי־רוח" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "מעונן לרוב ומשבי־רוח" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "מוּעָב ומשבי־רוח" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "גשם מושלג" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "גשם קופא ושלג" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "הוריקן" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "סערה" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "סופה טרופית" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "חם" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "קר" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "סוּפַת שֶׁלֶג" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "היום" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "מחר" @@ -1245,79 +1241,79 @@ msgstr "שישי" msgid "Saturday" msgstr "שבת" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "רגוע" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "אויר קל" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "משב קל" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "משב עדין" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "משב מתון" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "משב מרענן" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "משב חזק" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "קרוב לסוער" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "סוער" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "סערה חזקה" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "סערה אלימה" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "צפ'" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "צמז'" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "מז׳" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "דמז'" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "ד'" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "דמע'" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "מע'" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "צמע'" @@ -1369,7 +1365,7 @@ msgstr "" "אירעה שגיאה לא ידועה בעת אחזור מזג־אויר,\n" "למידע נוסף, נא לעיין ביומנים בלוקניג־גלאס" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "סופה טרופית" @@ -1377,10 +1373,10 @@ msgstr "סופה טרופית" msgid "Severe Thunderstorms" msgstr "סופות רעמים חמורות" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "סופות רעמים" @@ -1396,21 +1392,21 @@ msgstr "גשם מעורב בשלג מימי" msgid "Mixed Snow and Sleet" msgstr "שלג מעורב בברד" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "רסס קופא" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "גשם קופא" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "ממטרים" @@ -1418,15 +1414,15 @@ msgstr "ממטרים" msgid "Snow Flurries" msgstr "פתיתי שלג" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "ממטרי שלג קלים" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "שלג נושב" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "מעורפל" @@ -1438,69 +1434,68 @@ msgstr "אפוף עשן" msgid "Blustery" msgstr "רוחות עזות" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "משבי־רוח" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "מעונן לרוב" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "מעונן חלקית" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "שמשי לרוב" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "גשם מעורב בברד" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "סופות רעמים מקומיות" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "סופות רעמים פזורות" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "ממטרים פזורים" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "ממטרי גשם כבדים" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "ממטרי שלג פזורים" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "ממטרי שלג כבדים" @@ -1512,7 +1507,7 @@ msgstr "לא זמין" msgid "Scattered Thundershowers" msgstr "סופות רעמים פזורות" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1520,7 +1515,7 @@ msgstr "" "לא ניתן לאחזר יומנים, לא נמצא קובץ יומן בנתיב\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1528,339 +1523,339 @@ msgstr "" "לא ניתן לאחזר תכולת קובץ יומן מנתיב\n" " {configFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "לא נמצא מידע למיקום" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "חלש מאוד" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "פחות מ־{distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "מצוין" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "יותר מ־{distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "חלש" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "בין {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "מתון" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "טוב" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "טוב מאוד" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 #, fuzzy msgid "Squall" msgstr "תזזי" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "ממטרי שלג קל" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norway" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "רסס קבד" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "ממטרי שלג קל" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "ממטרי שלג כבדים" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "גשם מושלג" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "ממטרי שלג" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "ערפל קופא" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "רוח קלה" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "רוח חזקה" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "מזג־אוויר ארה\"ב" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "ויזואל קרוסינג" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "שלג נושב או נסחף" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "גשם/גשם־רסס כבד" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "גשם/גשם־רסס קל" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "סופת אבק" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "רסס קופא/גשם קופא" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "רסס קופא/גשם קופא כבד" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "רסס קופא/גשם קופא קל" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "ענן משפך/טורנדו" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "ממטרי ברד" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "קרח" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "ברקים ללא רעמים" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "משקעים בקרבה" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "ממטרי גשם ושלג כבדים" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "גשם קל ושלג" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "הצטמצמות כיסוי שמים" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "התרחבות כיסוי שמים" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "שמיים ללא שינוי" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "עשן או אובך" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "ממטרי שלג וגשם" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "סופת רעמים ללא משקעים" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "אבק יהלומים" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "מעונן חלקית" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "נא לוודא שמפתח API הוזן נכון" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "לא נמצא" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "שלג נושב" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "שלג קליל" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "שלג מתון" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "ממטרי גשם מתונים" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "גשם מעורב בשלג" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "ממטרי גשם מעורב בשלג כבדים" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 #, fuzzy msgid "AccuWeather" msgstr "מזג־אוויר" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 #, fuzzy msgid "Weather Underground" msgstr "תנאי מזג־אוויר" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 #, fuzzy msgid "Strong Storm" msgstr "משב חזק" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 #, fuzzy msgid "Rain and Snow" msgstr "גשם ושלג" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 #, fuzzy msgid "Rain and Sleet" msgstr "גשם מעורב בשלג מימי" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 #, fuzzy msgid "Snow Showers" msgstr "ממטרי שלג" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 #, fuzzy msgid "Mostly Clear" msgstr "בהיר לרוב" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 #, fuzzy msgid "Pirate Weather" msgstr "מזג־אוויר ארה\"ב" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 #, fuzzy msgid "" "Please Make sure you\n" @@ -1869,204 +1864,205 @@ msgstr "" "נא לוודא שמפתח API\n" "שנתקבל מקלימאסל הוזן" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 #, fuzzy msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "שירות המיקום הגיב עם שגיאות, נא לעיין ביומנים בלוקניג־גלאס" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "גשם מושלג" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "ממטרי שלג קל" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "ממטרי שלג כבדים" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "סופות רעמים עם גשם קל" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "סופות רעמים עם גשם" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 #, fuzzy msgid "Feels like" msgstr "מרגיש כמו" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "ממטרים פזורים" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "סופות רעמים" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "גשם קל" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "גֶּשֶׁם־שֶׁלֶג קל" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "סופות רעמים חמורות" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "עננים" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "עננים" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 #, fuzzy msgid "Overcast and Dry" msgstr "מוּעָב ומשבי־רוח" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "שלג קליל" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "ממטרי שלג פזורים" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "ממטר רעמים" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "ממטר רעמים" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 #, fuzzy msgid "Wind Warning" msgstr "אזהרה" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "סופות רעמים עם גשם" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "אזהרה" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "אזהרה" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 #, fuzzy msgid "Frost Warning" msgstr "אזהרה" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 #, fuzzy msgid "Heat Warning" msgstr "אזהרה" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 #, fuzzy msgid "Flood Warning" msgstr "אזהרה" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 #, fuzzy msgid "" "Could not retrieve config, file was not found under paths\n" @@ -2075,7 +2071,7 @@ msgstr "" "לא ניתן לאחזר תצורה, לא נמצא קובץ בנתיב\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2083,112 +2079,132 @@ msgstr "" "לא ניתן לאחזר תכולת קובץ תצורה מנתיב\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 #, fuzzy msgid "Make sure you entered a location or use Automatic location instead." msgstr "נא לוודא שהוזן מיקום או לעשות שימוש במיקום אוטומטי במקום זאת" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "נדרש מפתח API לשרות זה על מנת שיפעל" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "נקודת הטל" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "משקעים יפסקו תוך {precipEnd} דקות" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "משקעים לא יפסקו תוך שעה" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "משקעים יחלו בעוד {precipStart} דקות" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "מאז {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 #, fuzzy msgid "{distance} {distanceUnit} from you" msgstr "{distance}{distanceUnit} ממך" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "" "שגיאה בשמירת מידע ניפוי־תקלים\n" "\n" "%s" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 #, fuzzy msgid "Could not open file {filePath} for writing" msgstr "לא ניתן לאחזר נתוני מזג־אויר" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "מידע ניפוי־תקלים נשמר בהצלחה" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "נשמר ל־{filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 #, fuzzy msgid "Location Service Blocked" msgstr "אחסון מיקום" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 #, fuzzy msgid "No Weather Data" msgstr "מזג־אוויר ארה\"ב" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2676,10 +2692,6 @@ msgstr "" "התחזית, אך לכולם נדרש חיבור מרשתת מתפקד כדי לספק את השרות. האפשרויות מתוארות " "בפירוט באתר תבליני סינמון, אליו ניתן לגשת באמצעות הלחצן שבלשונית עזרה." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -3050,3 +3062,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/hr.po b/weather@mockturtl/files/weather@mockturtl/po/hr.po index 92f867f81b5..3d0e4549c9d 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/hr.po +++ b/weather@mockturtl/files/weather@mockturtl/po/hr.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2022-03-04 19:11+0100\n" "Last-Translator: gogo \n" "Language-Team: Croatian \n" @@ -21,65 +21,65 @@ msgstr "" "n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Greška" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Greška usluge" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Neispravan API ključ" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Neispravan format lokacije" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Ključ je blokiran" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Nemoguć pronalazak lokacije" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Nema API ključa" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Nema lokacije" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Nedostaje paket" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Lokacija nije pokrivena" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Aplet vremena" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Klikni za otvaranje" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Osvježi" @@ -89,8 +89,8 @@ msgstr "API je vratio kôd stanja između 400 i 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Pohrana lokacije" @@ -102,14 +102,14 @@ msgstr "Ne možete spremiti automatski dobivenu lokaciju, nažalost" msgid "Could not get weather information" msgstr "Nemoguće dobivanje informacija vremena" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Dogodila se neočekivana greška pri osvježavanju vremena, pogledajte Cinnamon " "napredne kontrole i upravljanje" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -127,7 +127,7 @@ msgstr "" msgid "As of" msgstr "Nadopunjeno u" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Pogonjeno od strane" @@ -135,52 +135,52 @@ msgstr "Pogonjeno od strane" msgid "from you" msgstr "od vas" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "u" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Učitavanje trenutne prognoze..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Učitavanje buduće prognoze..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Učitavanje..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Temperatura" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Vlažnost" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Tlak" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Vjetar" @@ -190,18 +190,18 @@ msgstr "" "Pobrinite se da ste upisali lokaciju ili umjesto koristite Automatsku " "lokaciju" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Nemoguć pronalazak lokacije temeljene na adresi, provjerite je li ispravna" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" "Neuspjeli poziv Geolocation API-ja, pogledajte Napredne kontrole i " "upravljanja za više grešaka." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Upozorenje" @@ -209,17 +209,17 @@ msgstr "Upozorenje" msgid "You can only save correct locations when the applet is not refreshing" msgstr "Možete spremiti samo ispravne lokacije kada se aplet ne osvježava" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Ne možete spremiti neispravnu lokaciju" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Informacije" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Lokacija je već spremljena" @@ -257,15 +257,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Kao da je" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Neuspjela obrada informacija vremena" @@ -278,7 +278,7 @@ msgstr "" "ili ga nabavite na https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -286,7 +286,7 @@ msgstr "" "Pobrinite se da ste upisali API ključ\n" "ispravno i vaš račun nije zaključan" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -297,272 +297,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Jaka kiša" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Kiša" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Slaba kiša" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Jaka ledena kiša" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Ledena kiša" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Slaba ledena kiša" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Slabo ledeno rominjanje" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Ledeno rominjanje" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Slabo rominjanje" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Jaka tuča" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Tuča" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Slaba tuča" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Jak snijeg" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Snijeg" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Slab snijeg" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Snježni pljusak" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Grmljavinski pljusak" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Slaba magla" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Magla" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Oblačno" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Pretežno oblačno" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Djelomično oblačno" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Pretežno vedro" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Vedro" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Sunčano" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Nepoznato" @@ -594,7 +590,7 @@ msgstr "" "Pobrinite se da ste upisali\n" "API ključ dobiven od DarkSkya" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Nemoguće dobivanje lokacije" @@ -605,124 +601,124 @@ msgstr "" "Usluga lokacije je odgovorila greškom, pogledajte zapise u Cinnamon " "naprednim kontrolama i upravljanju" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Naoblaka" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Vedro" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Vedro" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Jaka olujna kiša" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Snažni snježni pljuskvi" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Snažni olujni snježni pljuskovi" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Jaka susnježica" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Jaka olujna susnježica" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Snažan snježni pljusak" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Snažan olujni snježni pljusak" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Jak snijeg s grmljavinom" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Snažan snježni pljusak" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Snažan snježni pljusak s grmljavinom" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Slaba kiša s grmljavinom" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Slabi pljuskovi" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Slabi pljuskovi s grmljavinom" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Slaba susnježica" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Slaba susnježica s grmljavinom" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Slab snježni pljusak" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Slab snježni pljusak s grmljavinom" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Slabi snjeg s grmljavinom" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Slab snježni pljusak" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Slab snježni pljusak s grmljavinom" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Kiša s grmljavinom" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Kišni pljuskovi" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Kišni pljuskovi s grmljavinom" @@ -731,49 +727,49 @@ msgstr "Kišni pljuskovi s grmljavinom" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Susnježica" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Susnježica s grmljavinom" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Snježni pljusak" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Snježni pljusak s grmljavinom" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Snjeg s grmljavinom" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Snježni pljusak" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Snježni pljusak s grmljavinom" @@ -782,20 +778,20 @@ msgstr "Snježni pljusak s grmljavinom" msgid "Unexpected response from API" msgstr "Neočekivan API odgovor" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Vidljivost" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Neuspjela obrada trenutnih informacija vremena" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Neuspjela obrada informacije prognoze" @@ -824,98 +820,98 @@ msgid "Excellent - More than" msgstr "Izvrsno - Manje od" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Sumaglica" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Oblačno" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Slabi pljuskovi" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Rominjanje" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Jači pljuskovi" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Snježni pljusak" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Tuča" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Jaka tuča" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Slab snježni pljusak" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Snažan snježni pljusak" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Grmljavina" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Grmljavinski pljuskovi" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "Pobrinite se da je lokacija u postavkama upisana ispravnim formatom" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Pobrinite se da ste upisali ispravan ključ u postavkama" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -923,198 +919,198 @@ msgstr "" "Lokacija nije pronađena, pobrinite se da je lokacija dostupna ili da je " "upisana u ispravnom formatu" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Ako se problem nastavi, kontaktirajte autora ovog apleta" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "" "Nepoznata greška, pogledajte zapise Cinnamon naprednim kontrolama i " "upravljanju" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Grmljavinski pljusak sa slabom kišom" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Grmljavinski pljusak s kišom" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Grmljavinski pljusak s jakom kišom" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Slabi grmljavinski pljusak" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Snažni grmljavinski pljusak" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Oštri grmljavinski pljusak" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Grmljavinski pljusak sa slabim rominjanjem" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Grmljavinski pljusak s rominjanjem" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Grmljavinski pljusak s jačim rominjanjem" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Slabo rominjanje" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Jače rominjanje" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Kiša sa slabim rominjanjem" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Kiša s rominjanjem" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Kiša s jačim rominjanjem" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Pljusak s rominjanjem" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Jak pljusak s rominjanjem" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Pljusak s rominjanjem" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Umjerena kiša" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Jaka kiša" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Vrlo jaka kiša" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Olujna kiša" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Slabi pljuskovi" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Pljuskovi" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Jači pljuskovi" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Oštri pljuskovi" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Susnježica ili pljuskovi" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Slaba kiša sa snijegom" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Kiša sa snijegom" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Slab sniježni pljusak" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Sniježni pljusak" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Snažan sniježni pljusak" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Dim" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Izmaglica" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Pijesak, vrtlozi prašine" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Pijesak" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Prašina" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Vulkanski pepeo" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Udari vjetra" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornado" @@ -1122,30 +1118,30 @@ msgstr "Tornado" msgid "Sky is clear" msgstr "Vedro" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Oblačno" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Mjestimično oblačno" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Raspršeni oblaci" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Razbijeni oblaci" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Naoblaka" @@ -1153,80 +1149,80 @@ msgstr "Naoblaka" msgid "Could not get forecast for your area" msgstr "Nemoguće dobivanje prognoze za vaše područje" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "Lokacija je van SAD-a, koristite drugog pružatelja usluge." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Neuspjela obrada informacije prognoze po satu" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Vedro i vjetrovito" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Mjestimično oblačno i vjetrovito" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Djelomično oblačno i vjetrovito" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Pretežno oblačno i vjetrovito" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Oblačno i vjetrovito" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Susnježica" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Ledena kiša sa snijegom" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Uragan" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Oluja" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tropska oluja" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Vruće" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Hladno" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Mećava" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Danas" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Sutra" @@ -1258,79 +1254,79 @@ msgstr "Petak" msgid "Saturday" msgstr "Subota" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Mirno" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Slabašan povjetarac" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Slabi povjetarac" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Lagani povjetarac" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Umjereni povjetarac" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Osvježavajući povjetarac" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Snažan povjetarac" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Umjeren vjetar" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Vjetar" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Snažan vjetar" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Snažna oluja" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "S" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "SI" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "I" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "JI" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "J" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "JZ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "Z" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "SZ" @@ -1382,7 +1378,7 @@ msgstr "" "Dogodila se nepoznata greška pri nabavljanju informacija vremena, pogledajte " "Napredne kontrole i upravljanja za više grešaka" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Tropska oluja" @@ -1390,10 +1386,10 @@ msgstr "Tropska oluja" msgid "Severe Thunderstorms" msgstr "Grmljavinske oluje" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Oluje" @@ -1409,21 +1405,21 @@ msgstr "Kiša sa susnježicom" msgid "Mixed Snow and Sleet" msgstr "Snijeg sa susnježicom" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Ledeno rominjanje" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Ledena kiša" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Pljuskovi" @@ -1431,15 +1427,15 @@ msgstr "Pljuskovi" msgid "Snow Flurries" msgstr "Snježni naleti" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Slab sniježni pljusak" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Snježni zapusi" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Maglovito" @@ -1451,69 +1447,68 @@ msgstr "Dim" msgid "Blustery" msgstr "Vijavica" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Vjetrovito" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Pretežno oblačno" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Djelomično oblačno" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Pretežno sunčano" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Kiša sa susnježicom" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Lokalne grmljavinske oluje" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Mjestimične grmljavinske oluje" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Mjestimični pljuskovi" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Jaka kiša" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Mjestimični snježni pljuskovi" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Jak snijeg" @@ -1525,7 +1520,7 @@ msgstr "Nedostupno" msgid "Scattered Thundershowers" msgstr "Mjestimične grmljavinske oluje" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1533,7 +1528,7 @@ msgstr "" "Nemoguće dobivanje zapisa, datoteka zapisa nije pronađena u putanji\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1541,338 +1536,338 @@ msgstr "" "Nemoguće dobivanje sadržaja zapisa u putanji\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Nema pronađenih podataka za lokaciju" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Vrlo slabo" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Manje od {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Izvrsno" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Više od {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Slabo" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Između {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Umjereno" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Dobro" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Vrlo dobro" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 #, fuzzy msgid "Squall" msgstr "Udari vjetra" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "Slab sniježni pljusak" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norveška" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Jače rominjanje" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Slab sniježni pljusak" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Snažan sniježni pljusak" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Susnježica" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Snježni pljusak" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Ledena magla" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Slab vjetar" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Snažan vjetar" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Snježni zapusi" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Kiša s jačim rominjanjem" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Kiša sa slabim rominjanjem" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Pješčana oluja" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Ledeno rominjanje s kišom" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Jako ledeno rominjanje s kišom" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Slabo ledeno rominjanje s kišom" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Tornado/Pijavica" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Pljusak s tučom" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Led" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Munje bez grmljavine" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Oborine u blizini" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Jaka olujna kiša sa snjegom" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Slaba kiša sa snijegom" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Smanjenje naoblake" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Povećanje naoblake" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Naoblaka nepromjenjena" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Dim ili sumaglica" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Pljuskovi sa snjegom" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Grmljavinsko nevrijeme bez oborina" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Ledene iglice" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Djelomično oblačno" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Pobrinite se da ste upisali API ključ ispravno" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "NIJE PRONAĐENO" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Snježni zapusi" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Slab snijeg" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Umjereni snijeg" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Umjereni snježni pljuskvi" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Kiša sa snijegom" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Jaka kiša sa snijegom" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 #, fuzzy msgid "Weather Underground" msgstr "Vremenska stanja" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 #, fuzzy msgid "The location you provided was not found." msgstr "Nema postavljene lokacije" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 #, fuzzy msgid "Strong Storm" msgstr "Snažan povjetarac" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 #, fuzzy msgid "Rain and Snow" msgstr "Kiša sa snijegom" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 #, fuzzy msgid "Rain and Sleet" msgstr "Kiša sa susnježicom" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Snježni pljusak" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 #, fuzzy msgid "Mostly Clear" msgstr "Pretežno vedro" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 #, fuzzy msgid "Pirate Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 #, fuzzy msgid "" "Please Make sure you\n" @@ -1881,7 +1876,7 @@ msgstr "" "Pobrinite se da ste upisali\n" "API ključ dobiven od Climacella" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 #, fuzzy msgid "" "Location Service couldn't find your location, please see the logs in Looking " @@ -1890,197 +1885,198 @@ msgstr "" "Usluga lokacije je odgovorila greškom, pogledajte zapise u Cinnamon " "naprednim kontrolama i upravljanju" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Susnježica" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Slab sniježni pljusak" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Snažan sniježni pljusak" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Grmljavinski pljusak sa slabom kišom" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Grmljavinski pljusak s kišom" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 #, fuzzy msgid "Feels like" msgstr "Kao da je" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Mjestimični pljuskovi" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Oluje" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Slaba kiša" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Slaba susnježica" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Grmljavinske oluje" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Oblačno" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Oblačno" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 #, fuzzy msgid "Overcast and Dry" msgstr "Oblačno i vjetrovito" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Slab snijeg" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Mjestimični snježni pljuskovi" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Grmljavinski pljuskovi" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Grmljavinski pljuskovi" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 #, fuzzy msgid "Wind Warning" msgstr "Upozorenje" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Grmljavinski pljusak s kišom" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Upozorenje" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Upozorenje" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 #, fuzzy msgid "Frost Warning" msgstr "Upozorenje" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 #, fuzzy msgid "Heat Warning" msgstr "Upozorenje" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 #, fuzzy msgid "Flood Warning" msgstr "Upozorenje" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 #, fuzzy msgid "" "Could not retrieve config, file was not found under paths\n" @@ -2089,7 +2085,7 @@ msgstr "" "Nemoguće dobivanje podešavanja, datoteka nije pronađena u putanji\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2097,110 +2093,130 @@ msgstr "" "Nemoguće dobivanje sadržaja podešavanja u putanji\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 #, fuzzy msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Pobrinite se da ste upisali lokaciju ili umjesto koristite Automatsku " "lokaciju" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Ovaj pružatelj usluge zahtijeva API ključ kako bi radio" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Točka rošenja" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Oborine će završiti za {precipEnd} minuta" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Oborine neće završiti u sljedećih sat vremena" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Oborine će početi za {precipStart} minuta" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "Obrada prognoze neuspjela, pogledajte zapise za više pojedinosti." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "Kao da je {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance} {distanceUnit} od vas" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Greška spremanja informacija otklanjanja grešaka" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 #, fuzzy msgid "Could not open file {filePath} for writing" msgstr "Nemoguće dobivanje informacija vremena" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Informacije otklanjanja grešaka uspješno spremljene" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Spremljeno u {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 #, fuzzy msgid "Location Service Blocked" msgstr "Pohrana lokacije" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 #, fuzzy msgid "No Weather Data" msgstr "US Weather" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2695,10 +2711,6 @@ msgstr "" "internetu kako bi radili. Mogućnosti su opširnije opisane na web stranici " "Cinnamon dodataka kojoj možete pristupiti putem tipke na kartici Pomoći." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -3077,3 +3089,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/hu.po b/weather@mockturtl/files/weather@mockturtl/po/hu.po index 8c54358a5ba..76aa714b2b6 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/hu.po +++ b/weather@mockturtl/files/weather@mockturtl/po/hu.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: weather@mockturtl 3.6.1\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2024-10-03 09:27+0200\n" "Last-Translator: Vajda Örs \n" "Language-Team: \n" @@ -19,65 +19,65 @@ msgstr "" "X-Generator: Poedit 3.4.2\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Hiba" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Szolgáltató hiba" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Rossz API-kulcs" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Hibás földrajzi helyzetformátum" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Kulcs ideiglenesen letilva" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Földrajzi helyzet nem található" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Nincs API-kulcs megadva" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "A földrajzi helyzet nincs megadva" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Hiányzó csomag" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "A földrajzi helyzetről nincs információ" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Időjárás kisalkalmazás" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "…" -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Megnyitás" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Frissítés" @@ -87,8 +87,8 @@ msgstr "Az API 400 és 500 közötti állapotkóddal hibát jelzett" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Földrajzi helyzet tároló" @@ -100,14 +100,14 @@ msgstr "Az automatikusan megállapított földrajzi helyzet nem menthető el" msgid "Could not get weather information" msgstr "Az időjárás információk nem kérhetők le" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Ismeretlen hiba lépett fel frissítés közben, a hibaüzenet megtekinthető a " "Looking Glass naplóban" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -125,7 +125,7 @@ msgstr "" msgid "As of" msgstr "Ekkorra:" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Időjárási-adatszolgáltató:" @@ -133,52 +133,52 @@ msgstr "Időjárási-adatszolgáltató:" msgid "from you" msgstr "öntől" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "múlva" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Időjárás betöltése…" -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Időjárás-előrejelzés betöltése…" -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "(betöltés…)" -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Hőmérséklet" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Páratartalom" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Légnyomás" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Szél" @@ -188,19 +188,19 @@ msgstr "" "Ellenőrizze hogy van-e földrajzi helyzet megadva vagy használja az " "automatikus helyzet-meghatározást" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Cím alapján nem található a földrajzi helyzet. Ellenőrizze a megadott " "adatokat" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" "Nem sikerült a helymeghatározási API meghívása a hibaüzenetek megtekinthetők " "a Looking Glass naplóban." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Figyelmeztetés" @@ -210,17 +210,17 @@ msgstr "" "Csak akkor távolítható el a földrajzi helyzet, ha a kisalkalmazás éppen nem " "áll frissítés alatt" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Nem menthető el a nem megfelelő földrajzi helyzet" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Információ" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "A földrajzi helyzet már el lett mentve" @@ -259,15 +259,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Hőérzet" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Nem sikerült feldolgozni az időjárás-jelentést" @@ -280,14 +280,14 @@ msgstr "" "vagy szerezzen egyet a https://developer.climacell.co/sign-up oldalról" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" msgstr "" "Ellenőrizze hogy az API kulcs helyes és a felhasználói fiók nincs blokkolva" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -298,272 +298,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Erős eső" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Eső" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Enyhe eső" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Erős ónos eső" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Ónos eső" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Szórványos ónos eső" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Enyhe ónos eső" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Jeges szitálás" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Enyhe szitáló eső" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Erős jég eső" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Jégeső" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Enyhe jégeső" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Erős havazás" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Havazás" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Enyhe havazás" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Széllökések" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Vihar" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Enyhe köd" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Köd" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Felhős" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Nagyrészt felhős" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Közepesen felhős" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Nagyrészt tiszta" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Tiszta" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Napos" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Ismeretlen hiba" @@ -595,7 +591,7 @@ msgstr "" "Ellenőrizze, hogy a DarkSky szolgáltatótól származó\n" "API kulcsot helyesen adta meg" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Helyzetmeghatározás sikertelen" @@ -606,124 +602,124 @@ msgstr "" "Földrajzi helymeghatározás nem sikerült, a naplóbejegyzések megtekinthetők a " "Looking Glass naplóban" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Felhőzet" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Tiszta égbolt" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Elfogadható" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Erős eső és mennydörgés" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Erős zivatarok" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Erős viharos záporeső és mennydörgés" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Erős havas eső" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Erős havas eső és mennydörgés" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Erős havas záporeső" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Erős havas záporeső és mennydörgés" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Erős havazás és mennydörgés" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Erős hózápor" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Erős zápor és szitáló eső" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Enyhe esőzés és mennydörgés" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Enyhe záporeső" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Enyhe záporeső és mennydörgés" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Gyenge havas eső" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Gyenge havas eső és mennydörgés" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Gyenge havas záporeső" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Gyenge havas esőzápor és mennydörgés" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Könnyű havazás és mennydörgés" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Enyhe hózáporok" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Könnyű hózáporok és mennydörgés" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Esőzés és mennydörgés" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Záporok" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Záporok és mennydörgés" @@ -732,49 +728,49 @@ msgstr "Záporok és mennydörgés" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Havas eső" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Havas eső és mennydörgés" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Ónos záporeső" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Havas eső és mennydörgés" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Havazás és mennydörgés" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Hózápor" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Viharos havazás és mennydörgés" @@ -783,20 +779,20 @@ msgstr "Viharos havazás és mennydörgés" msgid "Unexpected response from API" msgstr "Váratlan válasz az API részéről" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Láthatóság" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Nem sikerült feldolgozni a jelenlegi időjárás-jelentést" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Nem sikerült feldolgozni az időjárás-előrejelzést" @@ -825,99 +821,99 @@ msgid "Excellent - More than" msgstr "Kiváló - Több mint" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Köd" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Borús" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Enyhe záporeső" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Szitáló eső" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Erős zápor" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Ónos záporeső" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Jégeső" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Jégzápor" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Enyhe elszórt hózápor" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Erős hózápor" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Mennydörgés" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Viharzápor" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" "Kérem ellenőrizze hogy a földrajzi helyzet megfelelő formátumban van megadva" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Ellenőrizze hogy az API kulcs korrekt a beállításokban" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -925,198 +921,198 @@ msgstr "" "Földrajzi helyzet nem található, ellenőrizze hogy a földrajzi helyzet " "elérhető és megfelelő formátumban van megadva" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "" "Ha a hiba továbbra is fennáll, vegye fel a kapcsolatot a kisalkalmazás " "fejlesztőjével" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Ismeretlen hiba, a hibaüzenet megtekinthető a Looking Glass naplóban" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Vihar enyhe esővel" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Vihar" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Vihar erős esőzéssel" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Enyhe vihar" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Erős vihar" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Viharok" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Vihar enyhén szitáló esővel" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Vihar szitáló esővel" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Vihar erősen szitáló esővel" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Enyhe szitáló eső" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Erősen szitáló eső" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Enyhén szitáló eső" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Szitáló eső" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Erősen szitáló eső" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Zápor és szitáló eső" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Erős zápor és szitáló eső" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Szitáló záporeső" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Esőzés" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Erős eső" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Nagyon erős esőzés" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Hatalmas Esőzés" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Enyhe záporeső" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Záporeső" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Erős záporeső" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Szakadozott záporeső" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Havas záporeső" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Enyhe esőzés és havazás" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Esőzés és havazás" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Enyhe hózápor" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Elszórt havazás" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Erős hózápor" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Füst" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Pára" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Homok, porfelhők" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Homok" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Por" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Vulkáni hamu" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Széllökések" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornádó" @@ -1124,30 +1120,30 @@ msgstr "Tornádó" msgid "Sky is clear" msgstr "Tiszta égbolt" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Felhős" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Enyhén felhős" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Elszórtan felhős" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Szakadozott felhőzet" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Borult idő" @@ -1155,82 +1151,82 @@ msgstr "Borult idő" msgid "Could not get forecast for your area" msgstr "Nem szerezhető be időjárás-előrejelzés a megadott földrajzi helyzethez" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "" "Az Egyesült Államokon kívüli földrajzi helyzet esetén válasszon másik " "időjárás-előrejelzés szolgáltatót." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Nem sikerült feldolgozni az óránkénti időjárás-előrejelzést" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Tiszta és szeles" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Enyhén felhős és szeles" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Közepesen felhős és szeles" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Nagyrészt felhős és szeles" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Borult és szeles idő" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Havaseső" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Ónos eső és havazás" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Orkán" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Szélvész" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Trópusi vihar" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Forró" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Hideg" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Hóvihar" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Ma" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Holnap" @@ -1262,79 +1258,79 @@ msgstr "Péntek" msgid "Saturday" msgstr "Szombat" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Szélcsend" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Gyenge szellő" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Enyhe szellő" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Gyenge szél" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Mérsékelt szél" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Élénk szél" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Erős szél" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Viharos szél" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Élénk viharos szél" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Heves vihar" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Heves szélvész" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "É" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "ÉK" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "K" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "DK" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "„%s” nem található" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "DNY" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "NY" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "ÉNY" @@ -1387,7 +1383,7 @@ msgstr "" "közben. További információkért tekintse meg a naplóbejegyzéseket a Looking " "Glass naplóban" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Trópusi vihar" @@ -1395,10 +1391,10 @@ msgstr "Trópusi vihar" msgid "Severe Thunderstorms" msgstr "Veszélyes viharok" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Viharok" @@ -1414,21 +1410,21 @@ msgstr "Eső és ónos eső vegyesen" msgid "Mixed Snow and Sleet" msgstr "Hó és ónos eső vegyesen" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Jeges szitálás" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Ónos eső" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Záporok" @@ -1436,15 +1432,15 @@ msgstr "Záporok" msgid "Snow Flurries" msgstr "Hófúvás" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Enyhe hózápor" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Hófúvás" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Ködös" @@ -1456,69 +1452,68 @@ msgstr "Füstös" msgid "Blustery" msgstr "Heves" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Szeles" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Erősen felhős" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Közepesen felhős" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Nagyrészt napos" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Eső és jégeső" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Helyi viharok" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Hirtelen viharokkal" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Elszórt záporok" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Erős eső" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Elszórt hózáporok" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Erős havazás" @@ -1530,7 +1525,7 @@ msgstr "Nem érhető el" msgid "Scattered Thundershowers" msgstr "Elszórt zivatarok" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1538,7 +1533,7 @@ msgstr "" "Nem tölthető be a naplófájl a megadott elérési útvonalról:\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1546,7 +1541,7 @@ msgstr "" "Nem tölthető be a naplófájl tartalma a megadott elérési útvonalról:\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." @@ -1555,11 +1550,11 @@ msgstr "" "a User-Agentet a súgóban, hogy megnézze, megoldja-e a problémát." #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" @@ -1567,309 +1562,309 @@ msgstr "" "A MET Office UK kizárólag Angliában érhető el. Bizonyosodjon meg róla, hogy " "a kiválasztott földrajzi hely Anglia területén van" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Nem található adat a földrajzi helyzethez" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Nagyon rossz" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Kevesebb mint {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Kiváló" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Több mint {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Rossz" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "{smallerDistance}-{biggerDistance} {distanceUnit} között" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Mérsékelt" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Jó" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Nagyon jó" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "Hamu" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "Széllökések" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 msgid "Light shower sleet" msgstr "Enyhe havas eső" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norvégia" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Erősen szitáló eső" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 msgid "Light shower rain" msgstr "Enyhe záporeső" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 msgid "Heavy shower rain" msgstr "Erős záporeső" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 msgid "Mix snow/rain" msgstr "Keverten hó/eső" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 msgid "Snow shower" msgstr "Hózápor" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Zúzmarás köd" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Enyhe szellő" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Erős szél" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Hófúvás vagy hócsuszamlás" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Erősen szitáló eső és eső" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Enyhe szitáló eső" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Porvihar" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Jeges szitálás és ónos eső" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Erősen szitáló ónos eső és ónos eső" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Enyhe jégszitálás és ónos eső" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Tölcsérfelhő és tornádó" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Jégzápor" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Jég" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Villámlás mennydörgés nélkül" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Csapadék a közelben" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Erős eső és havazás" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Enyhe esőzés és havazás" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Csökkenő felhőzet" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Növekvő felhőzet" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Változatlan fedettség" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Füst vagy köd" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Hózápor és záporeső" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Vihar lecsapás nélkül" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Jégtű" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Közepesen felhős" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Ellenőrizze hogy az API kulcsot helyesen adta meg" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Dánia" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "NEM TALÁLHATÓ" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Hófúvás" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Enyhe havazás" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Hóesés" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Záporok" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Esőzés és havazás" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Erős eső és havazás" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "Deutscher Wetterdienst" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" "Válasszon másik időjárás-előrejelzés szolgáltatót vagy földrajzi helyet" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "A megadott API-kulcs nem érvényes." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "A megadott földrajzi helyzethez nem található." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "Heves szélvész" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "Esőzés és havazás" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "Eső és ónos eső vegyesen" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Hózápor" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Szellős" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "Fagyos" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "Nagyrészt tiszta" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "Pirate Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" @@ -1877,7 +1872,7 @@ msgstr "" "Kérjük, győződjön meg róla\n" "beírta a Pirate Weather által birtokolt API-kulcsot" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" @@ -1885,174 +1880,175 @@ msgstr "" "Földrajzi helymeghatározás nem sikerült, a naplóbejegyzések megtekinthetők a " "Looking Glass naplóban" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 msgid "Snow grains" msgstr "Hódara" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 msgid "Light showers" msgstr "Enyhe záporok" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 msgid "Heavy showers" msgstr "Erős záporok" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 msgid "Thunderstorm with slight hail" msgstr "Zivatar enyhe jégesővel" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 msgid "Thunderstorm with hail" msgstr "Zivatar jégesővel" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "Hőérzet" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" -msgstr "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" +msgstr "Open-Meteo" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 msgid "Scattered Sleet" msgstr "Elszórtan havas eső" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 msgid "Chance of Thunderstorms" msgstr "Zivatarok esélye" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 msgid "Light Rain" msgstr "Enyhe eső" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 msgid "Light Sleet" msgstr "Enyhe havas eső" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "Váltakozó eső" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "Váltakozó havas eső" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "Váltakozó havazás" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 msgid "Frequent Thunderstorms" msgstr "Gyakori zivatarok" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 msgid "High Clouds" msgstr "Magas felhők" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 msgid "Low Clouds" msgstr "Alacsony felhők" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "Borult és száraz" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 msgid "Slightly Stormy" msgstr "Enyhén viharos" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 msgid "Stormy Snow Showers" msgstr "Viharos hózáporok" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 msgid "Thundery Showers" msgstr "Viharos záporok" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 msgid "Thundery Snow Showers" msgstr "Thundery Snow Showers" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "Figyelmeztetés: szél" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 msgid "Thunderstorm Warning" msgstr "Figyelmeztetés: zivatar" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 msgid "Rain Warning" msgstr "Figyelmeztetés: eső" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 msgid "Snow Warning" msgstr "Figyelmeztetés: hó" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "Figyelmeztetés: csúszós utak" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "Figyelmeztetés: fagyás" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "Figyelmeztetés: tömeges megmozdulások" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "Figyelmeztetés: hőség" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "Figyelmeztetés: lavina" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "Figyelmeztetés: földrengés" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "Figyelmeztetés: erdőtűz" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "Figyelmeztetés: árvíz" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "Swiss Météo" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "Ehhez a szolgáltatóhoz egy irányítószámot kell használnia." -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" "Ehhez a szolgáltatóhoz egy 1000-9999 közötti svájci irányítószámot kell " "használnia." -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "Svájc" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2060,7 +2056,7 @@ msgstr "" "Nem tölthető be a beállítófájl a megadott elérési útvonalról:\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2068,110 +2064,130 @@ msgstr "" "Nem tölthető be a beállítófájl tartalma a megadott elérési útvonalról:\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Ellenőrizze hogy van-e földrajzi helyzet megadva vagy használja az " "automatikus helyzet-meghatározást." -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "" "Ez az időjárás-előrejelzés szolgáltató API-kulcs használatát írj elő a " "szolgáltatása használatához" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Harmatpont" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "A csapadék {precipEnd} percen belül megszűnik" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "A csapadék nem szűnik meg egy órán belül" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "A csapadék {precipStart} percen belül esni kezd" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" "Az előrejelzés értelmezése nem sikerült. További részletekért tekintse meg a " "naplófájlokat." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "Frissítve: {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance}{distanceUnit} távolságra Öntől" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "Állomásnév: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Térség: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "{count} időjárási riasztás(ok)" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Hiba lépett fel a hibakeresési információk elmentése közben" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "Nem sikerült megnyitni a(z) {filePath} fájlt írásra" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "A hibakeresési információk sikeresen mentve" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Elmentve ide: {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "Helymeghatározási szolgáltatás blokkolva" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "Nincs szkript" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "Először hozzá kell adnia egy szkriptet." -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "Nincsenek időjárási adatok" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "Nincsenek időjárási adatok a szkript futtatásához" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "A szkript sikeresen végrehajtva" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "A szkript sikeresen végrehajtva." -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "Hiba a szkript futtatásakor" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" "A szkript hibát adott vissza, további információért tekintse meg a naplókat" @@ -2672,10 +2688,6 @@ msgstr "" "bemutatásra kerülnek, amelyet könnyen elérhet a Súgó lapon található gombra " "kattintva." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "Open-Meteo" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "Deutscher Wetterdienst (csak Németország)" @@ -3096,3 +3108,15 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "Tesztelje a parancsát" + +#. 3.8->settings-schema.json->uvIndex->description +#, fuzzy +msgid "Enable displaying UV Index" +msgstr "Engedélyezze az időjárási riasztások megjelenítését" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/id.po b/weather@mockturtl/files/weather@mockturtl/po/id.po index 369ebb77375..55af84f4372 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/id.po +++ b/weather@mockturtl/files/weather@mockturtl/po/id.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: weather@mockturtl 3.2.1\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2022-03-22 13:51+0700\n" "Last-Translator: Ruddy Pranata \n" "Language-Team: Ruddy Pranata \n" @@ -20,65 +20,65 @@ msgstr "" "X-Generator: Poedit 2.3\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Kesalahan" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Kesalahan Layanan" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Kunci API salah" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Format Lokasi Salah" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Kunci Diblokir" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Tidak dapat menemukan lokasi" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "No Api Key" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Tidak ada Lokasi" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Paket Hilang" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Lokasi tidak tercakup" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Applet Cuaca" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Klik untuk membuka" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Menyegarkan" @@ -88,8 +88,8 @@ msgstr "API mengembalikan kode status antara 400 dan 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Lokasi Toko" @@ -101,14 +101,14 @@ msgstr "Anda tidak dapat menyimpan lokasi yang diperoleh secara otomatis, maaf" msgid "Could not get weather information" msgstr "Tidak bisa mendapatkan informasi cuaca" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Kesalahan Tak Terduga Saat Menyegarkan Cuaca, silakan lihat log in Looking " "Glass" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -124,7 +124,7 @@ msgstr "Kesalahan Jaringan, silakan periksa log di Looking Glass" msgid "As of" msgstr "Pada" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Dipersembahkan oleh" @@ -132,52 +132,52 @@ msgstr "Dipersembahkan oleh" msgid "from you" msgstr "darimu" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "in" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Memuat cuaca saat ini..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Memuat cuaca masa depan..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Memuat ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Suhu" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Kelembaban" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Tekanan" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Angin" @@ -186,17 +186,17 @@ msgid "Make sure you entered a location or use Automatic location instead" msgstr "" "Pastikan Anda memasukkan lokasi atau gunakan Lokasi otomatis sebagai gantinya" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Tidak dapat menemukan lokasi berdasarkan alamat, harap periksa apakah itu " "benar" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "Gagal memanggil Geolocation API, lihat Looking Glass untuk kesalahan." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Peringatan" @@ -205,17 +205,17 @@ msgid "You can only save correct locations when the applet is not refreshing" msgstr "" "Anda hanya dapat menyimpan lokasi yang benar ketika applet tidak menyegarkan" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Anda tidak dapat menyimpan lokasi yang salah" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Info" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Lokasi sudah disimpan" @@ -253,15 +253,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Terasa seperti" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Gagal Memproses Info Cuaca" @@ -274,7 +274,7 @@ msgstr "" "atau dapatkan yang pertama di https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -282,7 +282,7 @@ msgstr "" "Harap Pastikan Anda\n" "memasukkan kunci API dengan benar dan akun Anda tidak terkunci" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -293,272 +293,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Hujan deras" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Hujan" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Hujan ringan" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Hujan es yang lebat" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Hujan beku" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Hujan es ringan" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Gerimis beku ringan" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Gerimis Beku" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Gerimis ringan" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Pelet es berat" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Pelet Es" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Pelet es ringan" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Salju tebal" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Salju" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Salju Ringan" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Kebingungan" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Hujan badai" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Kabut Tipis" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Kabut" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Berawan" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Sebagian besar berawan" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Berawan" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Sebagian besar jelas" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Jernih" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Cerah" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Tidak dikenal" @@ -590,7 +586,7 @@ msgstr "" "Harap Pastikan Anda\n" "memasukkan kunci API yang Anda miliki dari DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Tidak dapat memperoleh lokasi" @@ -600,124 +596,124 @@ msgid "" msgstr "" "Layanan Lokasi merespons dengan kesalahan, silakan lihat log di Looking Glass" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Keadaan mendung" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Langit cerah" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Terang" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Hujan lebat dan guntur" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Hujan deras" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Hujan deras disertai petir" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Hujan es lebat" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Hujan es lebat dan guntur" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Hujan es lebat" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Hujan es lebat dan guntur" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Salju lebat dan guntur" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Hujan salju lebat" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Hujan salju lebat dan guntur" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Hujan ringan dan guntur" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Hujan rintik-rintik" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Hujan ringan dan guntur" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Hujan es ringan" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Hujan es ringan dan guntur" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Hujan es ringan" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Hujan es ringan dan guntur" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Salju ringan dan guntur" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Hujan salju ringan" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Hujan salju ringan dan guntur" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Hujan dan guntur" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Gerimis" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Hujan deras dan guntur" @@ -726,49 +722,49 @@ msgstr "Hujan deras dan guntur" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Hujan Es" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Hujan es dan guntur" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Hujan es" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Hujan es dan guntur" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Salju dan guntur" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Hujan salju" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Hujan salju dan guntur" @@ -777,20 +773,20 @@ msgstr "Hujan salju dan guntur" msgid "Unexpected response from API" msgstr "Respons tak terduga dari API" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Visibilitas" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Gagal Memproses Info Cuaca Saat Ini" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Gagal Memproses Info Prakiraan" @@ -819,294 +815,294 @@ msgid "Excellent - More than" msgstr "Luar biasa - Lebih dari" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Kabut" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Mendung" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Light rain shower" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Gerimis" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Hujan deras" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Mandi hujan es" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Hujan Es" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Hujan es" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Hujan salju ringan" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Hujan salju lebat" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Guruh" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Hujan petir" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "Pastikan Lokasi dalam format yang benar di Pengaturan" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Pastikan Anda memasukkan kunci yang benar di pengaturan" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" msgstr "" "Lokasi tidak ditemukan, pastikan lokasi tersedia atau dalam format yang benar" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Jika masalah ini berlanjut, silakan hubungi Penulis applet ini" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Kesalahan Tidak Diketahui, silakan lihat log di Looking Glass" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Badai petir disertai hujan ringan" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Badai petir dengan hujan" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Badai petir disertai hujan lebat" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Badai petir ringan" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Badai petir yang hebat" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Badai petir" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Badai petir dengan gerimis ringan" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Badai petir dengan gerimis" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Badai petir dengan gerimis lebat" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Gerimis dengan intensitas ringan" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Gerimis dengan intensitas tinggi" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Hujan gerimis intensitas ringan" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Hujan gerimis" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Hujan gerimis dengan intensitas tinggi" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Mandi hujan dan gerimis" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Hujan deras dan gerimis" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Hujan gerimis" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Hujan Sedang" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Hujan dengan intensitas tinggi" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Hujan sangat deras" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Hujan ekstrim" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Hujan pancuran intensitas ringan" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Mandi Hujan" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Hujan deras dengan intensitas tinggi" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Hujan deras" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Hujan Es" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Hujan ringan dan salju" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Hujan dan salju" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Hujan salju ringan" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Mandi salju" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Hujan salju lebat" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Berasap" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Kabut" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Pasir, pusaran debu" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Pasir" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Debu" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Abu vulkanik" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Badai" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Angin Topan" @@ -1114,30 +1110,30 @@ msgstr "Angin Topan" msgid "Sky is clear" msgstr "Langit cerah" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Awan" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Sedikit awan" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Awan Tersebar" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Berawan Sebagian" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Awan Mendung" @@ -1145,80 +1141,80 @@ msgstr "Awan Mendung" msgid "Could not get forecast for your area" msgstr "Tidak bisa mendapatkan perkiraan untuk wilayah Anda" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "Lokasi di luar AS, harap gunakan penyedia lain." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Gagal Memproses Info Prakiraan Per Jam" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Cerah dan berangin" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Sedikit awan dan berangin" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Sebagian berawan dan berangin" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Sebagian besar berawan dan berangin" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Mendung dan berangin" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Hujan Bersalju" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Hujan dan salju yang membekukan" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Angin Ribut" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Badai" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Badai Tropis" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Panas" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Dingin" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Badai Salju" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Hari Ini" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Besok" @@ -1250,79 +1246,79 @@ msgstr "Jum'at" msgid "Saturday" msgstr "Sabtu" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Tenang" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Udara Ringan" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Angin Sepoi-sepoi" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Hembusan Angin Pelan" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Angin Sedang" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Angin Segar" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Angin Kencang" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Dekat Angin Kencang" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Angin Ribut" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Angin Ribut Kuat" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Badai Dahsyat" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "U" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "TL" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "T" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "TS" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "S" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "BD" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "B" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "BL" @@ -1374,7 +1370,7 @@ msgstr "" "Terjadi kesalahan yang tidak diketahui saat memperoleh cuaca, lihat log " "Looking Glass untuk informasi lebih lanjut" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Badai Tropis" @@ -1382,10 +1378,10 @@ msgstr "Badai Tropis" msgid "Severe Thunderstorms" msgstr "Badai Petir yang Parah" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Badai Petir" @@ -1401,21 +1397,21 @@ msgstr "Campuran Hujan dan Hujan es" msgid "Mixed Snow and Sleet" msgstr "Campuran Salju dan Hujan es" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Gerimis Beku" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Hujan Beku" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Gerimis" @@ -1423,15 +1419,15 @@ msgstr "Gerimis" msgid "Snow Flurries" msgstr "Hujan Salju" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Hujan Salju Ringan" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Salju Berangin" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Berkabut" @@ -1443,69 +1439,68 @@ msgstr "Berasap" msgid "Blustery" msgstr "Kencang" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Berangin" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Sebagian Besar Berawan" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Berawan" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Umumnya cerah" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Campuran Hujan dan Hujan es" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Badai Petir Terisolasi" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Badai Petir Terisolasi" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Hujan Tersebar" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Hujan Deras" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Hujan Salju Tersebar" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Salju Berat" @@ -1517,7 +1512,7 @@ msgstr "Tidak Tersedia" msgid "Scattered Thundershowers" msgstr "Hujan Petir Tersebar" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1525,7 +1520,7 @@ msgstr "" "Tidak dapat mengambil log, file log tidak ditemukan di bawah jalur\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1533,338 +1528,338 @@ msgstr "" "Tidak bisa mendapatkan konten file log di bawah jalur\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Bertemu Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Data tidak ditemukan untuk lokasi" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Sangat Buruk" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Kurang dari {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Sangat Baik" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Lebih dari {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Buruk" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Antara {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Sedang" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Bagus" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Sangat Baik" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 #, fuzzy msgid "Squall" msgstr "Badai" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "Hujan salju ringan" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norway" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Gerimis Lebat" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Hujan salju ringan" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Hujan salju lebat" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Hujan Bersalju" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Hujan salju" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Kabut Beku" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Angin sepoi-sepoi" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Angin Kencang" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Penyeberangan Visual" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Meniup atau melayang salju" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Gerimis/hujan lebat" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Gerimis/hujan ringan" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Badai Debu" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Gerimis beku/hujan beku" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Hujan gerimis/hujan yang membekukan" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Gerimis beku ringan/hujan beku" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Awan corong/tornado" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Hujan es" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Es" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Petir tanpa guntur" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Curah hujan di sekitarnya" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Hujan lebat dan salju" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Hujan ringan dan salju" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Cakupan langit berkurang" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Cakupan langit meningkat" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Langit tidak berubah" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Asap atau kabut" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Hujan salju dan hujan" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Badai petir tanpa presipitasi" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Debu Berlian" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Sebagian berawan" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Pastikan Anda memasukkan kunci API dengan benar" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "Tidak Ditemukan" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Meniup Salju" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Sedikit salju" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Salju sedang" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Curah hujan sedang" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Campuran hujan dan salju" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Hujan lebat bercampur salju" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 #, fuzzy msgid "Weather Underground" msgstr "Kondisi Cuaca" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 #, fuzzy msgid "Strong Storm" msgstr "Angin Kencang" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 #, fuzzy msgid "Rain and Snow" msgstr "Hujan dan salju" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 #, fuzzy msgid "Rain and Sleet" msgstr "Campuran Hujan dan Hujan es" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 #, fuzzy msgid "Snow Showers" msgstr "Hujan salju" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 #, fuzzy msgid "Mostly Clear" msgstr "Sebagian besar jelas" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 #, fuzzy msgid "Pirate Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 #, fuzzy msgid "" "Please Make sure you\n" @@ -1873,7 +1868,7 @@ msgstr "" "Harap Pastikan Anda\n" "memasukkan kunci API yang Anda miliki dari Climacell" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 #, fuzzy msgid "" "Location Service couldn't find your location, please see the logs in Looking " @@ -1881,197 +1876,198 @@ msgid "" msgstr "" "Layanan Lokasi merespons dengan kesalahan, silakan lihat log di Looking Glass" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Hujan Bersalju" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Hujan salju ringan" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Hujan salju lebat" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Badai petir disertai hujan ringan" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Badai petir dengan hujan" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 #, fuzzy msgid "Feels like" msgstr "Terasa seperti" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Hujan Tersebar" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Badai Petir" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Hujan ringan" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Hujan es ringan" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Badai Petir yang Parah" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Awan" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Awan" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 #, fuzzy msgid "Overcast and Dry" msgstr "Mendung dan berangin" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Sedikit salju" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Hujan Salju Tersebar" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Hujan petir" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Hujan petir" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 #, fuzzy msgid "Wind Warning" msgstr "Peringatan" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Badai petir dengan hujan" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Peringatan" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Peringatan" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 #, fuzzy msgid "Frost Warning" msgstr "Peringatan" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 #, fuzzy msgid "Heat Warning" msgstr "Peringatan" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 #, fuzzy msgid "Flood Warning" msgstr "Peringatan" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 #, fuzzy msgid "" "Could not retrieve config, file was not found under paths\n" @@ -2080,7 +2076,7 @@ msgstr "" "Tidak dapat mengambil konfigurasi, file tidak ditemukan di bawah jalur\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2088,109 +2084,129 @@ msgstr "" "Tidak bisa mendapatkan konten file konfigurasi di bawah jalur\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 #, fuzzy msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Pastikan Anda memasukkan lokasi atau gunakan Lokasi otomatis sebagai gantinya" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Penyedia ini memerlukan kunci API untuk beroperasi" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Titik Embun" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Curah hujan akan berakhir dalam {precipEnd} menit" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Curah hujan tidak akan berakhir dalam waktu satu jam" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Curah hujan akan mulai dalam {precipStart} menit" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "Penguraian perkiraan gagal, lihat log untuk detail selengkapnya." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "Pada {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance} {distanceUnit} dari Anda" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Kesalahan Menyimpan Informasi Debug" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 #, fuzzy msgid "Could not open file {filePath} for writing" msgstr "Tidak bisa mendapatkan informasi cuaca" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Informasi Debug berhasil disimpan" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Disimpan ke {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 #, fuzzy msgid "Location Service Blocked" msgstr "Lokasi Toko" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 #, fuzzy msgid "No Weather Data" msgstr "US Weather" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2687,10 +2703,6 @@ msgstr "" "Situs Web Cinnamon Spices yang dapat Anda akses dengan tombol pada tab " "Bantuan." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -3074,3 +3086,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/is.po b/weather@mockturtl/files/weather@mockturtl/po/is.po index 500aae3d609..bc171d69604 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/is.po +++ b/weather@mockturtl/files/weather@mockturtl/po/is.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: weather@mockturtl\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2024-11-23 18:07+0000\n" "Last-Translator: Sveinn í Felli \n" @@ -21,65 +21,65 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Villa" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Villa í þjónustu" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Rangur API-lykill" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Rangt snið á staðsetningu" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "API-lykill útilokaður" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Gat ekki fundið staðsetningu" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Enginn API-lykill" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Engin staðsetning" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Pakkar sem vantar" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Staðsetning ekki með" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Veðursmáforrit" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Smelltu til að opna" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Endurlesa" @@ -89,8 +89,8 @@ msgstr "API-forritsviðmótið skilaði stöðukóða á milli 400 og 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Vistun staðsetninga" @@ -102,14 +102,14 @@ msgstr "Því miður, ekki er hægt að vista staðsetningu sem fundin er sjálf msgid "Could not get weather information" msgstr "Gat ekki náð í veðurupplýsingar" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Óvænt villa kom upp við að uppfæra veðurupplýsingar, skoðaðu atvikaskrár í " "Looking Glass" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -125,7 +125,7 @@ msgstr "Villa í netkerfi, skoðaðu atvikaskrár í Looking Glass" msgid "As of" msgstr "Miðað við" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Keyrt með" @@ -133,52 +133,52 @@ msgstr "Keyrt með" msgid "from you" msgstr "frá þér" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "í" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "míl" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Hleð inn veðurlýsingu ..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Hleð inn veðurspá ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Hleð inn ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Hitastig" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Rakastig" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Loftþrýstingur" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Vindur" @@ -188,18 +188,18 @@ msgstr "" "Gakktu úr skugga um að þú hafir sett inn staðsetningu eða sért að nota " "sjálfvirka staðsetningu" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Gat ekki fundið staðsetningu út frá heimilisfangi, athugaðu hvort það sé rétt" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" "Mistókst að fletta upp í API-viðmóti hnattstaðsetningar, skoðaðu atvikaskrár " "í Looking Glass til að sjá villur." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Aðvörun" @@ -209,17 +209,17 @@ msgstr "" "Þú getur aðeins vistað réttar staðsetningar þegar smáforritið er ekki að " "endulesa upplýsingar" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Þú getur ekki vistað ranga staðsetningu" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Upplýsingar" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Staðsetning er þegar vistuð" @@ -259,15 +259,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Með vindkælingu" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Tókst ekki að meðhöndla veðurupplýsingar" @@ -280,7 +280,7 @@ msgstr "" "en náðu fyrst í einn slíkan á https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -288,7 +288,7 @@ msgstr "" "Gakktu úr skugga um að þú hafir\n" "sett API-lykilinn rétt inn og að notandaaðgangurinn þinn sé ekki læstur" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -299,272 +299,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Úrfelli" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Rigning" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Dálítil rigning" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Talsverð frostrigning" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Frostrigning" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Dálítil frostrigning" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Dálítil frostsúld" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Frostsúld" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Dálítil súld" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Mikil ískorn" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Ískorn" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Dálítil ískorn" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Mikil snjókoma" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Snjókoma" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Dálítil snjókoma" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Snjófjúk" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Þrumuveður" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Létt þoka" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Þoka" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Skýjað" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Alskýjað" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Hálfskýjað" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Mestmegnis bjart" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Heiðskírt" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Sólskin" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Óþekkt" @@ -596,7 +592,7 @@ msgstr "" "Gakktu úr skugga um að þú hafir\n" "sett API-lykilinn frá DarkSky rétt inn" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Gat ekki fengið staðsetninguna" @@ -606,124 +602,124 @@ msgid "" msgstr "" "Staðsetningarþjónusta svaraði með villum, skoðaðu atvikaskrár í Looking Glass" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Skýjahula" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Heiðskírt" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Bjartviðri" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Úrfelli og þrumur" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Talsverðir skúrir" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Talsverðir skúrir og þrumur" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Talsverð slydda" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Talsverð slydda og þrumur" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Talsverð slydduél" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Talsverð slydduél og þrumur" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Talsverð snjókoma og þrumur" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Talsverð snjóél" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Talsverð snjóél og þrumur" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Dálítið regn og þrumur" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Dálitlir skúrir" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Dálitlir skúrir og þrumur" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Dálítil slydda" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Dálítil slydda og þrumur" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Dálítil slydduél" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Dálítil slydduél og þrumur" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Dálítil snjókoma og þrumur" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Dálítil snjóél" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Dálítil snjóél og þrumur" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Regn og þrumur" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Skúrir" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Skúrir og þrumur" @@ -732,49 +728,49 @@ msgstr "Skúrir og þrumur" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Slydda" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Slydda og þrumur" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Slydduél" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Slydduél og þrumur" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Snjókoma og þrumur" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Snjóél" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Snjór og þrumur" @@ -783,20 +779,20 @@ msgstr "Snjór og þrumur" msgid "Unexpected response from API" msgstr "Óskiljanlegt svar frá API-viðmótinu" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Skyggni" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Tókst ekki að meðhöndla fyrirliggjandi veðurupplýsingar" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Tókst ekki að meðhöndla veðurspárupplýsingar" @@ -825,98 +821,98 @@ msgid "Excellent - More than" msgstr "Frábært - meira en" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Mistur" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Alskýjað" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Dálitlar regnskúrir" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Súld" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Talsverðir regnskúrir" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Slydduél" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Haglél" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Haglél" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Dálítil snjóél" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Talsverð snjóél" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Þrumur" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Þrumuskúrir" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "Gakktu úr skugga um að staðsetning sé á réttu sniði í stillingunum" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Gakktu úr skugga um að þú hafir sett inn réttan lykil í stillingunum" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -924,197 +920,197 @@ msgstr "" "Staðsetning fannst ekki, gakktu úr skugga um að staðsetning sé tiltæk og á " "réttu sniði" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "" "Ef vandamálið er viðvarandi skaltu hafa samband við höfund smáforritsins" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Óþekkt villa, skoðaðu atvikaskrár í Looking Glass" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Þrumuveður með dálítilli rigningu" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Þrumuveður með rigningu" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Þrumuveður með talsverðri rigningu" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Dálítið þrumuveður" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Talsvert þrumuveður" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Þrumuveður á köflum" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Þrumuveður með dálítilli súld" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Þrumuveður með súld" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Þrumuveður með talsverðri súld" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Súldarslæðingur" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Talsverð súldarrigning" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Dálítil súldarrigning" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Súldarrigning" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Talsverð súldarrigning" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Skúraleiðingar og súld" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Talsverðar skúraleiðingar og súld" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Súldarskúrir" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Nokkur rigning" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Talsverð rigning" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Úrfelli" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Mikið úrfelli" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Dálitlar skúraleiðingar" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Skúrir" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Talsverðar skúraleiðingar" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Skúraleiðingar á köflum" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Slydduél" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Dálitlir regn/snjóskúrir" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Regn og snjókoma" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Dálítil snjóél" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Snjóél" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Talsverð snjóél" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Reykur" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Mistur" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Sand eða rykhvirflar" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Sandur" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Ryk" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Gosaska" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Vindhviður" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Hvirfilbylur" @@ -1122,30 +1118,30 @@ msgstr "Hvirfilbylur" msgid "Sky is clear" msgstr "Heiðskírt" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Skýjað" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Hálfskýjað" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Léttskýjað" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Skýjað með köflum" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Alskýjað" @@ -1153,80 +1149,80 @@ msgstr "Alskýjað" msgid "Could not get forecast for your area" msgstr "Tókst ekki að fá spá fyrir svæðið þitt" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "Staðsetning er utan BNA, notaðu aðra þjónustuveitu." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Tókst ekki að meðhöndla upplýsingar fyrir klukkustundaspá" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Bjartviðri og vindur" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Léttskýjað og vindur" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Hálfskýjað og vindasamt" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Alskýjað og vindasamt" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Alskýjað og vindur" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Snjókennd rigning" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Frostrigning og snjór" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Fellibylur" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Rok" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Hitabeltisstormur" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Heitt" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Kalt" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Snjóbylur" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Í dag" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Á morgun" @@ -1258,79 +1254,79 @@ msgstr "Föstudagur" msgid "Saturday" msgstr "Laugardagur" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Logn" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Andvari" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Kul" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Gola" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Stinningsgola" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Kaldi" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Stinningskaldi" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Allhvasst" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Hvassviðri" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Stormur" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Ofsaveður" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "N" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "NA" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "A" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "SA" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "S" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "SV" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "V" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "NV" @@ -1382,7 +1378,7 @@ msgstr "" "Óþekkt villa við að fletta upp veðurupplýsingum,\n" " skoðaðu atvikaskrár í Looking Glass til að sjá villur" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Hitabeltisstormur" @@ -1390,10 +1386,10 @@ msgstr "Hitabeltisstormur" msgid "Severe Thunderstorms" msgstr "Hvasst þrumuveður" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Þrumuveður" @@ -1409,21 +1405,21 @@ msgstr "Ýmist rigning eða slydda" msgid "Mixed Snow and Sleet" msgstr "Ýmist snjókoma eða slydda" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Frostsúld" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Frostrigning" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Skúrir" @@ -1431,15 +1427,15 @@ msgstr "Skúrir" msgid "Snow Flurries" msgstr "Snjóhryðjur" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Dálítil snjóél" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Snjóbylur" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Þokuveður" @@ -1451,69 +1447,68 @@ msgstr "Reykjarkóf" msgid "Blustery" msgstr "Vindhviður" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Vindasamt" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Alskýjað" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Hálfskýjað" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Sólskin að mestu" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Ýmist rigning eða haglél" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Þrumuveður á köflum" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Þrumuveður á dreif" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Skúrir á dreif" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Úrfelli" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Snjóél á dreif" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Talsverð snjókoma" @@ -1525,7 +1520,7 @@ msgstr "Ekki tiltækt" msgid "Scattered Thundershowers" msgstr "Þrumuskúrir á dreif" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1533,7 +1528,7 @@ msgstr "" "Gat ekki náð í atvikaskrár, atvikaskrá fannst ekki á uppgefinni slóð\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1541,7 +1536,7 @@ msgstr "" "Gat ekki náð í efni atvikaskrár á uppgefinni slóð\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." @@ -1551,11 +1546,11 @@ msgstr "" "athugað hvort það leysi vandamálið." #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "UK MET stofnunin" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" @@ -1563,308 +1558,308 @@ msgstr "" "MET Office UK þjónustar einungis Bretland, gakktu úr skugga um að " "staðsetningin þín sé þar" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Engin gögn fundust fyrir staðsetningu" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Mjög lélegt" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "minna en {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Frábært" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "meira en {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Lélegt" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "milli {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Miðlungs" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Gott" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Mjög gott" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "Aska" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "Rokur" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 msgid "Light shower sleet" msgstr "Dálítil slydduél" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET - Noregur" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Mikil súld" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 msgid "Light shower rain" msgstr "Dálitlar skúraleiðingar" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 msgid "Heavy shower rain" msgstr "Talsverðar skúraleiðingar" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 msgid "Mix snow/rain" msgstr "Snjókoma eða rigning" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 msgid "Snow shower" msgstr "Snjóél" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Frostþoka" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Dálítill vindur" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Talsverður vindur" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Skafrenningur" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Talsverð súld/rigning" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Dálítil súld/rigning" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Rykstormur" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Frostsúld/frostrigning" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Talsverð frostsúld/frostrigning" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Dálítil frostsúld/frostrigning" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Skýstrokkur" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Haglél" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Ís" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Eldingar án þruma" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Úrkoma í grennd" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Talsverð rigning eða snjókoma" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Dálítil rigning eða snjókoma" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Minnkandi skýjahula" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Vaxandi skýjahula" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Óbreytt skýjahula" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Reykur eða mistur" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Regn- eða snjóél" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Þrumuveður án úrkomu" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Ískristallar" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Hálfskýjað" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Gakktu úr skugga um að þú hafir sett API-lykilinn rétt inn " #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "FINNST EKKI" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Snjóbylur" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Örlítil snjókoma" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Nokkur rigning" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Nokkir skúrir" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Ýmist rigning eða snjókoma" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Talsverð rigning eða snjókoma" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "Deutscher Wetterdienst" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "Veldu aðra þjónustu eða staðsetningu" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "API-lykillinn sem þú gafst upp er ógildur." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "Staðsetningin sem þú gafst upp fannst ekki." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "Ofsarok" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "Regn og snjókoma" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "Rigning og slydda" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Snjóél" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Gjóla" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "Svalt" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "Að mestu leyti bjart" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "Pirate Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" @@ -1872,7 +1867,7 @@ msgstr "" "Gakktu úr skugga um að þú hafir\n" "sett API-lykilinn frá Pirate Weather rétt inn" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" @@ -1880,173 +1875,174 @@ msgstr "" "Staðsetningarþjónusta fann ekki staðsetninguna þína, skoðaðu atvikaskrár í " "Looking Glass" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 msgid "Snow grains" msgstr "Kornsnjór" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 msgid "Light showers" msgstr "Dálitlir skúrir" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 msgid "Heavy showers" msgstr "Talsverðir skúrir" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 msgid "Thunderstorm with slight hail" msgstr "Þrumuveður með dálitlum hagléljum" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 msgid "Thunderstorm with hail" msgstr "Þrumuveður með hagléljum" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "Með vindkælingu" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" -msgstr "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" +msgstr "Open-Meteo" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 msgid "Scattered Sleet" msgstr "Slydda á dreif" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 msgid "Chance of Thunderstorms" msgstr "Mögulegt þrumuveður" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 msgid "Light Rain" msgstr "Dálítil rigning" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 msgid "Light Sleet" msgstr "Dálítil slydda" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "Rigning með köflum" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "Slydda með köflum" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "Snjókoma með köflum" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 msgid "Frequent Thunderstorms" msgstr "Tíð þrumuveður" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 msgid "High Clouds" msgstr "Háskýjað" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 msgid "Low Clouds" msgstr "Lágskýjað" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "Alskýjað og þurrt" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 msgid "Slightly Stormy" msgstr "Dálítið vindasamt" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 msgid "Stormy Snow Showers" msgstr "Hvöss snjóél" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 msgid "Thundery Showers" msgstr "Þrumuskúrir" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 msgid "Thundery Snow Showers" msgstr "Þrumu-snjóél" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "Aðvörun vegna vinds" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 msgid "Thunderstorm Warning" msgstr "Aðvörun vegna þrumuveðurs" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 msgid "Rain Warning" msgstr "Aðvörun vegna rigningar" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 msgid "Snow Warning" msgstr "Aðvörun vegna snjókomu" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "Aðvörun vegna hálku á vegum" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "Aðvörun vegna frosts" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "Aðvörun vegna skriðufalla" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "Aðvörun vegna hita" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "Aðvörun vegna snjóflóða" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "Aðvörun vegna jarðskjálfta" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "Aðvörun vegna skógarelda" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "Aðvörun vegna flóða" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "Météo Suisse" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "Fyrir þessa þjónustuveitu þarf að nota póstnúmer." -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" "Fyrir þessa þjónustuveitu þarf að nota svissneskt póstnúmer, frá 1000-9999." -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "Sviss" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2054,7 +2050,7 @@ msgstr "" "Gat ekki náð í stillingaskrá, stillingaskrá fannst ekki á uppgefinni slóð\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2062,109 +2058,129 @@ msgstr "" "Gat ekki náð í efni stillingaskrár á uppgefinni slóð\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Gakktu úr skugga um að þú hafir sett inn staðsetningu eða sért að nota " "sjálfvirka staðsetningu." -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "" "Þessi þjónustuveita krefst lykils að API-viðmóti til að hægt sé að nota hana" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Daggarmark" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Úrkoma mun hætta eftir {precipStart} mínútur" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Úrkoma mun ekki hætta á næstu klukkustund" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Úrkoma mun hefjast eftir {precipStart} mínútur" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" "Túlkun veðurspár mistókst, skoðaðu atvikaskrár til að sjá frekari " "upplýsingar." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "Miðað við {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance} {distanceUnit} frá þér" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "Heiti stöðvar: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Svæði: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "{count} veðuraðvörun/aðvaranir" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Villa við að vista villuleitarupplýsingar" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "Gat ekki opnað skrána {filePath} sem skrifanlega" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Tókst að vista villuleitarupplýsingar" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Vistað í {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "Lokað á staðsetningaþjónustu" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "Engin skrifta gefin" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "Þú þarft fyrst að bæta við skriftu." -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "Engin veðurgögn" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "Engin veðurgögn til að keyra með skriftu" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "Tókst að keyra skriftu" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "Það tókst að keyra skriftuna þína." -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "Villa við að keyra skriftu" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" "Skriftan skilaði villu, skoðaðu atvikaskrárnar til að sjá nánari upplýsingar" @@ -2659,10 +2675,6 @@ msgstr "" "virka. Nánar er farið yfir þessa mismunandi valkosti á vefsvæði Cinnamon " "Spices sem þú getur nálgast í gegnum hnapp á Hjálp-flipanum." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "Open-Meteo" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "Deutscher Wetterdienst (einungis þýska)" @@ -3050,3 +3062,15 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "Prófaðu skipunina þína" + +#. 3.8->settings-schema.json->uvIndex->description +#, fuzzy +msgid "Enable displaying UV Index" +msgstr "Virkja birtingu aðvarana vegna veðurs" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/it.po b/weather@mockturtl/files/weather@mockturtl/po/it.po index 0031fdceb64..879dc7b5ece 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/it.po +++ b/weather@mockturtl/files/weather@mockturtl/po/it.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2025-01-03 15:33+0100\n" "Last-Translator: Dragone2 \n" "Language-Team: \n" @@ -20,65 +20,65 @@ msgstr "" "X-Generator: Poedit 3.4.2\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Errore" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Errore di Servizio" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Chiave API errata" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Formato posizione errato" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Chiave bloccata" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Impossibile trovare la posizione" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Nessuna chiave API" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Nessuna posizione" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Pacchetti Mancanti" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Località non coperta" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Applet Meteo" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Clicca per aprire" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Ricarica" @@ -88,8 +88,8 @@ msgstr "Le API hanno restituito un codice di status tra 400 e 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Archivio Posizioni" @@ -102,14 +102,14 @@ msgstr "" msgid "Could not get weather information" msgstr "Impossibile ottenere informazioni meteo" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Errore imprevisto durante l'aggiornamento del tempo, consultare il log in " "Looking Glass" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -125,7 +125,7 @@ msgstr "Errore di rete, controlla i log in Looking Glass" msgid "As of" msgstr "Da" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Offerto da" @@ -133,52 +133,52 @@ msgstr "Offerto da" msgid "from you" msgstr "da te" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "in" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Caricamento meteo in corso ..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Caricamento meteo futuro ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Caricamento ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Temperatura" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Umidità" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Pressione" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Vento" @@ -188,19 +188,19 @@ msgstr "" "Assicurati di aver inserito una posizione o utilizza invece la Posizione " "automatica" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Impossibile trovare la posizione in base all'indirizzo, controlla se è " "corretto" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" "Impossibile chiamare l'API di geolocalizzazione, vedere Looking Glass per " "gli errori." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Attenzione" @@ -210,17 +210,17 @@ msgstr "" "È possibile salvare le posizioni corrette solo quando l'applet non si sta " "aggiornando" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Non è possibile salvare una posizione errata" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Info" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Posizione già salvata" @@ -259,15 +259,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Percepita" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Elaborazione delle informazioni meteo non riuscita" @@ -280,7 +280,7 @@ msgstr "" "o prendine una prima su https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -289,7 +289,7 @@ msgstr "" "di aver immesso correttamente la chiave API e che il tuo account non è " "bloccato" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -300,272 +300,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Pioggia molto forte" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Pioggia" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Lievi rovesci" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Forti rovesci con grandine" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Grandine" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Leggera pioggia gelata" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Lievi rovesci con grandine" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Pioggia fine ghiacciata" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Lievi rovesci" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Granuli di ghiaccio pesanti" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Granuli di ghiaccio" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Granuli di ghiaccio leggeri" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Forte nevicata" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Neve" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Neve leggera" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Raffiche" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Temporale" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Nebbia leggera" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Nebbia" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Nuvoloso" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Prevalentemente nuvoloso" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Parzialmente nuvoloso" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Prevalentemente soleggiato" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Sereno" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Soleggiato" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Sconosciuto" @@ -597,7 +593,7 @@ msgstr "" "Per favore assicurati\n" "di aver immesso correttamente la chiave API forntia da DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Impossibile ottenere la posizione" @@ -608,124 +604,124 @@ msgstr "" "Il servizio di localizzazione ha risposto con errori, consultare i registri " "in Looking Glass" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Nuvolosità" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Cielo sereno" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Sereno" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Forti rovesci e tuoni" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Forti rovesci di pioggia" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Forti rovesci e tuoni" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Forte nevicata" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Forte nevicata e tuoni" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Nevischio intenso" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Rovesci di nevischio e tuoni" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Nevicate abbondanti e tuoni" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Forte nevicata" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Forte nevicata e tuoni" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Lievi rovesci e tuoni" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Lievi rovesci" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Lievi rovesci e tuoni" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Nevischio leggero" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Nevischio leggero e tuoni" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Lieve nevicata" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Leggeri rovesci di nevischio e tuoni" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Neve leggera e tuoni" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Rovesci nevosi leggeri" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Leggeri rovesci di neve e tuoni" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Pioggia e tuoni" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Rovesci" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Rovesci e tuoni" @@ -734,49 +730,49 @@ msgstr "Rovesci e tuoni" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Nevischio" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Nevischio e tuoni" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Lieve nevicata" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Rovesci di nevischio e tuoni" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Neve e tuoni" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Rovesci nevosi" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Rovesci di neve e tuoni" @@ -785,20 +781,20 @@ msgstr "Rovesci di neve e tuoni" msgid "Unexpected response from API" msgstr "Risposta inattesa dalle API" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Visibilità" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Elaborazione delle informazioni meteo correnti non riuscita" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Elaborazione delle informazioni di previsione non riuscita" @@ -827,99 +823,99 @@ msgid "Excellent - More than" msgstr "Eccellente - Più di" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Nebbia" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Nuvoloso" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Lievi rovesci" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Lievi rovesci" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Pioggia pesante" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Nevischio" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Grandine" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Grandine" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Lieve nevicata" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Forte nevicata" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Tuoni" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Tuoni" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" "Assicurati che la Posizione sia nel formato corretto nelle Impostazioni" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Assicurati di aver inserito la chiave corretta nelle impostazioni" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -927,196 +923,196 @@ msgstr "" "Posizione non trovata, assicurarsi che la posizione sia disponibile o che " "sia nel formato corretto" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Se il problema persiste, contattare l'autore di questa applet" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Errore sconosciuto, consultare i registri in Looking Glass" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Temporale con pioggia leggera" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Temporale con pioggia" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Temporale con forti piogge" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Lieve temporale" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Forte temporale" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Temporale irregolare" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Temporale con leggera pioviggine" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Temporale con pioviggine" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Temporale con forti rovesci" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Lievi rovesci" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Forti rovesci" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Lievi rovesci" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Rovesci" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Forti rovesci" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Rovesci" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Forti rovesci" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Rovesci" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Rovesci moderati" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Forti rovesci" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Pioggia molto forte" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Rovesci estremi" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Pioggia a bassa intensità" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Pioggia" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Pioggia intensa" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Pioggia" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Nevischio" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Lievi rovesci e neve" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Pioggia e neve" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Lieve nevicata" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Neve" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Forte nevicata" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Fumo" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Foschia" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Sabbia, vortici di polvere" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Sabbia" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Polvere" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Cenere vulcanica" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Burrasche" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornado" @@ -1124,30 +1120,30 @@ msgstr "Tornado" msgid "Sky is clear" msgstr "Cielo sereno" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Nuvoloso" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Poco nuvoloso" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Nubi sparse" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Nubi sparse" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Nuvoloso" @@ -1155,81 +1151,81 @@ msgstr "Nuvoloso" msgid "Could not get forecast for your area" msgstr "Impossibile ottenere le previsioni per la tua zona" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "" "La posizione è al di fuori degli Stati Uniti, utilizzare un provider diverso." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Impossibile elaborare le informazioni sulla Previsione Oraria" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Sereno e ventoso" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Poco nuvoloso con vento" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Parzialmente nuvoloso con vento" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Prevalentemente nuvoloso e ventoso" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Nuvoloso e ventoso" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Pioggia nevosa" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Pioggia gelata e neve" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Uragano" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Tempesta" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tempesta tropicale" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Caldo" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Freddo" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Bufera di neve" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Oggi" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Domani" @@ -1261,79 +1257,79 @@ msgstr "Venerdì" msgid "Saturday" msgstr "Sabato" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Sereno" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Aria leggera" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Brezza leggera" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Brezza leggera" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Brezza moderata" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Brezza fresca" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Vento forte" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Quasi burrasca" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Burrasca" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Forte burrasca" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Tempesta violenta" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "N" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "NE" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "E" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "SE" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "S" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "SO" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "O" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "NO" @@ -1385,7 +1381,7 @@ msgstr "" "Si è verificato un errore sconosciuto durante l'ottenimento del meteo, " "vedere i log di Looking Glass per ulteriori informazioni" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Tempesta tropicale" @@ -1393,10 +1389,10 @@ msgstr "Tempesta tropicale" msgid "Severe Thunderstorms" msgstr "Temporali di grande intensità" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Temporali" @@ -1412,21 +1408,21 @@ msgstr "Pioggia e nevischio" msgid "Mixed Snow and Sleet" msgstr "Neve e nevischio" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Pioggia gelata" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Grandine" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Rovesci" @@ -1434,15 +1430,15 @@ msgstr "Rovesci" msgid "Snow Flurries" msgstr "Raffiche di neve" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Lieve nevicata" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Bufera di neve" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Nebbia" @@ -1454,69 +1450,68 @@ msgstr "Fumoso" msgid "Blustery" msgstr "Tempesta" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Ventoso" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Prevalentemente nuvoloso" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Parzialmente nuvoloso" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Prevalentemente soleggiato" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Pioggia mista a grandine" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Temporali isolati" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Temporali sparsi" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Temporali sparsi" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Pioggia Intensa" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Nevicate sparse" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Neve Intensa" @@ -1528,7 +1523,7 @@ msgstr "Non Disponibile" msgid "Scattered Thundershowers" msgstr "Temporali sparsi" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1537,7 +1532,7 @@ msgstr "" "percorso\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1545,7 +1540,7 @@ msgstr "" "Impossibile recuperare il contenuto del file di log nel percorso\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." @@ -1554,11 +1549,11 @@ msgstr "" "cambiare il tuo User-Agent nella guida per vedere se il problema si risolve." #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" @@ -1566,310 +1561,310 @@ msgstr "" "MET Office UK copre solo il Regno Unito, assicurati che la tua posizione sia " "nel paese" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Non sono stati trovati dati per la posizione" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Molto povera" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Meno di {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Eccellente" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Più di {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Povera" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Tra {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Moderata" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Buona" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Molto buona" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "Ash" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "Burrasca" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 msgid "Light shower sleet" msgstr "Nevischio leggero" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norway" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Forti rovesci" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 msgid "Light shower rain" msgstr "Pioggia leggera" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 msgid "Heavy shower rain" msgstr "Pioggia forte" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 msgid "Mix snow/rain" msgstr "Neve e pioggia" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 msgid "Snow shower" msgstr "Rovesci nevosi" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Nebbia gelata" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Vento lieve" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Vento forte" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Neve che soffia o cade" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Forti rovesci" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Lievi rovesci" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Tempesta di sabbia" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Grandine" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Forte Grandinata" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Lieve Grandinata" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Nube a imbuto/Tornado" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Rovesci di grandine" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Ghiaccio" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Fulmini senza tuoni" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Precipitazioni nelle vicinanze" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Forti piogge e neve" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Lievi rovesci e neve" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Copertura del cielo in diminuzione" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Copertura del cielo in aumento" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Cielo invariato" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Fumo o foschia" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Rovesci di neve e pioggia" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Temporale senza precipitazioni" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Polvere di diamante" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Parzialmente nuvoloso" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "" "Per favore assicurati\n" "di aver immesso correttamente la chiave API" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "NON TROVATO" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Bufera di neve" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Lieve nevicata" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Nevicata moderata" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Rovesci moderati" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Pioggia mista a neve" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Forti piogge miste e neve" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "Deutscher Wetterdienst" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "Seleziona un provider o una località diversi" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "Chiave API inserita non valida." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "Località inserita non trovata." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "Forte Tempesta" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "Pioggia e Neve" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "Pioggia e Nevischio" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Rovesci Nevosi" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Arioso" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "Frigido" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "Prevalentemente Sereno" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "Pirate Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" @@ -1877,7 +1872,7 @@ msgstr "" "Per favore assicurati di te\n" "hai inserito la chiave API che hai da Pirate Weather" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" @@ -1885,174 +1880,175 @@ msgstr "" "Il servizio di localizzazione non è riuscito a trovare la tua posizione, " "consulta i registri in Looking Glass" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 msgid "Snow grains" msgstr "Granelli di neve" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 msgid "Light showers" msgstr "Rovesci leggeri" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 msgid "Heavy showers" msgstr "Forti rovesci" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 msgid "Thunderstorm with slight hail" msgstr "Temporale con leggera grandinata" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 msgid "Thunderstorm with hail" msgstr "Temporale con grandine" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "Percepita" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" -msgstr "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" +msgstr "Open-Meteo" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 msgid "Scattered Sleet" msgstr "Nevischio sparso" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 msgid "Chance of Thunderstorms" msgstr "Possibilità di temporali" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 msgid "Light Rain" msgstr "Pioggia Leggera" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 msgid "Light Sleet" msgstr "Nevischio leggero" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "Pioggia intermittente" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "Nevischio intermittente" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "Neve intermittente" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 msgid "Frequent Thunderstorms" msgstr "Temporali frequenti" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 msgid "High Clouds" msgstr "Nuvole alte" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 msgid "Low Clouds" msgstr "Nuvole basse" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "Nuvoloso e asciutto" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 msgid "Slightly Stormy" msgstr "Leggermente tempestoso" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 msgid "Stormy Snow Showers" msgstr "Nevicate tempestose" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 msgid "Thundery Showers" msgstr "Rovesci temporaleschi" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 msgid "Thundery Snow Showers" msgstr "Nevicate temporalesche" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "Allerta vento" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 msgid "Thunderstorm Warning" msgstr "Allerta temporale" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 msgid "Rain Warning" msgstr "Allerta pioggia" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 msgid "Snow Warning" msgstr "Allerta neve" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "Allerta strade scivolose" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "Allerta gelo" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "Allerta movimenti di massa" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "Allerta caldo" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "Allerta valanghe" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "Allerta terremoto" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "Allerta incendio boschivo" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "Allerta inondazione" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "Swiss Météo" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "Per questo fornitore è necessario utilizzare un codice postale." -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" "Per questo provider è necessario utilizzare un codice postale svizzero, " "compreso tra 1000 e 9999." -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "Svizzera" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2061,7 +2057,7 @@ msgstr "" "percorso\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2069,107 +2065,127 @@ msgstr "" "Impossibile recuperare il contenuto del file di config nel percorso\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Assicurati di aver inserito una posizione o di utilizzare invece la " "posizione automatica." -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Questo provider richiedere una chiave API per operare" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Punto di rugiada" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Le precipitazioni termineranno tra {precipEnd} minuti" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Le precipitazioni non finiranno entro un'ora" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Le precipitazioni inizieranno entro {precipStart} minuti" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" "Analisi della previsione non riuscita, vedere i log per maggiori dettagli." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "Alle {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance} {distanceUnit} da te" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "Nome Stazione: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Area: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "{count} allerta/e meteo" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Errore durante il salvataggio delle informazioni di debug" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "Impossibile aprire il file {filePath} in scrittura" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Informazioni di debug salvate con successo" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Salvate in {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "Servizio di localizzazione bloccato" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "Nessuno script fornito" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "Devi prima aggiungere uno script." -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "Nessun dato meteorologico" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "Nessun dato meteorologico con cui eseguire lo script" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "Script eseguito correttamente" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "Il tuo script è stato eseguito con successo." -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "Errore durante l'esecuzione dello script" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" "Lo script ha restituito un errore, consulta i log per ulteriori informazioni" @@ -2669,10 +2685,6 @@ msgstr "" "dettaglio sul sito Web di Cinnamon Spices a cui puoi accedere con il " "pulsante nella scheda Guida." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "Open-Meteo" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "Deutscher Wetterdienst (solo Germania)" @@ -3085,3 +3097,15 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "Prova il tuo comando" + +#. 3.8->settings-schema.json->uvIndex->description +#, fuzzy +msgid "Enable displaying UV Index" +msgstr "Abilita la visualizzazione degli avvisi meteo" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/ja.po b/weather@mockturtl/files/weather@mockturtl/po/ja.po index 270bca31695..ba53554cc2e 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/ja.po +++ b/weather@mockturtl/files/weather@mockturtl/po/ja.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: gnome-shell-extension-weather 1.0\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2022-12-03 22:47+0900\n" "Last-Translator: Takeshi AIHANA \n" "Language-Team: Japanese \n" @@ -19,65 +19,65 @@ msgstr "" "X-Generator: Poedit 2.4.2\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "サービスエラー" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "不正なAPIキー" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "不正な位置情報書式" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "APIキーがありません" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "位置情報がありません" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "サポート外の地点" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "天気アプレット" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "開く" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "更新" @@ -87,8 +87,8 @@ msgstr "" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "" @@ -100,12 +100,12 @@ msgstr "" msgid "Could not get weather information" msgstr "" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -119,7 +119,7 @@ msgstr "" msgid "As of" msgstr "" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "提供:" @@ -127,52 +127,52 @@ msgstr "提供:" msgid "from you" msgstr "" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "in" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "現在の天気を読み込んでいます ..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "天気予報を読み込んでいます ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "読み込み中 ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "気温" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "湿度" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "気圧" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "風向・風速" @@ -180,15 +180,15 @@ msgstr "風向・風速" msgid "Make sure you entered a location or use Automatic location instead" msgstr "位置情報を入力するか位置の自動取得を有効にしてください" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "住所による位置情報の取得に失敗しました。入力を確認してください" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "" @@ -196,17 +196,17 @@ msgstr "" msgid "You can only save correct locations when the applet is not refreshing" msgstr "" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "" @@ -242,15 +242,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "体感温度" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "" @@ -261,13 +261,13 @@ msgid "" msgstr "" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" msgstr "" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -276,54 +276,53 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "大雨" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "雨" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "小雨" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 #, fuzzy msgid "Heavy freezing rain" msgstr "着氷性の雨" @@ -331,176 +330,174 @@ msgstr "着氷性の雨" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "着氷性の雨" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 #, fuzzy msgid "Light freezing rain" msgstr "着氷性の雨" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 #, fuzzy msgid "Light freezing drizzle" msgstr "着氷性の霧雨" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "着氷性の霧雨" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 #, fuzzy msgid "Light drizzle" msgstr "着氷性の霧雨" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "大雪" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "雪" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "小雪" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 #, fuzzy msgid "Flurries" msgstr "にわか雪" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 #, fuzzy msgid "Thunderstorm" msgstr "激しい雷雨" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "霧" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "曇り" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "おおむね曇り" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "ところにより曇り" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 #, fuzzy msgid "Mostly clear" msgstr "おおむね曇り" @@ -508,47 +505,46 @@ msgstr "おおむね曇り" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "快晴" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "晴れ" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "" @@ -576,7 +572,7 @@ msgid "" "entered the API key that you have from DarkSky" msgstr "" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "" @@ -585,134 +581,134 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "雲量" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "快晴" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "晴れ" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 #, fuzzy msgid "Heavy rain showers" msgstr "大雪" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 #, fuzzy msgid "Heavy sleet" msgstr "大雪" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 #, fuzzy msgid "Heavy sleet showers" msgstr "大雪" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 #, fuzzy msgid "Heavy snow and thunder" msgstr "大雪" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 #, fuzzy msgid "Heavy snow showers" msgstr "にわか雪" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "弱いにわか雨" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 #, fuzzy msgid "Light rain showers and thunder" msgstr "弱いにわか雪" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 #, fuzzy msgid "Light sleet showers" msgstr "弱いにわか雪" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 #, fuzzy msgid "Light sleet showers and thunder" msgstr "弱いにわか雪" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 #, fuzzy msgid "Light snow and thunder" msgstr "弱いにわか雪" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "弱いにわか雪" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 #, fuzzy msgid "Light snow showers and thunder" msgstr "弱いにわか雪" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "にわか雨" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "" @@ -721,51 +717,51 @@ msgstr "" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "みぞれ" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 #, fuzzy msgid "Sleet and thunder" msgstr "ところにより激しい雷雨" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 #, fuzzy msgid "Sleet showers" msgstr "ところによりにわか雨" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "にわか雪" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 #, fuzzy msgid "Snow showers and thunder" msgstr "にわか雪" @@ -775,20 +771,20 @@ msgstr "にわか雪" msgid "Unexpected response from API" msgstr "" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "視程" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "" @@ -817,315 +813,315 @@ msgid "Excellent - More than" msgstr "絶好調 ― >" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "どんよりした空" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "弱いにわか雨" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "霧雨" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 #, fuzzy msgid "Heavy rain shower" msgstr "大雪" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 #, fuzzy msgid "Sleet shower" msgstr "ところによりにわか雨" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "雹" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 #, fuzzy msgid "Hail shower" msgstr "にわか雪" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "弱いにわか雪" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 #, fuzzy msgid "Heavy snow shower" msgstr "大雪" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 #, fuzzy msgid "Thunder" msgstr "激しい雷雨" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 #, fuzzy msgid "Thunder shower" msgstr "雷雨" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" msgstr "" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 #, fuzzy msgid "Thunderstorm with rain" msgstr "激しい雷雨" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 #, fuzzy msgid "Light thunderstorm" msgstr "激しい雷雨" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 #, fuzzy msgid "Heavy thunderstorm" msgstr "非常に激しい雷雨" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 #, fuzzy msgid "Ragged thunderstorm" msgstr "局地的な激しい雷雨" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "激しい雷雨" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "霧雨" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 #, fuzzy msgid "Shower rain and drizzle" msgstr "雨と雹" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 #, fuzzy msgid "Shower drizzle" msgstr "着氷性の霧雨" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "大雨" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 #, fuzzy msgid "Extreme rain" msgstr "着氷性の雨" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 #, fuzzy msgid "Light intensity shower rain" msgstr "弱いにわか雪" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 #, fuzzy msgid "Shower rain" msgstr "にわか雨" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 #, fuzzy msgid "Shower sleet" msgstr "にわか雨" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 #, fuzzy msgid "Light rain and snow" msgstr "雨と雪" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 #, fuzzy msgid "Rain and snow" msgstr "雨と雪" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "弱いにわか雪" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 #, fuzzy msgid "Shower snow" msgstr "にわか雨" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 #, fuzzy msgid "Heavy shower snow" msgstr "大雪" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 #, fuzzy msgid "Smoke" msgstr "けむり" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "もや" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "砂塵" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "竜巻" @@ -1133,30 +1129,30 @@ msgstr "竜巻" msgid "Sky is clear" msgstr "" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "曇り" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "ちぎれ雲" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "ちぎれ雲" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "一面の曇り空" @@ -1164,84 +1160,84 @@ msgstr "一面の曇り空" msgid "Could not get forecast for your area" msgstr "" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "" -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 #, fuzzy msgid "Partly cloudy and windy" msgstr "ところにより曇り" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 #, fuzzy msgid "Mostly cloudy and windy" msgstr "おおむね曇り" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 #, fuzzy msgid "Snowy rain" msgstr "にわか雪" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 #, fuzzy msgid "Freezing rain and snow" msgstr "着氷性の雨" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "風力12" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "風力10" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "熱帯暴風雨" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "温暖" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "寒冷" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "大吹雪" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "今日" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "明日" @@ -1273,79 +1269,79 @@ msgstr "金曜日" msgid "Saturday" msgstr "土曜日" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "風力0" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "風力1" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "風力2" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "風力3" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "風力4" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "風力5" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "風力6" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "風力7" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "風力8" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "風力9" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "風力11" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "北" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "北東" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "東" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "南東" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "南" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "南西" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "西" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "北西" @@ -1389,7 +1385,7 @@ msgid "" "more information" msgstr "" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 #, fuzzy msgid "Tropical Storm" msgstr "熱帯暴風雨" @@ -1399,10 +1395,10 @@ msgstr "熱帯暴風雨" msgid "Severe Thunderstorms" msgstr "非常に激しい雷雨" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "激しい雷雨" @@ -1421,23 +1417,23 @@ msgstr "雨とみぞれ" msgid "Mixed Snow and Sleet" msgstr "雪とみぞれ" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 #, fuzzy msgid "Freezing Drizzle" msgstr "着氷性の霧雨" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 #, fuzzy msgid "Freezing Rain" msgstr "着氷性の雨" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "にわか雨" @@ -1446,15 +1442,15 @@ msgstr "にわか雨" msgid "Snow Flurries" msgstr "にわか雪" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "弱いにわか雪" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "吹雪" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "霧" @@ -1466,77 +1462,76 @@ msgstr "けむり" msgid "Blustery" msgstr "大荒れ" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "強風" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 #, fuzzy msgid "Mostly Cloudy" msgstr "おおむね曇り" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 #, fuzzy msgid "Partly Cloudy" msgstr "ところにより曇り" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 #, fuzzy msgid "Mostly Sunny" msgstr "おおむね曇り" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 #, fuzzy msgid "Mixed Rain and Hail" msgstr "雨と雹" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 #, fuzzy msgid "Isolated Thunderstorms" msgstr "局地的な激しい雷雨" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 #, fuzzy msgid "Scattered Thunderstorms" msgstr "ところにより激しい雷雨" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 #, fuzzy msgid "Scattered Showers" msgstr "ところによりにわか雨" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "大雨" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 #, fuzzy msgid "Scattered Snow Showers" msgstr "ところによりにわか雪" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "大雪" @@ -1550,670 +1545,691 @@ msgstr "データなし" msgid "Scattered Thundershowers" msgstr "ところにより激しい雷雨" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "弱いにわか雪" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norway" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 #, fuzzy msgid "Heavy drizzle" msgstr "着氷性の霧雨" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "弱いにわか雪" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "大雪" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "にわか雪" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "にわか雪" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 #, fuzzy msgid "Freezing fog" msgstr "着氷性の雨" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 #, fuzzy msgid "Blowing or drifting snow" msgstr "吹雪" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "砂嵐" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 #, fuzzy msgid "Freezing drizzle/freezing rain" msgstr "着氷性の霧雨" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 #, fuzzy msgid "Hail showers" msgstr "にわか雪" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 #, fuzzy msgid "Heavy rain and snow" msgstr "雨と雪" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 #, fuzzy msgid "Light rain And snow" msgstr "雨と雪" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 #, fuzzy msgid "Snow and rain showers" msgstr "にわか雪" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "ダイアモンドダスト" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 #, fuzzy msgid "Partially cloudy" msgstr "ところにより曇り" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "正しいAPIキーを入力してください" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "吹雪" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 #, fuzzy msgid "Slight snow" msgstr "吹雪" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 #, fuzzy msgid "Moderate snow" msgstr "大雪" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 #, fuzzy msgid "Moderate rain showers" msgstr "ところによりにわか雨" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "雨と雪" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 #, fuzzy msgid "Heavy mixed rain and snow" msgstr "雨と雪" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "Deutscher Wetterdienst" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "別のプロバイダまたは位置情報を選んでください" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 #, fuzzy msgid "Rain and Snow" msgstr "雨と雪" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 #, fuzzy msgid "Rain and Sleet" msgstr "雨とみぞれ" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 #, fuzzy msgid "Snow Showers" msgstr "にわか雪" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 #, fuzzy msgid "Mostly Clear" msgstr "おおむね曇り" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 #, fuzzy msgid "Pirate Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 #, fuzzy msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" msgstr "正しいAPIキーを入力してください" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "にわか雪" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "弱いにわか雪" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "大雪" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "激しい雷雨" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "激しい雷雨" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 #, fuzzy msgid "Feels like" msgstr "体感温度" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "ところによりにわか雨" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "激しい雷雨" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "小雨" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "風力2" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "非常に激しい雷雨" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "曇り" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "曇り" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 #, fuzzy msgid "Overcast and Dry" msgstr "どんよりした空" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "吹雪" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "ところによりにわか雪" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "雷雨" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "雷雨" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "激しい雷雨" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "雨と雪" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "にわか雪" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 #, fuzzy msgid "Make sure you entered a location or use Automatic location instead." msgstr "位置情報を入力するか位置の自動取得を有効にしてください" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "このサービスプロバイダはAPIキーが必要です" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "露点" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "{lastUpdatedTime}現在" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "デバッグ情報が保存されました" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "保存先: {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 #, fuzzy msgid "No Weather Data" msgstr "US Weather" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2693,10 +2709,6 @@ msgid "" "can access with the button on the Help tab." msgstr "" -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "Deutscher Wetterdienst(ドイツ限定)" @@ -3031,3 +3043,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/ko.po b/weather@mockturtl/files/weather@mockturtl/po/ko.po index 87e2699c41d..6c0303b72dc 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/ko.po +++ b/weather@mockturtl/files/weather@mockturtl/po/ko.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: weather@mockturtl 1.13.7\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2024-05-01 17:58+0100\n" "Last-Translator: Hang Park \n" "Language-Team: Korean \n" @@ -19,66 +19,66 @@ msgstr "" "X-Generator: Poedit 3.4.2\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 #, fuzzy msgid "Weather Applet" msgstr "날씨" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "열기" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "새로고침" @@ -88,8 +88,8 @@ msgstr "" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "" @@ -101,12 +101,12 @@ msgstr "" msgid "Could not get weather information" msgstr "" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -120,7 +120,7 @@ msgstr "" msgid "As of" msgstr "" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "" @@ -128,55 +128,55 @@ msgstr "" msgid "from you" msgstr "" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "현재 날씨를 가져오고 있습니다 ..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "날씨 예보를 가져오고 있습니다 ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "가져오는 중 ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 #, fuzzy msgid "Temperature" msgstr "기온:" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 #, fuzzy msgid "Humidity" msgstr "습도:" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 #, fuzzy msgid "Pressure" msgstr "기압:" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 #, fuzzy msgid "Wind" msgstr "풍속:" @@ -185,15 +185,15 @@ msgstr "풍속:" msgid "Make sure you entered a location or use Automatic location instead" msgstr "" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "" @@ -201,17 +201,17 @@ msgstr "" msgid "You can only save correct locations when the applet is not refreshing" msgstr "" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "" @@ -247,15 +247,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "" @@ -266,13 +266,13 @@ msgid "" msgstr "" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" msgstr "" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -281,13 +281,13 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 #, fuzzy msgid "Heavy rain" msgstr "폭설" @@ -295,42 +295,41 @@ msgstr "폭설" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 #, fuzzy msgid "Light rain" msgstr "착빙성 비" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 #, fuzzy msgid "Heavy freezing rain" msgstr "착빙성 비" @@ -338,178 +337,176 @@ msgstr "착빙성 비" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "착빙성 비" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 #, fuzzy msgid "Light freezing rain" msgstr "착빙성 비" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 #, fuzzy msgid "Light freezing drizzle" msgstr "착빙성 이슬비" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "착빙성 이슬비" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 #, fuzzy msgid "Light drizzle" msgstr "착빙성 이슬비" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "폭설" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "눈" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 #, fuzzy msgid "Light snow" msgstr "약한 소낙눈" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 #, fuzzy msgid "Flurries" msgstr "소낙눈" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 #, fuzzy msgid "Thunderstorm" msgstr "뇌우" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 #, fuzzy msgid "Fog" msgstr "안개" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "구름" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "구름 많음" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "구름 약간" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 #, fuzzy msgid "Mostly clear" msgstr "구름 많음" @@ -517,47 +514,46 @@ msgstr "구름 많음" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "맑음" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "화창" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "" @@ -585,7 +581,7 @@ msgid "" "entered the API key that you have from DarkSky" msgstr "" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "" @@ -594,138 +590,138 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 #, fuzzy msgid "Cloudiness" msgstr "구름" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 #, fuzzy msgid "Clear sky" msgstr "맑음" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "맑음" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 #, fuzzy msgid "Heavy rain showers" msgstr "폭설" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 #, fuzzy msgid "Heavy sleet" msgstr "폭설" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 #, fuzzy msgid "Heavy sleet showers" msgstr "폭설" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 #, fuzzy msgid "Heavy snow and thunder" msgstr "폭설" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 #, fuzzy msgid "Heavy snow showers" msgstr "소낙눈" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 #, fuzzy msgid "Light rain showers" msgstr "약한 소낙눈" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 #, fuzzy msgid "Light rain showers and thunder" msgstr "약한 소낙눈" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 #, fuzzy msgid "Light sleet showers" msgstr "약한 소낙눈" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 #, fuzzy msgid "Light sleet showers and thunder" msgstr "약한 소낙눈" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 #, fuzzy msgid "Light snow and thunder" msgstr "약한 소낙눈" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "약한 소낙눈" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 #, fuzzy msgid "Light snow showers and thunder" msgstr "약한 소낙눈" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 #, fuzzy msgid "Rain showers" msgstr "소낙눈" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "" @@ -734,51 +730,51 @@ msgstr "" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "진눈깨비" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 #, fuzzy msgid "Sleet and thunder" msgstr "산재형 뇌우" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 #, fuzzy msgid "Sleet showers" msgstr "산재형 소나기" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "소낙눈" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 #, fuzzy msgid "Snow showers and thunder" msgstr "소낙눈" @@ -788,20 +784,20 @@ msgstr "소낙눈" msgid "Unexpected response from API" msgstr "" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "" @@ -830,319 +826,319 @@ msgid "Excellent - More than" msgstr "" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 #, fuzzy msgid "Light rain shower" msgstr "약한 소낙눈" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "이슬비" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 #, fuzzy msgid "Heavy rain shower" msgstr "폭설" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 #, fuzzy msgid "Sleet shower" msgstr "산재형 소나기" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "우박" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 #, fuzzy msgid "Hail shower" msgstr "소낙눈" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 #, fuzzy msgid "Light snow shower" msgstr "약한 소낙눈" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 #, fuzzy msgid "Heavy snow shower" msgstr "폭설" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 #, fuzzy msgid "Thunder" msgstr "뇌우" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 #, fuzzy msgid "Thunder shower" msgstr "천둥을 동반한 비" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" msgstr "" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 #, fuzzy msgid "Thunderstorm with rain" msgstr "뇌우" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 #, fuzzy msgid "Light thunderstorm" msgstr "뇌우" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 #, fuzzy msgid "Heavy thunderstorm" msgstr "강한 뇌우" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 #, fuzzy msgid "Ragged thunderstorm" msgstr "고립형 뇌우" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "뇌우" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 #, fuzzy msgid "Drizzle rain" msgstr "이슬비" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 #, fuzzy msgid "Shower rain and drizzle" msgstr "비와 우박" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 #, fuzzy msgid "Shower drizzle" msgstr "착빙성 이슬비" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 #, fuzzy msgid "Extreme rain" msgstr "착빙성 비" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 #, fuzzy msgid "Light intensity shower rain" msgstr "약한 소낙눈" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 #, fuzzy msgid "Shower rain" msgstr "소나기" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 #, fuzzy msgid "Shower sleet" msgstr "소나기" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 #, fuzzy msgid "Light rain and snow" msgstr "비와 눈" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 #, fuzzy msgid "Rain and snow" msgstr "비와 눈" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 #, fuzzy msgid "Light shower snow" msgstr "약한 소낙눈" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 #, fuzzy msgid "Shower snow" msgstr "소나기" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 #, fuzzy msgid "Heavy shower snow" msgstr "폭설" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 #, fuzzy msgid "Smoke" msgstr "연기" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "아지랑이" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "먼지" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "토네이도" @@ -1150,32 +1146,32 @@ msgstr "토네이도" msgid "Sky is clear" msgstr "" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 #, fuzzy msgid "Clouds" msgstr "구름" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 #, fuzzy msgid "Scattered clouds" msgstr "산재형 소나기" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "" @@ -1183,84 +1179,84 @@ msgstr "" msgid "Could not get forecast for your area" msgstr "" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "" -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 #, fuzzy msgid "Partly cloudy and windy" msgstr "구름 약간" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 #, fuzzy msgid "Mostly cloudy and windy" msgstr "구름 많음" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 #, fuzzy msgid "Snowy rain" msgstr "소낙눈" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 #, fuzzy msgid "Freezing rain and snow" msgstr "착빙성 비" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "허리케인" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "열대 폭풍우" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "더움" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "추움" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "" @@ -1292,79 +1288,79 @@ msgstr "금요일" msgid "Saturday" msgstr "토요일" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "북풍" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "북동풍" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "동풍" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "남동풍" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "남풍" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "남서풍" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "서풍" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "북서풍" @@ -1408,7 +1404,7 @@ msgid "" "more information" msgstr "" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 #, fuzzy msgid "Tropical Storm" msgstr "열대 폭풍우" @@ -1418,10 +1414,10 @@ msgstr "열대 폭풍우" msgid "Severe Thunderstorms" msgstr "강한 뇌우" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "뇌우" @@ -1440,23 +1436,23 @@ msgstr "비와 진눈깨비" msgid "Mixed Snow and Sleet" msgstr "눈과 진눈깨비" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 #, fuzzy msgid "Freezing Drizzle" msgstr "착빙성 이슬비" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 #, fuzzy msgid "Freezing Rain" msgstr "착빙성 비" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "소나기" @@ -1465,17 +1461,17 @@ msgstr "소나기" msgid "Snow Flurries" msgstr "소낙눈" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 #, fuzzy msgid "Light Snow Showers" msgstr "약한 소낙눈" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 #, fuzzy msgid "Blowing Snow" msgstr "날린 눈" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "안개" @@ -1487,78 +1483,77 @@ msgstr "연기" msgid "Blustery" msgstr "바람 거셈" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "바람 많음" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 #, fuzzy msgid "Mostly Cloudy" msgstr "구름 많음" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 #, fuzzy msgid "Partly Cloudy" msgstr "구름 약간" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 #, fuzzy msgid "Mostly Sunny" msgstr "구름 많음" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 #, fuzzy msgid "Mixed Rain and Hail" msgstr "비와 우박" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 #, fuzzy msgid "Isolated Thunderstorms" msgstr "고립형 뇌우" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 #, fuzzy msgid "Scattered Thunderstorms" msgstr "산재형 뇌우" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 #, fuzzy msgid "Scattered Showers" msgstr "산재형 소나기" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 #, fuzzy msgid "Heavy Rain" msgstr "폭설" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 #, fuzzy msgid "Scattered Snow Showers" msgstr "산재형 소낙눈" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 #, fuzzy msgid "Heavy Snow" msgstr "폭설" @@ -1573,670 +1568,691 @@ msgstr "이용할 수 없음" msgid "Scattered Thundershowers" msgstr "산재형 뇌우" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "약한 소낙눈" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 #, fuzzy msgid "OpenWeatherMap" msgstr "날씨" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 #, fuzzy msgid "WeatherBit" msgstr "날씨" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 #, fuzzy msgid "Heavy drizzle" msgstr "착빙성 이슬비" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "약한 소낙눈" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "폭설" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "소낙눈" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "소낙눈" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 #, fuzzy msgid "Freezing fog" msgstr "착빙성 비" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 #, fuzzy msgid "US Weather" msgstr "날씨" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 #, fuzzy msgid "Blowing or drifting snow" msgstr "날린 눈" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 #, fuzzy msgid "Freezing drizzle/freezing rain" msgstr "착빙성 이슬비" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 #, fuzzy msgid "Hail showers" msgstr "소낙눈" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 #, fuzzy msgid "Heavy rain and snow" msgstr "비와 눈" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 #, fuzzy msgid "Light rain And snow" msgstr "비와 눈" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 #, fuzzy msgid "Snow and rain showers" msgstr "소낙눈" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 #, fuzzy msgid "Partially cloudy" msgstr "구름 약간" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "날린 눈" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 #, fuzzy msgid "Slight snow" msgstr "날린 눈" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 #, fuzzy msgid "Moderate snow" msgstr "폭설" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 #, fuzzy msgid "Moderate rain showers" msgstr "산재형 소나기" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "비와 눈" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 #, fuzzy msgid "Heavy mixed rain and snow" msgstr "비와 눈" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 #, fuzzy msgid "AccuWeather" msgstr "날씨" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 #, fuzzy msgid "Rain and Snow" msgstr "비와 눈" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 #, fuzzy msgid "Rain and Sleet" msgstr "비와 진눈깨비" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 #, fuzzy msgid "Snow Showers" msgstr "소낙눈" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 #, fuzzy msgid "Mostly Clear" msgstr "구름 많음" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 #, fuzzy msgid "Pirate Weather" msgstr "날씨" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" msgstr "" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "소낙눈" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "약한 소낙눈" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "폭설" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "뇌우" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "뇌우" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "산재형 소나기" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "뇌우" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "착빙성 비" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "약한 소낙눈" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "강한 뇌우" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "구름" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "구름" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "날린 눈" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "산재형 소낙눈" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "천둥을 동반한 비" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "천둥을 동반한 비" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "뇌우" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "비와 눈" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "소낙눈" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 #, fuzzy msgid "No Weather Data" msgstr "날씨" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2726,10 +2742,6 @@ msgid "" "can access with the button on the Help tab." msgstr "" -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -3051,3 +3063,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/lt.po b/weather@mockturtl/files/weather@mockturtl/po/lt.po index fefca3d4c82..7f7c736ebf4 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/lt.po +++ b/weather@mockturtl/files/weather@mockturtl/po/lt.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2024-04-08 16:49+0300\n" "Last-Translator: Ernestas Žaglinskas \n" "Language-Team: \n" @@ -22,65 +22,65 @@ msgstr "" "X-Generator: Poedit 3.2.2\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Klaida" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Paslaugos Klaida" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Neteisingas API Raktas" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Neteisingas Vietos Formatas" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Raktas Užblokuotas" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Negalima rasti vietovės" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Nėra Api Rakto" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Nėra Vietovės" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Trūksta Paketų" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Vietovė neuždengta" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Orų Programa" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Spausti, kad atidaryti" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Atnaujinti" @@ -90,8 +90,8 @@ msgstr "API grąžino būsenos kodą tarp 400 ir 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Vietovių saugykla" @@ -103,14 +103,14 @@ msgstr "Atsiprašome, automatiškai gautos vietos išsaugoti negalite" msgid "Could not get weather information" msgstr "Negalima gauti informacijos apie orą" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Netikėta klaida atnaujinant orų prognozę, prašau peržiūrėti įrašus ties " "Looking Glass" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -126,7 +126,7 @@ msgstr "Tinklo klaida, prašau žiūrėti įrašus ties \"Looking Glass\"" msgid "As of" msgstr "Atnaujinta" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Sukurta" @@ -134,52 +134,52 @@ msgstr "Sukurta" msgid "from you" msgstr "nuo tavęs" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "in" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Įkeliami dabartiniai orai..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Įkeliami būsimi orai ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Įkeliama ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Temperatūra" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Drėgmė" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Slėgis" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Vėjas" @@ -187,17 +187,17 @@ msgstr "Vėjas" msgid "Make sure you entered a location or use Automatic location instead" msgstr "Įsitikinkite, kad įvedėte vietą arba naudokite automatinę vietą" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "Nepavyko rasti vietos pagal adresą, patikrinkite, ar tai teisinga" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" "Nepavyko susisiekti su Geografinės padėties API , dėl klaidų žr. „Looking " "Glass“." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Įspėjimas" @@ -205,17 +205,17 @@ msgstr "Įspėjimas" msgid "You can only save correct locations when the applet is not refreshing" msgstr "Tinkamas vietoves galite įrašyti tik tada, kai programa neatnaujinama" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Negalite išsaugoti neteisingos vietovės" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Informacija" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Vietovė jau yra išsaugota" @@ -253,15 +253,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Jutiminė" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Nepavyko apdoroti orų informacijos" @@ -274,7 +274,7 @@ msgstr "" "arba pirmiausia gaukite jį adresu https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -282,7 +282,7 @@ msgstr "" "Prašome įsitikinti ar\n" "teisingai įvedėte API raktą ir Jūsų paskyra nėra užrakinta" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -293,272 +293,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Stiprus lietus" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Lietus" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Nestiprus lietus" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Stipri lijundra" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Lijundra" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Nestipri lijundra" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Nestipri šąlanti dulksna" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Šąlanti dulksna" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Nestipri dulksna" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Sunkios ledo granulės" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Ledo granulės" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Nestiprios ledo granulės" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Stipriai sninga" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Sninga" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Lengvai sninga" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Staigūs vėjo šuorai" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Perkūnija" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Lengvas rūkas" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Rūkas" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Debesuota" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Daugiausia debesuota" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Protarpiais debesuota" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Daugiausia saulėta" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Saulėta" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Saulėta" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Nežinoma" @@ -590,7 +586,7 @@ msgstr "" "Prašome įsitikinti ar\n" "įvedėte API raktą, kurį turite iš DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Nepavyko nustatyti vietovės" @@ -599,124 +595,124 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "Vietos paslauga atsakė su klaidomis. Žr. žurnalus Looking Glass" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Debesuotumas" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Giedra" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Gražus oras" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Stiprus lietus ir perkūnija" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Stiprus lietus" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Stiprus lietus ir perkūnija" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Stipri šlapdriba" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Stipri šlapdriba ir perkūnija" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Stipri šlapdriba" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Stipri šlapdriba su perkūnija" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Stipriai sninga ir griaudi" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Stipriai sninga" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Stirpiai sninga ir griaudi" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Lengvas lietus su perkūnija" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Nestiprus lietus" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Lengvas lietus su perkūnija" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Nestirpi šlapdriba" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Lengva šlapdriba su perkūnija" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Lengva šlapdriba" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Lengva šlapdriba su perkūnija" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Lengvai sninga ir griaudi" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Lengvai snyguriuoja" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Lengvai snyguriuoja ir griaudi" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Lietus ir perkūnija" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Trumpi lietūs" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Trumpi lietūs ir perkūnija" @@ -725,49 +721,49 @@ msgstr "Trumpi lietūs ir perkūnija" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Šlapdriba" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Šlapdriba ir perkūnija" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Šlapdriba" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Šlapdriba ir perkūnija" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Sninga ir griaudi" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Vietomis pasnigs" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Vietomis pasnigs su perkūnija" @@ -776,20 +772,20 @@ msgstr "Vietomis pasnigs su perkūnija" msgid "Unexpected response from API" msgstr "Netikėtas atsakymas iš API" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Matomumas" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Nepavyko apdoroti esamos orų informacijos" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Nepavyko apdoroti orų prognozės informacijos" @@ -818,98 +814,98 @@ msgid "Excellent - More than" msgstr "Puikus – daugiau nei" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Rūkas" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Apsiniaukę" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Trumpalaikis lietus" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Lijundra" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Stiprus, trumpalaikis lietus" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Šlapdriba" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Kruša" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Trumpa kruša" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Protarpiais snyguriuoja" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Stipriai sninga" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Perkūnija" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Perkūnija" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "Įsitikinkite, kad nustatymuose Vietovės formatas yra teisingas" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Įsitikinkite, kad nustatymuose įvedėte teisingą raktą" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -917,196 +913,196 @@ msgstr "" "Vietovė nerasta, įsitikinkite, kad vietovė pasiekiama arba jos formatas yra " "tinkamas" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Jei ši problema išlieka, susisiekite su šios programėlės autoriumi" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Nežinoma klaida, žr. žurnalus Looking Glass" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Perkūnija su nedideliu lietumi" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Perkūnija su lietumi" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Perkūnija su stipriu lietumi" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Nedidelė perkūnija" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Stipri perkūnija" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Smarki perkūnija" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Perkūnija su silpna dulksna" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Perkūnija su dulksna" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Perkūnija ir stipri dulksna" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Lengvo intensyvumo dulksna" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Stipraus intensyvumo dulksna" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Nestipri dulksna ir lietus" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Dulksna ir lietus" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Didelio intensyvumo lietus ir dulksna" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Trumpas lietus ir dulksna" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Stiprus lietus ir dulksna" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Dulksna" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Vidutinis lietus" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Stipraus intensyvumo lietus" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Liūtis" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Liūtis" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Lengvo intensyvumo lietus" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Purškiantis lietus" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Stiprus lietus" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Smulkus lietus" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Smulki šlapdriba" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Lengvas lietus ir sniegas" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Lietus ir sniegas" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Lengvai snyguriuoja" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Snyguriuoja" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Stipriai sninga" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Dūmai" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Migla" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Smėlio ir dulkių sūkuriai" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Smėlis" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Dulkės" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Vulkaniniai pelenai" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Škvalas" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornadas" @@ -1114,30 +1110,30 @@ msgstr "Tornadas" msgid "Sky is clear" msgstr "Giedra" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Debesys" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Mažai debesuota" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Išblaškyti debesys" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Debesuota" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Debesuota" @@ -1145,80 +1141,80 @@ msgstr "Debesuota" msgid "Could not get forecast for your area" msgstr "Nepavyko gauti jūsų vietovės orų prognozės" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "Vietovė yra už JAV ribų, naudokite kitą teikėją." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Nepavyko apdoroti valandinės orų prognozės informacijos" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Giedra ir vėjuota" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Keli debesys ir vėjuota" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Protarpiais debesuota ir vėjuota" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Daugiausia debesuota ir vėjuota" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Debesuota ir vėjuota" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Sniegas ir lietus" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Šąlantis lietus ir sniegas" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Uraganas" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Audra" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tropinė audra" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Karšta" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Šalta" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Pūga" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Šiandien" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Rytoj" @@ -1250,79 +1246,79 @@ msgstr "Penktadienis" msgid "Saturday" msgstr "Šeštadienis" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Ramu" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Lengvas oras" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Lengvas vėjelis" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Švelnus vėjelis" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Vidutinis vėjas" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Gaivus vėjas" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Stiprus vėjas" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Netoliese audra" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Stiprus vėjas" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Labai stiprus vėjas" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Labai didelė audra" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "Š" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "ŠR" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "R" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "PR" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "P" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "PV" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "V" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "ŠV" @@ -1374,7 +1370,7 @@ msgstr "" "Įvyko nežinoma klaida, bandant gauti orų informaciją. Daugiau informacijos " "rasite Looking Glass žurnale" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Tropinė audra" @@ -1382,10 +1378,10 @@ msgstr "Tropinė audra" msgid "Severe Thunderstorms" msgstr "Smarki audra su perkūnija" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Perkūnija (audringa)" @@ -1401,21 +1397,21 @@ msgstr "Lietus bei šlapdriba" msgid "Mixed Snow and Sleet" msgstr "Sniegas bei šlapdriba" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Stingdanti dulksna (šlapdriba)" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Šąlantis lietus" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Purškiantis lietus" @@ -1423,15 +1419,15 @@ msgstr "Purškiantis lietus" msgid "Snow Flurries" msgstr "Sniego šuorai" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Lengvai snyguriuoja" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Pustomas sniegas" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Migla" @@ -1443,69 +1439,68 @@ msgstr "Dūmingas oras" msgid "Blustery" msgstr "Žvarbus oras" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Vėjuota" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Daugiausia debesuota" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Protarpiais debesuota" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Daugiausia saulėta" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Lietus bei kruša" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Izoliuotos perkūnijos" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Padrikos perkūnijos" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Padrikas lietus" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Sunkus lietus" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Vietomis sninga" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Sunkus sniegas" @@ -1517,7 +1512,7 @@ msgstr "Nepasiekiama" msgid "Scattered Thundershowers" msgstr "Vietomis perkūnija" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1525,7 +1520,7 @@ msgstr "" "Nepavyko gauti žurnalų įrašų, žurnalo failas nerastas šioje vietoje\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1533,332 +1528,332 @@ msgstr "" "Nepavyko gauti žurnalo failo turinio šioje vietoje\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office JK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" "MET Office UK apima tik JK, įsitikinkite, kad jūsų vietovė yra šioje šalyje" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Vietoovės duomenų nerasta" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Labai prastas" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Mažiau nei {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Puikus" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Daugiau nei {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Prastas" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Tarp {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Vidutinis" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Geras" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Labai geras" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 #, fuzzy msgid "Squall" msgstr "Škvalas" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "Lengvai snyguriuoja" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norway" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Stipri dulksna (šlapdriba)" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Lengvai snyguriuoja" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Stipriai sninga" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Sniegas ir lietus" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Vietomis pasnigs" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Šąlantis rūkas" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Nestiprus vėjas" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Stiprus vėjas" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Matomas kritimas" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Pustomas, slenkantis sniegas" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Stipri dulksna, lietus" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Lengva dulksna, lietus" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Dulkių audra" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Stingdanti šlapdriba/šąlantis lietus" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Stipri šlapdriba, dulksna / šąlantis lietus" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Lengva šlapdriba, dulksna / šąlantis lietus" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Piltuvo debesis, tornadas" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Krušos lietus" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Ledas" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Žaibas be griaustinio" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Krituliai apylinkėse" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Stiprus lietus ir sniegas" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Nestiprus lietus ir sniegas" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Dangaus aprėptis mažėja" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Dangaus aprėptis didėja" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Dangus nepakitęs" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Dūmai ar migla" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Protarpiais sniegas ir lietus" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Perkūnija be kritulių" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Deimantų dulkės" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Protaroiais debesuota" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Įsitikinkite, kad API raktą įvedėte teisingai" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Danija" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "Nerasta" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Pustomas sniegas" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Nedidelis sniegas" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Vidutinis sniegas" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Vidutinis lietaus dulksna" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Lietus ir sniegas" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Stiprus lietus su sniegu" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "Deutscher Wetterdienst" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "Pasirinkite kitą teikėją arba vietovę" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "Jūsų pateiktas API raktas neteisingas." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "Jūsų nurodyta vietovė nerasta." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "Stipri Audra" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "Lietus ir Sniegas" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "Lietus su Šlapdriba" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Smulkiai Sninga" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Vėsu" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "Šalta" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "Daugiausia Giedra" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "Piratų Orai" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 #, fuzzy msgid "" "Please Make sure you\n" @@ -1867,7 +1862,7 @@ msgstr "" "Prašome įsitikinti ar\n" "įvedėte API raktą, kurį turite iš Climacell" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" @@ -1875,197 +1870,198 @@ msgstr "" "Vietos tarnybai nepavyko rasti jūsų vietovės. Žiūrėti įrašų žurnalą Looking " "Glass" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Sniegas ir lietus" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Lengvai snyguriuoja" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Stipriai sninga" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Perkūnija su nedideliu lietumi" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Perkūnija su lietumi" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 #, fuzzy msgid "Feels like" msgstr "Jutiminė" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Padrikas lietus" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Perkūnija (audringa)" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Nestiprus lietus" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Nestirpi šlapdriba" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Smarki audra su perkūnija" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Debesys" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Debesys" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 #, fuzzy msgid "Overcast and Dry" msgstr "Debesuota ir vėjuota" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Nedidelis sniegas" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Vietomis sninga" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Perkūnija" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Perkūnija" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 #, fuzzy msgid "Wind Warning" msgstr "Įspėjimas" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Perkūnija su lietumi" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Įspėjimas" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Įspėjimas" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 #, fuzzy msgid "Frost Warning" msgstr "Įspėjimas" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 #, fuzzy msgid "Heat Warning" msgstr "Įspėjimas" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 #, fuzzy msgid "Flood Warning" msgstr "Įspėjimas" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2073,7 +2069,7 @@ msgstr "" "Nepavyko gauti konfigūracijos, failas nerastas šioje vietoje\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2081,110 +2077,130 @@ msgstr "" "Nepavyko gauti konfigūracijos failo turinio šioje vietoje\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Įsitikinkite, kad įvedėte vietovę arba naudokite automatinį vietovės " "nustatymą." -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Šiam teikėjui reikalingas API raktas, kad jis veiktų" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Rasos Taškas" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Krituliai baigsis po {precipEnd} min" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Krituliai nesibaigs per valandą" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Krituliai prasidės po {precipStart} min" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" "Orų prognozės analizė nepavyko, daugiau informacijos rasite žurnaluose." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "Atnaujinta {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance} {distanceUnit} nuo jūsų" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "Stoties Pavadinimas: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Vietovė: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Klaida išsaugant derinimo informaciją" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 #, fuzzy msgid "Could not open file {filePath} for writing" msgstr "Negalima gauti informacijos apie orą" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Derinimo Informacija išsaugota sėkmingai" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Išsaugota šioje vietoje {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 #, fuzzy msgid "Location Service Blocked" msgstr "Vietovių saugykla" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 #, fuzzy msgid "No Weather Data" msgstr "US Weather" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2679,10 +2695,6 @@ msgstr "" "Cinnamon Spices svetainėje, kurią galite pasiekti spustelėję mygtuką Help " "tab." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "Deutscher Wetterdienst (Tik Vokietijoje)" @@ -3063,3 +3075,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/lv.po b/weather@mockturtl/files/weather@mockturtl/po/lv.po index 5e127daf160..5f086e40d86 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/lv.po +++ b/weather@mockturtl/files/weather@mockturtl/po/lv.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: 3.2\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2021-02-16 11:25+0100\n" "Last-Translator: Reinis Danne \n" "Language-Team: \n" @@ -22,65 +22,65 @@ msgstr "" "X-Generator: Poedit 2.3\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "" @@ -90,8 +90,8 @@ msgstr "" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "" @@ -103,12 +103,12 @@ msgstr "" msgid "Could not get weather information" msgstr "" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -122,7 +122,7 @@ msgstr "" msgid "As of" msgstr "" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "" @@ -130,55 +130,55 @@ msgstr "" msgid "from you" msgstr "" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Ielādē pašreizējos laikapstākļus ..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Ielādē gaidāmos laikapstākļus ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Ielādē ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 #, fuzzy msgid "Temperature" msgstr "Temperatūra:" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 #, fuzzy msgid "Humidity" msgstr "Mitrums:" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 #, fuzzy msgid "Pressure" msgstr "Spiediens:" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 #, fuzzy msgid "Wind" msgstr "Vējš:" @@ -187,15 +187,15 @@ msgstr "Vējš:" msgid "Make sure you entered a location or use Automatic location instead" msgstr "" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "" @@ -203,17 +203,17 @@ msgstr "" msgid "You can only save correct locations when the applet is not refreshing" msgstr "" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "" @@ -249,15 +249,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "" @@ -268,13 +268,13 @@ msgid "" msgstr "" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" msgstr "" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -283,13 +283,13 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 #, fuzzy msgid "Heavy rain" msgstr "Spēcīgs sniegs" @@ -297,42 +297,41 @@ msgstr "Spēcīgs sniegs" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 #, fuzzy msgid "Light rain" msgstr "Sasalstošs lietus" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 #, fuzzy msgid "Heavy freezing rain" msgstr "Sasalstošs lietus" @@ -340,178 +339,176 @@ msgstr "Sasalstošs lietus" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Sasalstošs lietus" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 #, fuzzy msgid "Light freezing rain" msgstr "Sasalstošs lietus" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 #, fuzzy msgid "Light freezing drizzle" msgstr "Sasalstoša smidzināšana" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Sasalstoša smidzināšana" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 #, fuzzy msgid "Light drizzle" msgstr "Sasalstoša smidzināšana" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Spēcīgs sniegs" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Sniegs" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 #, fuzzy msgid "Light snow" msgstr "Viegla snigšana" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 #, fuzzy msgid "Flurries" msgstr "Sniegputenis" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 #, fuzzy msgid "Thunderstorm" msgstr "Pērkona negaiss" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 #, fuzzy msgid "Fog" msgstr "Miglains" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Apmācies" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Pārsvarā apmācies" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Daļēji apmācies" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 #, fuzzy msgid "Mostly clear" msgstr "Pārsvarā apmācies" @@ -519,47 +516,46 @@ msgstr "Pārsvarā apmācies" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Skaidrs" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Saulains" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "" @@ -587,7 +583,7 @@ msgid "" "entered the API key that you have from DarkSky" msgstr "" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "" @@ -596,138 +592,138 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 #, fuzzy msgid "Cloudiness" msgstr "Apmācies" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 #, fuzzy msgid "Clear sky" msgstr "Skaidrs" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Skaidrs" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 #, fuzzy msgid "Heavy rain showers" msgstr "Spēcīgs sniegs" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 #, fuzzy msgid "Heavy sleet" msgstr "Spēcīgs sniegs" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 #, fuzzy msgid "Heavy sleet showers" msgstr "Spēcīgs sniegs" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 #, fuzzy msgid "Heavy snow and thunder" msgstr "Spēcīgs sniegs" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 #, fuzzy msgid "Heavy snow showers" msgstr "Sniegs" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 #, fuzzy msgid "Light rain showers" msgstr "Viegla snigšana" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 #, fuzzy msgid "Light rain showers and thunder" msgstr "Viegla snigšana" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 #, fuzzy msgid "Light sleet showers" msgstr "Viegla snigšana" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 #, fuzzy msgid "Light sleet showers and thunder" msgstr "Viegla snigšana" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 #, fuzzy msgid "Light snow and thunder" msgstr "Viegla snigšana" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Viegla snigšana" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 #, fuzzy msgid "Light snow showers and thunder" msgstr "Viegla snigšana" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 #, fuzzy msgid "Rain showers" msgstr "Sniegs" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "" @@ -736,51 +732,51 @@ msgstr "" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Slapjš sniegs" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 #, fuzzy msgid "Sleet and thunder" msgstr "Vietām pērkona negaiss" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 #, fuzzy msgid "Sleet showers" msgstr "Vietām lietusgāzes" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Sniegs" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 #, fuzzy msgid "Snow showers and thunder" msgstr "Sniegs" @@ -790,20 +786,20 @@ msgstr "Sniegs" msgid "Unexpected response from API" msgstr "" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "" @@ -832,319 +828,319 @@ msgid "Excellent - More than" msgstr "" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 #, fuzzy msgid "Light rain shower" msgstr "Viegla snigšana" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Smidzina" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 #, fuzzy msgid "Heavy rain shower" msgstr "Spēcīgs sniegs" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 #, fuzzy msgid "Sleet shower" msgstr "Vietām lietusgāzes" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Krusa" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 #, fuzzy msgid "Hail shower" msgstr "Sniegs" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 #, fuzzy msgid "Light snow shower" msgstr "Viegla snigšana" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 #, fuzzy msgid "Heavy snow shower" msgstr "Spēcīgs sniegs" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 #, fuzzy msgid "Thunder" msgstr "Pērkona negaiss" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 #, fuzzy msgid "Thunder shower" msgstr "Pērkona negaiss" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" msgstr "" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 #, fuzzy msgid "Thunderstorm with rain" msgstr "Pērkona negaiss" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 #, fuzzy msgid "Light thunderstorm" msgstr "Pērkona negaiss" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 #, fuzzy msgid "Heavy thunderstorm" msgstr "Spēcīgs pērkona negaiss" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 #, fuzzy msgid "Ragged thunderstorm" msgstr "Atsevišķi pērkona negaisi" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "Pērkona negaiss" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 #, fuzzy msgid "Drizzle rain" msgstr "Smidzina" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 #, fuzzy msgid "Shower rain and drizzle" msgstr "Lietus un krusa" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 #, fuzzy msgid "Shower drizzle" msgstr "Sasalstoša smidzināšana" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 #, fuzzy msgid "Extreme rain" msgstr "Sasalstošs lietus" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 #, fuzzy msgid "Light intensity shower rain" msgstr "Viegla snigšana" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 #, fuzzy msgid "Shower rain" msgstr "Lietusgāzes" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 #, fuzzy msgid "Shower sleet" msgstr "Lietusgāzes" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 #, fuzzy msgid "Light rain and snow" msgstr "Lietus un sniegs" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 #, fuzzy msgid "Rain and snow" msgstr "Lietus un sniegs" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 #, fuzzy msgid "Light shower snow" msgstr "Viegla snigšana" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 #, fuzzy msgid "Shower snow" msgstr "Lietusgāzes" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 #, fuzzy msgid "Heavy shower snow" msgstr "Spēcīgs sniegs" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 #, fuzzy msgid "Smoke" msgstr "Dūmaka" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Dūmaka" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Putekļi" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornado" @@ -1152,32 +1148,32 @@ msgstr "Tornado" msgid "Sky is clear" msgstr "" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 #, fuzzy msgid "Clouds" msgstr "Apmācies" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 #, fuzzy msgid "Scattered clouds" msgstr "Vietām lietusgāzes" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "" @@ -1185,84 +1181,84 @@ msgstr "" msgid "Could not get forecast for your area" msgstr "" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "" -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 #, fuzzy msgid "Partly cloudy and windy" msgstr "Daļēji apmācies" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 #, fuzzy msgid "Mostly cloudy and windy" msgstr "Pārsvarā apmācies" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 #, fuzzy msgid "Snowy rain" msgstr "Sniegputenis" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 #, fuzzy msgid "Freezing rain and snow" msgstr "Sasalstošs lietus" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Viesuļvētra" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tropiskā vētra" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Karsts" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Auksts" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Šodien" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Rīt" @@ -1294,79 +1290,79 @@ msgstr "Piektdiena" msgid "Saturday" msgstr "Sestdiena" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "Z" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "ZA" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "A" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "DA" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "D" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "DR" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "R" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "ZR" @@ -1411,7 +1407,7 @@ msgid "" "more information" msgstr "" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 #, fuzzy msgid "Tropical Storm" msgstr "Tropiskā vētra" @@ -1421,10 +1417,10 @@ msgstr "Tropiskā vētra" msgid "Severe Thunderstorms" msgstr "Spēcīgs pērkona negaiss" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Pērkona negaiss" @@ -1443,23 +1439,23 @@ msgstr "Slapjdraņķis" msgid "Mixed Snow and Sleet" msgstr "Sniegs un slapjš sniegs" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 #, fuzzy msgid "Freezing Drizzle" msgstr "Sasalstoša smidzināšana" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 #, fuzzy msgid "Freezing Rain" msgstr "Sasalstošs lietus" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Lietusgāzes" @@ -1468,17 +1464,17 @@ msgstr "Lietusgāzes" msgid "Snow Flurries" msgstr "Sniegputenis" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 #, fuzzy msgid "Light Snow Showers" msgstr "Viegla snigšana" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 #, fuzzy msgid "Blowing Snow" msgstr "Sniega putenis" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Miglains" @@ -1490,78 +1486,77 @@ msgstr "Dūmaka" msgid "Blustery" msgstr "Brāzmains" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Vējains" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 #, fuzzy msgid "Mostly Cloudy" msgstr "Pārsvarā apmācies" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 #, fuzzy msgid "Partly Cloudy" msgstr "Daļēji apmācies" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 #, fuzzy msgid "Mostly Sunny" msgstr "Pārsvarā apmācies" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 #, fuzzy msgid "Mixed Rain and Hail" msgstr "Lietus un krusa" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 #, fuzzy msgid "Isolated Thunderstorms" msgstr "Atsevišķi pērkona negaisi" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 #, fuzzy msgid "Scattered Thunderstorms" msgstr "Vietām pērkona negaiss" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 #, fuzzy msgid "Scattered Showers" msgstr "Vietām lietusgāzes" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 #, fuzzy msgid "Heavy Rain" msgstr "Spēcīgs sniegs" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 #, fuzzy msgid "Scattered Snow Showers" msgstr "Vietām sniega putenis" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 #, fuzzy msgid "Heavy Snow" msgstr "Spēcīgs sniegs" @@ -1576,665 +1571,686 @@ msgstr "Nav pieejams" msgid "Scattered Thundershowers" msgstr "Vietām pērkona negaiss" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "Viegla snigšana" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 #, fuzzy msgid "Heavy drizzle" msgstr "Sasalstoša smidzināšana" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Viegla snigšana" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Spēcīgs sniegs" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Sniegputenis" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Sniegs" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 #, fuzzy msgid "Freezing fog" msgstr "Sasalstošs lietus" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 #, fuzzy msgid "Tomorrow.io" msgstr "Rīt" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 #, fuzzy msgid "Blowing or drifting snow" msgstr "Sniega putenis" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 #, fuzzy msgid "Freezing drizzle/freezing rain" msgstr "Sasalstoša smidzināšana" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 #, fuzzy msgid "Hail showers" msgstr "Sniegs" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 #, fuzzy msgid "Heavy rain and snow" msgstr "Lietus un sniegs" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 #, fuzzy msgid "Light rain And snow" msgstr "Lietus un sniegs" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 #, fuzzy msgid "Snow and rain showers" msgstr "Sniegs" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 #, fuzzy msgid "Partially cloudy" msgstr "Daļēji apmācies" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Sniega putenis" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 #, fuzzy msgid "Slight snow" msgstr "Sniega putenis" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 #, fuzzy msgid "Moderate snow" msgstr "Spēcīgs sniegs" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 #, fuzzy msgid "Moderate rain showers" msgstr "Vietām lietusgāzes" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Lietus un sniegs" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 #, fuzzy msgid "Heavy mixed rain and snow" msgstr "Lietus un sniegs" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 #, fuzzy msgid "Rain and Snow" msgstr "Lietus un sniegs" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 #, fuzzy msgid "Rain and Sleet" msgstr "Slapjdraņķis" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 #, fuzzy msgid "Snow Showers" msgstr "Sniegs" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 #, fuzzy msgid "Mostly Clear" msgstr "Pārsvarā apmācies" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" msgstr "" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Sniegputenis" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Viegla snigšana" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Spēcīgs sniegs" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Pērkona negaiss" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Pērkona negaiss" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Vietām lietusgāzes" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Pērkona negaiss" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Sasalstošs lietus" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Viegla snigšana" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Spēcīgs pērkona negaiss" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Apmācies" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Apmācies" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Sniega putenis" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Vietām sniega putenis" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Pērkona negaiss" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Pērkona negaiss" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Pērkona negaiss" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Lietus un sniegs" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Sniegputenis" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2716,10 +2732,6 @@ msgid "" "can access with the button on the Help tab." msgstr "" -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -3039,3 +3051,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/nb.po b/weather@mockturtl/files/weather@mockturtl/po/nb.po index 84d9a4ad2cc..68c88d8f26c 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/nb.po +++ b/weather@mockturtl/files/weather@mockturtl/po/nb.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: 3.0\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2011-06-02 23:04+0200\n" "Last-Translator: Stian Ellingsen \n" "Language-Team: \n" @@ -18,65 +18,65 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "…" -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "" @@ -86,8 +86,8 @@ msgstr "" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "" @@ -99,12 +99,12 @@ msgstr "" msgid "Could not get weather information" msgstr "" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -118,7 +118,7 @@ msgstr "" msgid "As of" msgstr "" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "" @@ -126,55 +126,55 @@ msgstr "" msgid "from you" msgstr "" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Laster værobservasjon …" -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Laster værvarsel …" -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Laster …" -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 #, fuzzy msgid "Temperature" msgstr "Temperatur:" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 #, fuzzy msgid "Humidity" msgstr "Fuktighet:" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 #, fuzzy msgid "Pressure" msgstr "Lufttrykk:" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 #, fuzzy msgid "Wind" msgstr "Vind:" @@ -183,15 +183,15 @@ msgstr "Vind:" msgid "Make sure you entered a location or use Automatic location instead" msgstr "" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "" @@ -199,17 +199,17 @@ msgstr "" msgid "You can only save correct locations when the applet is not refreshing" msgstr "" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "" @@ -245,15 +245,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "" @@ -264,13 +264,13 @@ msgid "" msgstr "" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" msgstr "" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -279,13 +279,13 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 #, fuzzy msgid "Heavy rain" msgstr "Kraftig snøfall" @@ -293,42 +293,41 @@ msgstr "Kraftig snøfall" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 #, fuzzy msgid "Light rain" msgstr "Underkjølt regn" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 #, fuzzy msgid "Heavy freezing rain" msgstr "Underkjølt regn" @@ -336,178 +335,176 @@ msgstr "Underkjølt regn" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Underkjølt regn" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 #, fuzzy msgid "Light freezing rain" msgstr "Underkjølt regn" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 #, fuzzy msgid "Light freezing drizzle" msgstr "Underkjølt yr" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Underkjølt yr" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 #, fuzzy msgid "Light drizzle" msgstr "Underkjølt yr" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Kraftig snøfall" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Snø" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 #, fuzzy msgid "Light snow" msgstr "Lette snøbyger" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 #, fuzzy msgid "Flurries" msgstr "Lett snøfall" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 #, fuzzy msgid "Thunderstorm" msgstr "Tordenvær" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 #, fuzzy msgid "Fog" msgstr "Tåke" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Skyet" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Stort sett skyet" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Delvis skyet" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 #, fuzzy msgid "Mostly clear" msgstr "Stort sett skyet" @@ -515,47 +512,46 @@ msgstr "Stort sett skyet" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Klarvær" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Sol" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "" @@ -583,7 +579,7 @@ msgid "" "entered the API key that you have from DarkSky" msgstr "" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "" @@ -592,138 +588,138 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 #, fuzzy msgid "Cloudiness" msgstr "Skyet" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 #, fuzzy msgid "Clear sky" msgstr "Klarvær" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Lettskyet" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 #, fuzzy msgid "Heavy rain showers" msgstr "Kraftig snøfall" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 #, fuzzy msgid "Heavy sleet" msgstr "Kraftig snøfall" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 #, fuzzy msgid "Heavy sleet showers" msgstr "Kraftig snøfall" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 #, fuzzy msgid "Heavy snow and thunder" msgstr "Kraftig snøfall" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 #, fuzzy msgid "Heavy snow showers" msgstr "Snøbyger" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 #, fuzzy msgid "Light rain showers" msgstr "Lette snøbyger" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 #, fuzzy msgid "Light rain showers and thunder" msgstr "Lette snøbyger" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 #, fuzzy msgid "Light sleet showers" msgstr "Lette snøbyger" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 #, fuzzy msgid "Light sleet showers and thunder" msgstr "Lette snøbyger" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 #, fuzzy msgid "Light snow and thunder" msgstr "Lette snøbyger" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Lette snøbyger" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 #, fuzzy msgid "Light snow showers and thunder" msgstr "Lette snøbyger" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 #, fuzzy msgid "Rain showers" msgstr "Snøbyger" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "" @@ -732,51 +728,51 @@ msgstr "" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Sludd" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 #, fuzzy msgid "Sleet and thunder" msgstr "Spredt tordenvær" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 #, fuzzy msgid "Sleet showers" msgstr "Spredte regnbyger" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Snøbyger" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 #, fuzzy msgid "Snow showers and thunder" msgstr "Snøbyger" @@ -786,20 +782,20 @@ msgstr "Snøbyger" msgid "Unexpected response from API" msgstr "" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "" @@ -828,319 +824,319 @@ msgid "Excellent - More than" msgstr "" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 #, fuzzy msgid "Light rain shower" msgstr "Lette snøbyger" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Yr" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 #, fuzzy msgid "Heavy rain shower" msgstr "Kraftig snøfall" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 #, fuzzy msgid "Sleet shower" msgstr "Spredte regnbyger" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Hagl" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 #, fuzzy msgid "Hail shower" msgstr "Snøbyger" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 #, fuzzy msgid "Light snow shower" msgstr "Lette snøbyger" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 #, fuzzy msgid "Heavy snow shower" msgstr "Kraftig snøfall" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 #, fuzzy msgid "Thunder" msgstr "Tordenvær" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 #, fuzzy msgid "Thunder shower" msgstr "Tordenbyger" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" msgstr "" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 #, fuzzy msgid "Thunderstorm with rain" msgstr "Tordenvær" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 #, fuzzy msgid "Light thunderstorm" msgstr "Tordenvær" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 #, fuzzy msgid "Heavy thunderstorm" msgstr "Kraftig tordenvær" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 #, fuzzy msgid "Ragged thunderstorm" msgstr "Lokalt tordenvær" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "Tordenvær" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 #, fuzzy msgid "Drizzle rain" msgstr "Yr" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 #, fuzzy msgid "Shower rain and drizzle" msgstr "Regn og hagl" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 #, fuzzy msgid "Shower drizzle" msgstr "Underkjølt yr" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 #, fuzzy msgid "Extreme rain" msgstr "Underkjølt regn" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 #, fuzzy msgid "Light intensity shower rain" msgstr "Lette snøbyger" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 #, fuzzy msgid "Shower rain" msgstr "Regnbyger" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 #, fuzzy msgid "Shower sleet" msgstr "Regnbyger" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 #, fuzzy msgid "Light rain and snow" msgstr "Regn og snø" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 #, fuzzy msgid "Rain and snow" msgstr "Regn og snø" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 #, fuzzy msgid "Light shower snow" msgstr "Lette snøbyger" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 #, fuzzy msgid "Shower snow" msgstr "Regnbyger" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 #, fuzzy msgid "Heavy shower snow" msgstr "Kraftig snøfall" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 #, fuzzy msgid "Smoke" msgstr "Røyk" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Dis" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Støv" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornado" @@ -1148,32 +1144,32 @@ msgstr "Tornado" msgid "Sky is clear" msgstr "" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 #, fuzzy msgid "Clouds" msgstr "Skyet" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 #, fuzzy msgid "Scattered clouds" msgstr "Spredte regnbyger" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "" @@ -1181,84 +1177,84 @@ msgstr "" msgid "Could not get forecast for your area" msgstr "" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "" -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 #, fuzzy msgid "Partly cloudy and windy" msgstr "Delvis skyet" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 #, fuzzy msgid "Mostly cloudy and windy" msgstr "Stort sett skyet" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 #, fuzzy msgid "Snowy rain" msgstr "Lett snøfall" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 #, fuzzy msgid "Freezing rain and snow" msgstr "Underkjølt regn" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Orkan" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tropisk storm" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Varmt" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Kaldt" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "I dag" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "I morgen" @@ -1290,79 +1286,79 @@ msgstr "fredag" msgid "Saturday" msgstr "lørdag" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "" @@ -1407,7 +1403,7 @@ msgid "" "more information" msgstr "" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 #, fuzzy msgid "Tropical Storm" msgstr "Tropisk storm" @@ -1417,10 +1413,10 @@ msgstr "Tropisk storm" msgid "Severe Thunderstorms" msgstr "Kraftig tordenvær" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Tordenvær" @@ -1439,23 +1435,23 @@ msgstr "Regn og sludd" msgid "Mixed Snow and Sleet" msgstr "Snø og sludd" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 #, fuzzy msgid "Freezing Drizzle" msgstr "Underkjølt yr" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 #, fuzzy msgid "Freezing Rain" msgstr "Underkjølt regn" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Regnbyger" @@ -1464,17 +1460,17 @@ msgstr "Regnbyger" msgid "Snow Flurries" msgstr "Lett snøfall" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 #, fuzzy msgid "Light Snow Showers" msgstr "Lette snøbyger" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 #, fuzzy msgid "Blowing Snow" msgstr "Snøføyke" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Tåke" @@ -1486,78 +1482,77 @@ msgstr "Røyk" msgid "Blustery" msgstr "Vindbyger" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Vind" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 #, fuzzy msgid "Mostly Cloudy" msgstr "Stort sett skyet" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 #, fuzzy msgid "Partly Cloudy" msgstr "Delvis skyet" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 #, fuzzy msgid "Mostly Sunny" msgstr "Stort sett skyet" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 #, fuzzy msgid "Mixed Rain and Hail" msgstr "Regn og hagl" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 #, fuzzy msgid "Isolated Thunderstorms" msgstr "Lokalt tordenvær" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 #, fuzzy msgid "Scattered Thunderstorms" msgstr "Spredt tordenvær" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 #, fuzzy msgid "Scattered Showers" msgstr "Spredte regnbyger" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 #, fuzzy msgid "Heavy Rain" msgstr "Kraftig snøfall" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 #, fuzzy msgid "Scattered Snow Showers" msgstr "Spredte snøbyger" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 #, fuzzy msgid "Heavy Snow" msgstr "Kraftig snøfall" @@ -1572,665 +1567,686 @@ msgstr "Ikke tilgjengelig" msgid "Scattered Thundershowers" msgstr "Spredt tordenvær" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "Lette snøbyger" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 #, fuzzy msgid "Heavy drizzle" msgstr "Underkjølt yr" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Lette snøbyger" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Kraftig snøfall" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Lett snøfall" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Snøbyger" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 #, fuzzy msgid "Freezing fog" msgstr "Underkjølt regn" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 #, fuzzy msgid "Tomorrow.io" msgstr "I morgen" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 #, fuzzy msgid "Blowing or drifting snow" msgstr "Snøføyke" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 #, fuzzy msgid "Freezing drizzle/freezing rain" msgstr "Underkjølt yr" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 #, fuzzy msgid "Hail showers" msgstr "Snøbyger" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 #, fuzzy msgid "Heavy rain and snow" msgstr "Regn og snø" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 #, fuzzy msgid "Light rain And snow" msgstr "Regn og snø" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 #, fuzzy msgid "Snow and rain showers" msgstr "Snøbyger" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 #, fuzzy msgid "Partially cloudy" msgstr "Delvis skyet" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Snøføyke" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 #, fuzzy msgid "Slight snow" msgstr "Snøføyke" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 #, fuzzy msgid "Moderate snow" msgstr "Kraftig snøfall" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 #, fuzzy msgid "Moderate rain showers" msgstr "Spredte regnbyger" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Regn og snø" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 #, fuzzy msgid "Heavy mixed rain and snow" msgstr "Regn og snø" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 #, fuzzy msgid "Rain and Snow" msgstr "Regn og snø" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 #, fuzzy msgid "Rain and Sleet" msgstr "Regn og sludd" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 #, fuzzy msgid "Snow Showers" msgstr "Snøbyger" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 #, fuzzy msgid "Mostly Clear" msgstr "Stort sett skyet" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" msgstr "" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Lett snøfall" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Lette snøbyger" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Kraftig snøfall" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Tordenvær" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Tordenvær" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Spredte regnbyger" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Tordenvær" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Underkjølt regn" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Lette snøbyger" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Kraftig tordenvær" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Skyet" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Skyet" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Snøføyke" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Spredte snøbyger" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Tordenbyger" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Tordenbyger" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Tordenvær" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Regn og snø" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Lett snøfall" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2712,10 +2728,6 @@ msgid "" "can access with the button on the Help tab." msgstr "" -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -3035,3 +3047,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/nl.po b/weather@mockturtl/files/weather@mockturtl/po/nl.po index 4a039cedbdb..e62e79d6d0b 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/nl.po +++ b/weather@mockturtl/files/weather@mockturtl/po/nl.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: cinnamon-weather (weather@mockturtl or Weather)\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2025-04-13 15:50+0200\n" "Last-Translator: Pjotr \n" "Language-Team: Dutch\n" @@ -21,65 +21,65 @@ msgstr "" "X-Generator: Poedit 3.4.2\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Fout" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Dienstfout" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Verkeerde API-sleutel" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Onjuiste locatie-opmaak" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Sleutel geblokkeerd" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Kan locatie niet vinden" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Geen API-sleutel" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Geen locatie" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Ontbrekende pakketten" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Locatie niet gedekt" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Werkbalkhulpje voor weer" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Klik om te openen" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Verversen" @@ -89,8 +89,8 @@ msgstr "API retourneerde statuscode tussen 400 en 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Locatie-opslag" @@ -102,13 +102,13 @@ msgstr "U kunt een automatisch verkregen locatie helaas niet opslaan" msgid "Could not get weather information" msgstr "Kon geen weersinformatie verkrijgen voor uw gebied" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Onverwachte fout tijdens verversen, zie a.u.b. logboek in Looking Glass" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -124,7 +124,7 @@ msgstr "Netwerkfout, controleer a.u.b. de logboeken in Looking Glass" msgid "As of" msgstr "Met ingang van" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Mogelijk gemaakt door" @@ -132,52 +132,52 @@ msgstr "Mogelijk gemaakt door" msgid "from you" msgstr "van u" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "in" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Huidig weer aan het laden..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Weersverwachting aan het laden..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Bezig met laden..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Temperatuur" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Luchtvochtigheid" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Luchtdruk" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Wind" @@ -187,16 +187,16 @@ msgstr "" "Zorg ervoor dat u een locatie hebt ingevoerd of gebruik in plaats daarvan " "Automatische locatie" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Kon geen locatie vinden op basis van adres, controleer a.u.b. of het juist is" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "Geolocatie-API aanroepen is mislukt, zie Looking Glass voor fouten." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Waarschuwing" @@ -206,17 +206,17 @@ msgstr "" "U kunt alleen correcte locaties opslaan wanneer het werkbalkhulpje niet " "wordt ververst" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "U kunt een foutieve locatie niet opslaan" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Informatie" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Locatie is reeds opgeslagen" @@ -255,15 +255,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Voelt als" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Kon weersinformatie niet verwerken" @@ -276,7 +276,7 @@ msgstr "" "of verkrijg er eerst een op https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -284,7 +284,7 @@ msgstr "" "Zorg er a.u.b. voor dat u\n" "de API-sleutel correct hebt ingevoerd en dat uw account niet is vergrendeld" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -295,272 +295,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Zware regenval" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Regen" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Lichte regenval" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Zware ijzel" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "IJzel" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Lichte ijzel" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Lichte motregenijzel" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Motregenijzel" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Lichte motregen" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Grote hagelstenen" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Hagelstenen" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Kleine hagelstenen" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Zware sneeuwval" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Sneeuw" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Lichte sneeuwval" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Stuifsneeuw" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Onweer" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Lichte mist" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Mist" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Bewolkt" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Overwegend bewolkt" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Deels bewolkt" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Overwegend helder" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Helder" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Zonnig" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Onbekend" @@ -592,7 +588,7 @@ msgstr "" "Zorg er a.u.b. voor dat u\n" "de API-sleutel van DarkSky hebt ingevoerd" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Kon locatie niet verkrijgen" @@ -602,124 +598,124 @@ msgid "" msgstr "" "Locatiedienst reageerde met fouten, zie a.u.b. de logboeken in Looking Glass" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Bewolking" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Heldere lucht" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Mooi" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Zware regenval en onweer" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Zware regenbuien" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Zware regenbuien en onweer" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Zware hagelbuien" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Zware hagelbuien met onweer" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Zware hagelbuien" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Zware hagelbuien en onweer" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Zware sneeuwval en onweer" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Zware sneeuwbuien" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Zware sneeuwbuien en onweer" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Lichte regen en onweer" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Lichte regenbuien" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Lichte regenbuien en onweer" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Lichte hagelbui" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Lichte hagelbui en onweer" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Lichte hagelbuien" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Lichte hagelbuien en onweer" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Lichte sneeuwval en onweer" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Lichte sneeuwbuien" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Lichte sneeuwbuien en onweer" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Regen en onweer" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Regenbuien" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Regenbuien en onweer" @@ -728,49 +724,49 @@ msgstr "Regenbuien en onweer" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Hagel" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Hagel en onweer" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Hagelbuien" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Hagelbuien en onweer" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Sneeuw en onweer" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Sneeuwbuien" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Sneeuwbuien en onweer" @@ -779,20 +775,20 @@ msgstr "Sneeuwbuien en onweer" msgid "Unexpected response from API" msgstr "Onverwachte respons van de API" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Zicht" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Kon de huidige weerinformatie niet verwerken" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Kon voorspellingsinformatie niet verwerken" @@ -821,98 +817,98 @@ msgid "Excellent - More than" msgstr "Uitstekend - Meer dan" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Mist" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Zwaar bewolkt" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Lichte regenbui" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Motregen" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Zware regenbui" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Natte-sneeuwbui" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Hagel" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Hagelbui" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Lichte sneeuwbui" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Zware sneeuwbui" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Onweer" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Onweersbui" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "Zorg a.u.b. voor de juiste locatie-opmaak in de instellingen" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Zorg a.u.b. voor de juiste sleutel in de instellingen" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -920,198 +916,198 @@ msgstr "" "Locatie niet gevonden, zorg ervoor dat de locatie beschikbaar is en in de " "juiste opmaak is ingevoerd" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "" "Als dit probleem aanhoudt, neem dan a.u.b. contact op met de maker van dit " "werkbalkhulpje" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Onbekende fout, zie a.u.b. de logboeken in Looking Glass" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Onweersbui met lichte regen" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Onweersbui met regen" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Onweersbui met zware regenval" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Lichte onweersbui" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Zware onweersbui" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Plaatselijke onweersbui" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Onweersbui met lichte motregen" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Onweersbui met motregen" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Onweersbui met zware motregen" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Motregen met lichte intensiteit" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Motregen met zware intensiteit" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Motregen met lichte intensiteit" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Motregen" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Motregen met zware intensiteit" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Regen- en motregenbuien" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Zware regen- en motregenbuien" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Motregenbuien" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Matige regenval" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Zware regenval" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Zeer zware regenval" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Extreme regenval" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Lichte regenbuien" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Regenbuien" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Zware regenbuien" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Verspreide regenbuien" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Hagelbuien" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Lichte regen- en sneeuwval" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Regen en sneeuw" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Lichte sneeuwbuien" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Sneeuwbuien" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Zware sneeuwbuien" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Rook" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Nevel" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Zand- en stofwervelwinden" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Zand" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Stof" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Vulkanische as" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Windstoten" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Wervelwind" @@ -1119,30 +1115,30 @@ msgstr "Wervelwind" msgid "Sky is clear" msgstr "Lucht is helder" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Wolken" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Weinig bewolking" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Verspreide bewolking" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Wisselend bewolkt" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Laaghangende bewolking" @@ -1150,80 +1146,80 @@ msgstr "Laaghangende bewolking" msgid "Could not get forecast for your area" msgstr "Kon geen voorspelling krijgen voor uw gebied" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "Locatie is buiten de VS, maak a.u.b. gebruik van een andere aanbieder." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Kon uurlijkse voorspellingsinformatie niet verwerken" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Helder en winderig" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Weinig bewolking en winderig" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Deels bewolkt en winderig" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Overwegend bewolkt en winderig" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Zwaar bewolkt en winderig" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Natte sneeuw" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "IJzel en sneeuw" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Orkaan" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Storm" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tropische storm" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Zeer warm" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Koud" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Sneeuwstorm" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Vandaag" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Morgen" @@ -1255,79 +1251,79 @@ msgstr "Vrijdag" msgid "Saturday" msgstr "Zaterdag" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Rustig" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Zeer licht briesje" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Licht briesje" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Zacht briesje" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Gematigd briesje" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Fris briesje" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Sterk briesje" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Bijna storm" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Storm" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Harde storm" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Heftige storm" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "N" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "NO" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "O" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "ZO" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "Z" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "ZW" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "W" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "NW" @@ -1379,7 +1375,7 @@ msgstr "" "Onbekende fout trad op tijdens het verkrijgen van het weer, zie Looking " "Glass-logboeken voor meer informatie" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Tropische storm" @@ -1387,10 +1383,10 @@ msgstr "Tropische storm" msgid "Severe Thunderstorms" msgstr "Zware onweersbuien" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Onweersbuien" @@ -1406,21 +1402,21 @@ msgstr "Mengsel van regen en hagel" msgid "Mixed Snow and Sleet" msgstr "Mengsel van sneeuw en hagel" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Motregenijzel" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "IJzel" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Buien" @@ -1428,15 +1424,15 @@ msgstr "Buien" msgid "Snow Flurries" msgstr "Sneeuwvlagen" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Lichte sneeuwbuien" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Stuifsneeuw" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Mistig" @@ -1448,69 +1444,68 @@ msgstr "Rokerig" msgid "Blustery" msgstr "Onstuimig" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Winderig" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Overwegend bewolkt" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Deels bewolkt" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Overwegend zonnig" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Mengsel van regen en hagel" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Plaatselijke onweersbuien" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Verspreide onweersbuien" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Verspreide buien" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Zware regenval" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Verspreide sneeuwbuien" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Zware sneeuwval" @@ -1522,7 +1517,7 @@ msgstr "Niet beschikbaar" msgid "Scattered Thundershowers" msgstr "Verspreide onweersbuien" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1530,7 +1525,7 @@ msgstr "" "Kon logboek niet ophalen, logboek niet gevonden onder pad\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1538,7 +1533,7 @@ msgstr "" "Kon inhoud van logboek niet ophalen onder pad\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." @@ -1547,11 +1542,11 @@ msgstr "" "Agent te wijzigen in help om te kijken of dit het probleem oplost." #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" @@ -1559,308 +1554,308 @@ msgstr "" "MET Office UK beslaat alleen het Verenigd Koninkrijk, dus deze keuze heeft " "alleen zin wanneer u zich in Groot-Brittannië bevindt" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Geen gegevens gevonden voor locatie" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Zeer slecht" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Minder dan {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Uitstekend" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Meer dan {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Slecht" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Tussen {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Matig" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Goed" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Zeer goed" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "As" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "Windstoot" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 msgid "Light shower sleet" msgstr "Lichte sneeuwbuien" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norway" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Zware motregen" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 msgid "Light shower rain" msgstr "Lichte regenbuien" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 msgid "Heavy shower rain" msgstr "Zware regenbuien" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 msgid "Mix snow/rain" msgstr "Natte sneeuw" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 msgid "Snow shower" msgstr "Sneeuwbui" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Aanvriezende mist" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Zwakke wind" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Harde wind" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Rondwaaiende of stuivende sneeuw" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Zware motregen/regen" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Lichte motregen/regen" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Stofstorm" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Motregenijzel/ijzel" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Zware motregenijzel/ijzel" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Lichte motregenijzel/ijzel" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Trechtervormige wolk/tornado" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Hagelbuien" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "IJs" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Bliksem zonder donder" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Neerslag in de omgeving" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Zware regen- en sneeuwval" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Lichte regen- en sneeuwval" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Bewolking neemt af" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Bewolking neemt toe" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Bewolking ongewijzigd" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Rook of nevel" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Sneeuw- en regenbuien" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Onweer zonder neerslag" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "IJsstof" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Deels bewolkt" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Zorg er a.u.b. voor dat u de API-sleutel correct hebt ingevoerd" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "Niet gevonden" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Stuifsneeuw" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Lichte sneeuwval" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Matige sneeuw" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Matige regenbuien" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Mengsel van regen en sneeuw" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Zware mengeling van regen en sneeuw" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "Deutscher Wetterdienst" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "Kies a.u.b. een andere aanbieder of locatie" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "De API-sleutel die u opgaf is ongeldig." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "De locatie die u opgaf was onvindbaar." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "Flinke storm" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "Regen en sneeuw" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "Regen en natte sneeuw of hagel" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Sneeuwbuien" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Winderig" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "Koud" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "Overwegend helder" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "Pirate Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" @@ -1868,7 +1863,7 @@ msgstr "" "Zorg er a.u.b. voor dat u\n" "de API-sleutel van Pirate Weather hebt ingevoerd" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" @@ -1876,173 +1871,174 @@ msgstr "" "Locatiedienst kon uw locatie niet vinden, zie a.u.b. de logboeken in Looking " "Glass" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 msgid "Snow grains" msgstr "Motsneeuw" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 msgid "Light showers" msgstr "Lichte buien" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 msgid "Heavy showers" msgstr "Zware buien" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 msgid "Thunderstorm with slight hail" msgstr "Onweersbui met lichte hagel" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 msgid "Thunderstorm with hail" msgstr "Onweersbui met hagel" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "Voelt aan als" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" -msgstr "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" +msgstr "Open-Meteo" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 msgid "Scattered Sleet" msgstr "Verspreide buien met natte sneeuw" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 msgid "Chance of Thunderstorms" msgstr "Kans op onweersbuien" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 msgid "Light Rain" msgstr "Lichte regenval" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 msgid "Light Sleet" msgstr "Lichte bui van natte sneeuw" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "Af en toe regen" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "Af en toe natte sneeuw" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "Af en toe sneeuw" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 msgid "Frequent Thunderstorms" msgstr "Veelvuldige onweersbuien" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 msgid "High Clouds" msgstr "Hoge bewolking" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 msgid "Low Clouds" msgstr "Laaghangende bewolking" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "Bewolkt en droog" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 msgid "Slightly Stormy" msgstr "Enigszins stormachtig" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 msgid "Stormy Snow Showers" msgstr "Stormachtige sneeuwbuien" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 msgid "Thundery Showers" msgstr "Onweersachtige buien" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 msgid "Thundery Snow Showers" msgstr "Onweersachtige sneeuwbuien" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "Windwaarschuwing" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 msgid "Thunderstorm Warning" msgstr "Waarschuwing voor onweer" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 msgid "Rain Warning" msgstr "Waarschuwing voor regen" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 msgid "Snow Warning" msgstr "Waarschuwing voor sneeuw" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "Waarschuwing voor gladde wegen" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "Waarschuwing voor vorst" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "Waarschuwing voor massale verplaatsingen" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "Waarschuwing voor hitte" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "Waarschuwing voor lawines" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "Waarschuwing voor aardbevingen" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "Waarschuwing voor bosbranden" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "Waarschuwing voor overstromingen" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "Swiss Météo" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "Voor deze aanbieder moet u een postcode gebruiken." -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" "Voor deze aanbieder moet u een Zwitserse postcode gebruiken, van 1000-9999." -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "Zwitserland" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2050,7 +2046,7 @@ msgstr "" "Kon instellingen niet ophalen, bestand niet gevonden onder paden\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2058,107 +2054,127 @@ msgstr "" "Kon inhoud van instellingenbestand niet verkrijgen onder pad\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Zorg ervoor dat u een locatie hebt ingevoerd of gebruik in plaats daarvan " "Automatische locatie." -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Deze aanbieder heeft een API-sleutel nodig om te kunnen werken" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Dauwpunt" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Neerslag zal ophouden over {precipEnd} minuten" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Neerslag zal niet binnen een uur ophouden" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Neerslag zal beginnen over {precipStart} minuten" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" "Lezen van voorspelling mislukt, zie logboeken voor meer bijzonderheden." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "Met ingang van {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance}{distanceUnit} van u vandaan" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "Stationsnaam: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Gebied: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "{count} weerwaarschuwing(en)" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Fout bij opslaan van foutopsporingsinformatie" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "Kon bestand {filePath} niet openen om in te schrijven" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Foutopsporingsinformatie met succes opgeslagen" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Opgeslagen naar {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "Locatiedienst geblokkeerd" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "Geen script aanwezig" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "U dient eerst een script toe te voegen." -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "Geen weergegevens" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "Geen weergegevens om een script mee te draaien" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "Script met succes uitgevoerd" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "Uw script is met succes uitgevoerd." -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "Fout bij het draaien van een script" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "Script meldde een fout, zie logboeken voor meer informatie" @@ -2655,10 +2671,6 @@ msgstr "" "op de Cinnamon Spices-website, waartoe u toegang heeft met de knop op het " "tabblad Hulp." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "Open-Meteo" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "Deutscher Wetterdienst (alleen voor Duitsland)" @@ -2705,8 +2717,8 @@ msgid "" "'City,Country-code' (e.g. London,UK) or try to enter {House number} {Street} " "{City/Town} {Postcode} {Country}. The search algorithm is very flexible with " "the format. After 3 seconds without typing the address you entered is " -"replaced automatically for validating your choice. Powered by nominatim." -"openstreetmap.org." +"replaced automatically for validating your choice. Powered by " +"nominatim.openstreetmap.org." msgstr "" "U kunt de coördinaten 'Breedtegraad,Lengtegraad' (bijv. 51,5085,-0,1257) " "invoeren of gebruik 'Stad,Landcode' (bijv. Oss,NL) of probeer {Huisnummer} " @@ -2956,11 +2968,11 @@ msgstr "" #. 3.8->settings-schema.json->loc-info->description msgid "" "Your location in most cases work automatically but you can enter it manually " -"by coordinates 'Latitude,Longitude' (e.g. 51.5085,-0.1257) or use 'City," -"Country-code' (e.g. London,UK) or try to enter {House number} {Street} {City/" -"Town} {Postcode} {Country}. The search algorithm is very flexible with the " -"format. After 3 seconds without typing the address you entered is replaced " -"automatically for validating your choice." +"by coordinates 'Latitude,Longitude' (e.g. 51.5085,-0.1257) or use " +"'City,Country-code' (e.g. London,UK) or try to enter {House number} {Street} " +"{City/Town} {Postcode} {Country}. The search algorithm is very flexible with " +"the format. After 3 seconds without typing the address you entered is " +"replaced automatically for validating your choice." msgstr "" "Uw locatie werkt in de meeste gevallen automatisch, maar u kunt deze ook " "handmatig invoeren met de coördinaten 'Breedtegraad,Lengtegraad' (bijv. " @@ -3065,3 +3077,15 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "Uw opdracht uitproberen" + +#. 3.8->settings-schema.json->uvIndex->description +#, fuzzy +msgid "Enable displaying UV Index" +msgstr "Tonen van weerwaarschuwingen inschakelen" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/pl.po b/weather@mockturtl/files/weather@mockturtl/po/pl.po index 0df8c232bc6..0ace8e38732 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/pl.po +++ b/weather@mockturtl/files/weather@mockturtl/po/pl.po @@ -9,7 +9,7 @@ msgstr "" "weather@mockturtl\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2021-08-23 18:23+0200\n" "Last-Translator: \n" "Language-Team: lukaszdabrowski80@gmail.com\n" @@ -22,65 +22,65 @@ msgstr "" "|| n%100>14) ? 1 : 2);\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Błąd" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Błąd usługi" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Nieprawidłowy klucz API" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Nieprawidłowy format lokalizacji" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Klucz zablokowany" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Nie mogę znaleźć lokalizacji" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Brak klucza API" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Brak lokalizacji" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Brakujące pakiety" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Lokalizacja nie jest objęta" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Aplet Pogoda" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Kliknij, aby otworzyć" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Odśwież" @@ -90,8 +90,8 @@ msgstr "API zwróciło kod statusu między 400 a 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Lokalizacja sklepu" @@ -103,14 +103,14 @@ msgstr "Nie możesz zapisać lokalizacji uzyskanej automatycznie, przepraszam" msgid "Could not get weather information" msgstr "Nie udało się uzyskać informacji o pogodzie" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Nieoczekiwany błąd podczas odświeżania pogody, zobacz logowanie w Looking " "Glass" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -126,7 +126,7 @@ msgstr "Błąd sieci, sprawdź logi w Looking Glass" msgid "As of" msgstr "Od" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Obsługiwane przez" @@ -134,52 +134,52 @@ msgstr "Obsługiwane przez" msgid "from you" msgstr "od Ciebie" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "in" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mile" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Ładowanie aktualnej pogody ..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Ładowanie przyszłej pogody ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Ładowanie ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Temperatura" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Wilgotność" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Ciśnienie" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Wiatr" @@ -189,18 +189,18 @@ msgstr "" "Upewnij się, że wprowadzono lokalizację lub zamiast tego użyj funkcji " "Lokalizacja automatyczna" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Nie można znaleźć lokalizacji na podstawie adresu, sprawdź, czy jest poprawna" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" "Nie udało się wywołać interfejsu API geolokalizacji, zobacz Looking Glass " "dla błędów." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Ostrzeżenie" @@ -210,17 +210,17 @@ msgstr "" "Poprawne lokalizacje można zapisywać tylko wtedy, gdy aplet nie jest " "odświeżany" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Nie możesz zapisać nieprawidłowej lokalizacji" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Informacja" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Lokalizacja jest już zapisana" @@ -258,15 +258,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Odczuwalna" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Nie udało się przetworzyć informacji o pogodzie" @@ -279,7 +279,7 @@ msgstr "" "lub uzyskaj go najpierw na stronie https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -287,7 +287,7 @@ msgstr "" "Upewnij się, że\n" "wprowadziłeś klucz API poprawnie, a Twoje konto nie jest zablokowane" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -298,272 +298,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Ulewny deszcz" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Deszcz" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Lekki deszcz" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Silne opady marznącego deszczu" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Marznący deszcz" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Lekki marznący deszcz" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Lekka marznąca mżawka" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Mrożąca mżawka" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Lekka mżawka" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Duże granulki lodu" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Granulki lodu" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Lekkie granulki lodu" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Obfite opady śniegu" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Śnieg" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Lekki śnieg" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Śnieżyca" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Burza z piorunami" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Lekka mgła" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Mgła" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Chmury" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Przeważnie pochmurno" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Częściowe zachmurzenie" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Przeważnie bezchmurnie" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Przejrzyście" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Słonecznie" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Nieznane" @@ -595,7 +591,7 @@ msgstr "" "Upewnij się, że\n" "wprowadziłeś klucz API, który masz od DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Nie udało się uzyskać lokalizacji" @@ -606,124 +602,124 @@ msgstr "" "Usługa lokalizacji odpowiedziała z błędami, proszę zobaczyć logi w Looking " "Glass" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Zachmurzenie" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Bezchmurne niebo" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Raczej" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Ulewny deszcz i burze" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Ulewne deszcze" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Duże opady deszczu i burze" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Duże opady śniegu" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Duże opady śniegu i burze" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Silne opady śniegu" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Silne opady deszczu i burze" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Obfite opady śniegu i burze" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Silne opady śniegu" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Silne opady śniegu i burze" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Lekki deszcz i burze" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Lekkie opady deszczu" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Lekkie opady deszczu i burze" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Lekki śnieg" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Lekki śnieg i burze" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Lekkie opady śniegu" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Lekkie opady śniegu i burze" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Lekki śnieg i burze" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Lekkie opady śniegu" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Lekkie opady śniegu i burze" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Deszcz i pioruny" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Przelotne deszcze" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Przelotne deszcze i burze" @@ -732,49 +728,49 @@ msgstr "Przelotne deszcze i burze" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Śnieg z deszczem" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Deszcz ze śniegiem i burze" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Przelotny śnieg" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Przelotny śnieg i burze" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Śnieg i burze" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Opady śniegu" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Opady śniegu i burze" @@ -783,20 +779,20 @@ msgstr "Opady śniegu i burze" msgid "Unexpected response from API" msgstr "Niespodziewana odpowiedź z API" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Widoczność" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Nie udało się przetworzyć aktualnych informacji o pogodzie" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Nie udało się przetworzyć informacji o prognozie" @@ -825,98 +821,98 @@ msgid "Excellent - More than" msgstr "Doskonały - Więcej niż" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Mgła" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Zachmurzenie" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Lekki deszczyk" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Mżawka" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Ulewny deszcz" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Deszcz ze śniegiem" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Grad" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Deszcz gradowy" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Lekki śnieg z deszczem" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Silny śnieg z deszczem" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Zagrzmi" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Przelotnie zagrzmi" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "Upewnij się, że Lokalizacja jest w prawidłowym formacie w Ustawieniach" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Upewnij się, że wprowadziłeś prawidłowy klucz w ustawieniach" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -924,196 +920,196 @@ msgstr "" "Nie znaleziono lokalizacji, upewnij się, że lokalizacja jest dostępna lub " "jest w prawidłowym formacie" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Jeśli problem nadal występuje, prosimy o kontakt z autorem tego apletu" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Nieznany błąd, proszę zobaczyć logi w Looking Glass" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Burza z lekkim deszczem" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Burza z deszczem" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Burza z ulewnym deszczem" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Lekka burza" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Silna burza" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Gwałtowna burza z piorunami" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Burza z lekką mżawką" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Burza z mżawką" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Burza z silną mżawką" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Lekkie opady mżawki" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Silne opady mżawki" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Lekka mżawka deszcz" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Mżawka deszcz" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Intensywna mżawka deszcz" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Deszcz i mżawka" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Ulewny deszcz i mżawka" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Przelotna mżawka" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Umiarkowany deszcz" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Intensywny deszcz" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Bardzo silny deszcz" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Ekstremalny deszcz" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Przelotny deszcz o lekkiej intensywności" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Przelotny deszcz" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Intensywny przelotny deszcz" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Poszarpany przelotny deszcz" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Deszcz ze śniegiem" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Lekki deszcz i śnieg" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Deszcz i śnieg" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Lekki przelotny śnieg" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Przelotny śnieg" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Silny przelotny śnieg" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Zadymiony" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Mgła" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Piasek, wiry pyłowe" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Piasek" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Pył" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Popiół wulkaniczny" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Szkwał" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornado" @@ -1121,30 +1117,30 @@ msgstr "Tornado" msgid "Sky is clear" msgstr "Niebo jest czyste" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Chmury" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Nieliczne chmury" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Rozproszone chmury" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Rozbite chmury" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Pochmurno" @@ -1152,80 +1148,80 @@ msgstr "Pochmurno" msgid "Could not get forecast for your area" msgstr "Nie można uzyskać prognozy dla Twojego obszaru" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "Lokalizacja jest poza USA, proszę użyć innego dostawcy." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Nie udało się przetworzyć informacji o prognozie godzinowej" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Bezchmurnie i wietrznie" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Niewiele chmur i wietrznie" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Nieliczne chmury i wietrznie" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Przeważnie pochmurno i wietrznie" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Pochmurno i wietrznie" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Śnieżno deszczowo" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Marznący deszcz i śnieg" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Huragan" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Burza" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tropical storm" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Gorąco" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Zimno" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Blizzard" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Dzisiaj" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Jutro" @@ -1257,79 +1253,79 @@ msgstr "Piątek" msgid "Saturday" msgstr "Sobota" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Spokój" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Lekki powiew" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Lekki powiew" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Delikatny powiew" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Umiarkowany wiatr" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Świeży powiew" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Silny wiatr" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "W pobliżu wichury" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Wichura" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Silna wichura" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Gwałtowna burza" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "N" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "NE" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "E" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "SE" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "S" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "SW" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "W" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "NW" @@ -1383,7 +1379,7 @@ msgstr "" "Wystąpił nieznany błąd podczas uzyskiwania pogody, zobacz logi Looking Glass " "aby uzyskać więcej informacji" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Tropikalna burza" @@ -1391,10 +1387,10 @@ msgstr "Tropikalna burza" msgid "Severe Thunderstorms" msgstr "Silne burze" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Burze" @@ -1410,21 +1406,21 @@ msgstr "Trochę deszczu i deszczu ze śniegiem" msgid "Mixed Snow and Sleet" msgstr "Śnieg i deszcz ze śniegiem" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Marznąca mżawka" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Marznący deszcz" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Przelotny deszcz" @@ -1432,15 +1428,15 @@ msgstr "Przelotny deszcz" msgid "Snow Flurries" msgstr "Zamiecie śnieżne" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Lekkie opady śniegu" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Zamiecie śnieżne" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Mglisto" @@ -1452,69 +1448,68 @@ msgstr "Zadyniony" msgid "Blustery" msgstr "Burzowo" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Wietrzny" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Przeważnie pochmurno" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Częściowe zachmurzenie" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Przeważnie słonecznie" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Deszcz i grad" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Pojedyncze burze" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Rozproszone burze" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Przelotne opady" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Ulewa" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Rozległe opady śniegu" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Duże opady śniegu" @@ -1526,355 +1521,355 @@ msgstr "Niedostępne" msgid "Scattered Thundershowers" msgstr "Rozproszone burze z piorunami" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Urząd Meteorologiczny UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Nie znaleziono danych dla lokalizacji" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Bardzo słabe" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Mniej niż {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Doskonała" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Więcej niż {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Słaba" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Pomiędzy {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Umiarkowane" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Dobra" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Bardzo dobra" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 #, fuzzy msgid "Squall" msgstr "Szkwał" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "Lekki przelotny śnieg" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norway" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Silna mżawka" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Lekki przelotny śnieg" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Silny przelotny śnieg" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Śnieżno deszczowo" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Opady śniegu" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Zamarzająca mgła" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 #, fuzzy msgid "Tomorrow.io" msgstr "Jutro" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Lekki wiatr" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Silny wiatr" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Nawiewy lub zaspy śnieżne" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Silna mżawka/deszcz" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Lekka mżawka/deszcz" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 #, fuzzy msgid "Dust Storm" msgstr "Burza pyłowa" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Marznąca mżawka/ marznący deszcz" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Silna marznąca mżawka/ marznący deszcz" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Lekka marznąca mżawka/ marznący deszcz" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Chmura lejkowata/tornado" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Gradobicie" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Lód" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Błyskawica bez grzmotu" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Opady w okolicy" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Ulewny deszcz i śnieg" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Lekki deszcz i śnieg" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 #, fuzzy msgid "Sky coverage decreasing" msgstr "Coraz mniejszy zasięg nieba" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 #, fuzzy msgid "Sky coverage increasing" msgstr "Zwiększający się zasięg nieba" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Niebo bez zmian" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Dym lub mgła" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Opady śniegu i deszczu" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Burza bez opadów" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Diamentowy pył" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Częściowe zachmurzenie" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Upewnij się, że wprowadziłeś klucz API poprawnie" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "NIE ZNALEZIONO" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Zawieje śnieg" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Lekki śnieg" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Umiarkowany śnieg" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Umiarkowany deszcz" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Deszcz ze śniegiem" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Silny deszcz ze śniegiem" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 #, fuzzy msgid "AccuWeather" msgstr "Pogoda" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 #, fuzzy msgid "Weather Underground" msgstr "Warunki pogodowe" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 #, fuzzy msgid "Strong Storm" msgstr "Silny wiatr" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 #, fuzzy msgid "Rain and Snow" msgstr "Deszcz i śnieg" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 #, fuzzy msgid "Rain and Sleet" msgstr "Trochę deszczu i deszczu ze śniegiem" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 #, fuzzy msgid "Snow Showers" msgstr "Opady śniegu" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 #, fuzzy msgid "Mostly Clear" msgstr "Przeważnie bezchmurnie" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 #, fuzzy msgid "Pirate Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 #, fuzzy msgid "" "Please Make sure you\n" @@ -1883,7 +1878,7 @@ msgstr "" "Upewnij się, że\n" "wprowadziłeś klucz API, który otrzymałeś od Climacell" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 #, fuzzy msgid "" "Location Service couldn't find your location, please see the logs in Looking " @@ -1892,313 +1887,334 @@ msgstr "" "Usługa lokalizacji odpowiedziała z błędami, proszę zobaczyć logi w Looking " "Glass" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Śnieżno deszczowo" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Lekki przelotny śnieg" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Silny przelotny śnieg" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Burza z lekkim deszczem" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Burza z deszczem" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 #, fuzzy msgid "Feels like" msgstr "Odczuwalna" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Przelotne opady" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Burze" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Lekki deszcz" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Lekki śnieg" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Silne burze" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Chmury" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Chmury" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 #, fuzzy msgid "Overcast and Dry" msgstr "Pochmurno i wietrznie" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Lekki śnieg" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Rozległe opady śniegu" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Przelotnie zagrzmi" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Przelotnie zagrzmi" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 #, fuzzy msgid "Wind Warning" msgstr "Ostrzeżenie" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Burza z deszczem" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Ostrzeżenie" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Ostrzeżenie" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 #, fuzzy msgid "Frost Warning" msgstr "Ostrzeżenie" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 #, fuzzy msgid "Heat Warning" msgstr "Ostrzeżenie" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 #, fuzzy msgid "Flood Warning" msgstr "Ostrzeżenie" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 #, fuzzy msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Upewnij się, że wprowadzono lokalizację lub zamiast tego użyj funkcji " "Lokalizacja automatyczna" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Ten dostawca wymaga klucza API do działania" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Opady zakończą się za {precipEnd} minut" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Opady nie ustaną w ciągu godziny" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Opady rozpoczną się w ciągu {precipStart} minut" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "Od {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 #, fuzzy msgid "{distance} {distanceUnit} from you" msgstr "{distance}{distanceUnit} od ciebie" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 #, fuzzy msgid "Could not open file {filePath} for writing" msgstr "Nie udało się uzyskać informacji o pogodzie" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 #, fuzzy msgid "Location Service Blocked" msgstr "Lokalizacja sklepu" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 #, fuzzy msgid "No Weather Data" msgstr "US Weather" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2693,10 +2709,6 @@ msgstr "" "stronie internetowej Cinnamon Spices, do której można przejść za pomocą " "przycisku w zakładce Pomoc." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -3073,3 +3085,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/pt.po b/weather@mockturtl/files/weather@mockturtl/po/pt.po index f932c6640ca..fd624945ebd 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/pt.po +++ b/weather@mockturtl/files/weather@mockturtl/po/pt.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: 3.0.1\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2024-06-23 03:27-0100\n" "Last-Translator: \n" "Language-Team: Português ; Daniel Miranda , Luiz Rodrigo " @@ -21,65 +21,65 @@ msgstr "" "X-Generator: Poedit 3.4.4\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Erro" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Erro de Serviço" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Chave Incorreta da API" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Formatação Incorreta de Local" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Chave Bloquiada" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Não foi possível encontrar a localização" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Sem Chave da Api" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Sem Localização" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Pacotes em Falta" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Localização não Coberta" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Applet de Clima" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Clique para abrir" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Recarregar" @@ -89,8 +89,8 @@ msgstr "API retornou código de estado entre 400 e 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Armazém de Localização" @@ -102,14 +102,14 @@ msgstr "Não pode guardar uma localização obtida automaticamente, desculpe" msgid "Could not get weather information" msgstr "Não foi possível obter informação do clima" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Erro inesperado enquanto recarregando o Clima, por favor verifique o registo " "no Looking Glass (Aparência Vidrada)" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -127,7 +127,7 @@ msgstr "" msgid "As of" msgstr "Às" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Fornecido por" @@ -135,52 +135,52 @@ msgstr "Fornecido por" msgid "from you" msgstr "de ti" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "pol" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Carregando as condições meteorológicas atuais ..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Carregando as condições meteorológicas futuras ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Carregando ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Temperatura" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Humidade" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Pressão" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Vento" @@ -190,19 +190,19 @@ msgstr "" "Confira que já introduziste um localização ou então use uma localização " "automática" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Não foi possível encontrar localizações baseadas no endereço, por favor " "verifique se está correto" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" "Não foi possível chamar a API de geolocalização, verifique o Looking Glass " "(Aparência Vidrada) por erros." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Aviso" @@ -212,17 +212,17 @@ msgstr "" "Pode guardar as localizações corretas apenas quando o applet não está " "recarregando" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Não pode guardar uma localização incorreta" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Informação" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "A localização já está guardada" @@ -260,15 +260,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Sensação térmica" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Não foi possível processar a informação do clima" @@ -281,7 +281,7 @@ msgstr "" "ou antes obtenha uma em https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -289,7 +289,7 @@ msgstr "" "Por favor confirme que\n" "já introduziste a chave da API corretamente e a sua conta não está bloquiada" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -300,272 +300,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Chuva forte" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Chuva" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Chuva leve" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Chuva pesada congelante" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Chuva congelante" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Chuva leve congelante" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Geada leve congelante" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Geada congelante" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Geada leve" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Granizo pesado" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Granizo de gelo" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Granizo leve de gelo" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Forte nevada" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Neve" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Neve fraca" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Flocos de neve" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Tempestade" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Neblina leve" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Neblina" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Nublado" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Muito nublado" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Parcialmente nublado" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Maioritariamente limpo" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Limpo" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Ensolarado" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Desconhecido" @@ -597,7 +593,7 @@ msgstr "" "Por favor confirme que já,\n" "introduziste a chave da API que já tens do DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Não foi possível obter a localização" @@ -608,124 +604,124 @@ msgstr "" "Serviço de localização respondido com erros, por favor verifique os registos " "no Looking Glass (Aparência Vidrada)" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Nublado" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Limpo" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Limpo" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Chuva pesada com trovões" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Fortes pancadas de chuva" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Fortes pancadas de chuva com trovões" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Granizo forte" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Granizo" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Fortes pancadas de granizo" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Fortes pancadas de granizo com trovões" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Neve com trovadas" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Fortes pancadas de neve" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Fortes pancadas de neve com trovões" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Chuva leve com trovoadas" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Pancada de chuva fraca" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Pancada de chuva fraca com trovões" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Granizo leve" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Granizo leve com trovoadas" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Pancadas de granizo leve" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Pancadas de granizo leve com trovões" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Nevada leve com trovoada" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Pancadas leves de neve" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Pancadas leves de neve com trovões" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Chuva e trovões" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Pancadas de chuva" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Pancadas de chuva com trovoadas" @@ -734,49 +730,49 @@ msgstr "Pancadas de chuva com trovoadas" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Granizo" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Granizo e trovão" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Pancadas de granizo" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Pancadas de granizo com trovões" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Neve e trovões" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Pancadas de neve" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Pancadas de neve e trovões" @@ -785,20 +781,20 @@ msgstr "Pancadas de neve e trovões" msgid "Unexpected response from API" msgstr "Resposta inesperada da API" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Visibilidade" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Falha no processamento da informação atual do clima" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Falha no processamento da informação das previsões" @@ -827,100 +823,100 @@ msgid "Excellent - More than" msgstr "Excelente - Mais que" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Névoa" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Nublado" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Pancadas leve de chuva" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Chuvisco" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Fortes pancadas de chuva" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Chuvas de granizo" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Granizo" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Nevadas" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Neve fraca" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Forte nevada" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Tempestade" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Tempestades" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" "Certifique-se de que a localização esteja no formato correto nas " "configurações" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Certifique-se de inserir a chave correta nas configurações" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -928,197 +924,197 @@ msgstr "" "Local não encontrado, verifique se o local está disponível ou no formato " "correto" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Se o problema persistir, entre em contato com o autor deste applet" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "" "Erro desconhecido, consulte os registos no Looking Glass (Aparência Vidrada)" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Trovoada com chuva fraca" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Tempestade com chuva" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Trovoada com chuva forte" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Tempestade leve" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Tempestade severa" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Tempestades isoladas" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Trovoada com chuvisco leve" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Tempestade com chuvisco" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Trovoada com chuvisco forte" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Chuvisco de intensidade leve" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Chuvisco de intensidade forte" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Chuva chuvisca de intensidade leve" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Chuvisco" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Chuva chuvisca de intensidade forte" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Pancadas de chuva e chuvisco" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Pancadas fortes de chuva e chuvisco" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Chuvisco" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Chuva moderada" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Chuva pesada" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Chuva muito pesada" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Chuva extrema" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Chuva de intensidade leve" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Chuva" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Chuva de alta intensidade" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Chuva irregular" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Chuva de granizo" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Chuva leve com neve" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Chuva e neve" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Neve fraca" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Neve" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Nevada forte" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Fumaça" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Neblina" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Areia, redemoinhos de poeira" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Areia" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Neblina" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Cinza vulcanica" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Rajadas" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornado" @@ -1126,30 +1122,30 @@ msgstr "Tornado" msgid "Sky is clear" msgstr "O céu está limp" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Nublado" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Poucas núvens" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Nuvens dispersas" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Nuvens quebradas" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Nuvens nublados" @@ -1157,80 +1153,80 @@ msgstr "Nuvens nublados" msgid "Could not get forecast for your area" msgstr "Não foi possível obter a previsão para sua área" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "A localização é fora dos EUA. Use um provedor diferente." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Falha ao processar informações de previsão por hora" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Claro e ventoso" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Ventoso e com poucas nuvens" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Parcialmente nublado e ventoso" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Muito nublado e ventoso" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Nublado e ventoso" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Flocos de neve" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Chuva congelada" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Furacão" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Tempestade" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tempestade tropical" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Quente" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Frio" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Nevasca" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Hoje" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Amanhã" @@ -1262,79 +1258,79 @@ msgstr "Sexta-feira" msgid "Saturday" msgstr "Sábado" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Calmo" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Ar leve" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Brisa leve" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Brisa gentil" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Brisa moderada" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Brisa fresca" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Brisa forte" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Quase ventania" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Ventania" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Ventania forte" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Tempestade violenta" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "N" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "NE" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "E" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "SE" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "S" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "SO" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "O" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "NO" @@ -1386,7 +1382,7 @@ msgstr "" "Ocorreu um erro desconhecido ao obter o clima, consulte os registos do " "Looking Glass (Aparência Vidrada) para obter mais informações" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Tempestade tropical" @@ -1394,10 +1390,10 @@ msgstr "Tempestade tropical" msgid "Severe Thunderstorms" msgstr "Tempestade severa" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Tempestade" @@ -1413,21 +1409,21 @@ msgstr "Granizo e chuva" msgid "Mixed Snow and Sleet" msgstr "Granizo e neve" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Geada" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Chuva congelada" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Chuva" @@ -1435,15 +1431,15 @@ msgstr "Chuva" msgid "Snow Flurries" msgstr "Flocos de neve" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Neve fraca" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Nevasca" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Neblina" @@ -1455,69 +1451,68 @@ msgstr "Niebla" msgid "Blustery" msgstr "Rajadas de vento" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Ventoso" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Muito nublado" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Parcialmente nublado" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Muito ensolarado" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Chuva e granizo" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Tempestades isoladas" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Tempestades dispersas" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Chuvas dispersas" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Chuva forte" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Nevadas dispersas" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Forte nevada" @@ -1529,7 +1524,7 @@ msgstr "Não disponível" msgid "Scattered Thundershowers" msgstr "Tempestades dispersas" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1538,24 +1533,24 @@ msgstr "" "caminho\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" @@ -1563,308 +1558,308 @@ msgstr "" "MET Office UK cobre apenas o Reino Unido, certifique-se de que sua " "localização esteja neste país" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Não foram encontrados dados para localização" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Muito fraco" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Menos que {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Excelente" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Mais que {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Fraco" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Entre {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Moderado" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Bom" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Muito bom" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "Cinzas" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "Rajadas" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 msgid "Light shower sleet" msgstr "Neve fraca" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Geada pesada" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 msgid "Light shower rain" msgstr "Chuva fraca" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 msgid "Heavy shower rain" msgstr "Chuva forte" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 msgid "Mix snow/rain" msgstr "Chuva e neves" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 msgid "Snow shower" msgstr "Pancadas de neve" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Névoa congelante" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Vento leve" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Vento forte" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Atravessamento visual" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Nevasca" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Geada pesada/chuva" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Chuvisco pesado/chuva" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Tempestade de poeira" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Geada congelante/chuva congelante" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Geada forte congelante/chuva congelante" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Geada leve congelante/chuva congelante" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Nuvem funil/tornado" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Chuvas de granizo" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Gelo" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Relâmpago sem trovão" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Precipitação nas proximidades" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Chuva pesada e neve" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Chuva leve e neve" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Cobertura do céu diminuindo" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Cobertura do céu aumentando" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Céu inalterado" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Fumaça ou neblina" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Pancadas de neve e chuva" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Trovoada sem precipitação" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Pó de diamante" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Parcialmente nublado" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Certifique-se de inserir a chave API corretamente" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "NÂO ENCONTRADO" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Nevasca" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Nevasca leve" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Nevada moderada" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Pancadas moderadas de chuva" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Chuva e neve" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Chuva e neve fortes" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "Selecione um provedor ou local diferente" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Clima subterrâneo" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "A chave de API que você forneceu é inválida." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "O local que você forneceu não foi encontrado." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "Tempestade forte" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "Chuva e neve" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "Granizo e chuva" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Nevadas" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Brisado" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "Gelado" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "Muito claro" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" @@ -1872,7 +1867,7 @@ msgstr "" "Por favor confirme que\n" "já introduziste a chave da API que tens do Pirate Weather" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" @@ -1880,191 +1875,192 @@ msgstr "" "O Serviço de localização não conseguiu encontrar sua localização. Consulte " "os registros no Looking Glass" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 msgid "Snow grains" msgstr "Flocos de neve" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 msgid "Light showers" msgstr "Chuva leve" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 msgid "Heavy showers" msgstr "Chuva pesada" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 msgid "Thunderstorm with slight hail" msgstr "Trovoada com chuva com alguns granizos" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 msgid "Thunderstorm with hail" msgstr "Tempestade com granizos" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "Sensação térmica" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Chuvas dispersas" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Tempestade" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Chuva leve" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Granizo leve" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Tempestade severa" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Nublado" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Nublado" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 #, fuzzy msgid "Overcast and Dry" msgstr "Nublado e ventoso" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Nevasca leve" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Nevadas dispersas" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Tempestades" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Tempestades" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 #, fuzzy msgid "Wind Warning" msgstr "Aviso" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Tempestade com chuva" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Aviso" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Aviso" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 #, fuzzy msgid "Frost Warning" msgstr "Aviso" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 #, fuzzy msgid "Heat Warning" msgstr "Aviso" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 #, fuzzy msgid "Flood Warning" msgstr "Aviso" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2073,7 +2069,7 @@ msgstr "" "caminhos\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2081,106 +2077,126 @@ msgstr "" "Não foi possível obter o conteúdo do arquivo de configuração no caminho\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "Certifique-se de inserir um local ou use a localização automática." -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Este provedor requer uma chave de API para operar" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Ponto de condensação da água" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "A precipitação terminará em {precipEnd} minutos" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "A precipitação não terminará dentro de uma hora" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "A precipitação começará dentro de {precipStart} minutos" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" "Falha na análise da previsão. Consulte os registos para obter mais detalhes." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "Às {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance} {distanceUnit} de ti" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "Nome da estação: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Área: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "{count} alerta(s) do clima " -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Erro ao salvar informações de depuração" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "Não foi possível abrir o ficheiro {filePath} para a escrita" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Erro ao salvar informações de depuração" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Guardado em {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 #, fuzzy msgid "Location Service Blocked" msgstr "Armazém de Localização" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "Sem Informação Climática" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2675,10 +2691,6 @@ msgstr "" "detalhadamente no site Cinnamon Spices, que você pode acessar com o botão na " "aba Ajuda." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -3087,3 +3099,15 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "Teste o seu comando" + +#. 3.8->settings-schema.json->uvIndex->description +#, fuzzy +msgid "Enable displaying UV Index" +msgstr "Ativar mostrar alertas de clima" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/pt_BR.po b/weather@mockturtl/files/weather@mockturtl/po/pt_BR.po index 401b71d1cda..cd6b1e64d59 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/pt_BR.po +++ b/weather@mockturtl/files/weather@mockturtl/po/pt_BR.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: weather@mockturtl 2.6.5\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2023-04-14 18:10-0300\n" "Last-Translator: Fúlvio Alves \n" "Language-Team: Português \n" @@ -21,65 +21,65 @@ msgstr "" "X-Generator: Poedit 2.3\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Erro" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Erro de serviço" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Chave API Incorreta" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Formato de local incorreto" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Chave bloqueada" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Não pode encontrar o local" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Sem chave API" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Sem local" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Pacotes ausentes" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Local não coberto" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Miniaplicativo Meteorológico" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Clique para abrir" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Atualizar" @@ -89,8 +89,8 @@ msgstr "A API retornou o código de status entre 400 e 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Loja de Locais" @@ -102,13 +102,13 @@ msgstr "Você não pode salvar um local obtido automaticamente, desculpe" msgid "Could not get weather information" msgstr "Não foi possível obter informações meteorológicas" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Erro inesperado ao atualizar o tempo. Consulte o registro em Looking Glass" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -124,7 +124,7 @@ msgstr "Erro de rede. Verifique o registro em Looking Glass" msgid "As of" msgstr "A partir de" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Distribuído por" @@ -132,52 +132,52 @@ msgstr "Distribuído por" msgid "from you" msgstr "de você" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "pol" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Carregando as condições meteorológicas atuais ..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Carregando as condições meteorológicas futuras ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Carregando ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Temperatura" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Umidade" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Pressão" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Vento" @@ -185,18 +185,18 @@ msgstr "Vento" msgid "Make sure you entered a location or use Automatic location instead" msgstr "Verifique se você inseriu um local ou use a localização automática" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Não foi possível encontrar o local com base no endereço. Verifique se está " "correto" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" "Falha ao chamar a API de geolocalização. Consulte Looking Glass para erros." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Aviso" @@ -205,17 +205,17 @@ msgid "You can only save correct locations when the applet is not refreshing" msgstr "" "Você só pode salvar locais corretos quando o applet não estiver atualizando" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Você não pode salvar um local incorreto" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Informação" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "O local já está salvo" @@ -253,15 +253,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Sensação Térmica" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Falha ao processar informações meteorológicas" @@ -274,7 +274,7 @@ msgstr "" "ou obtenha uma primeiro em https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -282,7 +282,7 @@ msgstr "" "Tenha certeza de que você \n" "informou a chave API correta e que sua conta não está bloqueada" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -293,272 +293,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Chuva forte" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Chuva" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Chuva leve" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Chuva congelante forte" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Chuva congelante" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Chuva congelante fraca" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Garoa congelante leve" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Garoa congelante" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Garoa leve" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Granizo forte" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Granizo" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Granizo leve" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Neve forte" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Neve" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Neve leve" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Rajadas" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Tempestade" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Nevoeiro leve" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Névoa" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Nublado" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Predominantemente nublado" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Parcialmente nublado" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Predominantemente limpo" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Limpo" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Ensolarado" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Desconhecido" @@ -590,7 +586,7 @@ msgstr "" "Tenha certeza de que você \n" "inseriu a chave API que você tem de DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Não foi possível obter o local" @@ -601,124 +597,124 @@ msgstr "" "O Serviço de Localização respondeu com erros. Consulte os registros em " "Looking Glass" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Nebulosidade" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Céu limpo" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Tempo calmo e claro" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Chuva forte e trovões" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Chuvas fortes isoladas" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Chuvas fortes isoladas e trovões" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Granizo forte" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Granizo forte e trovões" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Granizo forte isolado" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Granizo forte isolado e trovões" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Neve intensa e trovões" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Neve intensa e isolada" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Neve intensa, isolada e trovões" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Chuva leve e trovões" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Chuva leve isolada" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Chuva leve isolada e trovões" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Granizo fraco" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Granizo fraco e trovões" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Granizo fraco isolado" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Granizo fraco isolado e trovões" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Neve fraca e trovões" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Neve fraca isolada" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Neve fraca isolada e trovões" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Chuva e trovões" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Chuvas isoladas" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Chuva isoladas e trovões" @@ -727,49 +723,49 @@ msgstr "Chuva isoladas e trovões" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Granizo" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Granizo e trovões" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Granizo isolado" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Granizo isolado e trovões" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Neve e trovões" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Neve isolada" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Neve isolada e trovões" @@ -778,20 +774,20 @@ msgstr "Neve isolada e trovões" msgid "Unexpected response from API" msgstr "Resposta inesperada de API" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Visibilidade" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Falha ao processar informações meteorológicas atuais" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Falha ao processar informações de previsão" @@ -820,98 +816,98 @@ msgid "Excellent - More than" msgstr "Excelente - Mais de" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Névoa" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Muito nublado" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Chuva leve isolada" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Garoa" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Chuva intensa isolada" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Granizo isolado" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Bolas de granizo" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Bolas de granizo isoladas" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Neve leve isolada" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Neve intensa isolada" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Trovões" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Trovões isolados" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "Tenha certeza de que o local está no formato correto nas Configurações" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Tenha certeza de que você introduziu a chave correta nas configurações" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -919,196 +915,196 @@ msgstr "" "Local não encontrado. Tenha certeza que seu local está disponível ou que " "está no formato correto" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Se este problema persistir, contate o Autor deste applet" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Erro desconhecido. Consulte o registro em Looking Glass" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Tempestade com chuva leve" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Tempestade com chuva" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Tempestade com chuva forte" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Tempestade leve" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Tempestade forte" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Tempestade irregular" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Tempestade com garoa leve" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Tempestade com garoa" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Tempestade com garoa forte" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Garoa leve" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Garoa forte" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Chuva com garoa de intensidade leve" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Chuva com garoa" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Chuva com garoa de intensidade forte" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Chuva isolada e garoa" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Chuva isolada forte e garoa" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Garoa isolada" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Chuva moderada" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Chuva forte" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Chuva muito forte" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Chuva extrema" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Chuva isolada leve" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Chuva isolada" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Chuva isolada forte" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Chuva isolada irregular" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Granizo isolado" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Chuva leve e neve" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Chuva e neve" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Neve leve isolada" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Neve isolada" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Neve isolada intensa" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Fumaça" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Neblina" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Areia, redemoinhos de poeira" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Areia" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Poeira" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Cinza vulcânica" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Rajadas" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornado" @@ -1116,30 +1112,30 @@ msgstr "Tornado" msgid "Sky is clear" msgstr "O céu está limpo" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Nuvens" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Poucas nuvens" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Nuvens dispersas" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Nuvens quebradas" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Muito nublado" @@ -1147,80 +1143,80 @@ msgstr "Muito nublado" msgid "Could not get forecast for your area" msgstr "Não foi possível obter a previsão para sua área" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "O local fica fora dos EUA. Utilize um provedor diferente." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Falha ao processar informações de previsão por hora" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Limpo e ventoso" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Poucas nuvens e ventoso" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Parcialmente nublado e ventoso" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Maiormente nublado e ventoso" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Muito nublado e ventoso" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Chuva com neve" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Chuva Congelante e neve" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Furacão" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Tempestade" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tempestade tropical" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Quente" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Frio" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Nevasca" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Hoje" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Amanhã" @@ -1252,79 +1248,79 @@ msgstr "Sexta-feira" msgid "Saturday" msgstr "Sábado" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Calmo" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Ar leve" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Brisa leve" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Brisa suave" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Brisa moderada" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Brisa fresca" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Brisa forte" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Perto de vendaval" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Vendaval" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Vendaval forte" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Tempestade violenta" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "N" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "NE" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "L" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "SE" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "S" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "SO" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "O" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "NO" @@ -1376,7 +1372,7 @@ msgstr "" "Ocorreu um erro desconhecido ao obter o clima. Consulte os registros no " "Looking Glass para mais informações" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Tempestade tropical" @@ -1384,10 +1380,10 @@ msgstr "Tempestade tropical" msgid "Severe Thunderstorms" msgstr "Tempestades severas" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Tempestades" @@ -1403,21 +1399,21 @@ msgstr "Chuva e granizo misturados" msgid "Mixed Snow and Sleet" msgstr "Neve e granizo misturados" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Garoa gelada" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Chuva gelada" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Chuvas isoladas" @@ -1425,15 +1421,15 @@ msgstr "Chuvas isoladas" msgid "Snow Flurries" msgstr "Flocos de neve" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Neve leve isolada" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Neve com vento" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Nebuloso" @@ -1445,69 +1441,68 @@ msgstr "Esfumaçado" msgid "Blustery" msgstr "Tempestuoso" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Ventoso" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Predominantemente nublado" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Parcialmente nublado" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Predominantemente ensolarado" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Chuva e granizo misturados" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Tempestades isoladas" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Tempestades dispersas" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Chuvas isoladas dispersas" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Chuva forte" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Neve dispersa isolada" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Neve intensa" @@ -1519,7 +1514,7 @@ msgstr "Não disponível" msgid "Scattered Thundershowers" msgstr "Trovoadas dispersas" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1528,7 +1523,7 @@ msgstr "" "encontrado no caminho\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1536,341 +1531,341 @@ msgstr "" "Não foi possível obter o conteúdo do arquivo de log no caminho\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Não foram encontrados dados para o local" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Muito pouca" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Menos que {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Excelente" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Mais de {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Pouca" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Entre {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Moderada" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Bom" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Muito boa" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 #, fuzzy msgid "Squall" msgstr "Rajadas" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "Neve leve isolada" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET da Noruega" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Garoa forte" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Neve leve isolada" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Neve isolada intensa" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Chuva com neve" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Neve isolada" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Névoa gelada" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Vento leve" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Vendaval forte" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "USWeather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Soprando ou arrastando neve" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Garoa forte/chuva" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Garoa leve/chuva" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Tempestade de areia" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Garoa gelada/chuva gelada" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Garoa gelada forte/chuva gelada" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Garoa gelada leve/chuva gelada" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Nuvem em funil/tornado" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Granizo" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Gelo" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Relâmpagos sem trovão" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Precipitação na vizinhança" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Chuva forte e trovões" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Chuva leve e neve" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Cobertura do céu diminuindo" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Cobertura do céu aumentando" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Céu inalterado" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Fumaça ou neblina" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Pancadas de neve e chuva" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Tempestade sem precipitação" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Cristais de gelo" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Parcialmente nublado" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "" "Favor tenha certeza que você \n" "inseriu a chave API corretamente" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "NÃO ENCONTRADO" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Neve com vento" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Neve leve" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Neve moderada" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Pancadas de chuva moderada" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Chuva e neve misturadas" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Chuva e neve misturadas fortemente" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 #, fuzzy msgid "AccuWeather" msgstr "Clima" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 #, fuzzy msgid "Weather Underground" msgstr "Condições meteorológicas" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 #, fuzzy msgid "The location you provided was not found." msgstr "Nenhum local fornecido" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 #, fuzzy msgid "Strong Storm" msgstr "Brisa forte" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 #, fuzzy msgid "Rain and Snow" msgstr "Chuva e neve" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 #, fuzzy msgid "Rain and Sleet" msgstr "Chuva e granizo misturados" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Neve Isolada" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 #, fuzzy msgid "Mostly Clear" msgstr "Predominantemente limpo" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 #, fuzzy msgid "Pirate Weather" msgstr "USWeather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 #, fuzzy msgid "" "Please Make sure you\n" @@ -1879,7 +1874,7 @@ msgstr "" "Tenha certeza de que você \n" "inseriu a chave API que você tem de Climacell" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 #, fuzzy msgid "" "Location Service couldn't find your location, please see the logs in Looking " @@ -1888,197 +1883,198 @@ msgstr "" "O Serviço de Localização respondeu com erros. Consulte os registros em " "Looking Glass" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Chuva com neve" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Neve leve isolada" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Neve isolada intensa" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Tempestade com chuva leve" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Tempestade com chuva" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 #, fuzzy msgid "Feels like" msgstr "Sensação Térmica" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Chuvas isoladas dispersas" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Tempestades" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Chuva leve" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Granizo fraco" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Tempestades severas" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Nuvens" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Nuvens" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 #, fuzzy msgid "Overcast and Dry" msgstr "Muito nublado e ventoso" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Neve leve" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Neve dispersa isolada" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Trovões isolados" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Trovões isolados" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 #, fuzzy msgid "Wind Warning" msgstr "Aviso" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Tempestade com chuva" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Aviso" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Aviso" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 #, fuzzy msgid "Frost Warning" msgstr "Aviso" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 #, fuzzy msgid "Heat Warning" msgstr "Aviso" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 #, fuzzy msgid "Flood Warning" msgstr "Aviso" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 #, fuzzy msgid "" "Could not retrieve config, file was not found under paths\n" @@ -2088,7 +2084,7 @@ msgstr "" "caminho\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2096,109 +2092,129 @@ msgstr "" "Não foi possível obter o conteúdo do arquivo de configuração no caminho\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 #, fuzzy msgid "Make sure you entered a location or use Automatic location instead." msgstr "Verifique se você inseriu um local ou use a localização automática" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Este provedor requer uma chave API para operar" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Ponto de orvalho" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "A precipitação terminará em {precipEnd} minutos" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "A precipitação não terminará dentro de uma hora" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "A precipitação começará dentro de {precipStart} minutos" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" "Falha na análise da previsão. Consulte os registros para obter mais detalhes." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "A partir de {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance} {distanceUnit} de você" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Erro ao salvar informações de depuração" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 #, fuzzy msgid "Could not open file {filePath} for writing" msgstr "Não foi possível obter informações meteorológicas" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Informações de depuração salvas com sucesso" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Salvo em {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 #, fuzzy msgid "Location Service Blocked" msgstr "Loja de Locais" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 #, fuzzy msgid "No Weather Data" msgstr "USWeather" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2695,10 +2711,6 @@ msgstr "" "Internet funcional para operarem. As opções estão descritas em detalhes no " "site Cinnamon Spices, que você pode acessar com o botão na guia Ajuda." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -3084,3 +3096,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/ro.po b/weather@mockturtl/files/weather@mockturtl/po/ro.po index 529620e2b95..b9623b96f7d 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/ro.po +++ b/weather@mockturtl/files/weather@mockturtl/po/ro.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: simon04-gnome-shell-extension-weather\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2021-02-16 11:25+0100\n" "Last-Translator: Marian Vasile și Dorian Baciu\n" "Language-Team: \n" @@ -22,65 +22,65 @@ msgstr "" "X-Generator: Poedit 2.3\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Clic pentru a deschide" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "" @@ -90,8 +90,8 @@ msgstr "" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "" @@ -103,12 +103,12 @@ msgstr "" msgid "Could not get weather information" msgstr "" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -122,7 +122,7 @@ msgstr "" msgid "As of" msgstr "" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "" @@ -130,55 +130,55 @@ msgstr "" msgid "from you" msgstr "" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Se încarcă vremea curentă..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Se încarcă prognoza..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Se încarcă" -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 #, fuzzy msgid "Temperature" msgstr "Temperatură:" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 #, fuzzy msgid "Humidity" msgstr "Umiditate:" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 #, fuzzy msgid "Pressure" msgstr "Presiune:" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 #, fuzzy msgid "Wind" msgstr "Vânt:" @@ -187,15 +187,15 @@ msgstr "Vânt:" msgid "Make sure you entered a location or use Automatic location instead" msgstr "" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "" @@ -203,17 +203,17 @@ msgstr "" msgid "You can only save correct locations when the applet is not refreshing" msgstr "" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "" @@ -249,15 +249,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "" @@ -268,13 +268,13 @@ msgid "" msgstr "" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" msgstr "" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -283,13 +283,13 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 #, fuzzy msgid "Heavy rain" msgstr "Ninsoare abundentă" @@ -297,42 +297,41 @@ msgstr "Ninsoare abundentă" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 #, fuzzy msgid "Light rain" msgstr "Ploaie rece" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 #, fuzzy msgid "Heavy freezing rain" msgstr "Ploaie rece" @@ -340,178 +339,176 @@ msgstr "Ploaie rece" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Ploaie rece" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 #, fuzzy msgid "Light freezing rain" msgstr "Ploaie rece" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 #, fuzzy msgid "Light freezing drizzle" msgstr "Burniță rece" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Burniță rece" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 #, fuzzy msgid "Light drizzle" msgstr "Burniță rece" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Ninsoare abundentă" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Ninsoare" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 #, fuzzy msgid "Light snow" msgstr "Ninsoare ușoară în averse" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 #, fuzzy msgid "Flurries" msgstr "Ninsoare ușoară" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 #, fuzzy msgid "Thunderstorm" msgstr "Furtuni" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 #, fuzzy msgid "Fog" msgstr "Ceață" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Înnorat" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Majoritar înnorat" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Parțial înnorat" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 #, fuzzy msgid "Mostly clear" msgstr "Majoritar înnorat" @@ -519,47 +516,46 @@ msgstr "Majoritar înnorat" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Senin" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Însorit" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "" @@ -587,7 +583,7 @@ msgid "" "entered the API key that you have from DarkSky" msgstr "" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "" @@ -596,138 +592,138 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 #, fuzzy msgid "Cloudiness" msgstr "Înnorat" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 #, fuzzy msgid "Clear sky" msgstr "Senin" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Vreme bună" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 #, fuzzy msgid "Heavy rain showers" msgstr "Ninsoare abundentă" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 #, fuzzy msgid "Heavy sleet" msgstr "Ninsoare abundentă" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 #, fuzzy msgid "Heavy sleet showers" msgstr "Ninsoare abundentă" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 #, fuzzy msgid "Heavy snow and thunder" msgstr "Ninsoare abundentă" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 #, fuzzy msgid "Heavy snow showers" msgstr "Ninsori în averse" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 #, fuzzy msgid "Light rain showers" msgstr "Ninsoare ușoară în averse" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 #, fuzzy msgid "Light rain showers and thunder" msgstr "Ninsoare ușoară în averse" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 #, fuzzy msgid "Light sleet showers" msgstr "Ninsoare ușoară în averse" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 #, fuzzy msgid "Light sleet showers and thunder" msgstr "Ninsoare ușoară în averse" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 #, fuzzy msgid "Light snow and thunder" msgstr "Ninsoare ușoară în averse" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Ninsoare ușoară în averse" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 #, fuzzy msgid "Light snow showers and thunder" msgstr "Ninsoare ușoară în averse" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 #, fuzzy msgid "Rain showers" msgstr "Ninsori în averse" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "" @@ -736,51 +732,51 @@ msgstr "" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Lapoviță" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 #, fuzzy msgid "Sleet and thunder" msgstr "Furtuni răzlețe" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 #, fuzzy msgid "Sleet showers" msgstr "Averse răzlețe" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Ninsori în averse" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 #, fuzzy msgid "Snow showers and thunder" msgstr "Ninsori în averse" @@ -790,20 +786,20 @@ msgstr "Ninsori în averse" msgid "Unexpected response from API" msgstr "" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "" @@ -832,319 +828,319 @@ msgid "Excellent - More than" msgstr "" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 #, fuzzy msgid "Light rain shower" msgstr "Ninsoare ușoară în averse" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Burniță" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 #, fuzzy msgid "Heavy rain shower" msgstr "Ninsoare abundentă" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 #, fuzzy msgid "Sleet shower" msgstr "Averse răzlețe" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Grindină" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 #, fuzzy msgid "Hail shower" msgstr "Ninsori în averse" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 #, fuzzy msgid "Light snow shower" msgstr "Ninsoare ușoară în averse" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 #, fuzzy msgid "Heavy snow shower" msgstr "Ninsoare abundentă" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 #, fuzzy msgid "Thunder" msgstr "Furtuni" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 #, fuzzy msgid "Thunder shower" msgstr "Ploi abundente în averse" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" msgstr "" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 #, fuzzy msgid "Thunderstorm with rain" msgstr "Furtuni" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 #, fuzzy msgid "Light thunderstorm" msgstr "Furtuni" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 #, fuzzy msgid "Heavy thunderstorm" msgstr "Furtuni severe" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 #, fuzzy msgid "Ragged thunderstorm" msgstr "Furtuni izolate" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "Furtuni" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 #, fuzzy msgid "Drizzle rain" msgstr "Burniță" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 #, fuzzy msgid "Shower rain and drizzle" msgstr "Ploaie cu grindină" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 #, fuzzy msgid "Shower drizzle" msgstr "Burniță rece" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 #, fuzzy msgid "Extreme rain" msgstr "Ploaie rece" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 #, fuzzy msgid "Light intensity shower rain" msgstr "Ninsoare ușoară în averse" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 #, fuzzy msgid "Shower rain" msgstr "Averse" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 #, fuzzy msgid "Shower sleet" msgstr "Averse" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 #, fuzzy msgid "Light rain and snow" msgstr "Lapoviță" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 #, fuzzy msgid "Rain and snow" msgstr "Lapoviță" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 #, fuzzy msgid "Light shower snow" msgstr "Ninsoare ușoară în averse" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 #, fuzzy msgid "Shower snow" msgstr "Averse" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 #, fuzzy msgid "Heavy shower snow" msgstr "Ninsoare abundentă" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 #, fuzzy msgid "Smoke" msgstr "Întunecat" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Ceață ușoară" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Praf" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornadă" @@ -1152,32 +1148,32 @@ msgstr "Tornadă" msgid "Sky is clear" msgstr "" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 #, fuzzy msgid "Clouds" msgstr "Înnorat" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 #, fuzzy msgid "Scattered clouds" msgstr "Averse răzlețe" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "" @@ -1185,84 +1181,84 @@ msgstr "" msgid "Could not get forecast for your area" msgstr "" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "" -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 #, fuzzy msgid "Partly cloudy and windy" msgstr "Parțial înnorat" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 #, fuzzy msgid "Mostly cloudy and windy" msgstr "Majoritar înnorat" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 #, fuzzy msgid "Snowy rain" msgstr "Ninsoare ușoară" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 #, fuzzy msgid "Freezing rain and snow" msgstr "Ploaie rece" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Uragan" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Furtună tropicală" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Foarte cald" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Rece" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Azi" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Mâine" @@ -1294,79 +1290,79 @@ msgstr "Vineri" msgid "Saturday" msgstr "Sâmbătă" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "N" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "NE" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "E" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "SE" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "S" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "SV" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "V" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "NV" @@ -1411,7 +1407,7 @@ msgid "" "more information" msgstr "" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 #, fuzzy msgid "Tropical Storm" msgstr "Furtună tropicală" @@ -1421,10 +1417,10 @@ msgstr "Furtună tropicală" msgid "Severe Thunderstorms" msgstr "Furtuni severe" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Furtuni" @@ -1443,23 +1439,23 @@ msgstr "Măzăriche" msgid "Mixed Snow and Sleet" msgstr "Măzăriche" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 #, fuzzy msgid "Freezing Drizzle" msgstr "Burniță rece" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 #, fuzzy msgid "Freezing Rain" msgstr "Ploaie rece" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Averse" @@ -1468,17 +1464,17 @@ msgstr "Averse" msgid "Snow Flurries" msgstr "Ninsoare ușoară" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 #, fuzzy msgid "Light Snow Showers" msgstr "Ninsoare ușoară în averse" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 #, fuzzy msgid "Blowing Snow" msgstr "Ninsoare viscolită" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Ceață" @@ -1490,78 +1486,77 @@ msgstr "Întunecat" msgid "Blustery" msgstr "Zgomotos" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Rafale de vânt" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 #, fuzzy msgid "Mostly Cloudy" msgstr "Majoritar înnorat" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 #, fuzzy msgid "Partly Cloudy" msgstr "Parțial înnorat" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 #, fuzzy msgid "Mostly Sunny" msgstr "Majoritar înnorat" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 #, fuzzy msgid "Mixed Rain and Hail" msgstr "Ploaie cu grindină" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 #, fuzzy msgid "Isolated Thunderstorms" msgstr "Furtuni izolate" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 #, fuzzy msgid "Scattered Thunderstorms" msgstr "Furtuni răzlețe" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 #, fuzzy msgid "Scattered Showers" msgstr "Averse răzlețe" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 #, fuzzy msgid "Heavy Rain" msgstr "Ninsoare abundentă" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 #, fuzzy msgid "Scattered Snow Showers" msgstr "Ninsori răzlețe" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 #, fuzzy msgid "Heavy Snow" msgstr "Ninsoare abundentă" @@ -1576,665 +1571,686 @@ msgstr "Indisponibil" msgid "Scattered Thundershowers" msgstr "Furtuni răzlețe" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "Ninsoare ușoară în averse" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 #, fuzzy msgid "Heavy drizzle" msgstr "Burniță rece" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Ninsoare ușoară în averse" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Ninsoare abundentă" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Ninsoare ușoară" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Ninsori în averse" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 #, fuzzy msgid "Freezing fog" msgstr "Ploaie rece" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 #, fuzzy msgid "Tomorrow.io" msgstr "Mâine" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 #, fuzzy msgid "Blowing or drifting snow" msgstr "Ninsoare viscolită" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 #, fuzzy msgid "Freezing drizzle/freezing rain" msgstr "Burniță rece" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 #, fuzzy msgid "Hail showers" msgstr "Ninsori în averse" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 #, fuzzy msgid "Heavy rain and snow" msgstr "Lapoviță" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 #, fuzzy msgid "Light rain And snow" msgstr "Lapoviță" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 #, fuzzy msgid "Snow and rain showers" msgstr "Ninsori în averse" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 #, fuzzy msgid "Partially cloudy" msgstr "Parțial înnorat" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Ninsoare viscolită" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 #, fuzzy msgid "Slight snow" msgstr "Ninsoare viscolită" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 #, fuzzy msgid "Moderate snow" msgstr "Ninsoare abundentă" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 #, fuzzy msgid "Moderate rain showers" msgstr "Averse răzlețe" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Lapoviță" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 #, fuzzy msgid "Heavy mixed rain and snow" msgstr "Lapoviță" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 #, fuzzy msgid "Rain and Snow" msgstr "Lapoviță" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 #, fuzzy msgid "Rain and Sleet" msgstr "Măzăriche" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 #, fuzzy msgid "Snow Showers" msgstr "Ninsori în averse" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 #, fuzzy msgid "Mostly Clear" msgstr "Majoritar înnorat" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" msgstr "" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Ninsoare ușoară" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Ninsoare ușoară în averse" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Ninsoare abundentă" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Furtuni" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Furtuni" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Averse răzlețe" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Furtuni" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Ploaie rece" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Ninsoare ușoară în averse" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Furtuni severe" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Înnorat" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Înnorat" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Ninsoare viscolită" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Ninsori răzlețe" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Ploi abundente în averse" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Ploi abundente în averse" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Furtuni" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Lapoviță" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Ninsoare ușoară" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2721,10 +2737,6 @@ msgid "" "can access with the button on the Help tab." msgstr "" -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -3046,3 +3058,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/ru.po b/weather@mockturtl/files/weather@mockturtl/po/ru.po index a8986d151ad..c71b81e9d1e 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/ru.po +++ b/weather@mockturtl/files/weather@mockturtl/po/ru.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2024-06-13 19:53+0300\n" "Last-Translator: \n" "Language-Team: \n" @@ -24,65 +24,65 @@ msgstr "" "X-Generator: Poedit 3.0.1\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Ошибка" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Ошибка сервиса" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Неверный ключа API" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Неверный формат местоположения" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Ключ заблокирован" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Невозможно найти местоположение" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Нет ключа API" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Нет местоположения" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Отсутствуют пакеты" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Местоположение не поддерживается" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Погода" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Нажмите дял открытия" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Обновить" @@ -92,8 +92,8 @@ msgstr "API вернул код статуса между 400 и 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Хранение местоположения" @@ -106,13 +106,13 @@ msgstr "" msgid "Could not get weather information" msgstr "Невозможно получить информацию о погоде" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Неожиданная ошибка во время обновления погоды, см. логи в Looking Glass" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -128,7 +128,7 @@ msgstr "Ошибка сети, см. логи в Looking Glass" msgid "As of" msgstr "По состоянию на" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "При помощи" @@ -136,52 +136,52 @@ msgstr "При помощи" msgid "from you" msgstr "от вас" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "мм" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "in" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "миль" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "км" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Загрузка текущей погоды ..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Загрузка прогноза погоды ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Загрузка ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Температура" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Влажность" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Давление" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Ветер" @@ -191,17 +191,17 @@ msgstr "" "Убедитесь, что вы ввели местоположение или используйте автоматическое " "местоположение" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Невозможно найти местоположение по адресу, пожалуйста убедитесь, что данные " "верны" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "Не удалось вызвать Geolocation API, см. логи в Looking Glass." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Предупреждение" @@ -211,17 +211,17 @@ msgstr "" "Вы можете сохранить правильное местопооложение только когда аплет не " "обновляется" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Вы не можете сохранить неверное местоположение" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Инфомрация" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Местоположение уже сохранено" @@ -259,15 +259,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Ощущается как" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Не удалось обработать информацию о погоде" @@ -280,7 +280,7 @@ msgstr "" "или сначала получите его на https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -288,7 +288,7 @@ msgstr "" "Пожалуйста убедитесь, что\n" "введённый ключ API правильный и ваш аккаунт не заблокирован" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -299,272 +299,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Сильный дождь" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Дождь" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Небольшой дождь" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Сильный ледяной дождь" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Ледяной дождь" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Небольшой ледяной дождь" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Лёгкая изморось" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Изморось" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Лёгкая морось" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Сильный град" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Град" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Небольшой град" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Сильный снегопад" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Снегопад" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Лёгкий снегопад" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Кратковременные снегопады" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Гроза" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Лёгкий туман" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Туман" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Облачно" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Облачно с прояснениями" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Переменная облачность" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Преимущественно ясно" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Ясно" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Солнечно" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Неизвестно" @@ -596,7 +592,7 @@ msgstr "" "Пожалуйста убедитесь, что\n" "введённый ключ API совпадает с ключем от DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Не удалось получить местоположение" @@ -605,124 +601,124 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "Сервис местоположения ответил с ошибками, см. логи в Looking Glass" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Облачно" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Ясно" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Ясно" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Сильный дождь с грозой" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Проливные дожди" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Проливные дожди с грозой" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Сильный мокрый снегопад" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Сильный мокрый снегопад с грозой" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Сильный дождь с мокрым снегом" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Сильный дождь с мокрым снегом и грозой" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Сильный снегопад с грозой" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Сильный снегопад" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Сильный снегопад с грозой" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Небольшой дожль с грозой" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Врменами небольшой дождь" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Небольшой дождь с грозой" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Небольшой мокрый снегопад" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Небольшой мокрый снегопад с грозой" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Небольшой мокрый снегопад" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Небольшой мокрый снегопад с грозой" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Небольшой снегопад с грозой" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Небольшой снегопад" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Небольшой снегопад с грозой" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Дождь с грозой" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Временами дожди" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Временами дожди с грозой" @@ -731,49 +727,49 @@ msgstr "Временами дожди с грозой" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Мокрый снег" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Мокрый снег с грозой" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Мокрый снегопад" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Мокрый снегопад с грозой" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Снег с грозой" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Снег" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Снег с грозой" @@ -782,20 +778,20 @@ msgstr "Снег с грозой" msgid "Unexpected response from API" msgstr "Неожиданный ответ от API" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Видимость" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Не удалось обработать текущую информацию о погоде" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Не удалось обработать прогноз погоды" @@ -824,293 +820,293 @@ msgid "Excellent - More than" msgstr "Отличная - более чем" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Туман" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Пасмурно" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Небольшие дожди" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Морось" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Сильные дожди" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Дождь со снегом" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Град" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Временами град" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Лёгкие снегопады" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Сильные снегопады" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Гроза" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Дождь с грозой" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "Пожалуйста, убедитесь, что формат местоположения в настройках верный" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Убедитесь, что введённый в настройках ключ верный" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" msgstr "Местоположение не найдено, убедитесь, что оно доступно и формат верный" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Если это проблема повторяетс, пожалуйста, обратитесь к автору апплета" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Неожиданная ошибка, см. логи в Looking Glass" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Гроза, небольшой дождь" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Гроза, дождь" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Гроза, сильный дождь" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Лёгкая гроза" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Сильная гроза" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Рваная гроза" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Гроза с мелким дождём" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Гроза с моросью" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Гроза с сильным моросящим дождём" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Мороящий дождь" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Сильный дождь" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Лёгкий интетсивный моросящий дождь" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Моросящий дождь" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Сильный интетсивный моросящий дождь" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Ливень и морось" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Сильный ливень и морось" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Моросящий дождь" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Умеренный дождь" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Сильный дождь" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Сильный ливень" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Экстремальный ливень" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Лёгкий ливень" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Ливень" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Сильный ливень" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Местами дождь" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Мокрый снег" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Лёгкий снег с дождём" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Дождь со снегом" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Лёгкий снег" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Снег" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Сильный снегопад" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Дым" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Туман" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Песок, пыльные вихри" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Песок" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Пыль" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Вулканический пепел" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Шквал" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Смерч" @@ -1118,30 +1114,30 @@ msgstr "Смерч" msgid "Sky is clear" msgstr "Ясное небо" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Облачно" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Местами облачно" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Рассыпчатые обака" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Прерывистые облака" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Тучи" @@ -1149,80 +1145,80 @@ msgstr "Тучи" msgid "Could not get forecast for your area" msgstr "Не удалось получить прогноз для вашей местности" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "Местоположение вне США, используйте другой сервис." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Не удалось обработать почасовой прогноз" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Ясно и ветренно" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Местами облака и ветренно" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Прерывистые облака и ветренно" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Преимущественно облачн о и ветренно" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Пасмурно и ветренно" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Снег с дождём" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Моросящий дождь со снегом" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Ураган" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Шторм" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Тропический шторм" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Жарко" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Холодно" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Метель" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Сегодня" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Завтра" @@ -1254,79 +1250,79 @@ msgstr "Пятница" msgid "Saturday" msgstr "Суббота" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Штиль" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Лёгкий ветерок" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Лёгкий ветер" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Слабый ветер" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Умеренный ветер" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Свежий ветер" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Сильный ветер" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Почти шторм" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Шторм" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Сильный шторм" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Очень сильный шторм" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "С" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "СВ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "В" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "ЮВ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "Ю" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "ЮЗ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "З" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "СЗ" @@ -1377,7 +1373,7 @@ msgid "" msgstr "" "Неожиданная ошибка во время обновления погоды, см. логи в Looking Glass" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Тропический шторм" @@ -1385,10 +1381,10 @@ msgstr "Тропический шторм" msgid "Severe Thunderstorms" msgstr "Сильный грозы" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Грозы" @@ -1404,21 +1400,21 @@ msgstr "Дождь со снегом" msgid "Mixed Snow and Sleet" msgstr "Снег/мокрый снег" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Изморось" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Холодный дождь" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Ливень" @@ -1426,15 +1422,15 @@ msgstr "Ливень" msgid "Snow Flurries" msgstr "Порывы снега" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Небольшой снегопад" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Метель" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Туман" @@ -1446,69 +1442,68 @@ msgstr "Дымно" msgid "Blustery" msgstr "Порывистый ветер" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Ветренно" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Преимущественная облачность" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Переменная облачность" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Преимущественно ясно" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Дождь с градом" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Отдельные грозы" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Местами грозы" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Местами дожди" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Сильный дождь" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Местами дожди со снегом" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Сильный снегопад" @@ -1520,7 +1515,7 @@ msgstr "Не доступно" msgid "Scattered Thundershowers" msgstr "Местами грозовые ливни" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1528,7 +1523,7 @@ msgstr "" "Не удалось получить журналы, файл журнала не найден по пути\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1536,18 +1531,18 @@ msgstr "" "Не удалось получить содержимое файла журнала по пути\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" @@ -1555,321 +1550,321 @@ msgstr "" "MET Office UK охватывает только Великобританию, пожалуйста, убедитесь, что " "ваше местоположение находится в этой стране" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Данные для местоположения не найдены" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Очень плохая" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Менее чем {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Отличная" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Более чем {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Плохая" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Между {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Умереннная" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Хорошая" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Очень хорошая" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "Дымка" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "Шквальный ветер" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 msgid "Light shower sleet" msgstr "Лёгкий дождь со снегом" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norway" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Сильный дождь" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Лёгкий снег" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Сильный снегопад" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Снег с дождём" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Снег" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Морозный туман" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Небольшой ветер" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Сильный ветер" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Метель" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Сильный моросящий дождь" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Лёгкая морось" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 #, fuzzy msgid "Dust Storm" msgstr "Пыльная буря" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Изморось" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Сильный ледяной дождь" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Лёгкая изморось" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Смерч" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Ливень с градом" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Лёд" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Молнии без грома" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Осадки поблизости" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Сильный дождь со снегом" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Лёгкий снег с дождём" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Небо проясняется" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Небо темнеет" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Небо без изменений" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Дым или дымка" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Снегопад с ледяным дождём" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Гроза без осадков" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Алмазная пыль" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Переменная облачность" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Пожалуйста убедитесь, что введённый ключ API верный" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "Не найдено" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Позёмки" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Лёгкий снегопад" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Умеренный снегопад" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Умеренный дождь" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Дождь со снегом" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Сильный дождь со снегом" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" "Пожалуйста, выберите другого поставщика погодных данных или другое " "местоположение" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "Указанный вами ключ API недействителен." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "Указанное вами местоположение не найдено." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 #, fuzzy msgid "Strong Storm" msgstr "Сильный ветер" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 #, fuzzy msgid "Rain and Snow" msgstr "Дождь со снегом" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 #, fuzzy msgid "Rain and Sleet" msgstr "Дождь со снегом" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 #, fuzzy msgid "Snow Showers" msgstr "Снег" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Лёгкий бриз" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "Холодно" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 #, fuzzy msgid "Mostly Clear" msgstr "Преимущественно ясно" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 #, fuzzy msgid "Pirate Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" @@ -1877,204 +1872,205 @@ msgstr "" "Пожалуйста убедитесь, что\n" "введённый ключ API совпадает с ключем от Pirate Weather" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 #, fuzzy msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "Сервис местоположения ответил с ошибками, см. логи в Looking Glass" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Снег с дождём" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Лёгкий снег" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Сильный снегопад" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Гроза, небольшой дождь" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Гроза, дождь" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 #, fuzzy msgid "Feels like" msgstr "Ощущается как" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Местами дожди" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Грозы" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Небольшой дождь" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Небольшой мокрый снегопад" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Сильный грозы" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Облачно" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Облачно" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 #, fuzzy msgid "Overcast and Dry" msgstr "Пасмурно и ветренно" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Лёгкий снегопад" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Местами дожди со снегом" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Дождь с грозой" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Дождь с грозой" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 #, fuzzy msgid "Wind Warning" msgstr "Предупреждение" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Гроза, дождь" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Предупреждение" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Предупреждение" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 #, fuzzy msgid "Frost Warning" msgstr "Предупреждение" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 #, fuzzy msgid "Heat Warning" msgstr "Предупреждение" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 #, fuzzy msgid "Flood Warning" msgstr "Предупреждение" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2082,7 +2078,7 @@ msgstr "" "Не удалось получить конфигурацию, файл не найден по пути\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2090,109 +2086,129 @@ msgstr "" "Не удалось получить содержимое файла конфигурации по пути\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 #, fuzzy msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Убедитесь, что вы ввели местоположение или используйте автоматическое " "местоположение" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Этот сервис требует ключ API для работы" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Точка росы" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Осадки закончатся в течение {precipEnd} минут" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Осадки не закончатся в течение часа" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Осадки начнутся в течение {precipStart} минут" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "Разбор прогноза не удался, смотрите подробности в журналах." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "По состоянию на {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 #, fuzzy msgid "{distance} {distanceUnit} from you" msgstr "{distance}{distanceUnit} от вас" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "Название станции: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Область: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "предупреждений о погоде - {count}" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Ошибка при сохранении отладочной информации" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "Не удалось открыть файл {filePath} для записи" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Отладочная информация успешно сохранена" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Сохранено в {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 #, fuzzy msgid "Location Service Blocked" msgstr "Хранение местоположения" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "Сценарий не предоставлен" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "Сначала нужно добавить скрипт." -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "Нет данных о погоде" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "Нет данных о погоде для запуска скрипта" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "Сценарий выполнен успешно" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "Ваш сценарий успешно выполнен." -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "Ошибка при выполнении скрипта" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" "Скрипт вернул ошибку, смотрите журналы для получения дополнительной " @@ -2686,10 +2702,6 @@ msgstr "" "интернет соединении для работы. Опции детально описаны на сайте Cinnamon " "Spices, который вы можете открыть по кнопке во вкладке Помощь." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -3095,3 +3107,15 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "Проверьте свою команду" + +#. 3.8->settings-schema.json->uvIndex->description +#, fuzzy +msgid "Enable displaying UV Index" +msgstr "Включение отображения предупреждений о погоде" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/sk.po b/weather@mockturtl/files/weather@mockturtl/po/sk.po index b8a6e492126..8318ffcc836 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/sk.po +++ b/weather@mockturtl/files/weather@mockturtl/po/sk.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: 3.0\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2021-08-08 22:01+0200\n" "Last-Translator: Dušan Kazik \n" "Language-Team: slovenčina <>\n" @@ -21,65 +21,65 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Chyba" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Chyba služby" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Nesprávny kľúč rozhrania API" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Nesprávny formát umiestnenia" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Kľúč je zablokovaný" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Nie je možné nájsť polohu" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Žiadny kľúč API" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Žiadna lokácia" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Chýbajúce balíky" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Oblať nie je pokrytá" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Applet Počasie" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Kliknite pre otvorenie" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Obnoviť" @@ -89,8 +89,8 @@ msgstr "Rozhranie API vrátilo stavový kód medzi 400 a 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Ukladací priestor polohy" @@ -102,13 +102,13 @@ msgstr "Polohu získanú automaticky nie je možné uložiť, ľutujeme" msgid "Could not get weather information" msgstr "Nepodarilo sa získať informácie o počasí" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Neočakávaná chyba pri aktualizácii počasia, pozrite sa do logu Looking Glass" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -124,7 +124,7 @@ msgstr "Chyba siete, skontrolujte denníky v programe Looking Glass" msgid "As of" msgstr "Aktualizácia z" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Údaje z" @@ -132,52 +132,52 @@ msgstr "Údaje z" msgid "from you" msgstr "od Vás" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "in" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Načítava sa aktuálne počasie ..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Načítava sa predpoveď počasia ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Načítava sa ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Teplota" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Vlhkosť" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Tlak" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Vietor" @@ -187,17 +187,17 @@ msgstr "" "Uistite sa, že ste zadali miesto, alebo použite namiesto toho automatické " "určovanie polohy" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Na základe adresy sa nepodarilo nájsť polohu. Skontrolujte, či je správna" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" "Nepodarilo sa zavolať Geolocation API, chyby nájdete v časti Looking Glass." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Varovanie" @@ -205,17 +205,17 @@ msgstr "Varovanie" msgid "You can only save correct locations when the applet is not refreshing" msgstr "Správne umiestnenia môžete uložiť iba vtedy, ak sa aplet neobnovuje" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Nemôžete uložiť nesprávnu polohu" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Info" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Poloha už je uložená" @@ -252,15 +252,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Pocitovo" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Informácie o počasí sa nepodarilo spracovať" @@ -273,7 +273,7 @@ msgstr "" "alebo si kľúč najskôr zaobstarajte na https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -281,7 +281,7 @@ msgstr "" "Uistite sa prosím\n" "že ste zadali správny kľúč API a že Váš účet nie je uzamknutý" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -292,272 +292,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Silný dážď" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Dážď" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Slabý dážď" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Silný mrznúci dážď" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Mrznúci dážď" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Slabý mrznúci dážď" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Slabé mrznúce mrholenie" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Mráz a mrholenie" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Mierne mrholenie" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Silný ľadovec" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Ľadovec" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Mierny ľadovec" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Husté sneženie" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Sneženie" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Slabé sneženie" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Príval dažďa" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Búrka" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Mierna hmla" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Hmlisto" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Oblačno" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Zamračené" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Polojasno" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Takmer jadno" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Jasno" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Slnečno" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Neznáme" @@ -589,7 +585,7 @@ msgstr "" "Uistite sa prosím,\n" "že ste zadali kľúč API, ktorý máte od DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Lokalitu nie je možné nájsť" @@ -600,124 +596,124 @@ msgstr "" "Služba určovania polohy odpovedala chybami. Pozrite si denníky v službe " "Looking Glass" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Oblačno" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Jasno" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Pekne" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Búrka so silným dažďom" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Silné dažďové prehánky" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Silné dažďové prehánky s búrkou" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Silný dážď" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Silný dážď a búrka" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Silné dažďové prehánky" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Silné dažďové prehánky s búrkou" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Husté sneženie a búrka" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Silné snehové prehánky" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Silné snehové prehánky a búrka" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Slabý dážď a búrka" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Slabé dažďové prehánky" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Slabé dažďové prehánky s búrkou" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Ľahký dážď so snehom" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Ľahký dážď so snehom a búrka" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Ľahký dážď so snehom" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Ľahký dážď so snehom a búrka" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Slabé sneženie a búrka" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Mierne snehové prehánky" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Slabé snehové prehánky a búrka" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Dážď a hrmavica" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Snehové prehánky" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Dažďové prehánky a hrmavica" @@ -726,49 +722,49 @@ msgstr "Dažďové prehánky a hrmavica" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Poľadovica" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Búrka a poľadovica" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Mrznúce prehánky" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Mrznúce prehánky a hrmavica" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Sneženie a hrmavica" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Snehové prehánky" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Snehové prehánky a hrmavica" @@ -777,20 +773,20 @@ msgstr "Snehové prehánky a hrmavica" msgid "Unexpected response from API" msgstr "Neočakávaná odpoveď z API" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Dohľadnosť" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Informácie o aktuálnom počasí sa nepodarilo spracovať" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Informácie o predpovedi sa nepodarilo spracovať" @@ -819,98 +815,98 @@ msgid "Excellent - More than" msgstr "Vynikajúce - viac ako" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Hmla" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Zatiahnuté" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Slabé dažďové prehánky" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Mrholenie" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Silná prehánka" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Mrznúca prehánka" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Krúpy" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Prehánky s krúpami" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Mierne snehové prehánky" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Silné snehové prehánky" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Búrky" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Búrky s prehánkami" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "V nastaveniach prosím skontrolujte, či je Poloha v správnom formáte" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Uistite sa, že ste v nastaveniach zadali správny kľúč" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -918,196 +914,196 @@ msgstr "" "Poloha sa nenašla, uistite sa, že je k dispozícii, resp. že je v správnom " "formáte" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Ak tento problém pretrváva, kontaktujte autora tohto apletu" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Neznáma chyba, pozrite si denníky v programe Looking Glass" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Slabý dážď a búrka" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Búrka s dažďom" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Búrka so silným dažďom" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Slabá búrka" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Silná búrka" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Ojedinelé búrky" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Búrka a mierne mrznúce mrholenie" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Búrka a mrznúce mrholenie" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Búrka a silné mrznúce mrholenie" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Slabé mrznúce mrholenie" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Silné mrznúce mrholenie" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Slabé mrznúce mrholenie/dážď" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Mrholenie" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Silné mrznúce mrholenie" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Mrznúce dažďové prehánky" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Výdatné mrznúce dažďové prehánky" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Mrznúce preánky" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Stredne silný dážď" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Silný dážď" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Veľmi silný dážď" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Extrémny dážď" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Slabé dažďové prehánky" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Prehánky" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Silné dažďové prehánky" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Ojedinelé prehánky" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Prehánky so snehom" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Slabý dážď so snehom" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Dážď so snehom" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Mierne snehové prehánky" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Prehánky" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Silné snehové prehánky" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Dymno" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Hmla" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Prašno" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Prašno" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Prašno" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Vulkanický prach" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Víchor" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornádo" @@ -1115,30 +1111,30 @@ msgstr "Tornádo" msgid "Sky is clear" msgstr "Jasno" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Oblačno" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Miestami oblačno" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Miestami oblačno" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Miestami oblačno" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Zatiahnuté" @@ -1146,80 +1142,80 @@ msgstr "Zatiahnuté" msgid "Could not get forecast for your area" msgstr "Predpoveď pre vašu oblasť sa nepodarilo získať" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "Poloha sa nachádza mimo USA, použite iného poskytovateľa." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Informácie o hodinovej predpovedi sa nepodarilo spracovať" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Jasno a veterno" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Miestami oblačno a veterno" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Polojasno a veterno" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Takmer zamračené a veterno" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Zatiahnuté a veterno" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Dážď so snehom" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Mrznúci dážď a sneh" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Hurikán" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Búrka" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tropická búrka" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Horúco" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Chladno" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Metelica" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Dnes" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Zajtra" @@ -1251,79 +1247,79 @@ msgstr "Piatok" msgid "Saturday" msgstr "Sobota" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Bezvetrie" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Svieži vzduch" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Slabý vánok" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Jemný vánok" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Mierny vánok" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Čerstvý vánok" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Silný vánok" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Takmer víchrica" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Víchrica" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Silná víchrica" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Prudká búrka" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "S" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "SV" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "V" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "JV" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "J" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "JZ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "Z" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "SZ" @@ -1375,7 +1371,7 @@ msgstr "" "Pri získavaní počasia sa vyskytla neznáma chyba, ďalšie informácie nájdete v " "denníkoch programu Looking Glass" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Tropická búrka" @@ -1383,10 +1379,10 @@ msgstr "Tropická búrka" msgid "Severe Thunderstorms" msgstr "Časté búrky" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Búrky" @@ -1402,21 +1398,21 @@ msgstr "Dážď a poľadovica" msgid "Mixed Snow and Sleet" msgstr "Sneh a poľadovica" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Mráz a mrholenie" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Mrznúci dážď" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Prehánky" @@ -1424,15 +1420,15 @@ msgstr "Prehánky" msgid "Snow Flurries" msgstr "Snehové záveje" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Mierne snehové prehánky" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Fujavica" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Hmlisto" @@ -1444,69 +1440,68 @@ msgstr "Dymno" msgid "Blustery" msgstr "Búrlivo" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Veterno" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Prevažne zamračené" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Miestami oblačno" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Prevažne slnečno" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Dážď s krúpami" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Ojedinelé búrky" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Občasné búrky" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Občasné prehánky" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Hustý dážď" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Občasné snehové prehánky" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Husté sneženie" @@ -1518,353 +1513,353 @@ msgstr "Nedostupné" msgid "Scattered Thundershowers" msgstr "Občasné búrky" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "MET Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Údaje o polohe sa nenašli" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Veľmi zlé" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Menej ako {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Vynikajúce" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Viac ako {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Slabé" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Medzi {lessDistance}-{greaterDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Uspokojivé" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Dobré" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Veľmi dobré" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 #, fuzzy msgid "Squall" msgstr "Víchor" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "Mierne snehové prehánky" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Silné mrznúce mrholenie" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Mierne snehové prehánky" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Silné snehové prehánky" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Dážď so snehom" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Snehové prehánky" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Mrznúca hmla" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 #, fuzzy msgid "Tomorrow.io" msgstr "Zajtra" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Slabý vietor" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Silný vietor" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Fujavica a snehové víry" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Silné mrznúce mrholenie/dážď" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Slabé mrznúce mrholenie/dážď" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 #, fuzzy msgid "Dust Storm" msgstr "Prachová búrka" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Mráz a mrholenie/dážď" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Silné mrznúce mrholenie/dážď" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Slabé mrznúce mrholenie/dážď" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Tromba/tornádo" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Krúpové prehánky" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Ľad" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Blýskavica" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Zrážky v okolí" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Výdatný dážď so snehom" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Slabý dážď so snehom" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Ubúdajúca oblačnosť" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Pribúdajúca oblačnosť" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Oblačnosť bez zmeny" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Dymno alebo opar" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Snehové prehánky s dažďom" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Hrmavica" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Diamantový prach" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Miestami oblačno" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Uistite sa, že ste kľúč API zadali správne" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "NENÁJDENÉ" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Fujavica" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Slabé sneženie" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Stredne silné sneženie" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Stredne silné prehánky" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Dážď so snehom" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Výdatný dážď so snehom" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 #, fuzzy msgid "AccuWeather" msgstr "Počasie" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 #, fuzzy msgid "Weather Underground" msgstr "Poveternostné podmienky" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 #, fuzzy msgid "Strong Storm" msgstr "Silný vánok" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 #, fuzzy msgid "Rain and Snow" msgstr "Dážď so snehom" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 #, fuzzy msgid "Rain and Sleet" msgstr "Dážď a poľadovica" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 #, fuzzy msgid "Snow Showers" msgstr "Snehové prehánky" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 #, fuzzy msgid "Mostly Clear" msgstr "Takmer jadno" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 #, fuzzy msgid "Pirate Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 #, fuzzy msgid "" "Please Make sure you\n" @@ -1873,7 +1868,7 @@ msgstr "" "Uistite sa prosím, \n" "že sta zadali kľúč API, ktorý máte od Climacell" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 #, fuzzy msgid "" "Location Service couldn't find your location, please see the logs in Looking " @@ -1882,313 +1877,334 @@ msgstr "" "Služba určovania polohy odpovedala chybami. Pozrite si denníky v službe " "Looking Glass" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Dážď so snehom" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Mierne snehové prehánky" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Silné snehové prehánky" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Slabý dážď a búrka" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Búrka s dažďom" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 #, fuzzy msgid "Feels like" msgstr "Pocitovo" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Občasné prehánky" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Búrky" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Slabý dážď" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Ľahký dážď so snehom" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Časté búrky" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Oblačno" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Oblačno" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 #, fuzzy msgid "Overcast and Dry" msgstr "Zatiahnuté a veterno" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Slabé sneženie" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Občasné snehové prehánky" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Búrky s prehánkami" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Búrky s prehánkami" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 #, fuzzy msgid "Wind Warning" msgstr "Varovanie" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Búrka s dažďom" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Varovanie" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Varovanie" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 #, fuzzy msgid "Frost Warning" msgstr "Varovanie" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 #, fuzzy msgid "Heat Warning" msgstr "Varovanie" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 #, fuzzy msgid "Flood Warning" msgstr "Varovanie" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 #, fuzzy msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Uistite sa, že ste zadali miesto, alebo použite namiesto toho automatické " "určovanie polohy" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Tento poskytovateľ vyžaduje na svoju činnosť kľúč API" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Zrážky sa skončia o {precipEnd} minúty" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Zrážky sa do hodiny neskončia" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Zrážky začnú do {precipStart} minút" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "Aktualizácia z {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 #, fuzzy msgid "{distance} {distanceUnit} from you" msgstr "{distance} {distanceUnit} od vás" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 #, fuzzy msgid "Could not open file {filePath} for writing" msgstr "Nepodarilo sa získať informácie o počasí" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 #, fuzzy msgid "Location Service Blocked" msgstr "Ukladací priestor polohy" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 #, fuzzy msgid "No Weather Data" msgstr "US Weather" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2682,10 +2698,6 @@ msgstr "" "stránke Cinnamon Spices, na ktorú sa dostanete pomocou tlačidla na karte " "Pomocník." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -3058,3 +3070,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/sl.po b/weather@mockturtl/files/weather@mockturtl/po/sl.po index 9f300e540f4..639b5f1d534 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/sl.po +++ b/weather@mockturtl/files/weather@mockturtl/po/sl.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: weather@mockturtl 3.1.2\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2021-08-04 14:34+0200\n" "Last-Translator: dkrat7 \n" "Language-Team: \n" @@ -19,65 +19,65 @@ msgstr "" "X-Generator: Poedit 2.3\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Napaka" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Napaka storitve" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Napačen ključ za API" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Napačna oblika lokacije" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Ključ blokiran" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Ne najdem lokacije" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Manjka ključ za API" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Manjka lokacija" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Manjkajo paketi" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Lokacija ni pokrita" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Aplikacija Vreme" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Odpri s klikom" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Osveži" @@ -87,8 +87,8 @@ msgstr "API je vrnil kodo statusa med 400 in 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Shramba lokacij" @@ -100,14 +100,14 @@ msgstr "Samodejno pridobljene lokacije ne morete shraniti" msgid "Could not get weather information" msgstr "Vremenske informacije ni mogoče pridobiti" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Nepričakovana napaka pri osveževanju Vremena, preverite dnevniški zapis v " "Looking Glass" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -123,7 +123,7 @@ msgstr "Napaka mreže, preverite dnevniške zapise (Looking Glass)" msgid "As of" msgstr "Ob" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Vir podatkov" @@ -131,52 +131,52 @@ msgstr "Vir podatkov" msgid "from you" msgstr "od vas" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "in" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Pridobivam trenutno vreme..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Pridobivam vremensko napoved ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Pridobivam ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Temperatura" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Vlažnost" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Zračni tlak" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Veter" @@ -184,18 +184,18 @@ msgstr "Veter" msgid "Make sure you entered a location or use Automatic location instead" msgstr "Preverite, da ste vnesli lokacijo ali pa uporabite samodejno lokacijo" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Ni bilo mogoče pridobiti lokacije na podlagi naslova, preverite, če je " "pravilen" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" "Neuspešno klicanje geolokacijskega API-ja, preverite Looking Glass za napake." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Opozorilo" @@ -203,17 +203,17 @@ msgstr "Opozorilo" msgid "You can only save correct locations when the applet is not refreshing" msgstr "Lokacijo lahko shranite samo, ko se aplikacija ne osvežuje" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Nepravilne lokacije ne morete shraniti" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Informacije" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Lokacija je že shranjena" @@ -251,15 +251,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Občuti se kot" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Neuspešna obdelava vremenskih informacij" @@ -272,7 +272,7 @@ msgstr "" "ali pa ga pridobite na https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -280,7 +280,7 @@ msgstr "" "Preverite, da ste vnesli\n" "pravilen ključ za API in vaš račun ni zaklenjen" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -291,272 +291,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Močan dež" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Dež" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Rahel dež" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Močan zmrznjen dež" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Zmrznjen dež" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Rahel zmrznjen dež" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Rahlo zmrznjeno pršenje" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Zmrznjeno pršenje" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Rahlo pršenje" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Močna sodra" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Sodra" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Rahla sodra" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Močno sneženje" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Sneg" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Rahlo sneženje" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Pršenje" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Nevihta" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Rahla megla" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Megla" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Oblačno" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Pretežno oblačno" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Delno oblačno" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Pretežno jasno" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Jasno" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Sončno" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Neznano" @@ -588,7 +584,7 @@ msgstr "" "Preverite, da ste vnesli\n" "ključ za API, ki ste ga dobili od DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Lokacije ni mogoče pridobiti" @@ -599,124 +595,124 @@ msgstr "" "Lokacijska storitev je sporočila napako, preverite dnevniški zapis v Looking " "Glass" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Oblačnost" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Jasno nebo" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Pretežno jasno" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Močan dež in grmenje" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Močne dežne plohe" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Močne dežne plohe in grmenje" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Močna sodra" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Močna sodra in grmenje" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Močne plohe s sodro" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Močne plohe s sodro in grmenjem" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Močno sneženje in grmenje" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Močne snežne plohe" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Močne snežne plohe in grmenje" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Rahel dež in grmenje" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Rahle dežne plohe" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Rahle dežne plohe in grmenje" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Rahla sodra" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Rahla sodra in grmenje" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Manjše plohe s sodro" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Manjše plohe s sodro in grmenje" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Rahlo sneženje in grmenje" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Manjše snežne plohe" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Manjše snežne plohe in grmenje" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Dež in grmenje" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Dežne plohe" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Dežne plohe in grmenje" @@ -725,49 +721,49 @@ msgstr "Dežne plohe in grmenje" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Sodra" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Sodra in grmenje" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Plohe s sodro" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Plohe s sodro in grmenje" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Sneženje in grmenje" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Snežne plohe" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Snežne plohe in grmenje" @@ -776,20 +772,20 @@ msgstr "Snežne plohe in grmenje" msgid "Unexpected response from API" msgstr "Nepričakovan odziv s strani API-ja" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Vidnost" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Neuspešna obdelava trenutnih vremenskih informacij" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Neuspešna obdelava vremenske napovedi" @@ -818,295 +814,295 @@ msgid "Excellent - More than" msgstr "Odlično - Več kot" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Meglica" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Pretežno oblačno" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Manjše dežne plohe" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Pršenje" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Močne dežne plohe" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Plohe s sodro" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Toča" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Ploha s točo" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Manjša snežna ploha" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Močna snežna ploha" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Grmenje" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Nevihta s ploho" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "Preverite, da ima v nastavitvah lokacija pravilno obliko" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Preverite, da ste v nastavitvah vnesli pravilen ključ" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" msgstr "" "Lokacija ni najdena, preverite, da lokacija obstaja in da ima pravilno obliko" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Če težava ostane, kontaktirajte avtorja aplikacije" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Neznana napaka, preverite dnevniške zapise v Looking Glass" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Nevihta z rahlim dežjem" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Nevihta z dežjem" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Nevihta z močnim dežjem" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Manjša nevihta" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Močna nevihta" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Nevihta s prekinitvami" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Nevihta z rahlim pršenjem" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Nevihta s pršenjem" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Nevihta z močnim pršenjem" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Rahlo pršenje" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Močno pršenje" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Rahlo pršenje" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Pršenje" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Močno pršenje" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Dežna ploha in pršenje" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Močna dežna ploha in pršenje" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Ploha s pršenjem" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Zmeren dež" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Močan dež" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Zelo močan dež" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Ekstremen dež" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Rahla dežna ploha" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Dežna ploha" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Močna dežna ploha" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Dežna ploha s prekinitvami" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Plohe s sodro" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Rahel dež s snegom" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 #, fuzzy msgid "Rain and snow" msgstr "Dež s snegom" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Manjša snežna ploha" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Snežna ploha" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Močno snežna ploha" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Dim" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Meglica" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Peščeni, prašni vrtinci" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Pesek" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Prah" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Vulkanski pepel" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Sunki vetra" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tornado" @@ -1114,30 +1110,30 @@ msgstr "Tornado" msgid "Sky is clear" msgstr "Jasno nebo" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Oblaki" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Nekaj oblakov" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Raztreseni oblaki" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Razpršeni oblaki" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Pretežno oblačno" @@ -1145,80 +1141,80 @@ msgstr "Pretežno oblačno" msgid "Could not get forecast for your area" msgstr "Za vaše področje ni mogoče pridobiti napovedi" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "Lokacija je zunaj ZDA, uporabite drugo storitev." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Neuspešna obdelava urne napovedi" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Jasno in vetrovno" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Nekaj oblakov in vetrovno" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Delno oblačno in vetrovno" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Pretežno oblačno in vetrovno" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Pretežno oblačno in vetrovno" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Dež s snegom" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Zmrznjen dež in sneg" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Orkan" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Nevihta" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tropska nevihta" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Vroče" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Mrzlo" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Snežni metež" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Danes" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Jutri" @@ -1250,79 +1246,79 @@ msgstr "Petek" msgid "Saturday" msgstr "Sobota" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Mirno" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Rahel piš" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Rahla sapa" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Nežen vetrič" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Zmeren vetrič" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Svež vetrič" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Močan vetrič" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Manjši sunki vetra" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Sunki vetra" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Močni sunki vetra" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Silovito neurje" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "S" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "SV" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "V" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "JV" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "J" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "JZ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "Z" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "SZ" @@ -1374,7 +1370,7 @@ msgstr "" "Pri pridobivanju vremena se je zgodila neznana napaka, preverite Looking " "Glass za več informacij" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 #, fuzzy msgid "Tropical Storm" msgstr "Tropska nevihta" @@ -1383,10 +1379,10 @@ msgstr "Tropska nevihta" msgid "Severe Thunderstorms" msgstr "Hude nevihte" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Nevihte" @@ -1404,23 +1400,23 @@ msgstr "Dež s sodro" msgid "Mixed Snow and Sleet" msgstr "Sneg s sodro" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 #, fuzzy msgid "Freezing Drizzle" msgstr "Zmrznjeno pršenje" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 #, fuzzy msgid "Freezing Rain" msgstr "Zmrznjen dež" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Plohe" @@ -1428,16 +1424,16 @@ msgstr "Plohe" msgid "Snow Flurries" msgstr "Naletavanje snega" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 #, fuzzy msgid "Light Snow Showers" msgstr "Manjše snežne plohe" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Snežni vihar" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Megleno" @@ -1449,76 +1445,75 @@ msgstr "Zadimljeno" msgid "Blustery" msgstr "Viharno" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Vetrovno" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 #, fuzzy msgid "Mostly Cloudy" msgstr "Pretežno oblačno" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 #, fuzzy msgid "Partly Cloudy" msgstr "Delno oblačno" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Pretežno jasno" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 #, fuzzy msgid "Mixed Rain and Hail" msgstr "Dež s točo" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 #, fuzzy msgid "Isolated Thunderstorms" msgstr "Posamezne nevihte" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 #, fuzzy msgid "Scattered Thunderstorms" msgstr "Razpršene nevihte" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 #, fuzzy msgid "Scattered Showers" msgstr "Razpršene plohe" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Močan dež" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 #, fuzzy msgid "Scattered Snow Showers" msgstr "Razpršene snežne plohe" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 #, fuzzy msgid "Heavy Snow" msgstr "Močno sneženje" @@ -1533,355 +1528,355 @@ msgstr "Ni na razpolago" msgid "Scattered Thundershowers" msgstr "Razpršene nevihte" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Za lokacijo ni najdenih podatkov" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Zelo slabo" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Manj kot {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Odlično" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Več kot {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Slabo" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Med {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Srednje" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Dobro" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Zelo dobro" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 #, fuzzy msgid "Squall" msgstr "Sunki vetra" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "Manjša snežna ploha" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norway" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Močno pršenje" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Manjša snežna ploha" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Močno snežna ploha" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Dež s snegom" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Snežne plohe" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Zmrznjena megla" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 #, fuzzy msgid "Tomorrow.io" msgstr "Jutri" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Šibek veter" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Močan veter" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 #, fuzzy msgid "Blowing or drifting snow" msgstr "Snežni vihar" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Močno pršenje/dež" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Rahlo pršenje/dež" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 #, fuzzy msgid "Dust Storm" msgstr "Prašna nevihta" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Zmrznjeno pršenje/dež" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Močno zmrznjeno pršenje/dež" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Rahlo zmrznjeno pršenje/dež" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Lijakasti oblak/tornado" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Plohe s točo" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Led" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Bliskanje brez grmenja" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Padavine v bližini" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Močan dež in sneg" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Rahel dež in sneg" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Pokritost neba se zmanjšuje" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Pokritost neba se povečuje" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Nebo je nespremenjeno" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Dim ali meglica" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Snežne in dežne plohe" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Nevihta brez padavin" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Ledene iglice" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 #, fuzzy msgid "Partially cloudy" msgstr "Delno oblačno" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Preverite, da ste vnesli pravilen ključ za API" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "NI NAJDENO" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Snežni vihar" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Rahlo sneženje" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Zmerno sneženje" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Zmerne snežne plohe" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Dež s snegom" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Močan dež s snegom" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 #, fuzzy msgid "AccuWeather" msgstr "Vreme" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 #, fuzzy msgid "Weather Underground" msgstr "Vremenske razmere" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 #, fuzzy msgid "Strong Storm" msgstr "Močan vetrič" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 #, fuzzy msgid "Rain and Snow" msgstr "Dež s snegom" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 #, fuzzy msgid "Rain and Sleet" msgstr "Dež s sodro" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 #, fuzzy msgid "Snow Showers" msgstr "Snežne plohe" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 #, fuzzy msgid "Mostly Clear" msgstr "Pretežno jasno" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 #, fuzzy msgid "Pirate Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 #, fuzzy msgid "" "Please Make sure you\n" @@ -1890,7 +1885,7 @@ msgstr "" "Preverite, da ste vnesli\n" "ključ za API, ki ste ga dobili od Climacell" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 #, fuzzy msgid "" "Location Service couldn't find your location, please see the logs in Looking " @@ -1899,311 +1894,332 @@ msgstr "" "Lokacijska storitev je sporočila napako, preverite dnevniški zapis v Looking " "Glass" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Dež s snegom" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Manjša snežna ploha" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Močno snežna ploha" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Nevihta z rahlim dežjem" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Nevihta z dežjem" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 #, fuzzy msgid "Feels like" msgstr "Občuti se kot" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Razpršene plohe" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Nevihte" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Rahel dež" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Rahla sodra" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" -msgstr "" +msgstr "Prehodno deževje" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" -msgstr "" +msgstr "Prehodna sodra" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" -msgstr "" +msgstr "Prehodno sneženje" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Hude nevihte" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Oblaki" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Oblaki" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 #, fuzzy msgid "Overcast and Dry" msgstr "Pretežno oblačno in vetrovno" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Rahlo sneženje" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Razpršene snežne plohe" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Nevihta s ploho" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Nevihta s ploho" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 #, fuzzy msgid "Wind Warning" msgstr "Opozorilo" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Nevihta z dežjem" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Opozorilo" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Opozorilo" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 #, fuzzy msgid "Frost Warning" msgstr "Opozorilo" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 #, fuzzy msgid "Heat Warning" msgstr "Opozorilo" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" -msgstr "" +msgstr "Opozorilo za plazove" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" -msgstr "" +msgstr "Opozorilo za potres" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" -msgstr "" +msgstr "Opozorilo za gozdne požare" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 #, fuzzy msgid "Flood Warning" -msgstr "Opozorilo" +msgstr "Opozorilo za poplave" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 #, fuzzy msgid "Make sure you entered a location or use Automatic location instead." msgstr "Preverite, da ste vnesli lokacijo ali pa uporabite samodejno lokacijo" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Storitev za delovanje zahteva ključ za API" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" -msgstr "" +msgstr "Rosišče" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Padavine bodo ponehale v {precipEnd} minutah" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Padavine ne bodo ponehale v eni uri" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Padavine bodo pričele v {precipStart} minutah" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "Ob {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 #, fuzzy msgid "{distance} {distanceUnit} from you" msgstr "{distance}{distanceUnit} od vas" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 #, fuzzy msgid "Could not open file {filePath} for writing" msgstr "Vremenske informacije ni mogoče pridobiti" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 #, fuzzy msgid "Location Service Blocked" msgstr "Shramba lokacij" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 #, fuzzy msgid "No Weather Data" msgstr "US Weather" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2698,10 +2714,6 @@ msgstr "" "povezavo. Podrobnosti so opisane na spletni strani Cinnamon Spices, ki jo " "lahko dosežete preko zavihka Pomoč." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -2767,6 +2779,8 @@ msgid "" "If the location field matches a saved location's 'Search Entry' field, the " "saved location will be used instead." msgstr "" +"Če polje z lokacijo ustreza iskalnemu vnosu shranjene lokacije, bo " +"uporabljena le-ta." #. 3.8->settings-schema.json->saveLocation->description msgid "Save current location to storage" @@ -2827,7 +2841,7 @@ msgstr "" #. 3.8->settings-schema.json->showAlerts->description msgid "Enable displaying weather alerts" -msgstr "" +msgstr "Omogoči prikaz vremenskih opozoril" #. 3.8->settings-schema.json->showAlerts->tooltip msgid "" @@ -2863,7 +2877,7 @@ msgstr "" #. 3.8->settings-schema.json->alwaysShowHourlyWeather->description msgid "Always show Hourly Weather" -msgstr "" +msgstr "Vedno pokaži urno vremensko napoved" #. 3.8->settings-schema.json->alwaysShowHourlyWeather->tooltip msgid "" @@ -2921,7 +2935,7 @@ msgstr "Kot npr. SV, S namesto ikon za smer." #. 3.8->settings-schema.json->translateCondition->description msgid "Provider should translate conditions if available" -msgstr "" +msgstr "Naj ponudnik prevede vremenske razmere, če so prevodi voljo" #. 3.8->settings-schema.json->translateCondition->tooltip msgid "" @@ -3060,3 +3074,15 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +#, fuzzy +msgid "Enable displaying UV Index" +msgstr "Omogoči prikaz vremenskih opozoril" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/sr.po b/weather@mockturtl/files/weather@mockturtl/po/sr.po index d4a068610bc..8aba21cac59 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/sr.po +++ b/weather@mockturtl/files/weather@mockturtl/po/sr.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2021-02-16 11:25+0100\n" "Last-Translator: Knez \n" "Language-Team: Serbia \n" @@ -19,67 +19,67 @@ msgstr "" "X-Generator: Poedit 2.3\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Грешка" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Грешка услуге" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Нетачан АПИ кључ" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Нетачан формат локације" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Кључ је блокиран" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Није могуће пронаћи локацију" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Нема Апи кључа" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Нема локације" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 #, fuzzy msgid "Location not covered" msgstr "Нема постављене локације" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 #, fuzzy msgid "Weather Applet" msgstr "Време" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Кликни за отварање" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Освежи" @@ -89,8 +89,8 @@ msgstr "" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 #, fuzzy msgid "Location Store" msgstr "Локација" @@ -104,14 +104,14 @@ msgstr "" msgid "Could not get weather information" msgstr "Није могуће добити локацију" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Неочекивана грешка током освежавања времена, погледајте записнике у прозорче " "огледала" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -127,7 +127,7 @@ msgstr "Мрежна грешка, погледајте записнике у п msgid "As of" msgstr "" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "" @@ -135,55 +135,55 @@ msgstr "" msgid "from you" msgstr "" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "у" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Учитавање тренутне прогнозе..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Учитавање будуће прогнозе..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Учитавање..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 #, fuzzy msgid "Temperature" msgstr "Температура" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 #, fuzzy msgid "Humidity" msgstr "Влажност:" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 #, fuzzy msgid "Pressure" msgstr "Притисак:" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 #, fuzzy msgid "Wind" msgstr "Ветар:" @@ -194,15 +194,15 @@ msgstr "" "Проверите да ли сте унели локацију или уместо ње користите Аутоматску " "локацију" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "" @@ -210,17 +210,17 @@ msgstr "" msgid "You can only save correct locations when the applet is not refreshing" msgstr "" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "" @@ -257,16 +257,16 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 #, fuzzy msgid "Feels Like" msgstr "Као да је" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Обрада информација о времену није успела" @@ -280,7 +280,7 @@ msgstr "" "или узмите прво један са https://darksky.net/dev/register" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 #, fuzzy msgid "" "Please Make sure you\n" @@ -289,7 +289,7 @@ msgstr "" "Проверите да ли сте\n" "правилно унели АПИ кључ" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 #, fuzzy msgid "" "Please Make sure you\n" @@ -301,13 +301,13 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 #, fuzzy msgid "Heavy rain" msgstr "Веома јака киша" @@ -315,41 +315,40 @@ msgstr "Веома јака киша" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Слаба киша" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 #, fuzzy msgid "Heavy freezing rain" msgstr "Ледена киша" @@ -357,118 +356,118 @@ msgstr "Ледена киша" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Ледена киша" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 #, fuzzy msgid "Light freezing rain" msgstr "Ледена киша" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 #, fuzzy msgid "Light freezing drizzle" msgstr "Слабо ромињање" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 #, fuzzy msgid "Freezing drizzle" msgstr "Ледена киша" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 #, fuzzy msgid "Light drizzle" msgstr "Слабо ромињање" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Јак снег" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Снег" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Слаб снег" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Олуја с грмљавином" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 #, fuzzy msgid "Light fog" msgstr "Слаб снег" @@ -476,105 +475,102 @@ msgstr "Слаб снег" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Магла" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 #, fuzzy msgid "Cloudy" msgstr "Облачност" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Ведро" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "" @@ -607,7 +603,7 @@ msgstr "" "Проверите да ли сте\n" "правилно унели АПИ кључ" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Није могуће добити локацију" @@ -618,145 +614,145 @@ msgstr "" "Локацијска служба одговорила је на грешке, погледајте записнике у прозорче " "огледала" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Облачност" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Ведро" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 #, fuzzy msgid "Heavy rain and thunder" msgstr "Јаки пљускови и ромињање" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 #, fuzzy msgid "Heavy rain showers" msgstr "Јак мећаве" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 #, fuzzy msgid "Heavy rain showers and thunder" msgstr "Јаки пљускови и ромињање" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 #, fuzzy msgid "Heavy sleet" msgstr "Јак снег" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 #, fuzzy msgid "Heavy sleet and thunder" msgstr "Јака олуја с грмљавином" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 #, fuzzy msgid "Heavy sleet showers" msgstr "Јак мећаве" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 #, fuzzy msgid "Heavy sleet showers and thunder" msgstr "Јаки пљускови и ромињање" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 #, fuzzy msgid "Heavy snow and thunder" msgstr "Јака олуја с грмљавином" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 #, fuzzy msgid "Heavy snow showers" msgstr "Јак мећаве" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 #, fuzzy msgid "Heavy snow showers and thunder" msgstr "Јаки пљускови и ромињање" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 #, fuzzy msgid "Light rain and thunder" msgstr "Слба киша и снег" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 #, fuzzy msgid "Light rain showers" msgstr "Слба киша и снег" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 #, fuzzy msgid "Light rain showers and thunder" msgstr "Слба киша и снег" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 #, fuzzy msgid "Light sleet" msgstr "Слаб снег" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 #, fuzzy msgid "Light sleet and thunder" msgstr "Слаба олуја с грмљавином" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 #, fuzzy msgid "Light sleet showers" msgstr "Блага падавина снега" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 #, fuzzy msgid "Light sleet showers and thunder" msgstr "Слаби краткотрајни пљусак" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 #, fuzzy msgid "Light snow and thunder" msgstr "Слаба олуја с грмљавином" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 #, fuzzy msgid "Light snow showers" msgstr "Блага падавина снега" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 #, fuzzy msgid "Rain and thunder" msgstr "Киша и снег" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 #, fuzzy msgid "Rain showers" msgstr "Киша и снег" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "" @@ -765,51 +761,51 @@ msgstr "" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Суснежица" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 #, fuzzy msgid "Sleet showers" msgstr "Блага падавина снега" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 #, fuzzy msgid "Snow showers" msgstr "Мећава" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "" @@ -818,20 +814,20 @@ msgstr "" msgid "Unexpected response from API" msgstr "" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Обрада тренутних информација о времену није успела" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Информације о прогнози нису успеле" @@ -861,106 +857,106 @@ msgid "Excellent - More than" msgstr "" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Сумаглица" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 #, fuzzy msgid "Overcast" msgstr "Тмурно" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 #, fuzzy msgid "Light rain shower" msgstr "Слба киша и снег" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Ромињање" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 #, fuzzy msgid "Heavy rain shower" msgstr "Јак мећаве" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 #, fuzzy msgid "Hail shower" msgstr "Јак мећаве" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 #, fuzzy msgid "Light snow shower" msgstr "Блага падавина снега" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 #, fuzzy msgid "Heavy snow shower" msgstr "Јак мећаве" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 #, fuzzy msgid "Thunder" msgstr "Олуја с грмљавином" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 #, fuzzy msgid "Thunder shower" msgstr "Олуја с грмљавином" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "Проверите да ли је локација у исправном формату у подешавањима" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Проверите да ли сте унели исправан кључ у подешавању" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -968,196 +964,196 @@ msgstr "" "Локација није пронађена, проверите да ли је локација доступна или је " "исправнаформат" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Ако овај проблем и даље постоји, обратите се аутору овог програмчета" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Непозната грешка, погледајте записнике у прозорче огледала" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Грмљавина са слабом кишом" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Грмљавина са кишом" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Грмљавина са јаком кишом" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Слаба олуја с грмљавином" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Јака олуја с грмљавином" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Изузетно јака грмљавина" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Грмљавина са слабим ромињањем кише" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Грмљавина са ромињањем" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Грмљавина са јаким ромињањем" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Слабо ромињање" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Јако ромињање" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Слабо ромињање кише" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Ромињање кише" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Јако ромињање кише" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Пљускови и ромињање" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Јаки пљускови и ромињање" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Ромињање" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Умерена киша" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Јака киша" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Веома јака киша" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Екстремна киша" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Слаби краткотрајни пљусак" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Пљусак" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Јак краткотрајни пљусак" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Изузетно јак пљусак" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Јака суснежица" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Слба киша и снег" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Киша и снег" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Блага падавина снега" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Мећава" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Јак мећаве" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Дим" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Измаглица" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Песак, ковитлаци прашине" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Песак" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Прашина" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Вулкански пепео" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Бура" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Торнадо" @@ -1165,31 +1161,31 @@ msgstr "Торнадо" msgid "Sky is clear" msgstr "Ведро" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 #, fuzzy msgid "Clouds" msgstr "Облачност" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Мало облака" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Распирени облаци" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Испрекидани облаци" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Тмурно" @@ -1197,85 +1193,85 @@ msgstr "Тмурно" msgid "Could not get forecast for your area" msgstr "" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "" -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 #, fuzzy msgid "Failed to Process Hourly Forecast Info" msgstr "Информације о прогнози нису успеле" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 #, fuzzy msgid "Few clouds and windy" msgstr "Мало облака" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 #, fuzzy msgid "Overcast and windy" msgstr "Тмурно" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 #, fuzzy msgid "Snowy rain" msgstr "Пљусак" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 #, fuzzy msgid "Freezing rain and snow" msgstr "Слба киша и снег" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Данас" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Сутра" @@ -1307,82 +1303,82 @@ msgstr "Петак" msgid "Saturday" msgstr "Субота" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 #, fuzzy msgid "Light air" msgstr "Слаба киша" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 #, fuzzy msgid "Light breeze" msgstr "Слаба киша" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 #, fuzzy msgid "Moderate breeze" msgstr "Умерена киша" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "С" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "СИ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "И" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "ЈИ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "Ј" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "ЈЗ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "З" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "СЗ" @@ -1429,7 +1425,7 @@ msgid "" "more information" msgstr "" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "" @@ -1438,10 +1434,10 @@ msgstr "" msgid "Severe Thunderstorms" msgstr "Олуја с грмљавином" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 #, fuzzy msgid "Thunderstorms" msgstr "Олуја с грмљавином" @@ -1459,23 +1455,23 @@ msgstr "" msgid "Mixed Snow and Sleet" msgstr "" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 #, fuzzy msgid "Freezing Drizzle" msgstr "Ледена киша" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 #, fuzzy msgid "Freezing Rain" msgstr "Ледена киша" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 #, fuzzy msgid "Showers" msgstr "Мећава" @@ -1484,16 +1480,16 @@ msgstr "Мећава" msgid "Snow Flurries" msgstr "" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 #, fuzzy msgid "Light Snow Showers" msgstr "Блага падавина снега" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "" @@ -1506,75 +1502,74 @@ msgstr "Дим" msgid "Blustery" msgstr "" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 #, fuzzy msgid "Windy" msgstr "Ветар:" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 #, fuzzy msgid "Isolated Thunderstorms" msgstr "Изузетно јака грмљавина" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 #, fuzzy msgid "Scattered Thunderstorms" msgstr "Изузетно јака грмљавина" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 #, fuzzy msgid "Scattered Showers" msgstr "Распирени облаци" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 #, fuzzy msgid "Heavy Rain" msgstr "Јак снег" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 #, fuzzy msgid "Scattered Snow Showers" msgstr "Распирени облаци" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 #, fuzzy msgid "Heavy Snow" msgstr "Јак снег" @@ -1588,263 +1583,263 @@ msgstr "" msgid "Scattered Thundershowers" msgstr "Распирени облаци" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 #, fuzzy msgid "Data was not found for location" msgstr "Није могуће пронаћи локацију" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 #, fuzzy msgid "Moderate" msgstr "Умерена киша" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 #, fuzzy msgid "Squall" msgstr "Бура" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "Блага падавина снега" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 #, fuzzy msgid "WeatherBit" msgstr "Време" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 #, fuzzy msgid "Heavy drizzle" msgstr "Јако ромињање" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Блага падавина снега" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Јак мећаве" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Пљусак" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Мећава" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 #, fuzzy msgid "Freezing fog" msgstr "Ледена киша" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 #, fuzzy msgid "Tomorrow.io" msgstr "Сутра" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 #, fuzzy msgid "Light wind" msgstr "Слаба киша" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 #, fuzzy msgid "US Weather" msgstr "Време" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 #, fuzzy msgid "Heavy drizzle/rain" msgstr "Јако ромињање кише" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 #, fuzzy msgid "Light drizzle/rain" msgstr "Слабо ромињање кише" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 #, fuzzy msgid "Freezing drizzle/freezing rain" msgstr "Ледена киша" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 #, fuzzy msgid "Heavy freezing drizzle/freezing rain" msgstr "Јако ромињање кише" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 #, fuzzy msgid "Light freezing drizzle/freezing rain" msgstr "Слабо ромињање кише" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 #, fuzzy msgid "Hail showers" msgstr "Јак мећаве" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 #, fuzzy msgid "Lightning without thunder" msgstr "Слаба олуја с грмљавином" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 #, fuzzy msgid "Heavy rain and snow" msgstr "Киша и снег" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 #, fuzzy msgid "Light rain And snow" msgstr "Слба киша и снег" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 #, fuzzy msgid "Thunderstorm without precipitation" msgstr "Грмљавина са кишом" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 #, fuzzy msgid "Please make sure you entered the API key correctly" msgstr "" @@ -1852,112 +1847,112 @@ msgstr "" "правилно унели АПИ кључ" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 #, fuzzy msgid "Blowing snow" msgstr "Слаб снег" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 #, fuzzy msgid "Slight snow" msgstr "Слаб снег" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 #, fuzzy msgid "Moderate snow" msgstr "Умерена киша" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 #, fuzzy msgid "Moderate rain showers" msgstr "Умерена киша" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 #, fuzzy msgid "Mixed rain and snow" msgstr "Слба киша и снег" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 #, fuzzy msgid "Heavy mixed rain and snow" msgstr "Слба киша и снег" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 #, fuzzy msgid "AccuWeather" msgstr "Време" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 #, fuzzy msgid "The location you provided was not found." msgstr "Нема постављене локације" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 #, fuzzy msgid "Rain and Snow" msgstr "Киша и снег" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 #, fuzzy msgid "Rain and Sleet" msgstr "Киша и снег" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 #, fuzzy msgid "Snow Showers" msgstr "Мећава" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 #, fuzzy msgid "Pirate Weather" msgstr "Време" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 #, fuzzy msgid "" "Please Make sure you\n" @@ -1966,7 +1961,7 @@ msgstr "" "Проверите да ли сте\n" "правилно унели АПИ кључ" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 #, fuzzy msgid "" "Location Service couldn't find your location, please see the logs in Looking " @@ -1975,308 +1970,329 @@ msgstr "" "Локацијска служба одговорила је на грешке, погледајте записнике у прозорче " "огледала" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Пљусак" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Блага падавина снега" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Јак мећаве" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Грмљавина са слабом кишом" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Грмљавина са кишом" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 #, fuzzy msgid "Feels like" msgstr "Као да је" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Распирени облаци" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Олуја с грмљавином" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Слаба киша" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Слаб снег" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Олуја с грмљавином" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Облачност" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Облачност" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 #, fuzzy msgid "Overcast and Dry" msgstr "Тмурно" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Слаб снег" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Распирени облаци" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Олуја с грмљавином" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Олуја с грмљавином" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Грмљавина са кишом" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Киша и снег" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Пљусак" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 #, fuzzy msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Проверите да ли сте унели локацију или уместо ње користите Аутоматску " "локацију" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 #, fuzzy msgid "Could not open file {filePath} for writing" msgstr "Није могуће добити локацију" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 #, fuzzy msgid "Location Service Blocked" msgstr "Локација" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 #, fuzzy msgid "No Weather Data" msgstr "Време" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2772,10 +2788,6 @@ msgid "" "can access with the button on the Help tab." msgstr "" -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -3102,3 +3114,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/sv.po b/weather@mockturtl/files/weather@mockturtl/po/sv.po index 29c3b2b9743..4ca9bd80aec 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/sv.po +++ b/weather@mockturtl/files/weather@mockturtl/po/sv.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: weather@mockturtl 3.6.4\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2024-09-02 22:43+0200\n" "Last-Translator: jorgenqv \n" "Language-Team: \n" @@ -20,65 +20,65 @@ msgstr "" "X-Generator: Poedit 3.4.2\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Fel" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Tjänst-fel" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Felaktig API nyckel" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Felaktigt Plats format" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Nyckel blockerad" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Kan inte hitta plats" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Ingen Api-nyckel" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Ingen plats" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Saknar paket" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Platsen täcks inte" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Väder-panelprogram" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Klicka för att öppna" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Uppdatera" @@ -88,8 +88,8 @@ msgstr "API returnerade statuskod mellan 400 och 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Spara plats" @@ -101,13 +101,13 @@ msgstr "Du kan inte spara en plats som hämtats automatiskt, tyvärr" msgid "Could not get weather information" msgstr "Kunde inte hämta väderinformation" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Oväntat fel medan uppdatering av väder, vänligen se logg i Looking Glass" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -123,7 +123,7 @@ msgstr "Nätverksfel, vänligen checka loggar i Looking Glass" msgid "As of" msgstr "Fr.o.m" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Drivs av" @@ -131,52 +131,52 @@ msgstr "Drivs av" msgid "from you" msgstr "från dig" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "i" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Läser in aktuellt väder..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Läser in kommande väder..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Läser in..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Temperatur" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Luftfuktighet" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Lufttryck" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Vind" @@ -185,16 +185,16 @@ msgid "Make sure you entered a location or use Automatic location instead" msgstr "" "Kontrollera att du angett en plats eller använd Automatisk plats istället" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Kunde inte hitta plats baserad på adress, vänligen kontrollera om det är rätt" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "Misslyckades att anropa Geolocation API, se Looking Glass för fel." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Varning" @@ -202,17 +202,17 @@ msgstr "Varning" msgid "You can only save correct locations when the applet is not refreshing" msgstr "Du kan bara spara korrekt plats när panelprogrammet inte uppdateras" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Du kan inte spara en inkorrekt plats" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Info" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Plats är redan sparad" @@ -250,15 +250,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Känns som" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Misslyckades att behandla väderinformation" @@ -271,7 +271,7 @@ msgstr "" "eller hämta en först på https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -279,7 +279,7 @@ msgstr "" "Vänligen var säker på att du\n" "angett API-nyckeln korrekt och att ditt konto inte är låst" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -290,272 +290,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Kraftigt regn" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Regn" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Lättare regn" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Kraftigt underkylt regn" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Underkylt regn" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Lätt underkylt regn" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Lätt underkylt duggregn" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Underkylt dyggregn" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Lätt duggregn" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Kraftigt hagel" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Småhagel" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Lätt småhagel" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Tung snö" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Snö" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Lätt snöfall" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Kastbyar" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Åska" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Lätt dimma" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Dimma" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Molnigt" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Mestadels molnigt" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Delvis molnigt" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Mestadels klart" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Klart" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Soligt" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Okänt" @@ -587,7 +583,7 @@ msgstr "" "Vänligen var säker på att du\n" "angett den API-nyckeln du har hos DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Kunde inte hämta plats" @@ -597,124 +593,124 @@ msgid "" msgstr "" "Plats-tjänsten svarade med felmeddelanden, vänligen se logg i Looking Glass" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Molnighet" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Klar himmel" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Klart" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Kraftigt regn med åska" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Kraftiga regnskurar" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Kraftiga regnskurar med åska" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Kraftigt slask" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Kraftigt slask med åska" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Kraftiga slaskskurar" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Kraftiga slaskskurar och åska" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Kraftigt snöfall och åska" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Kraftiga snöbyar" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Kraftiga snöbyar och åska" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Lätt regn med åska" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Lätta regnskurar" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Lätta regnskurar och åska" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Lätt slask" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Lätt slask med åska" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Lätta slaskskurar" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Lätta slaskskurar och åska" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Lätt snöfall och åska" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Lätta snöbyar" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Lätta snöbyar och åska" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Regn och åska" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Regnskurar" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Regnskurar och åska" @@ -723,49 +719,49 @@ msgstr "Regnskurar och åska" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Slask" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Slask och åska" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Slaskskurar" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Slaskskurar och åska" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Snö och åska" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Snöbyar" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Snöbyar och åska" @@ -774,20 +770,20 @@ msgstr "Snöbyar och åska" msgid "Unexpected response from API" msgstr "Oväntad respons från API" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Sikt" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Misslyckades med att behandla aktuell Väder-info" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Misslyckades att behandla prognos-info" @@ -816,295 +812,295 @@ msgid "Excellent - More than" msgstr "Utmärkt - Mer än" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Disigt" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Mulet" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Lätta regnskurar" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Smådugg" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Tunga regnskurar" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Slaskskurar" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Hagel" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Hagelbyar" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Lätta snöbyar" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Tunga snöbyar" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Åska" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Åskskurar" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "Vänligen var noga med plats är i korrekt format i inställningarna" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Se till att du angett korrekt nyckel i inställningarna" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" msgstr "" "Plats hittades inte, var säker på att den är tillgänglig och är i rätt format" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "" "Om detta problem fortsätter, vänligen kontakta detta panelprograms utvecklare" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Okänt fel, vänligen se loggar i Looking Glass" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Åska med lättare regn" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Åska med regn" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Åska med kraftigt regn" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Lättare Åska" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Kraftig åska" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Ojämna åskbyar" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Åska med lättare duggregn" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Åska med duggregn" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Åska med kraftigt duggregn" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Lättare smådugg" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Kraftigt smådugg" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Lättare duggregn" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Duggregn" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Kraftigt duggregn" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Regnskurar och duggregn" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Kraftiga skurar och duggregn" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Duschregn" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Måttligt regn" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Kraftigt intensivt regn" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Mycket kraftigt regn" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Extremt regn" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Lätta intensiva regnskurar" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Regnskurar" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Kraftiga intensiva regnskurar" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Störtskurar" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Slaskskurar" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Lätt regn och snö" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Regn och snö" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Lätta snöbyar" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Snöbyar" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Kraftiga snöbyar" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Rök" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Disigt" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Sand, dammvirvlar" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Sand" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Damm" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Vulkanisk aska" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Vindbyar" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Tromb" @@ -1112,30 +1108,30 @@ msgstr "Tromb" msgid "Sky is clear" msgstr "Himmelen är klar" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Moln" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Enstaka moln" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Spridda moln" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Växlande molnighet" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Mulet" @@ -1143,80 +1139,80 @@ msgstr "Mulet" msgid "Could not get forecast for your area" msgstr "Kunde inte hämta prognos för ditt område" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "Platsen är utanför USA, vänligen använd en annan väderlekstjänst." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Det gick inte att behandla prognosinformation per timme" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Klart och blåsigt" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Få moln och blåsigt" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Delvis molnigt och blåsigt" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Mest molnigt och blåsigt" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Mulet och blåsigt" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Snöigt regn" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Frysande regn och snö" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Orkan" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Storm" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tropisk storm" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Hett" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Kallt" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Häftig snöstorm" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Idag" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Imorgon" @@ -1248,79 +1244,79 @@ msgstr "Fredag" msgid "Saturday" msgstr "Lördag" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Stiljte" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Nästan stiltje" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Lätt bris" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "God bris" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Måttlig bris" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Frisk bris" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Styv bris" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Styv kuling" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Hård kuling" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Halv storm" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Svår storm" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "N" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "NO" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "Ö" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "SO" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "S" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "SV" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "V" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "NV" @@ -1372,7 +1368,7 @@ msgstr "" "Okänt fel hände medan hämtning av väder, se Looking Glass loggar för mer " "infromation" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Tropisk storm" @@ -1380,10 +1376,10 @@ msgstr "Tropisk storm" msgid "Severe Thunderstorms" msgstr "Kraftigt åskväder" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Åskväder" @@ -1399,21 +1395,21 @@ msgstr "Blandat regnslask" msgid "Mixed Snow and Sleet" msgstr "Blandat snö och slask" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Fryst duggregn" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Frysande regn" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Skurar" @@ -1421,15 +1417,15 @@ msgstr "Skurar" msgid "Snow Flurries" msgstr "Snöbyar" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Lätta snöbyar" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Snöblåst" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Dimmigt" @@ -1441,69 +1437,68 @@ msgstr "Rökigt" msgid "Blustery" msgstr "Häftig blåst" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Blåsigt" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Mestadels molnigt" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Delvis molnigt" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Mestadels soligt" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Blandat regn och hagel" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Enstaka åskaväder" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Utbrett åskväder" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Spridda skurar" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Kraftigt regn" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Spridda snöbyar" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Blötsnö" @@ -1515,7 +1510,7 @@ msgstr "Inte tillgängligt" msgid "Scattered Thundershowers" msgstr "Spridda åskbyar" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1523,7 +1518,7 @@ msgstr "" "Kunde inte hämta loggar, loggfil hittades inte i sökväg\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1531,7 +1526,7 @@ msgstr "" "Kunde inte hämta innehåll från loggfil i sökväg\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." @@ -1540,319 +1535,319 @@ msgstr "" "användar-klient i hjälpen för att se om detta löser problemet." #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" "MET Office UK täcker endast UK, vänligen säkerställ att din plats är i landet" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Ingen data hittades för plats" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Mycket dåligt" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Mindre än {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Utmärkt" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Mer än {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Dåligt" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Mellan {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Måttligt" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "God" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Mycket god" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "Aska" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "Kastvind" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 msgid "Light shower sleet" msgstr "Lätta underkylt regn" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norge" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Kraftigt smådugg" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 msgid "Light shower rain" msgstr "Lätta regnskurar" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 msgid "Heavy shower rain" msgstr "Kraftiga regnskurar" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 msgid "Mix snow/rain" msgstr "Snöblandat regn" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 msgid "Snow shower" msgstr "Snöbyar" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Frysande dimma" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Lätt vind" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Stark vind" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Blåsande eller drivande snö" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Kraftigt dugg/regn" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Lätt dugg/regn" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Sandstorm" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Underkylt dugg/underkylt regn" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Kraftigt underkylt dugg/underkylt regn" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Lätt underkylt dugg/underkylt regn" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Trattmoln/tromb" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Hagelskurar" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Is" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Blixtar utan åska" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Nederbörd i närheten" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Kraftigt regn och snö" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Lätt regn och snö" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Minskande himmelstäckning" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Ökande himmelstäckning" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Oförändrad himmel" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Rök eller dis" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Snö och regnskurar" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Åska utan nederbörd" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Isnål-snö" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Delvis molnigt" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Vänligen kolla att du angett API-nyckel korrekt" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Danmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "HITTADES INTE" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Snöblåst" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Lätt snöfall" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Måttligt snöfall" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Måttliga regnskurar" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Snöblandat regn" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Kraftigt snöblandat regn" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "Deutscher Wetterdienst" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "Vänligen välj en annan tjänst eller plats" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "API-nyckeln du angav är ogiltig." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "Platsen du angav hittades inte." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "Kraftig storm" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "Regn och snö" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "Blandat regnslask" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Snöbyar" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Blåsigt" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "Kylig" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "Mestadels klart" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "Pirate Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" @@ -1860,183 +1855,184 @@ msgstr "" "Vänligen var säker på att du\n" "angett den API-nyckeln du har hos Pirate Weather" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "" "Plats-tjänsten kunde inte hitta din plats, vänligen se logg i Looking Glass" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 msgid "Snow grains" msgstr "Pudersnö" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 msgid "Light showers" msgstr "Lätta skurar" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 msgid "Heavy showers" msgstr "Kraftiga skurar" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 msgid "Thunderstorm with slight hail" msgstr "Åska med lättare hagel" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 msgid "Thunderstorm with hail" msgstr "Åska med hagel" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "Känns som" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" -msgstr "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" +msgstr "Open-Meteo" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 msgid "Scattered Sleet" msgstr "Spridda slaskskurar" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 msgid "Chance of Thunderstorms" msgstr "Risk för åskväder" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Lättare regn" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Lätt slask" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "Lätt regn" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "Lätt slaskregn" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "Lätt snö" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 msgid "Frequent Thunderstorms" msgstr "Återkommande åskväder" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 msgid "High Clouds" msgstr "Höga moln" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 msgid "Low Clouds" msgstr "Låga moln" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "Mulet och torrt" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 msgid "Slightly Stormy" msgstr "Småstormigt" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 msgid "Stormy Snow Showers" msgstr "Stormiga snöbyar" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 msgid "Thundery Showers" msgstr "Åskskurar" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 msgid "Thundery Snow Showers" msgstr "Snö åskskurar" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "Vindvarning" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 msgid "Thunderstorm Warning" msgstr "Åskvarning" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 msgid "Rain Warning" msgstr "Regnvarning" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 msgid "Snow Warning" msgstr "Snövarning" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "Halkvarning" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "Frostvarning" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "Lerskreds varning" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "Värmevarning" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "Lavinvarning" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "Jordbävningsvarning" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "Skogsbrandvarning" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "Översvämningsvarning" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "Swiss Météo" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "För denna väderlekstjänst så behöver du ett postnummer" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" "För denna väderlekstjänst så behöver du ett Schweiziskt postnummer, mellan " "1000-9999." -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "Schweiz" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2044,7 +2040,7 @@ msgstr "" "Kunde inte hämta inställningar, fil hittades inte i sökväg\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2052,105 +2048,125 @@ msgstr "" "Kunde inte hämta innehåll för inställningsfil i sökväg\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Kontrollera att du angett en plats eller använd Automatisk plats istället." -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Denna väderlekstjänst kräver en API-nyckel för att fungera" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Daggpunkt" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Nederbörd kommer att upphöra inom {precipEnd} minuter" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Nederbörd kommer inte att upphöra inom en timme" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Nederbörd kommer att börja inom {precipStart} minuter" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "Prognos tolkning misslyckades, se loggar för mer information." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "Fr.o.m. {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance} {distanceUnit} från dig" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "Stationsnamn: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Område: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "{count} vädervarning(ar)" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Fel vid sparande av felsökningsinformation" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "Kunde inte öppna filen {filePath} för skrivning" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Felsökningsinformationen har sparats" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Sparad i {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "Platstjänst blockerad" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "Inget skript erbjudet" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "Du behöver lägga till ett skript först." -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "Ingen väderdata" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "Ingen väderdata att köra skript med" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "Skriptet exekverat framgångsrikt" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "Ditt skript har exekverats framgångsrikt." -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "Fel vid körning av skript" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "Skriptet returnerade fel, se loggar för mer information" @@ -2645,10 +2661,6 @@ msgstr "" "i detalj på Cinnamon Spices webbplats som du kan nå genom knappen under " "fliken Hjälp." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "Open-Meteo" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "Deutscher Wetterdienst (endast Tyskland)" @@ -3050,3 +3062,15 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "Testa ditt kommando" + +#. 3.8->settings-schema.json->uvIndex->description +#, fuzzy +msgid "Enable displaying UV Index" +msgstr "Aktivera visning av vädervarningar" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/tr.po b/weather@mockturtl/files/weather@mockturtl/po/tr.po index 3903b20a095..1c52477724d 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/tr.po +++ b/weather@mockturtl/files/weather@mockturtl/po/tr.po @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: 3.2.8\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2025-01-13 12:49+0300\n" "Last-Translator: Serkan ÖNDER \n" "Language-Team: \n" @@ -27,65 +27,65 @@ msgstr "" "X-Generator: Poedit 3.4.2\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Hata" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Servis Hatası" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Hatalı API Anahtarı" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Yanlış Konum Biçimi" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Anahtar Engellendi" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Konum bulunamadı" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Api Anahtarı Yok" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Konum Yok" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Eksik Paketler" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Konum kapsanmamış" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Hava Durumu Uygulaması" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Açmak için tıklayın" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Yenile" @@ -95,8 +95,8 @@ msgstr "API, 400 ile 500 arasında durum kodu döndürdü" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Konum Deposu" @@ -108,13 +108,13 @@ msgstr "Otomatik olarak elde edilen bir konumu kaydedemezsiniz, üzgünüm" msgid "Could not get weather information" msgstr "Hava durumu bilgisi alınamadı" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Hava Yenileme Sırasında Beklenmeyen Hata, lütfen Hata günlüklerine bakın" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -130,7 +130,7 @@ msgstr "Ağ Hatası, lütfen Hata günlüklerini kontrol edin" msgid "As of" msgstr "İtibarıyla" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "Veri sağlayıcı" @@ -138,52 +138,52 @@ msgstr "Veri sağlayıcı" msgid "from you" msgstr "sizden" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "mm" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "in" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "mi" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "km" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Mevcut hava durumu yükleniyor ..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Gelecekteki hava durumu yükleniyor ..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Yükleniyor ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Sıcaklık" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Nem" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Basınç" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Rüzgar" @@ -192,16 +192,16 @@ msgid "Make sure you entered a location or use Automatic location instead" msgstr "" "Bir konum girdiğinizden emin olun veya bunun yerine Otomatik konum kullanın" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Adrese göre konum bulunamadı, lütfen doğru olup olmadığını kontrol edin" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "Geolocation API çağrılamadı, hatalar için Hata Günlüklerine bakın." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "Uyarı" @@ -209,17 +209,17 @@ msgstr "Uyarı" msgid "You can only save correct locations when the applet is not refreshing" msgstr "Doğru konumları yalnızca uygulama yenilenmediğinde kaydedebilirsiniz" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Yanlış bir konumu kaydedemezsiniz" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Bilgi" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Konum zaten kaydedildi" @@ -257,15 +257,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Hissedilen" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Hava Durumu Bilgisi İşlenemedi" @@ -278,7 +278,7 @@ msgstr "" "veya https://developer.climacell.co/sign-up adresinden bir tane edinin" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -286,7 +286,7 @@ msgstr "" "Lütfen API anahtarını doğru girdiğinizden emin olun\n" "hesabınız kilitli değil" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -297,272 +297,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Şiddetli yağmur" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Yağmur" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Hafif yağmur" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Şiddetli dondurucu yağmur" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Dolu yağışlı" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Hafif donan yağmur" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Hafif dondurucu çiseleme" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Dondurucu çiseleme" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Hafif çiseleme" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Yoğun buz topakları" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Buz topakları" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Hafif buz topakları" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Ağır kar yağışı" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Kar" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Hafif kar" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Sağanak yağış" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Gökgürültülü Fırtınalı" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Hafif Sis" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Sisli" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Bulutlu" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Çok Bulutlu" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Parçalı Bulutlu" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Çoğunlukla Açık" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Açık" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Güneşli" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Bilinmeyen" @@ -594,7 +590,7 @@ msgstr "" "Lütfen emin ol\n" "DarkSky'den sahip olduğunuz API anahtarını girdiniz" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Konum alınamadı" @@ -603,124 +599,124 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "Konum Hizmeti hatalarla yanıt verdi, lütfen hata günlüklerine bakın" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Bulanıklık" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Hava açık" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Açık" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Şiddetli yağmur ve gök gürültüsü" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Şiddetli sağnak yağmur" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Şiddetli sağnak yağmur ve gök gürültüsü" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Yoğun sulu kar" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Yoğun sulu kar ve gök gürültüsü" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Şiddetl isağnak sulu kar" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Şiddetli sağnak sulu kar ve gök gürültüsü" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Yoğun kar ve gök gürültüsü" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Şiddetli sağnak kar yağışı" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Şiddetli sağnak kar yağışı ve gök gürültüsü" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Hafif yağmur ve gök gürültüsü" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Hafif sağanak yağmur" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Hafif sağanak yağmur ve gök gürültüsü" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Hafif Sulu kar" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Hafif karla karışık yağmur ve gök gürültüsü" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Hafif sağnak karla karışık yağmur" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Hafif sağnak karla karışık yağmur ve gök gürültüsü" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Hafif kar yağışı ve gök gürültüsü" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Hafif sağanak kar yağışı" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Hafif sağnak kar yağışı ve gök gürültüsü" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Yağmur ve gök gürültüsü" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Sağanak yağmur" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Sağanak yağmur ve gök gürültüsü" @@ -729,49 +725,49 @@ msgstr "Sağanak yağmur ve gök gürültüsü" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Karla karışık yağmur" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Karla karışık yağmur ve gök gürültüsü" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Karla karışık yağmur" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Karla karışık sağanak yağmur ve gök gürültüsü" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Kar ve gök gürültüsü" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Sağanak kar" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Sağanak kar ve gök gürültüsü" @@ -780,20 +776,20 @@ msgstr "Sağanak kar ve gök gürültüsü" msgid "Unexpected response from API" msgstr "API'den beklenmeyen yanıt" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Görüş mesafesi" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Mevcut Hava Durumu Bilgisi İşlenemedi" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Tahmin Bilgileri İşlenemedi" @@ -822,98 +818,98 @@ msgid "Excellent - More than" msgstr "Mükemmel - Şundan fazla" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Buğulu" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Bulutlu" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Hafif sağanak yağmur" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Çiseleme" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Şiddetli sağnak yağmur" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Karla karışık yağmur" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Dolu" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Sağanak dolu" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Hafif sağanak kar yağışı" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Şiddetli sağnak kar yağışı" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Gökgürültülü" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Gökgürültülü sağnak" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "Lütfen Ayarda Konumun doğru biçimde olduğundan emin olun" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Ayarlara doğru anahtarı girdiğinizden emin olun" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -921,196 +917,196 @@ msgstr "" "Konum bulunamadı, konumun kullanılabilir olduğundan veya doğru biçimde " "olduğundan emin olun" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Bu sorun devam ederse, lütfen bu uygulamanın Yazarına başvurun" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Bilinmeyen Hata, lütfen Hata günlüklere bakın" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Hafif yağmur ve gök gürültülü sağanak yağış" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Fırtına ve yağmur" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Fırtına şiddetli yağmur" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Hafif gök gürültülü fırtına" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Yoğun gök gürültülü fırtına" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Düzensiz fırtına" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Gök gürültülü hafif çiseleme" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Çiseleyen yağmur fırtınası" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Fırtına ağır çiseleyen yağmur ile" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Hafif yoğun çiseleme" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Ağır yoğun çiseleme" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Hafif yoğun yağmurlu" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Çiseleyen yağmur" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Şiddetli yoğun yağmur" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Çiseleme ve ahmak ıslatan" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Şiddetli çiseleme ve ahmak ıslatan" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Çiseleme ahmak ıslatan" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Ilımlı yağmur" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Yüksek yoğun yağmur" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Çok şiddetli yağmur" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Aşırı yağmur" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Hafif şiddetli yağmur" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Şiddetli yağmur" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Sağanak yağmur" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Düzensiz sağanak yağmur" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Ahmak ıslatan" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Hafif kar ve yağmur" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Yağmur ve kar" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Hafif şiddetli kar yağışı" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Şiddetli kar" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Ağır şiddetli kar" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Dumanlı" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Puslu" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Kum, toz fırtınası" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Kum" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Tozlu" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Volkanik kül" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Bağrışma" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Bora" @@ -1118,30 +1114,30 @@ msgstr "Bora" msgid "Sky is clear" msgstr "Gökyüzü açık" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Bulutlu" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Az bulutlu" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Dağınık bulutlu" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Parçalı bulutlu" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Kapalı bulanık" @@ -1149,80 +1145,80 @@ msgstr "Kapalı bulanık" msgid "Could not get forecast for your area" msgstr "Bölgeniz için hava tahmini alınamadı" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "Konum ABD dışında, lütfen farklı bir sağlayıcı kullanın." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Saatlik Tahmin Bilgileri İşlenemedi" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Açık ve rüzgarlı" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Az bulutluAz bulutlu ve rüzgarlı" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Parçalı ve rüzgarlı" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Çoğunlukla bulutlu ve rüzgarlı" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Bulutlu ve rüzgarlı" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Karlı yağmur" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Dondurucu Yağmur ve kar" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Kasırga" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Fırtına" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Tropik Fırtına" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Sıcak" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Soğuk" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Kar fırtınası" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Bugün" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Yarın" @@ -1254,79 +1250,79 @@ msgstr "Cuma" msgid "Saturday" msgstr "Cumartesi" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Sakin" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Hafif hava" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Hafif bir esinti" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Hafif esinti" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Ilıman esinti" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Taze esinti" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Güçlü esinti" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Yakın bora" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Bora" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Şiddetli bora" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Şiddetli fırtına" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "K" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "KD" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "D" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "GD" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "G" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "GB" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "B" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "KB" @@ -1378,7 +1374,7 @@ msgstr "" "Hava durumu alınırken bilinmeyen bir hata oluştu, daha fazla bilgi için Hata " "günlüklerine bakın" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Tropikal Fırtına" @@ -1386,10 +1382,10 @@ msgstr "Tropikal Fırtına" msgid "Severe Thunderstorms" msgstr "Şiddetli Fırtınalar" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Gök gürültülü" @@ -1405,21 +1401,21 @@ msgstr "Sulu Kar" msgid "Mixed Snow and Sleet" msgstr "Sulu Kar" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Dondurucu Çiseleme" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Dondurucu yağmur" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Sağanak" @@ -1427,15 +1423,15 @@ msgstr "Sağanak" msgid "Snow Flurries" msgstr "Kar Fırtınası" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Hafif Kar Yağışı" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Tipi" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Sisli" @@ -1447,69 +1443,68 @@ msgstr "Dumanlı" msgid "Blustery" msgstr "Fırtınalı" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Rüzgarlı" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Çok Bulutlu" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Parçalı Bulutlu" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Çoğunlukla Güneşli" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Karışık Yağmur ve Dolu" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "İzole Fırtınalar" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Aralıklı sağanak" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Sağanak Yağış" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Şiddetli Yağmur" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Dağınık Kar Yağışı" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Şiddetli Kar" @@ -1521,7 +1516,7 @@ msgstr "Müsait değil" msgid "Scattered Thundershowers" msgstr "Fırtına Bulutlu" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1529,7 +1524,7 @@ msgstr "" "Günlükler alınamadı, günlük dosyası yol altında bulunamadı\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1537,7 +1532,7 @@ msgstr "" "Yol altında günlük dosyasının içeriği alınamadı\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." @@ -1546,11 +1541,11 @@ msgstr "" "için yardımda Kullanıcı Aracınızı değiştirmeyi deneyebilirsiniz." #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" @@ -1558,308 +1553,308 @@ msgstr "" "MET Office UK yalnızca Birleşik Krallık'ı kapsar, lütfen konumunuzun ülke " "içinde olduğundan emin olun" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Konum için veri bulunamadı" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Çok zayıf" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "{distance} {distanceUnit} 'den az" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Mükemmel" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "{distance} {distanceUnit} 'den fazla" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Zayıf" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "{smallerDistance}-{biggerDistance} {distanceUnit} arasında" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Ilımlı" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "İyi" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Çok iyi" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "Kül" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "Fırtına" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 msgid "Light shower sleet" msgstr "Hafif sağanak yağış" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norveç" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Yoğun çiseleme" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 msgid "Light shower rain" msgstr "Hafif yağmur" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 msgid "Heavy shower rain" msgstr "Sağanak yağmur" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 msgid "Mix snow/rain" msgstr "Kar/yağmur karışımı" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 msgid "Snow shower" msgstr "Sağanak kar" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Dondurucu sis" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Hafif Rüzgar" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Şiddetli Rüzgar" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "ABD Hava Durumu" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Görsel Geçiş" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Üfleyen veya sürüklenen kar" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Şiddetli çiseleme/yağmur" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Hafif çiseleme/yağmur" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Toz Fırtınası" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Dondurucu çiseleme/dondurucu yağmur" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Şiddetli donan çiseleme/dondurucu yağmur" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Hafif donan çiseleme/dondurucu yağmur" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Huni bulutu/kasırga" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Dolu sağanakları" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Buz" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Gök gürültüsü olmayan şimşek" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Yakın çevrede yağış" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Şiddetli yağmur ve kar" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Hafif yağmur ve kar" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Gökyüzü kapsama alanı azalıyor" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Gökyüzü kapsama alanı artıyor" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Gökyüzü değişmedi" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Duman veya pus" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Kar ve yağmur sağanakları" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Yağışsız fırtına" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Elmas tozu" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Parçalı bulutlu" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Lütfen API anahtarını doğru girdiğinizden emin olun" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Danimarka" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "BULUNAMADI" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Tipi" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Hafif kar" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Orta şiddette kar" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Orta şiddetli sağanak yağmur" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Karla karışık yağmur" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Şiddetli karla karışık yağmur" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "Alman Hava Servisi" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "Lütfen farklı bir sağlayıcı veya konum seçin" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "Sağladığınız API anahtarı geçersiz." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "Sağladığınız konum bulunamadı." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "Güçlü Fırtına" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "Yağmur ve Kar" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "Yağmur ve Sulu Kar" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Sağanak Kar" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Esintili" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "Soğuk" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "Çoğunlukla Açık" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "Pirate Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" @@ -1867,181 +1862,182 @@ msgstr "" "Lütfen emin olun\n" "Pirate Weather'dan aldığınız API anahtarını girdinizden" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "" "Konum Hizmeti konumunuzu bulamadı, lütfen Looking Glass'taki günlüklere bakın" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 msgid "Snow grains" msgstr "Kar taneleri" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 msgid "Light showers" msgstr "Hafif yağış" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 msgid "Heavy showers" msgstr "Şiddetli yağış" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 msgid "Thunderstorm with slight hail" msgstr "Hafif dolu ve gök gürültülü sağanak yağış" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 msgid "Thunderstorm with hail" msgstr "Doluyla birlikte fırtına" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "Hissedilen" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" -msgstr "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" +msgstr "Open-Meteo" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 msgid "Scattered Sleet" msgstr "Dağınık sulu kar" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 msgid "Chance of Thunderstorms" msgstr "Fırtına Olasılığı" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 msgid "Light Rain" msgstr "Hafif Yağmur" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 msgid "Light Sleet" msgstr "Hafif Sulu kar" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "Aralıklı Yağmur" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "Aralıklı sulu kar" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "Aralıklı Kar" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 msgid "Frequent Thunderstorms" msgstr "Sık sık gök gürültülü fırtınalar" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 msgid "High Clouds" msgstr "Yüksek Bulutlar" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 msgid "Low Clouds" msgstr "Alçak Bulutlar" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "Kapalı ve Kuru" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 msgid "Slightly Stormy" msgstr "Hafif Fırtınalı" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 msgid "Stormy Snow Showers" msgstr "Fırtınalı Kar Sağanakları" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 msgid "Thundery Showers" msgstr "Gök gürültülü sağnak yağış" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 msgid "Thundery Snow Showers" msgstr "Gök gürültülü kar yağışları" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "Rüzgar Uyarısı" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 msgid "Thunderstorm Warning" msgstr "Fırtına Uyarısı" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 msgid "Rain Warning" msgstr "Yağmur Uyarısı" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 msgid "Snow Warning" msgstr "Kar Uyarısı" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "Kaygan Yollar Uyarısı" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "Don Uyarısı" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "Kitle Hareketleri Uyarısı" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "Isı Uyarısı" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "Çığ Uyarısı" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "Deprem Uyarısı" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "Orman Yangını Uyarısı" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "Sel Uyarısı" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "İsviçre Meteo" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "Bu sağlayıcı için posta kodu kullanmanız gerekiyor." -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" "Bu sağlayıcı için 1000-9999 arası bir İsviçre posta kodunu kullanmanız " "gerekiyor." -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "İsviçre" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2049,7 +2045,7 @@ msgstr "" "Yapılandırma alınamadı, dosya yol altında bulunamadı\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2057,107 +2053,127 @@ msgstr "" "Yol altında yapılandırma dosyasının içeriği alınamadı\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Bir konum girdiğinizden emin olun veya bunun yerine Otomatik konum " "seçeneğini kullanın." -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Bu sağlayıcının çalışması için bir API anahtarı gerekiyor" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Çiy Noktası" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Yağış {precipEnd} dakika içinde sona erecek" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Yağış bir saat içinde bitmeyecek" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Yağış {precipStart} dakika içinde başlayacak" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" "Tahmin ayrıştırma başarısız oldu, daha fazla ayrıntı için günlüklere bakın." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "{lastUpdatedTime} itibarıyla" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "Sizden {distance} {distanceUnit}" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "İstasyon Adı: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Alan: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "{count} hava durumu uyarısı" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Hata Ayıklama Bilgileri Kaydedilirken Hata" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "{filePath} dosyası yazmak için açılamadı" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Hata Ayıklama Bilgileri başarıyla kaydedildi" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "{filePath} klasörüne kaydedildi" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "Konum Hizmeti Engellendi" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "Komut Dosyası Sağlanmadı" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "Önce bir komut dosyası eklemeniz gerekir." -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "Hava Durumu Verisi Yok" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "Komut dosyasını çalıştıracak hava durumu verisi yok" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "Komut Dosyası Başarıyla Yürütüldü" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "Komut dosyanız başarıyla yürütüldü." -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "Komut Dosyasını Çalıştırma Hatası" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "Komut dosyası hata döndürdü; daha fazla bilgi için günlüklere bakın" @@ -2650,10 +2666,6 @@ msgstr "" "sekmesindeki buton ile erişebileceğiniz Cinnamon Spices Web sitesinde " "detaylı olarak açıklanmıştır." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "Open-Meteo" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "Alman Hava Servisi (Yalnızca Almanya)" @@ -3054,3 +3066,15 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "Komutunuzu test edin" + +#. 3.8->settings-schema.json->uvIndex->description +#, fuzzy +msgid "Enable displaying UV Index" +msgstr "Hava durumu uyarılarının görüntülenmesini etkinleştir" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/uk.po b/weather@mockturtl/files/weather@mockturtl/po/uk.po index 7fce23dc84c..b7688d256c6 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/uk.po +++ b/weather@mockturtl/files/weather@mockturtl/po/uk.po @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: 1\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: \n" "Last-Translator: Denys Komar \n" "Language-Team: \n" @@ -14,65 +14,65 @@ msgstr "" "X-Generator: Poedit 3.0.1\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "Помилка" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "Помилка сервісу" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "Невірний ключ API" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "Невірний формат місцеположення" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "Ключ заблоковано" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "Неможливо виявити місцеположення" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "Немає ключа API" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "Немає місцеположення" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "Відсутні пакети" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "Місцеположення не обслуговується" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "Weather Applet" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "Натисніть, щоб відкрити" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "Оновити" @@ -82,8 +82,8 @@ msgstr "API повернув код статусу між 400 і 500" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "Постачальник місцерозташування" @@ -95,14 +95,14 @@ msgstr "На жаль, ви не можете зберегти місцезна msgid "Could not get weather information" msgstr "Не вдалося отримати інформацію про погоду" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" "Неочікувана помилка під час оновлення прогнозу погоди, перегляньте вхід у " "Looking Glass" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -118,7 +118,7 @@ msgstr "Помилка мережі, перевірте журнали в Lookin msgid "As of" msgstr "Станом на" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "На основі" @@ -126,52 +126,52 @@ msgstr "На основі" msgid "from you" msgstr "від вас" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "мм" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "в" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "миль" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "км" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Завантаження поточної погоди..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Завантаження прогнозу погоди..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Завантаження ..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "Температура" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "Вологість" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "Тиск" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "Вітер" @@ -181,18 +181,18 @@ msgstr "" "Переконайтеся, що ви ввели місцезнаходження, або замість цього скористайтеся " "автоматичним визначенням місцезнаходження" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" "Не вдалося знайти місцезнаходження за адресою, будь ласка, перевірте, чи це " "правильно" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" "Не вдалося викликати Geolocation API. Перегляньте помилки в Looking Glass." -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "УВАГА" @@ -201,17 +201,17 @@ msgid "You can only save correct locations when the applet is not refreshing" msgstr "" "Правильні розташування можна зберегти лише тоді, коли аплет не оновлюється" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "Ви не можете зберегти неправильне розташування" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "Інформація" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "Розташування вже збережено" @@ -249,15 +249,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "Відчувається як" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "Помилка отримання інформації про погоду" @@ -270,7 +270,7 @@ msgstr "" "або спочатку отримайте його на https://developer.climacell.co/sign-up" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -278,7 +278,7 @@ msgstr "" "Будь ласка, переконайтеся, що ви\n" "ввели ключ API правильно, і ваш обліковий запис не заблоковано" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -289,272 +289,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "Сильний дощ" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "Дощ" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "Легкий дощ" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "Сильний крижаний дощ" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Крижаний дощ" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "Легкий крижаний дощ" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "Легка крижана мряка" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Крижана мряка" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "Легка мряка" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "Сильний мокрий сніг" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "Мокрий сніг" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "Легкий мокрий сніг" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Сильний сніг" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Сніг" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "Легкий сніг" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "Шквали" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "Гроза" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "Легкий туман" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "Туман" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Хмарно" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Переважно хмарно" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Мінлива хмарність" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "Переважно ясно" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Ясно" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Сонячно" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "Невідомо" @@ -586,7 +582,7 @@ msgstr "" "Будь ласка, переконайтеся, що ви\n" "ввів ключ API, який ви маєте від DarkSky" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "Не вдалося отримати місцезнаходження" @@ -596,124 +592,124 @@ msgid "" msgstr "" "Служба локації відповіла помилками, перегляньте журнали в Looking Glass" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "Хмарність" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "Чисте небо" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Ясно" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "Сильний дощ з громом" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "Сильний дощ" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "Сильний дощ з громом" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "Сильний мокрий сніг" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "Сильний мокрий сніг з громом" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "Сильний мокрий сніг" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "Сильний мокрий сніг з громом" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "Сильний сніг" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "Сильні снігопади" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "Сильні снігопади з громом" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "Легкий дощ з громом" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "Невеликий дощ" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "Невеликий дощ з громом" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "Невеликий мокрий сніг" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "Невеликий мокрий сніг з громом" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "Невеликий дощ з мокрим снігом" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "Невеликий дощ з мокрим снігом, гром" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "Невеликий сніг з громом" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Невеликий сніг" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "Невеликий сніг з громом" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "Дощ з громом" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "Дощ" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "Дощ з громом" @@ -722,49 +718,49 @@ msgstr "Дощ з громом" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Мокрий сніг" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "Мокрий сніг з громом" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "Мокрий сніг" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "Мокрий сніг з громом" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "Сніг та грім" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Сніг" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "Сніг та грім" @@ -773,20 +769,20 @@ msgstr "Сніг та грім" msgid "Unexpected response from API" msgstr "Неочікувана відповідь від API" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "Видимі" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "Помилка отримання поточної погоди" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "Помилка отримання прогнозу на майбутнє" @@ -815,100 +811,100 @@ msgid "Excellent - More than" msgstr "Чудово" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "Димка" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "Похмуро" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "Легкий дощ" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Мряка" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "Сильний дощ" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "Мокрий сніг" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Град" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "Злива з градом" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "Невеликий сніг" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "Сильний сніг" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "Грім" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "Гроза" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" "Переконайтеся, що місцеположення вказано у правильному форматі в " "налаштуваннях" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "Переконайтеся, що ви ввели правильний ключ у налаштуваннях" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" @@ -916,196 +912,196 @@ msgstr "" "Розташування не знайдено. Переконайтеся, що місцеположення доступне або має " "правильний формат" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "Якщо проблема не зникає, зверніться до автора цього аплету" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "Невідома помилка, дивіться в логах" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "Гроза, невеликий дощ" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "Гроза, дощ" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "Гроза, сильний дощ" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "Невелика гроза" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "Сильна гроза" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "Можливі грози" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "Гроза з мрякою" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "Гроза з мрякою" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "Гроза з сильною мрякою" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "Мряка" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "Сильна мряка" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "Легка мряка" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "Дощ, мряка" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "Сильний дощ, мряка" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "Дощ, мряка" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "Сильний дощ з мрякою" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "Мряка" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "Помірний дощ" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "Сильний дощ" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "Злива" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "Злива" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "Дощ" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "Дощ" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "Рясний дощ" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "Можливий дощ" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "Мокрий сніг" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "Легкий сніг з дощем" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "Сніг з дощем" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "Легкий сніг" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "Сніг" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "Силний сніг" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "Смог" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Мгла" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "Пісок, пил" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "Пісок" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Пил" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "Вулканічний попіл" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "Шквали" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Торнадо" @@ -1113,30 +1109,30 @@ msgstr "Торнадо" msgid "Sky is clear" msgstr "Чисте небо" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "Хмарно" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "Невелика хмарність" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "Розсіяна хмарність" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "Розірвані хмари" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "Похмурі хмари" @@ -1144,82 +1140,82 @@ msgstr "Похмурі хмари" msgid "Could not get forecast for your area" msgstr "Не вдалося отримати прогноз для вашої області" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "" "Місцезнаходження знаходиться за межами США, використовуйте іншого " "постачальника." -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "Не вдалося обробити інформацію про погодинний прогноз" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "Ясно та вітряно" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "Малохмарно та вітряно" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "Мінлива хмарність та вітер" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "Переважно хмарно та вітряно" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "Похмуро і вітряно" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "Сніг з дожщем" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "Крижаний дощ і сніг" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Ураган" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "Шторм" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Тропічний шторм" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Спека" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Холодно" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "Завірюха" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Сьогодні" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Завтра" @@ -1251,79 +1247,79 @@ msgstr "П'ятниця" msgid "Saturday" msgstr "Сублта" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "Штиль" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "Легке повітря" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "Легкий вітерець" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "Легкий бриз" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "Помірний вітер" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "Свіжий вітерець" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "Сильний вітер" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "Майже шторм" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "Шторм" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "Сильний шторм" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "Сильний шторм" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "П" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "Пн-Сх" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "Сх" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "Пд-Сх" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "Пд" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "Пд-Зх" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "Зх" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "Пн-Зх" @@ -1375,7 +1371,7 @@ msgstr "" "Під час отримання погоди сталася невідома помилка. Для отримання додаткової " "інформації перегляньте журнали логів" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "Тропічний шторм" @@ -1383,10 +1379,10 @@ msgstr "Тропічний шторм" msgid "Severe Thunderstorms" msgstr "Сильні грози" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Грози" @@ -1402,21 +1398,21 @@ msgstr "Дощ із мокрим снігом" msgid "Mixed Snow and Sleet" msgstr "Сніг та мокрий сніг" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "Крижана мряка" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "Крижаний дощ" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Дощик" @@ -1424,15 +1420,15 @@ msgstr "Дощик" msgid "Snow Flurries" msgstr "Снігові шквали" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "Невеликий сніг" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "Заметіль" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Туманно" @@ -1444,69 +1440,68 @@ msgstr "Димчасто" msgid "Blustery" msgstr "Вітряно" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Вітряно" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "Переважно хмарно" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "Мінлива хмарність" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "Переважно сонячно" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "Змішаний дощ і град" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "Ізольовані грози" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "Місцями грози" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "Короткочасні дощі" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "Сильний дощ" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "Подекуди снігопади" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "Сильний сніг" @@ -1518,7 +1513,7 @@ msgstr "Недоступний" msgid "Scattered Thundershowers" msgstr "Місцями грози" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1526,7 +1521,7 @@ msgstr "" "Не вдалося отримати журнали, файл журналу не знайдено за шляхом\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1534,18 +1529,18 @@ msgstr "" "Не вдалося отримати вміст файлу журналу за шляхом\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "Met Office UK" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" @@ -1553,315 +1548,315 @@ msgstr "" "MET Office UK поширюється лише на Великобританію, переконайтеся, що ви " "перебуваєте в цій країні" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "Не знайдено даних для розташування" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "Дуже погано" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "Менше ніж {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "Відмінно" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "Більше ніж {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "Погано" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "Між {smallerDistance}-{biggerDistance} {distanceUnit}" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "Нормально" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "Добре" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "Дуже добре" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 #, fuzzy msgid "Squall" msgstr "Шквали" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "Легкий сніг" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "MET Norway" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "Сильна мряка" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Легкий сніг" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Силний сніг" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Сніг з дожщем" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Сніг" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "Крижаний туман" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "Легкий вітер" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "Сильний вітер" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "Задування або замети снігу" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "Сильний дощ/мряка" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "Мряка/дощ" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "Пилова буря" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "Крижаний дощ" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "Сильний крижаний дощ" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "Мряка/крижаний дощ" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "Воронкова хмара/торнадо" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "Град" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "Лід" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "Блискавка без грому" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "Опади поблизу" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "Сильний дощ зі снігом" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "Легкий сніг з дощем" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "Покриття неба зменшується" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "Покриття неба збільшується" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "Небо без змін" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "Дим або імла" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "Сніг з дощем" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "Гроза без опадів" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "Алмазний пил" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "Мінлива хмарність" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "Переконайтеся, що ви правильно ввели ключ API" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "DMI Denmark" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "Не знайдено" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Заметіль" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "Невеликий сніг" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "Помірний сніг" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "Помірний дощ" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Дощ зі снігом" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "Сильний дощ зі снігом" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "Deutscher Wetterdienst" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "Будь ласка, виберіть іншого постачальника або місцезнаходження" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "Наданий вами ключ API недійсний." -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "Вказане вами місце не знайдено." -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "Сильний шторм" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "Сніг з дощем" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "Дощ із мокрим снігом" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "Сніг" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "Вітряно" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "Переважно ясно" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 #, fuzzy msgid "Pirate Weather" msgstr "US Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 #, fuzzy msgid "" "Please Make sure you\n" @@ -1870,7 +1865,7 @@ msgstr "" "Будь ласка, переконайтеся, що ви\n" "ввели ключ API, який ви отримали від Climacell" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 #, fuzzy msgid "" "Location Service couldn't find your location, please see the logs in Looking " @@ -1878,197 +1873,198 @@ msgid "" msgstr "" "Служба локації відповіла помилками, перегляньте журнали в Looking Glass" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Сніг з дожщем" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Легкий сніг" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Силний сніг" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Гроза, невеликий дощ" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Гроза, дощ" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 #, fuzzy msgid "Feels like" msgstr "Відчувається як" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Короткочасні дощі" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Грози" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Легкий дощ" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Невеликий мокрий сніг" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Сильні грози" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Хмарно" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Хмарно" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 #, fuzzy msgid "Overcast and Dry" msgstr "Похмуро і вітряно" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Невеликий сніг" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Подекуди снігопади" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Гроза" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Гроза" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 #, fuzzy msgid "Wind Warning" msgstr "УВАГА" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Гроза, дощ" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "УВАГА" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "УВАГА" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 #, fuzzy msgid "Frost Warning" msgstr "УВАГА" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 #, fuzzy msgid "Heat Warning" msgstr "УВАГА" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 #, fuzzy msgid "Flood Warning" msgstr "УВАГА" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2076,117 +2072,137 @@ msgstr "" "Не вдалося отримати конфігурацію, файл не знайдено за шляхами \n" "{configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" msgstr "" "Не вдалося отримати вміст конфігураційного файлу за шляхом {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 #, fuzzy msgid "Make sure you entered a location or use Automatic location instead." msgstr "" "Переконайтеся, що ви ввели місцезнаходження, або замість цього скористайтеся " "автоматичним визначенням місцезнаходження" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "Для роботи цього постачальника потрібен ключ API" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "Точка роси" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "Опади припиняться через {precipEnd} хв" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "Опади не припиняться протягом години" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "Опади почнуться через {precipStart} хв" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "Помилка аналізу прогнозу, подробиці дивіться в журналах." -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "Станом на {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "{distance} {distanceUnit} від вас" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "Назва станції: {stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "Район: {stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "Помилка збереження інформації про налагодження" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 #, fuzzy msgid "Could not open file {filePath} for writing" msgstr "Не вдалося отримати інформацію про погоду" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "Інформацію про налагодження успішно збережено" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "Збережено в {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 #, fuzzy msgid "Location Service Blocked" msgstr "Постачальник місцерозташування" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 #, fuzzy msgid "No Weather Data" msgstr "US Weather" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2684,10 +2700,6 @@ msgstr "" "сайті Cinnamon Spices, доступ до якого можна отримати за допомогою кнопки на " "вкладці «Довідка»." -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "Deutscher Wetterdienst (лише Німеччина)" @@ -3068,3 +3080,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/vi.po b/weather@mockturtl/files/weather@mockturtl/po/vi.po index ad7c69ca92d..580a53cece9 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/vi.po +++ b/weather@mockturtl/files/weather@mockturtl/po/vi.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2012-06-17 17:04+0700\n" "Last-Translator: Ngô Trung \n" "Language-Team: \n" @@ -19,65 +19,65 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "" @@ -87,8 +87,8 @@ msgstr "" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "" @@ -101,12 +101,12 @@ msgstr "" msgid "Could not get weather information" msgstr "Tải lại dữ liệu thời tiết" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -120,7 +120,7 @@ msgstr "" msgid "As of" msgstr "" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "" @@ -128,55 +128,55 @@ msgstr "" msgid "from you" msgstr "" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "Đang tải dữ liệu thời tiết hiện tại..." -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "Đang tải dữ liệu dự báo thời tiết..." -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "Đang tải..." -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 #, fuzzy msgid "Temperature" msgstr "Đơn vị đo nhiệt độ:" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 #, fuzzy msgid "Humidity" msgstr "Độ ẩm:" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 #, fuzzy msgid "Pressure" msgstr "Áp suất:" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 #, fuzzy msgid "Wind" msgstr "Gió:" @@ -185,15 +185,15 @@ msgstr "Gió:" msgid "Make sure you entered a location or use Automatic location instead" msgstr "" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "" @@ -201,17 +201,17 @@ msgstr "" msgid "You can only save correct locations when the applet is not refreshing" msgstr "" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "" @@ -247,16 +247,16 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 #, fuzzy msgid "Feels Like" msgstr "Cảm giác ngoài trời:" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "" @@ -267,13 +267,13 @@ msgid "" msgstr "" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" msgstr "" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -282,13 +282,13 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 #, fuzzy msgid "Heavy rain" msgstr "Tuyết mạnh" @@ -296,42 +296,41 @@ msgstr "Tuyết mạnh" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 #, fuzzy msgid "Light rain" msgstr "Mưa rét" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 #, fuzzy msgid "Heavy freezing rain" msgstr "Mưa rét" @@ -339,178 +338,176 @@ msgstr "Mưa rét" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "Mưa rét" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 #, fuzzy msgid "Light freezing rain" msgstr "Mưa rét" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 #, fuzzy msgid "Light freezing drizzle" msgstr "Mưa phùn rét" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "Mưa phùn rét" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 #, fuzzy msgid "Light drizzle" msgstr "Mưa phùn rét" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "Tuyết mạnh" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "Tuyết" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 #, fuzzy msgid "Light snow" msgstr "Tuyết rào nhẹ" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 #, fuzzy msgid "Flurries" msgstr "Tuyết bất chợt" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 #, fuzzy msgid "Thunderstorm" msgstr "Giông" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 #, fuzzy msgid "Fog" msgstr "Sương mù" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "Mây mù" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "Nhiều mây" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "Ít mây" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 #, fuzzy msgid "Mostly clear" msgstr "Nhiều mây" @@ -518,47 +515,46 @@ msgstr "Nhiều mây" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "Trời trong" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "Nắng" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "" @@ -586,7 +582,7 @@ msgid "" "entered the API key that you have from DarkSky" msgstr "" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "" @@ -595,138 +591,138 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 #, fuzzy msgid "Cloudiness" msgstr "Mây mù" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 #, fuzzy msgid "Clear sky" msgstr "Trời trong" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "Bình thường" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 #, fuzzy msgid "Heavy rain showers" msgstr "Tuyết mạnh" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 #, fuzzy msgid "Heavy sleet" msgstr "Tuyết mạnh" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 #, fuzzy msgid "Heavy sleet showers" msgstr "Tuyết mạnh" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 #, fuzzy msgid "Heavy snow and thunder" msgstr "Tuyết mạnh" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 #, fuzzy msgid "Heavy snow showers" msgstr "Mưa tuyết rào" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 #, fuzzy msgid "Light rain showers" msgstr "Tuyết rào nhẹ" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 #, fuzzy msgid "Light rain showers and thunder" msgstr "Tuyết rào nhẹ" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 #, fuzzy msgid "Light sleet showers" msgstr "Tuyết rào nhẹ" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 #, fuzzy msgid "Light sleet showers and thunder" msgstr "Tuyết rào nhẹ" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 #, fuzzy msgid "Light snow and thunder" msgstr "Tuyết rào nhẹ" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "Tuyết rào nhẹ" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 #, fuzzy msgid "Light snow showers and thunder" msgstr "Tuyết rào nhẹ" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 #, fuzzy msgid "Rain showers" msgstr "Mưa tuyết rào" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "" @@ -735,51 +731,51 @@ msgstr "" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "Mưa tuyết" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 #, fuzzy msgid "Sleet and thunder" msgstr "Giông rải rác" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 #, fuzzy msgid "Sleet showers" msgstr "Mưa rào rải rác" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "Mưa tuyết rào" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 #, fuzzy msgid "Snow showers and thunder" msgstr "Mưa tuyết rào" @@ -789,20 +785,20 @@ msgstr "Mưa tuyết rào" msgid "Unexpected response from API" msgstr "" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "" @@ -831,319 +827,319 @@ msgid "Excellent - More than" msgstr "" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 #, fuzzy msgid "Light rain shower" msgstr "Tuyết rào nhẹ" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "Mưa phùn" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 #, fuzzy msgid "Heavy rain shower" msgstr "Tuyết mạnh" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 #, fuzzy msgid "Sleet shower" msgstr "Mưa rào rải rác" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "Mưa đá" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 #, fuzzy msgid "Hail shower" msgstr "Mưa tuyết rào" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 #, fuzzy msgid "Light snow shower" msgstr "Tuyết rào nhẹ" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 #, fuzzy msgid "Heavy snow shower" msgstr "Tuyết mạnh" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 #, fuzzy msgid "Thunder" msgstr "Giông" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 #, fuzzy msgid "Thunder shower" msgstr "Mưa rào có sấm" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" msgstr "" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 #, fuzzy msgid "Thunderstorm with rain" msgstr "Giông" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 #, fuzzy msgid "Light thunderstorm" msgstr "Giông" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 #, fuzzy msgid "Heavy thunderstorm" msgstr "Giông nguy hiểm" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 #, fuzzy msgid "Ragged thunderstorm" msgstr "Giông diện hẹp" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 #, fuzzy msgid "Thunderstorm with drizzle" msgstr "Giông" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 #, fuzzy msgid "Drizzle rain" msgstr "Mưa phùn" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 #, fuzzy msgid "Shower rain and drizzle" msgstr "Mưa và mưa đá" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 #, fuzzy msgid "Shower drizzle" msgstr "Mưa phùn rét" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 #, fuzzy msgid "Extreme rain" msgstr "Mưa rét" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 #, fuzzy msgid "Light intensity shower rain" msgstr "Tuyết rào nhẹ" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 #, fuzzy msgid "Shower rain" msgstr "Mưa rào" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 #, fuzzy msgid "Shower sleet" msgstr "Mưa rào" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 #, fuzzy msgid "Light rain and snow" msgstr "Mưa và tuyết" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 #, fuzzy msgid "Rain and snow" msgstr "Mưa và tuyết" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 #, fuzzy msgid "Light shower snow" msgstr "Tuyết rào nhẹ" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 #, fuzzy msgid "Shower snow" msgstr "Mưa rào" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 #, fuzzy msgid "Heavy shower snow" msgstr "Tuyết mạnh" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 #, fuzzy msgid "Smoke" msgstr "Khói mù" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "Bụi mù" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "Bụi mù" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "Lốc xoáy" @@ -1151,32 +1147,32 @@ msgstr "Lốc xoáy" msgid "Sky is clear" msgstr "" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 #, fuzzy msgid "Clouds" msgstr "Mây mù" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 #, fuzzy msgid "Scattered clouds" msgstr "Mưa rào rải rác" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "" @@ -1184,84 +1180,84 @@ msgstr "" msgid "Could not get forecast for your area" msgstr "" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "" -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 #, fuzzy msgid "Partly cloudy and windy" msgstr "Ít mây" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 #, fuzzy msgid "Mostly cloudy and windy" msgstr "Nhiều mây" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 #, fuzzy msgid "Snowy rain" msgstr "Tuyết bất chợt" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 #, fuzzy msgid "Freezing rain and snow" msgstr "Mưa rét" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "Cuồng phong" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "Bão nhiệt đới" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "Nóng" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "Lạnh" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "Hôm nay" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "Ngày mai" @@ -1293,79 +1289,79 @@ msgstr "Thứ sáu" msgid "Saturday" msgstr "Thứ bảy" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "B" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "ĐB" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "Đ" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "ĐN" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "N" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "TN" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "T" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "TB" @@ -1410,7 +1406,7 @@ msgid "" "more information" msgstr "" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 #, fuzzy msgid "Tropical Storm" msgstr "Bão nhiệt đới" @@ -1420,10 +1416,10 @@ msgstr "Bão nhiệt đới" msgid "Severe Thunderstorms" msgstr "Giông nguy hiểm" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "Giông" @@ -1442,23 +1438,23 @@ msgstr "Mưa và mưa tuyết" msgid "Mixed Snow and Sleet" msgstr "Tuyết và mưa tuyết" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 #, fuzzy msgid "Freezing Drizzle" msgstr "Mưa phùn rét" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 #, fuzzy msgid "Freezing Rain" msgstr "Mưa rét" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "Mưa rào" @@ -1467,17 +1463,17 @@ msgstr "Mưa rào" msgid "Snow Flurries" msgstr "Tuyết bất chợt" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 #, fuzzy msgid "Light Snow Showers" msgstr "Tuyết rào nhẹ" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 #, fuzzy msgid "Blowing Snow" msgstr "Gió tuyết" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "Sương mù" @@ -1489,78 +1485,77 @@ msgstr "Khói mù" msgid "Blustery" msgstr "Gió dữ dội" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "Gió" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 #, fuzzy msgid "Mostly Cloudy" msgstr "Nhiều mây" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 #, fuzzy msgid "Partly Cloudy" msgstr "Ít mây" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 #, fuzzy msgid "Mostly Sunny" msgstr "Nhiều mây" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 #, fuzzy msgid "Mixed Rain and Hail" msgstr "Mưa và mưa đá" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 #, fuzzy msgid "Isolated Thunderstorms" msgstr "Giông diện hẹp" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 #, fuzzy msgid "Scattered Thunderstorms" msgstr "Giông rải rác" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 #, fuzzy msgid "Scattered Showers" msgstr "Mưa rào rải rác" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 #, fuzzy msgid "Heavy Rain" msgstr "Tuyết mạnh" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 #, fuzzy msgid "Scattered Snow Showers" msgstr "Mưa tuyết rải rác" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 #, fuzzy msgid "Heavy Snow" msgstr "Tuyết mạnh" @@ -1575,667 +1570,688 @@ msgstr "Không có dữ liệu" msgid "Scattered Thundershowers" msgstr "Giông rải rác" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 #, fuzzy msgid "Light shower sleet" msgstr "Tuyết rào nhẹ" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 #, fuzzy msgid "Heavy drizzle" msgstr "Mưa phùn rét" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 #, fuzzy msgid "Light shower rain" msgstr "Tuyết rào nhẹ" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 #, fuzzy msgid "Heavy shower rain" msgstr "Tuyết mạnh" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 #, fuzzy msgid "Mix snow/rain" msgstr "Tuyết bất chợt" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 #, fuzzy msgid "Snow shower" msgstr "Mưa tuyết rào" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 #, fuzzy msgid "Freezing fog" msgstr "Mưa rét" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 #, fuzzy msgid "Tomorrow.io" msgstr "Ngày mai" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 #, fuzzy msgid "Blowing or drifting snow" msgstr "Gió tuyết" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 #, fuzzy msgid "Freezing drizzle/freezing rain" msgstr "Mưa phùn rét" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 #, fuzzy msgid "Hail showers" msgstr "Mưa tuyết rào" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 #, fuzzy msgid "Heavy rain and snow" msgstr "Mưa và tuyết" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 #, fuzzy msgid "Light rain And snow" msgstr "Mưa và tuyết" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 #, fuzzy msgid "Snow and rain showers" msgstr "Mưa tuyết rào" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 #, fuzzy msgid "Partially cloudy" msgstr "Ít mây" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "Gió tuyết" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 #, fuzzy msgid "Slight snow" msgstr "Gió tuyết" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 #, fuzzy msgid "Moderate snow" msgstr "Tuyết mạnh" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 #, fuzzy msgid "Moderate rain showers" msgstr "Mưa rào rải rác" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "Mưa và tuyết" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 #, fuzzy msgid "Heavy mixed rain and snow" msgstr "Mưa và tuyết" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 #, fuzzy msgid "Rain and Snow" msgstr "Mưa và tuyết" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 #, fuzzy msgid "Rain and Sleet" msgstr "Mưa và mưa tuyết" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 #, fuzzy msgid "Snow Showers" msgstr "Mưa tuyết rào" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 #, fuzzy msgid "Mostly Clear" msgstr "Nhiều mây" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" msgstr "" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 #, fuzzy msgid "Snow grains" msgstr "Tuyết bất chợt" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 #, fuzzy msgid "Light showers" msgstr "Tuyết rào nhẹ" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 #, fuzzy msgid "Heavy showers" msgstr "Tuyết mạnh" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 #, fuzzy msgid "Thunderstorm with slight hail" msgstr "Giông" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 #, fuzzy msgid "Thunderstorm with hail" msgstr "Giông" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 #, fuzzy msgid "Feels like" msgstr "Cảm giác ngoài trời:" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 #, fuzzy msgid "Scattered Sleet" msgstr "Mưa rào rải rác" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 #, fuzzy msgid "Chance of Thunderstorms" msgstr "Giông" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 #, fuzzy msgid "Light Rain" msgstr "Mưa rét" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 #, fuzzy msgid "Light Sleet" msgstr "Tuyết rào nhẹ" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 #, fuzzy msgid "Frequent Thunderstorms" msgstr "Giông nguy hiểm" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 #, fuzzy msgid "High Clouds" msgstr "Mây mù" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 #, fuzzy msgid "Low Clouds" msgstr "Mây mù" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 #, fuzzy msgid "Slightly Stormy" msgstr "Gió tuyết" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 #, fuzzy msgid "Stormy Snow Showers" msgstr "Mưa tuyết rải rác" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 #, fuzzy msgid "Thundery Showers" msgstr "Mưa rào có sấm" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 #, fuzzy msgid "Thundery Snow Showers" msgstr "Mưa rào có sấm" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 #, fuzzy msgid "Thunderstorm Warning" msgstr "Giông" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 #, fuzzy msgid "Rain Warning" msgstr "Mưa và tuyết" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 #, fuzzy msgid "Snow Warning" msgstr "Tuyết bất chợt" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 #, fuzzy msgid "Could not open file {filePath} for writing" msgstr "Tải lại dữ liệu thời tiết" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2723,10 +2739,6 @@ msgid "" "can access with the button on the Help tab." msgstr "" -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -3046,3 +3058,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/weather@mockturtl.pot b/weather@mockturtl/files/weather@mockturtl/po/weather@mockturtl.pot index 19ac9c7ec06..cf995bbaece 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/weather@mockturtl.pot +++ b/weather@mockturtl/files/weather@mockturtl/po/weather@mockturtl.pot @@ -5,10 +5,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: weather@mockturtl 3.6.4\n" +"Project-Id-Version: weather@mockturtl 3.6.7\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -18,65 +18,65 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "" -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "" @@ -86,8 +86,8 @@ msgstr "" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "" @@ -99,12 +99,12 @@ msgstr "" msgid "Could not get weather information" msgstr "" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -118,7 +118,7 @@ msgstr "" msgid "As of" msgstr "" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "" @@ -126,52 +126,52 @@ msgstr "" msgid "from you" msgstr "" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "" -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "" -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "" -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "" @@ -179,15 +179,15 @@ msgstr "" msgid "Make sure you entered a location or use Automatic location instead" msgstr "" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "" -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "" @@ -195,17 +195,17 @@ msgstr "" msgid "You can only save correct locations when the applet is not refreshing" msgstr "" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "" @@ -241,15 +241,15 @@ msgstr "" #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "" @@ -260,13 +260,13 @@ msgid "" msgstr "" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" msgstr "" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -275,272 +275,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "" @@ -568,7 +564,7 @@ msgid "" "entered the API key that you have from DarkSky" msgstr "" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "" @@ -577,124 +573,124 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "" @@ -703,49 +699,49 @@ msgstr "" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "" @@ -754,20 +750,20 @@ msgstr "" msgid "Unexpected response from API" msgstr "" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "" @@ -796,293 +792,293 @@ msgid "Excellent - More than" msgstr "" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" msgstr "" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "" @@ -1090,30 +1086,30 @@ msgstr "" msgid "Sky is clear" msgstr "" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "" @@ -1121,80 +1117,80 @@ msgstr "" msgid "Could not get forecast for your area" msgstr "" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "" -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "" @@ -1226,79 +1222,79 @@ msgstr "" msgid "Saturday" msgstr "" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "" @@ -1342,7 +1338,7 @@ msgid "" "more information" msgstr "" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "" @@ -1350,10 +1346,10 @@ msgstr "" msgid "Severe Thunderstorms" msgstr "" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "" @@ -1369,21 +1365,21 @@ msgstr "" msgid "Mixed Snow and Sleet" msgstr "" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "" @@ -1391,15 +1387,15 @@ msgstr "" msgid "Snow Flurries" msgstr "" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "" @@ -1411,69 +1407,68 @@ msgstr "" msgid "Blustery" msgstr "" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "" @@ -1485,623 +1480,644 @@ msgstr "" msgid "Scattered Thundershowers" msgstr "" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" msgstr "" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." msgstr "" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 msgid "Light shower sleet" msgstr "" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 msgid "Light shower rain" msgstr "" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 msgid "Heavy shower rain" msgstr "" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 msgid "Mix snow/rain" msgstr "" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 msgid "Snow shower" msgstr "" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" msgstr "" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 msgid "Snow grains" msgstr "" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 msgid "Light showers" msgstr "" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 msgid "Heavy showers" msgstr "" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 msgid "Thunderstorm with slight hail" msgstr "" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 msgid "Thunderstorm with hail" msgstr "" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" msgstr "" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 msgid "Scattered Sleet" msgstr "" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 msgid "Chance of Thunderstorms" msgstr "" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 msgid "Light Rain" msgstr "" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 msgid "Light Sleet" msgstr "" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 msgid "Frequent Thunderstorms" msgstr "" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 msgid "High Clouds" msgstr "" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 msgid "Low Clouds" msgstr "" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 msgid "Slightly Stormy" msgstr "" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 msgid "Stormy Snow Showers" msgstr "" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 msgid "Thundery Showers" msgstr "" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 msgid "Thundery Snow Showers" msgstr "" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 msgid "Thunderstorm Warning" msgstr "" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 msgid "Rain Warning" msgstr "" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 msgid "Snow Warning" msgstr "" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" msgstr "" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "" -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "" @@ -2580,10 +2596,6 @@ msgid "" "can access with the button on the Help tab." msgstr "" -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "" @@ -2903,3 +2915,14 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "" + +#. 3.8->settings-schema.json->uvIndex->description +msgid "Enable displaying UV Index" +msgstr "" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/zh_CN.po b/weather@mockturtl/files/weather@mockturtl/po/zh_CN.po index 24c07386d91..e9d20fe3010 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/zh_CN.po +++ b/weather@mockturtl/files/weather@mockturtl/po/zh_CN.po @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: 3.2.12\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2025-02-18 18:32+0800\n" "Last-Translator: Slinet6056 \n" "Language-Team: Chinese (simplified)\n" @@ -23,65 +23,65 @@ msgstr "" "X-Generator: Poedit 3.2.2\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "错误" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "服务错误" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "不正确的 API 密钥" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "不正确的位置格式" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "密钥已被封禁" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "找不到位置" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "没有 API 密钥" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "没有位置信息" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "缺失的软件包" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "地点未被覆盖" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "天气面板小工具" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "..." -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "点击打开" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "刷新" @@ -91,8 +91,8 @@ msgstr "API 返回在 400 与 500 之间的状态码" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "保存位置" @@ -104,12 +104,12 @@ msgstr "抱歉,您不能保存一个自动获得的位置" msgid "Could not get weather information" msgstr "无法获取天气信息" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "刷新天气时出现意外错误,请查看 Looking Glass 中的日志" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -125,7 +125,7 @@ msgstr "网络错误,请检查 Looking Glass 中的日志" msgid "As of" msgstr "更新于" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "数据来源" @@ -133,52 +133,52 @@ msgstr "数据来源" msgid "from you" msgstr "外" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "毫米" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "英寸" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "英里" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "千米" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "正在加载当前天气…" -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "正在加载未来天气…" -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "正在加载…" -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "气温" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "湿度" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "压力" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "风速" @@ -186,15 +186,15 @@ msgstr "风速" msgid "Make sure you entered a location or use Automatic location instead" msgstr "确保您输入了一个位置或使用自动定位代替" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "无法根据地址找到位置,请检查是否正确" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "调用 Geolocation API 失败,请参阅 Looking Glass 中的错误。" -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "警告" @@ -202,17 +202,17 @@ msgstr "警告" msgid "You can only save correct locations when the applet is not refreshing" msgstr "只有在面板小工具不刷新的情况下,您才能正确保存位置" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "您不能保存一个不正确的位置" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "信息" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "位置已被保存" @@ -248,15 +248,15 @@ msgstr "从位置存储中加载数据失败,请查看日志以了解更多信 #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "体感" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "处理天气信息失败" @@ -269,7 +269,7 @@ msgstr "" "或先在 https://developer.climacell.co/sign-up 上获取一个" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -277,7 +277,7 @@ msgstr "" "请确保您\n" "输入正确的 API 密钥,并且您的账户没有被封禁" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -288,272 +288,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "大雨" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "雨" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "小雨" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "大冻雨" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "冻雨" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "小冻雨" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "小冻毛雨" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "冻毛雨" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "小毛雨" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "大冰丸" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "冰丸" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "小冰丸" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "大雪" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "雪" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "小雪" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "零星小雪" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "雷暴" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "轻雾" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "雾" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "多云" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "多云" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "少云" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "少云" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "晴" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "晴" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "未知" @@ -585,7 +581,7 @@ msgstr "" "请确保您\n" "输入从 DarkSky 获取的 API 密钥" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "无法获取位置" @@ -594,124 +590,124 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "定位服务响应错误,请查看 Looking Glass 中的日志" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "云量" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "晴" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "晴" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "强雷雨" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "强阵雨" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "强雷阵雨" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "大雨夹雪" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "大雨夹雪,伴有雷电" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "短时大雨夹雪" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "短时大雨夹雪,伴有雷电" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "强雷雪" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "强阵雪" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "强雷阵雪" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "小雷雨" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "小阵雨" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "小雷阵雨" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "小雨夹雪" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "小雨夹雪,伴有雷电" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "短时小雨夹雪" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "短时小雨夹雪,伴有雷电" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "小雷雪" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "小阵雪" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "小雷阵雪" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "雷雨" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "阵雨" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "雷阵雨" @@ -720,49 +716,49 @@ msgstr "雷阵雨" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "雨夹雪" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "雨夹雪,伴有雷电" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "短时雨夹雪" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "短时雨夹雪,伴有雷电" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "雷雪" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "阵雪" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "雷阵雪" @@ -771,20 +767,20 @@ msgstr "雷阵雪" msgid "Unexpected response from API" msgstr "来自 API 的意外响应" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "能见度" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "处理当前天气信息失败" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "处理未来天气信息失败" @@ -813,293 +809,293 @@ msgid "Excellent - More than" msgstr "极佳 - 高于" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "雾" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "阴" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "小阵雨" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "毛毛雨" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "强阵雨" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "短时雨夹雪" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "冰雹" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "短时冰雹" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "小阵雪" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "强阵雪" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "雷" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "阵雷" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "请确保设置中的位置格式正确" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "确保您在设置中输入了正确的密钥" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" msgstr "未找到位置,请确保位置可用或格式正确" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "如果这个问题持续存在,请联系本面板小工具的作者" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "未知的错误,请查看 Looking Glass 中的日志" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "雷暴,伴有小雨" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "雷暴,伴有雨" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "雷暴,伴有大雨" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "小雷暴" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "强雷暴" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "局部雷暴" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "雷暴,伴有小毛雨" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "雷暴,伴有毛毛雨" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "雷暴,伴有强毛雨" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "小毛雨" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "强毛雨" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "毛毛细雨" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "细雨" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "强细雨" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "毛毛雨,时有阵雨" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "毛毛雨,时有强阵雨" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "短时毛毛雨" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "中雨" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "大雨" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "暴雨" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "大暴雨" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "小阵雨" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "阵雨" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "强阵雨" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "局部阵雨" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "短时雨夹雪" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "小雨夹雪" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "雨夹雪" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "小阵雪" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "阵雪" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "强阵雪" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "烟" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "霾" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "沙尘暴" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "扬沙" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "浮尘" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "火山灰" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "飑" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "龙卷风" @@ -1107,30 +1103,30 @@ msgstr "龙卷风" msgid "Sky is clear" msgstr "晴" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "云" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "少云" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "疏云" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "碎云" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "阴" @@ -1138,80 +1134,80 @@ msgstr "阴" msgid "Could not get forecast for your area" msgstr "无法获取您所在地区的预报" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "您的位置在美国以外,请使用其他数据源。" -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "处理每小时预测信息失败" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "晴朗,有风" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "少云,有风" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "疏云,有风" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "多云,有风" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "阴,有风" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "雨夹雪" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "冻雨夹雪" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "飓风" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "风暴" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "热带风暴" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "热" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "冷" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "暴风雪" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "今天" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "明天" @@ -1243,79 +1239,79 @@ msgstr "星期五" msgid "Saturday" msgstr "星期六" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "无风" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "软风" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "轻风" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "微风" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "和风" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "劲风" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "强风" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "疾风" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "大风" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "烈风" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "狂风" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "北" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "东北" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "东" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "东南" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "南" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "西南" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "西" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "西北" @@ -1365,7 +1361,7 @@ msgid "" "more information" msgstr "在获取天气时发生了未知的错误,更多信息请参见 Looking Glass 日志" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "热带风暴" @@ -1373,10 +1369,10 @@ msgstr "热带风暴" msgid "Severe Thunderstorms" msgstr "强雷暴" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "雷暴" @@ -1392,21 +1388,21 @@ msgstr "雨夹雪" msgid "Mixed Snow and Sleet" msgstr "雨夹雪" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "冻毛雨" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "冻雨" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "阵雨" @@ -1414,15 +1410,15 @@ msgstr "阵雨" msgid "Snow Flurries" msgstr "小雪" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "小阵雪" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "吹雪" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "雾" @@ -1434,69 +1430,68 @@ msgstr "烟" msgid "Blustery" msgstr "大风" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "有风" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "多云" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "疏云" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "少云" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "雨和冰雹" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "孤立雷暴" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "零星雷暴" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "零星阵雨" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "大雨" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "零星阵雪" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "大雪" @@ -1508,7 +1503,7 @@ msgstr "不可用" msgid "Scattered Thundershowers" msgstr "零星雷阵雨" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1516,7 +1511,7 @@ msgstr "" "无法检索日志,在以下路径没有找到日志文件\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1524,7 +1519,7 @@ msgstr "" "无法获得以下路径下日志文件的内容\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." @@ -1532,318 +1527,318 @@ msgstr "" "地址到位置查找服务被阻止。您可以尝试更改 User-Agent,看看它是否能解决问题。" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "英国气象局" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "英国气象局数据服务仅覆盖英国,请确认您的位置" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "没有找到当前位置的数据" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "很差" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "小于 {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "极好" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "大于 {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "差" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "在 {smallerDistance}~{biggerDistance} {distanceUnit} 之间" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "一般" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "好" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "很好" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "火山灰" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "飑" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 msgid "Light shower sleet" msgstr "轻微的雨夹雪" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "挪威气象研究所" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "强毛雨" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 msgid "Light shower rain" msgstr "小阵雨" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 msgid "Heavy shower rain" msgstr "强阵雪" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 msgid "Mix snow/rain" msgstr "雨夹雪" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 msgid "Snow shower" msgstr "阵雪" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "冻雾" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "小风" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "大风" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "美国国家气象局" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "吹雪或飘雪" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "强毛雨或雨" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "小毛雨或雨" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "沙尘暴" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "冻毛雨或冻雨" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "强冻毛雨或冻雨" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "小冻毛雨或冻雨" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "漏斗云或龙卷风" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "短时冰雹" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "冰" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "没有雷声的闪电" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "附近有降水" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "大雨夹雪" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "小雨夹雪" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "天空覆盖率下降" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "天空覆盖率增加" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "天空没有变化" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "烟或霾" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "雪和阵雨" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "无降水的雷暴" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "钻石尘" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "疏云" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "请确保您输入了正确的 API 密钥" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "丹麦气象研究所" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "找不到" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "吹雪" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "小雪" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "中雪" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "中等规模的阵雨" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "雨夹雪" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "强雨夹雪" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "德国气象局" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "请选择一个不同的数据源或地点" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "您提供的 API 密钥无效。" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "没有找到您提供的位置。" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "强风暴" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "雨夹雪" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "雨夹雪" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "阵雪" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "微风" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "寒冷" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "少云" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "Pirate Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" @@ -1851,178 +1846,179 @@ msgstr "" "请确保您\n" "输入从 Pirate Weather 获取的 API 密钥" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "定位服务无法找到你的位置,请查看 Looking Glass 中的日志" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 msgid "Snow grains" msgstr "米雪" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 msgid "Light showers" msgstr "小雨" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 msgid "Heavy showers" msgstr "大雨" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 msgid "Thunderstorm with slight hail" msgstr "雷暴伴有轻微冰雹" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 msgid "Thunderstorm with hail" msgstr "雷暴伴冰雹" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "体感" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" -msgstr "" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" +msgstr "Open-Meteo(开放气象)" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 msgid "Scattered Sleet" msgstr "零星的雨夹雪" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 msgid "Chance of Thunderstorms" msgstr "雷暴的几率" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 msgid "Light Rain" msgstr "小雨" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 msgid "Light Sleet" msgstr "小雨夹雪" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "阵雨" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "间歇性雨夹雪" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "阵雪" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 msgid "Frequent Thunderstorms" msgstr "强雷暴" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 msgid "High Clouds" msgstr "高云" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 msgid "Low Clouds" msgstr "低云" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "阴,干燥" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 msgid "Slightly Stormy" msgstr "略微暴风雨" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 msgid "Stormy Snow Showers" msgstr "暴风雪阵雨" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 msgid "Thundery Showers" msgstr "雷阵雨" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 msgid "Thundery Snow Showers" msgstr "雷雨阵雨" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "风警告" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 msgid "Thunderstorm Warning" msgstr "雷暴警告" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 msgid "Rain Warning" msgstr "降雨警告" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 msgid "Snow Warning" msgstr "降雪警告" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "湿滑道路警告" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "霜冻警告" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "地质灾害警告" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "高温警告" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "雪崩警告" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "地震警告" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "森林火灾警告" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "洪水警告" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "瑞士气象局" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "对于此提供,您需要使用邮政编码。" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "对于此提供商,您需要使用瑞士邮政编码,范围为 1000-9999。" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "瑞士" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2030,7 +2026,7 @@ msgstr "" "无法检索配置,在以下路径找不到文件\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2038,104 +2034,124 @@ msgstr "" "无法获取以下路径配置文件的内容\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "确保您输入了一个位置或使用自动定位代替。" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "该数据源需要一个 API 密钥来操作" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "露点" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "降水将在 {precipEnd} 分钟内结束" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "降水在一小时内不会结束" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "降水将在 {precipStart} 分钟内开始" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "天气预测解析失败,详情请查看日志。" -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "更新于 {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "距您 {distance} {distanceUnit}" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "气象站名称:{stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "地区:{stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "{count} 个天气警报" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "保存调试信息时出错" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "无法打开文件 {filePath} 进行写入" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "调试信息保存成功" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "已保存到 {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "位置服务已阻止" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "未提供脚本" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "您需要先添加一个脚本。" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "无天气数据" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "没有天气数据来运行脚本" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "脚本已成功执行" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "您的脚本已成功执行。" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "运行脚本时出错" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "脚本返回错误,有关详细信息,请参阅日志" @@ -2622,10 +2638,6 @@ msgstr "" "项在 Cinnamon Spices 网站上有详细的描述,您可以通过 “帮助” 选项卡上的按钮进" "入。" -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "Open-Meteo(开放气象)" - #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" msgstr "德国气象局 (仅限德国)" @@ -2672,8 +2684,8 @@ msgid "" "'City,Country-code' (e.g. London,UK) or try to enter {House number} {Street} " "{City/Town} {Postcode} {Country}. The search algorithm is very flexible with " "the format. After 3 seconds without typing the address you entered is " -"replaced automatically for validating your choice. Powered by nominatim." -"openstreetmap.org." +"replaced automatically for validating your choice. Powered by " +"nominatim.openstreetmap.org." msgstr "" "您可以输入坐标 “纬度,经度” (例如 51.5085,-0.1257) 或使用“城市,国家代码” (例" "如 London,UK) 或尝试输入 {门牌号码} {街道名称} {城市/城镇} {邮政编码} {国" @@ -2901,11 +2913,11 @@ msgstr "" #. 3.8->settings-schema.json->loc-info->description msgid "" "Your location in most cases work automatically but you can enter it manually " -"by coordinates 'Latitude,Longitude' (e.g. 51.5085,-0.1257) or use 'City," -"Country-code' (e.g. London,UK) or try to enter {House number} {Street} {City/" -"Town} {Postcode} {Country}. The search algorithm is very flexible with the " -"format. After 3 seconds without typing the address you entered is replaced " -"automatically for validating your choice." +"by coordinates 'Latitude,Longitude' (e.g. 51.5085,-0.1257) or use " +"'City,Country-code' (e.g. London,UK) or try to enter {House number} {Street} " +"{City/Town} {Postcode} {Country}. The search algorithm is very flexible with " +"the format. After 3 seconds without typing the address you entered is " +"replaced automatically for validating your choice." msgstr "" "在大多数情况下面板小工具会自动定位,但您也可以手动输入坐标 “纬度,经度” (例如 " "51.5085,-0.1257) 或使用“城市,国家代码” (例如 London,UK) 或尝试输入 {门牌号" @@ -2996,3 +3008,15 @@ msgstr "" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" msgstr "测试您的命令" + +#. 3.8->settings-schema.json->uvIndex->description +#, fuzzy +msgid "Enable displaying UV Index" +msgstr "启用显示天气警报" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/files/weather@mockturtl/po/zh_TW.po b/weather@mockturtl/files/weather@mockturtl/po/zh_TW.po index 83ae8e8aa2b..470319239ab 100644 --- a/weather@mockturtl/files/weather@mockturtl/po/zh_TW.po +++ b/weather@mockturtl/files/weather@mockturtl/po/zh_TW.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: simon 04-gnome-shell-extension-weather-452bcfe\n" "Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/" "issues\n" -"POT-Creation-Date: 2025-02-04 07:03-0500\n" +"POT-Creation-Date: 2025-04-23 09:28+0100\n" "PO-Revision-Date: 2011-12-02 14:44+0800\n" "Last-Translator: Wenjie Huang\n" "Language-Team: Chinese (Traditional)\n" @@ -19,65 +19,65 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. 3.0/applet.js:166 3.0/applet.js:426 3.0/applet.js:2131 -#. 3.8/weather-applet.js:19511 +#. 3.8/weather-applet.js:20687 msgid "Error" msgstr "錯誤" #. 3.0/applet.js:167 3.0/applet.js:169 3.0/applet.js:171 3.0/applet.js:174 #. 3.0/applet.js:177 3.0/applet.js:178 3.0/applet.js:179 3.0/applet.js:180 -#. 3.8/weather-applet.js:19512 3.8/weather-applet.js:19514 -#. 3.8/weather-applet.js:19516 3.8/weather-applet.js:19519 -#. 3.8/weather-applet.js:19522 3.8/weather-applet.js:19523 -#. 3.8/weather-applet.js:19524 3.8/weather-applet.js:19525 +#. 3.8/weather-applet.js:20688 3.8/weather-applet.js:20690 +#. 3.8/weather-applet.js:20692 3.8/weather-applet.js:20695 +#. 3.8/weather-applet.js:20698 3.8/weather-applet.js:20699 +#. 3.8/weather-applet.js:20700 3.8/weather-applet.js:20701 msgid "Service Error" msgstr "服務錯誤" -#. 3.0/applet.js:168 3.8/weather-applet.js:19513 +#. 3.0/applet.js:168 3.8/weather-applet.js:20689 msgid "Incorrect API Key" msgstr "API 金鑰不正確" -#. 3.0/applet.js:170 3.8/weather-applet.js:19515 +#. 3.0/applet.js:170 3.8/weather-applet.js:20691 msgid "Incorrect Location Format" msgstr "位置格式不正確" -#. 3.0/applet.js:172 3.8/weather-applet.js:19517 +#. 3.0/applet.js:172 3.8/weather-applet.js:20693 msgid "Key Blocked" msgstr "金鑰已被封鎖" -#. 3.0/applet.js:173 3.8/weather-applet.js:19518 +#. 3.0/applet.js:173 3.8/weather-applet.js:20694 msgid "Can't find location" msgstr "找不到位置" -#. 3.0/applet.js:175 3.8/weather-applet.js:19520 +#. 3.0/applet.js:175 3.8/weather-applet.js:20696 msgid "No Api Key" msgstr "未提供 API 金鑰" -#. 3.0/applet.js:176 3.8/weather-applet.js:19521 +#. 3.0/applet.js:176 3.8/weather-applet.js:20697 msgid "No Location" msgstr "未設定位置" -#. 3.0/applet.js:181 3.8/weather-applet.js:19526 +#. 3.0/applet.js:181 3.8/weather-applet.js:20702 msgid "Missing Packages" msgstr "缺少套件" -#. 3.0/applet.js:182 3.8/weather-applet.js:19527 +#. 3.0/applet.js:182 3.8/weather-applet.js:20703 msgid "Location not covered" msgstr "位置不在涵蓋範圍內" -#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:9018 +#. 3.0/applet.js:193 3.0/applet.js:378 3.8/weather-applet.js:10044 msgid "Weather Applet" msgstr "天氣小工具" -#. 3.0/applet.js:217 3.8/weather-applet.js:19787 +#. 3.0/applet.js:217 3.8/weather-applet.js:20963 msgid "..." msgstr "…" -#. 3.0/applet.js:218 3.8/weather-applet.js:19788 +#. 3.0/applet.js:218 3.8/weather-applet.js:20964 msgid "Click to open" msgstr "點選以開啟" -#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:18217 -#. 3.8/weather-applet.js:19791 +#. 3.0/applet.js:232 3.0/applet.js:1244 3.8/weather-applet.js:19365 +#. 3.8/weather-applet.js:20967 msgid "Refresh" msgstr "重新整理" @@ -87,8 +87,8 @@ msgstr "API 回傳介於 400 到 500 的狀態碼" #. 3.0/applet.js:426 3.0/applet.js:2032 3.0/applet.js:2036 3.0/applet.js:2040 #. 3.0/applet.js:2049 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:9177 -#. 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2083 3.0/applet.js:2131 3.8/weather-applet.js:10216 +#. 3.8/weather-applet.js:10220 msgid "Location Store" msgstr "位置儲存區" @@ -100,12 +100,12 @@ msgstr "抱歉,無法儲存自動取得的位置" msgid "Could not get weather information" msgstr "無法取得天氣資訊" -#. 3.0/applet.js:624 3.8/weather-applet.js:19619 +#. 3.0/applet.js:624 3.8/weather-applet.js:20795 msgid "" "Unexpected Error While Refreshing Weather, please see log in Looking Glass" msgstr "重新整理天氣時發生未預期的錯誤,請檢視 Looking Glass 中的記錄" -#. 3.0/applet.js:670 3.8/weather-applet.js:19870 +#. 3.0/applet.js:670 3.8/weather-applet.js:21046 msgid "" "Could not update weather for a while...\n" "are you connected to the internet?" @@ -121,7 +121,7 @@ msgstr "網路錯誤,請檢視 Looking Glass 中的記錄" msgid "As of" msgstr "截至" -#. 3.0/applet.js:1108 3.8/weather-applet.js:19048 +#. 3.0/applet.js:1108 3.8/weather-applet.js:20224 msgid "Powered by" msgstr "資料來源" @@ -129,52 +129,52 @@ msgstr "資料來源" msgid "from you" msgstr "距離您" -#. 3.0/applet.js:1132 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.8/weather-applet.js:20124 msgid "mm" msgstr "毫米" -#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:18948 +#. 3.0/applet.js:1132 3.0/darkSky.js:71 3.8/weather-applet.js:20124 msgid "in" msgstr "英吋" -#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:10016 -#. 3.8/weather-applet.js:19165 +#. 3.0/applet.js:1205 3.0/met_uk.js:421 3.8/weather-applet.js:11067 +#. 3.8/weather-applet.js:20341 msgid "mi" msgstr "英里" -#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:10017 -#. 3.8/weather-applet.js:19166 +#. 3.0/applet.js:1206 3.0/met_uk.js:422 3.8/weather-applet.js:11068 +#. 3.8/weather-applet.js:20342 msgid "km" msgstr "公里" -#. 3.0/applet.js:1227 3.8/weather-applet.js:19369 +#. 3.0/applet.js:1227 3.8/weather-applet.js:20545 msgid "Loading current weather ..." msgstr "正在載入目前天氣…" -#. 3.0/applet.js:1230 3.8/weather-applet.js:19372 +#. 3.0/applet.js:1230 3.8/weather-applet.js:20548 msgid "Loading future weather ..." msgstr "正在載入未來天氣…" -#. 3.0/applet.js:1280 3.8/weather-applet.js:18149 +#. 3.0/applet.js:1280 3.8/weather-applet.js:19279 msgid "Loading ..." msgstr "載入中…" -#. 3.0/applet.js:1329 3.8/weather-applet.js:18168 +#. 3.0/applet.js:1329 3.8/weather-applet.js:19316 msgid "Temperature" msgstr "溫度" -#. 3.0/applet.js:1330 3.8/weather-applet.js:18173 +#. 3.0/applet.js:1330 3.8/weather-applet.js:19321 msgid "Humidity" msgstr "濕度" -#. 3.0/applet.js:1331 3.8/weather-applet.js:18178 +#. 3.0/applet.js:1331 3.8/weather-applet.js:19326 msgid "Pressure" msgstr "氣壓" -#. 3.0/applet.js:1332 3.8/weather-applet.js:12449 3.8/weather-applet.js:12456 -#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12463 -#. 3.8/weather-applet.js:14806 3.8/weather-applet.js:14807 -#. 3.8/weather-applet.js:15466 3.8/weather-applet.js:18011 +#. 3.0/applet.js:1332 3.8/weather-applet.js:13504 3.8/weather-applet.js:13511 +#. 3.8/weather-applet.js:13512 3.8/weather-applet.js:13518 +#. 3.8/weather-applet.js:15865 3.8/weather-applet.js:15866 +#. 3.8/weather-applet.js:19138 msgid "Wind" msgstr "風速" @@ -182,15 +182,15 @@ msgstr "風速" msgid "Make sure you entered a location or use Automatic location instead" msgstr "請確認您已輸入位置,或改用自動定位功能" -#. 3.0/applet.js:1877 3.8/weather-applet.js:9642 +#. 3.0/applet.js:1877 3.8/weather-applet.js:10681 msgid "Could not find location based on address, please check if it's right" msgstr "無法根據地址找到位置,請檢查地址是否正確" -#. 3.0/applet.js:1901 3.8/weather-applet.js:9662 +#. 3.0/applet.js:1901 3.8/weather-applet.js:10701 msgid "Failed to call Geolocation API, see Looking Glass for errors." msgstr "無法呼叫地理定位 API,請檢視 Looking Glass 的錯誤訊息。" -#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2032 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "Warning" msgstr "警告" @@ -198,17 +198,17 @@ msgstr "警告" msgid "You can only save correct locations when the applet is not refreshing" msgstr "僅當小工具未重新整理時才能儲存正確的位置" -#. 3.0/applet.js:2036 3.8/weather-applet.js:9177 +#. 3.0/applet.js:2036 3.8/weather-applet.js:10216 msgid "You can't save an incorrect location" msgstr "您無法儲存不正確的位置" #. 3.8->settings-schema.json->logLevel->options #. 3.0/applet.js:2040 3.0/applet.js:2062 3.0/applet.js:2066 3.0/applet.js:2070 -#. 3.8/weather-applet.js:9181 +#. 3.8/weather-applet.js:10220 msgid "Info" msgstr "資訊" -#. 3.0/applet.js:2040 3.8/weather-applet.js:9181 +#. 3.0/applet.js:2040 3.8/weather-applet.js:10220 msgid "Location is already saved" msgstr "位置已儲存" @@ -244,15 +244,15 @@ msgstr "無法從位置儲存區載入資料,請檢視記錄以取得更多資 #. 3.0/climacell.js:163 3.0/darkSky.js:143 3.0/openWeatherMap.js:129 #. 3.0/us_weather.js:322 3.0/weatherbit.js:202 3.0/yahoo.js:141 -#. 3.8/weather-applet.js:10664 3.8/weather-applet.js:11700 -#. 3.8/weather-applet.js:12350 3.8/weather-applet.js:13086 -#. 3.8/weather-applet.js:13455 3.8/weather-applet.js:14992 -#. 3.8/weather-applet.js:15571 +#. 3.8/weather-applet.js:11716 3.8/weather-applet.js:12753 +#. 3.8/weather-applet.js:13404 3.8/weather-applet.js:14142 +#. 3.8/weather-applet.js:14511 3.8/weather-applet.js:16052 +#. 3.8/weather-applet.js:16666 msgid "Feels Like" msgstr "體感溫度" #. 3.0/climacell.js:174 3.0/darkSky.js:189 3.0/yahoo.js:166 -#. 3.8/weather-applet.js:15646 +#. 3.8/weather-applet.js:16742 msgid "Failed to Process Weather Info" msgstr "無法處理天氣資訊" @@ -265,7 +265,7 @@ msgstr "" "或先至 https://developer.climacell.co/sign-up 取得" #. 3.0/climacell.js:239 3.0/darkSky.js:229 3.0/weatherbit.js:331 -#. 3.8/weather-applet.js:11891 3.8/weather-applet.js:15506 +#. 3.8/weather-applet.js:12945 3.8/weather-applet.js:16538 msgid "" "Please Make sure you\n" "entered the API key correctly and your account is not locked" @@ -273,7 +273,7 @@ msgstr "" "請確認您已正確輸入 API 金鑰,\n" "且您的帳號未被鎖定" -#. 3.0/climacell.js:248 3.8/weather-applet.js:12312 +#. 3.0/climacell.js:248 3.8/weather-applet.js:13366 msgid "" "Please Make sure you\n" "entered the API key that you have from Climacell" @@ -284,272 +284,268 @@ msgstr "" #. 3.0/climacell.js:259 3.0/climacell.js:260 3.0/met_norway.js:308 #. 3.0/met_norway.js:309 3.0/met_norway.js:315 3.0/met_norway.js:322 #. 3.0/met_norway.js:329 3.0/met_uk.js:617 3.0/met_uk.js:624 3.0/met_uk.js:631 -#. 3.0/met_uk.js:632 3.8/weather-applet.js:10220 3.8/weather-applet.js:10227 -#. 3.8/weather-applet.js:10234 3.8/weather-applet.js:10235 -#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11342 -#. 3.8/weather-applet.js:11348 3.8/weather-applet.js:11355 -#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11991 -#. 3.8/weather-applet.js:12492 3.8/weather-applet.js:13633 -#. 3.8/weather-applet.js:16007 +#. 3.0/met_uk.js:632 3.8/weather-applet.js:11271 3.8/weather-applet.js:11278 +#. 3.8/weather-applet.js:11285 3.8/weather-applet.js:11286 +#. 3.8/weather-applet.js:12394 3.8/weather-applet.js:12395 +#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:12408 +#. 3.8/weather-applet.js:12415 3.8/weather-applet.js:13045 +#. 3.8/weather-applet.js:13547 3.8/weather-applet.js:14690 +#. 3.8/weather-applet.js:17103 msgid "Heavy rain" msgstr "豪雨" #. 3.0/climacell.js:266 3.0/climacell.js:267 3.0/met_norway.js:483 #. 3.0/met_norway.js:484 3.0/met_norway.js:490 3.0/us_weather.js:484 #. 3.0/us_weather.js:533 3.0/us_weather.js:534 3.0/us_weather.js:541 -#. 3.0/yahoo.js:448 3.8/weather-applet.js:10398 3.8/weather-applet.js:11516 -#. 3.8/weather-applet.js:11517 3.8/weather-applet.js:11523 -#. 3.8/weather-applet.js:11926 3.8/weather-applet.js:12477 -#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12484 -#. 3.8/weather-applet.js:12491 3.8/weather-applet.js:12533 -#. 3.8/weather-applet.js:12540 3.8/weather-applet.js:12547 -#. 3.8/weather-applet.js:13228 3.8/weather-applet.js:13277 -#. 3.8/weather-applet.js:13278 3.8/weather-applet.js:13285 -#. 3.8/weather-applet.js:13625 3.8/weather-applet.js:13905 -#. 3.8/weather-applet.js:13906 3.8/weather-applet.js:13947 -#. 3.8/weather-applet.js:14778 3.8/weather-applet.js:14779 -#. 3.8/weather-applet.js:15160 3.8/weather-applet.js:15161 -#. 3.8/weather-applet.js:15460 3.8/weather-applet.js:15992 -#. 3.8/weather-applet.js:15999 3.8/weather-applet.js:16000 -#. 3.8/weather-applet.js:16006 3.8/weather-applet.js:16013 -#. 3.8/weather-applet.js:16020 3.8/weather-applet.js:16618 -#. 3.8/weather-applet.js:16619 +#. 3.0/yahoo.js:448 3.8/weather-applet.js:11449 3.8/weather-applet.js:12569 +#. 3.8/weather-applet.js:12570 3.8/weather-applet.js:12576 +#. 3.8/weather-applet.js:12980 3.8/weather-applet.js:13532 +#. 3.8/weather-applet.js:13533 3.8/weather-applet.js:13539 +#. 3.8/weather-applet.js:13546 3.8/weather-applet.js:13588 +#. 3.8/weather-applet.js:13595 3.8/weather-applet.js:13602 +#. 3.8/weather-applet.js:14284 3.8/weather-applet.js:14333 +#. 3.8/weather-applet.js:14334 3.8/weather-applet.js:14341 +#. 3.8/weather-applet.js:14682 3.8/weather-applet.js:14962 +#. 3.8/weather-applet.js:14963 3.8/weather-applet.js:15004 +#. 3.8/weather-applet.js:15837 3.8/weather-applet.js:15838 +#. 3.8/weather-applet.js:16220 3.8/weather-applet.js:16221 +#. 3.8/weather-applet.js:17088 3.8/weather-applet.js:17095 +#. 3.8/weather-applet.js:17096 3.8/weather-applet.js:17102 +#. 3.8/weather-applet.js:17109 3.8/weather-applet.js:17116 +#. 3.8/weather-applet.js:17716 3.8/weather-applet.js:17717 msgid "Rain" msgstr "雨" #. 3.0/climacell.js:273 3.0/climacell.js:274 3.0/met_norway.js:392 #. 3.0/met_norway.js:393 3.0/met_norway.js:399 3.0/met_norway.js:406 #. 3.0/met_norway.js:413 3.0/met_uk.js:589 3.0/met_uk.js:596 3.0/met_uk.js:610 -#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:10192 -#. 3.8/weather-applet.js:10199 3.8/weather-applet.js:10213 -#. 3.8/weather-applet.js:10214 3.8/weather-applet.js:10469 -#. 3.8/weather-applet.js:11425 3.8/weather-applet.js:11426 -#. 3.8/weather-applet.js:11432 3.8/weather-applet.js:11439 -#. 3.8/weather-applet.js:11446 3.8/weather-applet.js:11987 -#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:13635 -#. 3.8/weather-applet.js:15993 +#. 3.0/met_uk.js:611 3.0/openWeatherMap.js:381 3.8/weather-applet.js:11243 +#. 3.8/weather-applet.js:11250 3.8/weather-applet.js:11264 +#. 3.8/weather-applet.js:11265 3.8/weather-applet.js:11520 +#. 3.8/weather-applet.js:12478 3.8/weather-applet.js:12479 +#. 3.8/weather-applet.js:12485 3.8/weather-applet.js:12492 +#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:13041 +#. 3.8/weather-applet.js:13540 3.8/weather-applet.js:14692 +#. 3.8/weather-applet.js:17089 msgid "Light rain" msgstr "小雨" -#. 3.0/climacell.js:280 3.8/weather-applet.js:12548 3.8/weather-applet.js:13609 +#. 3.0/climacell.js:280 3.8/weather-applet.js:13603 3.8/weather-applet.js:14666 msgid "Heavy freezing rain" msgstr "強烈凍雨" #. 3.0/climacell.js:281 3.0/climacell.js:287 3.0/climacell.js:288 #. 3.0/climacell.js:295 3.0/openWeatherMap.js:386 3.0/us_weather.js:505 #. 3.0/us_weather.js:506 3.0/us_weather.js:512 3.0/us_weather.js:513 -#. 3.0/us_weather.js:519 3.8/weather-applet.js:10479 -#. 3.8/weather-applet.js:11993 3.8/weather-applet.js:12534 -#. 3.8/weather-applet.js:13249 3.8/weather-applet.js:13250 -#. 3.8/weather-applet.js:13256 3.8/weather-applet.js:13257 -#. 3.8/weather-applet.js:13263 3.8/weather-applet.js:16021 +#. 3.0/us_weather.js:519 3.8/weather-applet.js:11530 +#. 3.8/weather-applet.js:13047 3.8/weather-applet.js:13589 +#. 3.8/weather-applet.js:14305 3.8/weather-applet.js:14306 +#. 3.8/weather-applet.js:14312 3.8/weather-applet.js:14313 +#. 3.8/weather-applet.js:14319 3.8/weather-applet.js:17117 msgid "Freezing rain" msgstr "凍雨" -#. 3.0/climacell.js:294 3.8/weather-applet.js:12541 3.8/weather-applet.js:13611 -#. 3.8/weather-applet.js:16014 +#. 3.0/climacell.js:294 3.8/weather-applet.js:13596 3.8/weather-applet.js:14668 +#. 3.8/weather-applet.js:17110 msgid "Light freezing rain" msgstr "輕微凍雨" -#. 3.0/climacell.js:301 3.8/weather-applet.js:15979 +#. 3.0/climacell.js:301 3.8/weather-applet.js:17075 msgid "Light freezing drizzle" msgstr "輕微凍毛毛雨" -#. 3.0/climacell.js:302 3.8/weather-applet.js:12527 3.8/weather-applet.js:15986 +#. 3.0/climacell.js:302 3.8/weather-applet.js:13582 3.8/weather-applet.js:17082 msgid "Freezing drizzle" msgstr "凍毛毛雨" -#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:11981 -#. 3.8/weather-applet.js:13591 3.8/weather-applet.js:15958 +#. 3.0/climacell.js:308 3.0/climacell.js:309 3.8/weather-applet.js:13035 +#. 3.8/weather-applet.js:14648 3.8/weather-applet.js:17054 msgid "Light drizzle" msgstr "輕微毛毛雨" -#. 3.0/climacell.js:315 3.8/weather-applet.js:12562 +#. 3.0/climacell.js:315 3.8/weather-applet.js:13617 msgid "Heavy ice pellets" msgstr "強冰珠" #. 3.0/climacell.js:316 3.0/climacell.js:322 3.0/climacell.js:323 -#. 3.0/climacell.js:330 3.8/weather-applet.js:12554 3.8/weather-applet.js:12555 -#. 3.8/weather-applet.js:12561 3.8/weather-applet.js:12568 +#. 3.0/climacell.js:330 3.8/weather-applet.js:13609 3.8/weather-applet.js:13610 +#. 3.8/weather-applet.js:13616 3.8/weather-applet.js:13623 msgid "Ice pellets" msgstr "冰珠" -#. 3.0/climacell.js:329 3.8/weather-applet.js:12569 +#. 3.0/climacell.js:329 3.8/weather-applet.js:13624 msgid "Light ice pellets" msgstr "輕冰珠" #. 3.0/climacell.js:336 3.0/climacell.js:337 3.0/met_norway.js:364 #. 3.0/met_norway.js:365 3.0/met_norway.js:371 3.0/met_norway.js:378 #. 3.0/met_norway.js:385 3.0/met_uk.js:701 3.0/met_uk.js:708 3.0/met_uk.js:715 -#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:10304 -#. 3.8/weather-applet.js:10311 3.8/weather-applet.js:10318 -#. 3.8/weather-applet.js:10319 3.8/weather-applet.js:10493 -#. 3.8/weather-applet.js:11397 3.8/weather-applet.js:11398 -#. 3.8/weather-applet.js:11404 3.8/weather-applet.js:11411 -#. 3.8/weather-applet.js:11418 3.8/weather-applet.js:12005 -#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:13651 -#. 3.8/weather-applet.js:13982 3.8/weather-applet.js:16042 +#. 3.0/met_uk.js:716 3.0/openWeatherMap.js:393 3.8/weather-applet.js:11355 +#. 3.8/weather-applet.js:11362 3.8/weather-applet.js:11369 +#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11544 +#. 3.8/weather-applet.js:12450 3.8/weather-applet.js:12451 +#. 3.8/weather-applet.js:12457 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:12471 3.8/weather-applet.js:13059 +#. 3.8/weather-applet.js:13575 3.8/weather-applet.js:14708 +#. 3.8/weather-applet.js:15039 3.8/weather-applet.js:17138 msgid "Heavy snow" msgstr "大雪" #. 3.0/climacell.js:343 3.0/climacell.js:344 3.0/met_norway.js:539 #. 3.0/met_norway.js:540 3.0/met_norway.js:546 3.0/openWeatherMap.js:392 #. 3.0/us_weather.js:477 3.0/us_weather.js:478 3.0/yahoo.js:452 -#. 3.8/weather-applet.js:10400 3.8/weather-applet.js:10491 -#. 3.8/weather-applet.js:11572 3.8/weather-applet.js:11573 -#. 3.8/weather-applet.js:11579 3.8/weather-applet.js:11934 -#. 3.8/weather-applet.js:12003 3.8/weather-applet.js:12498 -#. 3.8/weather-applet.js:12499 3.8/weather-applet.js:12512 -#. 3.8/weather-applet.js:12519 3.8/weather-applet.js:13221 -#. 3.8/weather-applet.js:13222 3.8/weather-applet.js:13645 -#. 3.8/weather-applet.js:13891 3.8/weather-applet.js:13975 -#. 3.8/weather-applet.js:14792 3.8/weather-applet.js:14793 -#. 3.8/weather-applet.js:15188 3.8/weather-applet.js:15189 -#. 3.8/weather-applet.js:15464 3.8/weather-applet.js:16027 -#. 3.8/weather-applet.js:16034 3.8/weather-applet.js:16035 -#. 3.8/weather-applet.js:16041 3.8/weather-applet.js:16048 -#. 3.8/weather-applet.js:16634 3.8/weather-applet.js:16635 +#. 3.8/weather-applet.js:11451 3.8/weather-applet.js:11542 +#. 3.8/weather-applet.js:12625 3.8/weather-applet.js:12626 +#. 3.8/weather-applet.js:12632 3.8/weather-applet.js:12988 +#. 3.8/weather-applet.js:13057 3.8/weather-applet.js:13553 +#. 3.8/weather-applet.js:13554 3.8/weather-applet.js:13567 +#. 3.8/weather-applet.js:13574 3.8/weather-applet.js:14277 +#. 3.8/weather-applet.js:14278 3.8/weather-applet.js:14702 +#. 3.8/weather-applet.js:14948 3.8/weather-applet.js:15032 +#. 3.8/weather-applet.js:15851 3.8/weather-applet.js:15852 +#. 3.8/weather-applet.js:16248 3.8/weather-applet.js:16249 +#. 3.8/weather-applet.js:17123 3.8/weather-applet.js:17130 +#. 3.8/weather-applet.js:17131 3.8/weather-applet.js:17137 +#. 3.8/weather-applet.js:17144 3.8/weather-applet.js:17732 +#. 3.8/weather-applet.js:17733 msgid "Snow" msgstr "雪" #. 3.0/climacell.js:350 3.0/climacell.js:351 3.0/met_norway.js:448 #. 3.0/met_norway.js:449 3.0/met_norway.js:455 3.0/met_norway.js:462 #. 3.0/met_norway.js:469 3.0/met_uk.js:680 3.0/met_uk.js:687 3.0/met_uk.js:694 -#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:10283 -#. 3.8/weather-applet.js:10290 3.8/weather-applet.js:10297 -#. 3.8/weather-applet.js:10298 3.8/weather-applet.js:10489 -#. 3.8/weather-applet.js:11481 3.8/weather-applet.js:11482 -#. 3.8/weather-applet.js:11488 3.8/weather-applet.js:11495 -#. 3.8/weather-applet.js:11502 3.8/weather-applet.js:12001 -#. 3.8/weather-applet.js:12513 3.8/weather-applet.js:13653 -#. 3.8/weather-applet.js:16028 +#. 3.0/met_uk.js:695 3.0/openWeatherMap.js:391 3.8/weather-applet.js:11334 +#. 3.8/weather-applet.js:11341 3.8/weather-applet.js:11348 +#. 3.8/weather-applet.js:11349 3.8/weather-applet.js:11540 +#. 3.8/weather-applet.js:12534 3.8/weather-applet.js:12535 +#. 3.8/weather-applet.js:12541 3.8/weather-applet.js:12548 +#. 3.8/weather-applet.js:12555 3.8/weather-applet.js:13055 +#. 3.8/weather-applet.js:13568 3.8/weather-applet.js:14710 +#. 3.8/weather-applet.js:17124 msgid "Light snow" msgstr "小雪" -#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:12013 -#. 3.8/weather-applet.js:12505 3.8/weather-applet.js:12506 -#. 3.8/weather-applet.js:15167 3.8/weather-applet.js:15168 +#. 3.0/climacell.js:357 3.0/climacell.js:358 3.8/weather-applet.js:13067 +#. 3.8/weather-applet.js:13560 3.8/weather-applet.js:13561 +#. 3.8/weather-applet.js:16227 3.8/weather-applet.js:16228 msgid "Flurries" msgstr "飄雪" #. 3.0/climacell.js:364 3.0/climacell.js:365 3.0/openWeatherMap.js:366 -#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:10394 -#. 3.8/weather-applet.js:10439 3.8/weather-applet.js:11914 -#. 3.8/weather-applet.js:11979 3.8/weather-applet.js:12575 -#. 3.8/weather-applet.js:12576 3.8/weather-applet.js:13294 -#. 3.8/weather-applet.js:13295 3.8/weather-applet.js:13657 -#. 3.8/weather-applet.js:13989 3.8/weather-applet.js:13990 -#. 3.8/weather-applet.js:14799 3.8/weather-applet.js:14800 -#. 3.8/weather-applet.js:16090 3.8/weather-applet.js:16091 -#. 3.8/weather-applet.js:16097 3.8/weather-applet.js:16104 +#. 3.0/us_weather.js:550 3.0/us_weather.js:551 3.8/weather-applet.js:11445 +#. 3.8/weather-applet.js:11490 3.8/weather-applet.js:12968 +#. 3.8/weather-applet.js:13033 3.8/weather-applet.js:13630 +#. 3.8/weather-applet.js:13631 3.8/weather-applet.js:14350 +#. 3.8/weather-applet.js:14351 3.8/weather-applet.js:14714 +#. 3.8/weather-applet.js:15046 3.8/weather-applet.js:15047 +#. 3.8/weather-applet.js:15858 3.8/weather-applet.js:15859 +#. 3.8/weather-applet.js:17186 3.8/weather-applet.js:17187 +#. 3.8/weather-applet.js:17193 3.8/weather-applet.js:17200 msgid "Thunderstorm" msgstr "雷雨" -#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:12443 +#. 3.0/climacell.js:371 3.0/climacell.js:372 3.8/weather-applet.js:13498 msgid "Light fog" msgstr "輕霧" #. 3.0/climacell.js:378 3.0/climacell.js:379 3.0/met_norway.js:301 #. 3.0/met_norway.js:302 3.0/met_uk.js:568 3.0/met_uk.js:569 #. 3.0/openWeatherMap.js:405 3.0/us_weather.js:620 3.0/us_weather.js:621 -#. 3.8/weather-applet.js:10171 3.8/weather-applet.js:10172 -#. 3.8/weather-applet.js:10414 3.8/weather-applet.js:10519 -#. 3.8/weather-applet.js:11334 3.8/weather-applet.js:11335 -#. 3.8/weather-applet.js:11948 3.8/weather-applet.js:12027 -#. 3.8/weather-applet.js:12435 3.8/weather-applet.js:12436 -#. 3.8/weather-applet.js:12442 3.8/weather-applet.js:13364 -#. 3.8/weather-applet.js:13365 3.8/weather-applet.js:13599 -#. 3.8/weather-applet.js:14750 3.8/weather-applet.js:14751 -#. 3.8/weather-applet.js:15216 3.8/weather-applet.js:15217 -#. 3.8/weather-applet.js:15468 3.8/weather-applet.js:15950 -#. 3.8/weather-applet.js:15951 3.8/weather-applet.js:16687 -#. 3.8/weather-applet.js:16688 +#. 3.8/weather-applet.js:11222 3.8/weather-applet.js:11223 +#. 3.8/weather-applet.js:11465 3.8/weather-applet.js:11570 +#. 3.8/weather-applet.js:12387 3.8/weather-applet.js:12388 +#. 3.8/weather-applet.js:13002 3.8/weather-applet.js:13081 +#. 3.8/weather-applet.js:13490 3.8/weather-applet.js:13491 +#. 3.8/weather-applet.js:13497 3.8/weather-applet.js:14420 +#. 3.8/weather-applet.js:14421 3.8/weather-applet.js:14656 +#. 3.8/weather-applet.js:15809 3.8/weather-applet.js:15810 +#. 3.8/weather-applet.js:16276 3.8/weather-applet.js:16277 +#. 3.8/weather-applet.js:17046 3.8/weather-applet.js:17047 +#. 3.8/weather-applet.js:17785 3.8/weather-applet.js:17786 msgid "Fog" msgstr "濃霧" #. 3.0/climacell.js:385 3.0/climacell.js:386 3.0/met_norway.js:287 #. 3.0/met_norway.js:288 3.0/met_uk.js:575 3.0/met_uk.js:576 3.0/yahoo.js:462 -#. 3.8/weather-applet.js:10178 3.8/weather-applet.js:10179 -#. 3.8/weather-applet.js:11320 3.8/weather-applet.js:11321 -#. 3.8/weather-applet.js:12407 3.8/weather-applet.js:12408 -#. 3.8/weather-applet.js:13884 3.8/weather-applet.js:13885 -#. 3.8/weather-applet.js:14743 3.8/weather-applet.js:14744 -#. 3.8/weather-applet.js:15258 3.8/weather-applet.js:15259 -#. 3.8/weather-applet.js:15462 3.8/weather-applet.js:16450 -#. 3.8/weather-applet.js:16451 +#. 3.8/weather-applet.js:11229 3.8/weather-applet.js:11230 +#. 3.8/weather-applet.js:12373 3.8/weather-applet.js:12374 +#. 3.8/weather-applet.js:13462 3.8/weather-applet.js:13463 +#. 3.8/weather-applet.js:14941 3.8/weather-applet.js:14942 +#. 3.8/weather-applet.js:15802 3.8/weather-applet.js:15803 +#. 3.8/weather-applet.js:16318 3.8/weather-applet.js:16319 +#. 3.8/weather-applet.js:17548 3.8/weather-applet.js:17549 msgid "Cloudy" msgstr "多雲" #. 3.0/climacell.js:392 3.0/climacell.js:393 3.0/us_weather.js:428 -#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:12428 -#. 3.8/weather-applet.js:12429 3.8/weather-applet.js:13172 -#. 3.8/weather-applet.js:13173 3.8/weather-applet.js:13207 +#. 3.0/us_weather.js:429 3.0/us_weather.js:463 3.8/weather-applet.js:13483 +#. 3.8/weather-applet.js:13484 3.8/weather-applet.js:14228 +#. 3.8/weather-applet.js:14229 3.8/weather-applet.js:14263 msgid "Mostly cloudy" msgstr "陰天" #. 3.0/climacell.js:399 3.0/climacell.js:400 3.0/met_norway.js:476 #. 3.0/met_norway.js:477 3.0/met_uk.js:540 3.0/met_uk.js:541 3.0/met_uk.js:547 #. 3.0/met_uk.js:548 3.0/us_weather.js:421 3.0/us_weather.js:422 -#. 3.0/us_weather.js:456 3.8/weather-applet.js:10143 -#. 3.8/weather-applet.js:10144 3.8/weather-applet.js:10150 -#. 3.8/weather-applet.js:10151 3.8/weather-applet.js:11509 -#. 3.8/weather-applet.js:11510 3.8/weather-applet.js:12421 -#. 3.8/weather-applet.js:12422 3.8/weather-applet.js:13165 -#. 3.8/weather-applet.js:13166 3.8/weather-applet.js:13200 -#. 3.8/weather-applet.js:13877 3.8/weather-applet.js:13878 -#. 3.8/weather-applet.js:15935 3.8/weather-applet.js:15936 +#. 3.0/us_weather.js:456 3.8/weather-applet.js:11194 +#. 3.8/weather-applet.js:11195 3.8/weather-applet.js:11201 +#. 3.8/weather-applet.js:11202 3.8/weather-applet.js:12562 +#. 3.8/weather-applet.js:12563 3.8/weather-applet.js:13476 +#. 3.8/weather-applet.js:13477 3.8/weather-applet.js:14221 +#. 3.8/weather-applet.js:14222 3.8/weather-applet.js:14256 +#. 3.8/weather-applet.js:14934 3.8/weather-applet.js:14935 +#. 3.8/weather-applet.js:17031 3.8/weather-applet.js:17032 msgid "Partly cloudy" msgstr "部分多雲" -#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:12414 -#. 3.8/weather-applet.js:12415 +#. 3.0/climacell.js:406 3.0/climacell.js:407 3.8/weather-applet.js:13469 +#. 3.8/weather-applet.js:13470 msgid "Mostly clear" msgstr "大致晴朗" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:526 #. 3.0/met_uk.js:527 3.0/openWeatherMap.js:411 3.0/us_weather.js:407 #. 3.0/us_weather.js:408 3.0/us_weather.js:442 3.0/yahoo.js:465 -#. 3.8/weather-applet.js:10129 3.8/weather-applet.js:10130 -#. 3.8/weather-applet.js:10402 3.8/weather-applet.js:11950 -#. 3.8/weather-applet.js:12031 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:13151 -#. 3.8/weather-applet.js:13152 3.8/weather-applet.js:13186 -#. 3.8/weather-applet.js:13669 3.8/weather-applet.js:13870 -#. 3.8/weather-applet.js:13871 3.8/weather-applet.js:14729 -#. 3.8/weather-applet.js:14730 3.8/weather-applet.js:14736 -#. 3.8/weather-applet.js:14737 3.8/weather-applet.js:15293 -#. 3.8/weather-applet.js:15294 3.8/weather-applet.js:15456 -#. 3.8/weather-applet.js:15921 3.8/weather-applet.js:16393 -#. 3.8/weather-applet.js:16400 +#. 3.8/weather-applet.js:11180 3.8/weather-applet.js:11181 +#. 3.8/weather-applet.js:11453 3.8/weather-applet.js:13004 +#. 3.8/weather-applet.js:13085 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:14207 +#. 3.8/weather-applet.js:14208 3.8/weather-applet.js:14242 +#. 3.8/weather-applet.js:14726 3.8/weather-applet.js:14927 +#. 3.8/weather-applet.js:14928 3.8/weather-applet.js:15788 +#. 3.8/weather-applet.js:15789 3.8/weather-applet.js:15795 +#. 3.8/weather-applet.js:15796 3.8/weather-applet.js:16353 +#. 3.8/weather-applet.js:16354 3.8/weather-applet.js:17017 +#. 3.8/weather-applet.js:17491 3.8/weather-applet.js:17498 msgid "Clear" msgstr "晴朗" #. 3.0/climacell.js:413 3.0/climacell.js:414 3.0/met_uk.js:533 -#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:10136 -#. 3.8/weather-applet.js:10137 3.8/weather-applet.js:12400 -#. 3.8/weather-applet.js:12401 3.8/weather-applet.js:15300 -#. 3.8/weather-applet.js:15301 +#. 3.0/met_uk.js:534 3.0/yahoo.js:466 3.8/weather-applet.js:11187 +#. 3.8/weather-applet.js:11188 3.8/weather-applet.js:13455 +#. 3.8/weather-applet.js:13456 3.8/weather-applet.js:16360 +#. 3.8/weather-applet.js:16361 msgid "Sunny" msgstr "陽光普照" #. 3.0/climacell.js:421 3.0/climacell.js:422 3.0/met_norway.js:568 #. 3.0/met_norway.js:569 3.0/met_uk.js:519 3.0/met_uk.js:520 3.0/met_uk.js:554 #. 3.0/met_uk.js:555 3.0/met_uk.js:743 3.0/met_uk.js:744 3.0/us_weather.js:627 -#. 3.0/us_weather.js:628 3.8/weather-applet.js:10122 -#. 3.8/weather-applet.js:10123 3.8/weather-applet.js:10157 -#. 3.8/weather-applet.js:10158 3.8/weather-applet.js:10346 -#. 3.8/weather-applet.js:10347 3.8/weather-applet.js:11303 -#. 3.8/weather-applet.js:11304 3.8/weather-applet.js:11601 -#. 3.8/weather-applet.js:11602 3.8/weather-applet.js:11961 -#. 3.8/weather-applet.js:12042 3.8/weather-applet.js:12392 -#. 3.8/weather-applet.js:12393 3.8/weather-applet.js:13142 -#. 3.8/weather-applet.js:13143 3.8/weather-applet.js:13371 -#. 3.8/weather-applet.js:13372 3.8/weather-applet.js:14662 -#. 3.8/weather-applet.js:14663 3.8/weather-applet.js:14813 -#. 3.8/weather-applet.js:14814 3.8/weather-applet.js:15404 -#. 3.8/weather-applet.js:15406 3.8/weather-applet.js:16111 -#. 3.8/weather-applet.js:16112 3.8/weather-applet.js:16867 -#. 3.8/weather-applet.js:16868 +#. 3.0/us_weather.js:628 3.8/weather-applet.js:11173 +#. 3.8/weather-applet.js:11174 3.8/weather-applet.js:11208 +#. 3.8/weather-applet.js:11209 3.8/weather-applet.js:11397 +#. 3.8/weather-applet.js:11398 3.8/weather-applet.js:12356 +#. 3.8/weather-applet.js:12357 3.8/weather-applet.js:12654 +#. 3.8/weather-applet.js:12655 3.8/weather-applet.js:13015 +#. 3.8/weather-applet.js:13096 3.8/weather-applet.js:13447 +#. 3.8/weather-applet.js:13448 3.8/weather-applet.js:14198 +#. 3.8/weather-applet.js:14199 3.8/weather-applet.js:14427 +#. 3.8/weather-applet.js:14428 3.8/weather-applet.js:15721 +#. 3.8/weather-applet.js:15722 3.8/weather-applet.js:15872 +#. 3.8/weather-applet.js:15873 3.8/weather-applet.js:16464 +#. 3.8/weather-applet.js:16466 3.8/weather-applet.js:17207 +#. 3.8/weather-applet.js:17208 3.8/weather-applet.js:17965 +#. 3.8/weather-applet.js:17966 msgid "Unknown" msgstr "未知" @@ -581,7 +577,7 @@ msgstr "" "請確認您已輸入\n" "從 DarkSky 取得的 API 金鑰" -#. 3.0/ipApi.js:89 3.8/weather-applet.js:15906 +#. 3.0/ipApi.js:89 3.8/weather-applet.js:17002 msgid "Could not obtain location" msgstr "無法取得位置" @@ -590,124 +586,124 @@ msgid "" "Location Service responded with errors, please see the logs in Looking Glass" msgstr "位置服務回應發生錯誤,請檢視 Looking Glass 中的記錄" -#. 3.0/met_norway.js:131 3.8/weather-applet.js:11163 +#. 3.0/met_norway.js:131 3.8/weather-applet.js:12215 msgid "Cloudiness" msgstr "雲量" #. 3.0/met_norway.js:280 3.0/met_norway.js:281 3.0/openWeatherMap.js:412 -#. 3.8/weather-applet.js:10532 3.8/weather-applet.js:11313 -#. 3.8/weather-applet.js:11314 3.8/weather-applet.js:15922 -#. 3.8/weather-applet.js:16394 3.8/weather-applet.js:16401 +#. 3.8/weather-applet.js:11583 3.8/weather-applet.js:12366 +#. 3.8/weather-applet.js:12367 3.8/weather-applet.js:17018 +#. 3.8/weather-applet.js:17492 3.8/weather-applet.js:17499 msgid "Clear sky" msgstr "晴空萬里" #. 3.0/met_norway.js:294 3.0/met_norway.js:295 3.0/yahoo.js:468 -#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:12380 3.8/weather-applet.js:12381 msgid "Fair" msgstr "晴朗" -#. 3.0/met_norway.js:316 3.8/weather-applet.js:11349 +#. 3.0/met_norway.js:316 3.8/weather-applet.js:12402 msgid "Heavy rain and thunder" msgstr "大雷雨" -#. 3.0/met_norway.js:323 3.8/weather-applet.js:11356 +#. 3.0/met_norway.js:323 3.8/weather-applet.js:12409 msgid "Heavy rain showers" msgstr "強陣雨" -#. 3.0/met_norway.js:330 3.8/weather-applet.js:11363 +#. 3.0/met_norway.js:330 3.8/weather-applet.js:12416 msgid "Heavy rain showers and thunder" msgstr "強雷陣雨" #. 3.0/met_norway.js:336 3.0/met_norway.js:337 3.0/met_norway.js:343 -#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:11369 -#. 3.8/weather-applet.js:11370 3.8/weather-applet.js:11376 -#. 3.8/weather-applet.js:11383 3.8/weather-applet.js:11390 -#. 3.8/weather-applet.js:12017 +#. 3.0/met_norway.js:350 3.0/met_norway.js:357 3.8/weather-applet.js:12422 +#. 3.8/weather-applet.js:12423 3.8/weather-applet.js:12429 +#. 3.8/weather-applet.js:12436 3.8/weather-applet.js:12443 +#. 3.8/weather-applet.js:13071 msgid "Heavy sleet" msgstr "大霙" -#. 3.0/met_norway.js:344 3.8/weather-applet.js:11377 +#. 3.0/met_norway.js:344 3.8/weather-applet.js:12430 msgid "Heavy sleet and thunder" msgstr "大霙伴隨雷" -#. 3.0/met_norway.js:351 3.8/weather-applet.js:11384 +#. 3.0/met_norway.js:351 3.8/weather-applet.js:12437 msgid "Heavy sleet showers" msgstr "大霙陣雨" -#. 3.0/met_norway.js:358 3.8/weather-applet.js:11391 +#. 3.0/met_norway.js:358 3.8/weather-applet.js:12444 msgid "Heavy sleet showers and thunder" msgstr "大霙陣雨伴隨雷" -#. 3.0/met_norway.js:372 3.8/weather-applet.js:11405 +#. 3.0/met_norway.js:372 3.8/weather-applet.js:12458 msgid "Heavy snow and thunder" msgstr "大雪伴隨雷雨" -#. 3.0/met_norway.js:379 3.8/weather-applet.js:11412 -#. 3.8/weather-applet.js:13983 +#. 3.0/met_norway.js:379 3.8/weather-applet.js:12465 +#. 3.8/weather-applet.js:15040 msgid "Heavy snow showers" msgstr "強陣雪" -#. 3.0/met_norway.js:386 3.8/weather-applet.js:11419 +#. 3.0/met_norway.js:386 3.8/weather-applet.js:12472 msgid "Heavy snow showers and thunder" msgstr "強雷陣雪" -#. 3.0/met_norway.js:400 3.8/weather-applet.js:11433 +#. 3.0/met_norway.js:400 3.8/weather-applet.js:12486 msgid "Light rain and thunder" msgstr "小雷雨" -#. 3.0/met_norway.js:407 3.8/weather-applet.js:11440 +#. 3.0/met_norway.js:407 3.8/weather-applet.js:12493 msgid "Light rain showers" msgstr "小陣雨" -#. 3.0/met_norway.js:414 3.8/weather-applet.js:11447 +#. 3.0/met_norway.js:414 3.8/weather-applet.js:12500 msgid "Light rain showers and thunder" msgstr "小雷陣雨" #. 3.0/met_norway.js:420 3.0/met_norway.js:421 3.0/met_norway.js:427 -#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:11453 -#. 3.8/weather-applet.js:11454 3.8/weather-applet.js:11460 -#. 3.8/weather-applet.js:11467 3.8/weather-applet.js:11474 +#. 3.0/met_norway.js:434 3.0/met_norway.js:441 3.8/weather-applet.js:12506 +#. 3.8/weather-applet.js:12507 3.8/weather-applet.js:12513 +#. 3.8/weather-applet.js:12520 3.8/weather-applet.js:12527 msgid "Light sleet" msgstr "小霙" -#. 3.0/met_norway.js:428 3.8/weather-applet.js:11461 +#. 3.0/met_norway.js:428 3.8/weather-applet.js:12514 msgid "Light sleet and thunder" msgstr "小霙有雷" -#. 3.0/met_norway.js:435 3.8/weather-applet.js:11468 +#. 3.0/met_norway.js:435 3.8/weather-applet.js:12521 msgid "Light sleet showers" msgstr "小陣霙" -#. 3.0/met_norway.js:442 3.8/weather-applet.js:11475 +#. 3.0/met_norway.js:442 3.8/weather-applet.js:12528 msgid "Light sleet showers and thunder" msgstr "小陣霙有雷" -#. 3.0/met_norway.js:456 3.8/weather-applet.js:11489 +#. 3.0/met_norway.js:456 3.8/weather-applet.js:12542 msgid "Light snow and thunder" msgstr "小雪伴隨雷雨" -#. 3.0/met_norway.js:463 3.8/weather-applet.js:11496 -#. 3.8/weather-applet.js:16077 +#. 3.0/met_norway.js:463 3.8/weather-applet.js:12549 +#. 3.8/weather-applet.js:17173 msgid "Light snow showers" msgstr "小陣雪" -#. 3.0/met_norway.js:470 3.8/weather-applet.js:11503 +#. 3.0/met_norway.js:470 3.8/weather-applet.js:12556 msgid "Light snow showers and thunder" msgstr "小雷陣雪" -#. 3.0/met_norway.js:491 3.8/weather-applet.js:11524 +#. 3.0/met_norway.js:491 3.8/weather-applet.js:12577 msgid "Rain and thunder" msgstr "雷雨" #. 3.0/met_norway.js:497 3.0/met_norway.js:498 3.0/met_norway.js:504 -#. 3.0/us_weather.js:542 3.8/weather-applet.js:11530 -#. 3.8/weather-applet.js:11531 3.8/weather-applet.js:11537 -#. 3.8/weather-applet.js:13286 3.8/weather-applet.js:13631 -#. 3.8/weather-applet.js:13948 3.8/weather-applet.js:13954 +#. 3.0/us_weather.js:542 3.8/weather-applet.js:12583 +#. 3.8/weather-applet.js:12584 3.8/weather-applet.js:12590 +#. 3.8/weather-applet.js:14342 3.8/weather-applet.js:14688 +#. 3.8/weather-applet.js:15005 3.8/weather-applet.js:15011 msgid "Rain showers" msgstr "陣雨" -#. 3.0/met_norway.js:505 3.8/weather-applet.js:11538 +#. 3.0/met_norway.js:505 3.8/weather-applet.js:12591 msgid "Rain showers and thunder" msgstr "雷陣雨" @@ -716,49 +712,49 @@ msgstr "雷陣雨" #. 3.0/met_uk.js:645 3.0/met_uk.js:652 3.0/met_uk.js:653 #. 3.0/openWeatherMap.js:394 3.0/us_weather.js:491 3.0/us_weather.js:492 #. 3.0/us_weather.js:498 3.0/us_weather.js:499 3.0/us_weather.js:526 -#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:10241 -#. 3.8/weather-applet.js:10248 3.8/weather-applet.js:10255 -#. 3.8/weather-applet.js:10256 3.8/weather-applet.js:10495 -#. 3.8/weather-applet.js:11544 3.8/weather-applet.js:11545 -#. 3.8/weather-applet.js:11551 3.8/weather-applet.js:11558 -#. 3.8/weather-applet.js:11565 3.8/weather-applet.js:11937 -#. 3.8/weather-applet.js:12015 3.8/weather-applet.js:13235 -#. 3.8/weather-applet.js:13236 3.8/weather-applet.js:13242 -#. 3.8/weather-applet.js:13243 3.8/weather-applet.js:13270 -#. 3.8/weather-applet.js:13271 3.8/weather-applet.js:14785 -#. 3.8/weather-applet.js:14786 3.8/weather-applet.js:15202 -#. 3.8/weather-applet.js:15203 3.8/weather-applet.js:15470 -#. 3.8/weather-applet.js:16513 3.8/weather-applet.js:16514 -#. 3.8/weather-applet.js:16520 3.8/weather-applet.js:16521 -#. 3.8/weather-applet.js:16626 3.8/weather-applet.js:16627 +#. 3.0/us_weather.js:527 3.0/yahoo.js:454 3.8/weather-applet.js:11292 +#. 3.8/weather-applet.js:11299 3.8/weather-applet.js:11306 +#. 3.8/weather-applet.js:11307 3.8/weather-applet.js:11546 +#. 3.8/weather-applet.js:12597 3.8/weather-applet.js:12598 +#. 3.8/weather-applet.js:12604 3.8/weather-applet.js:12611 +#. 3.8/weather-applet.js:12618 3.8/weather-applet.js:12991 +#. 3.8/weather-applet.js:13069 3.8/weather-applet.js:14291 +#. 3.8/weather-applet.js:14292 3.8/weather-applet.js:14298 +#. 3.8/weather-applet.js:14299 3.8/weather-applet.js:14326 +#. 3.8/weather-applet.js:14327 3.8/weather-applet.js:15844 +#. 3.8/weather-applet.js:15845 3.8/weather-applet.js:16262 +#. 3.8/weather-applet.js:16263 3.8/weather-applet.js:17611 +#. 3.8/weather-applet.js:17612 3.8/weather-applet.js:17618 +#. 3.8/weather-applet.js:17619 3.8/weather-applet.js:17724 +#. 3.8/weather-applet.js:17725 msgid "Sleet" msgstr "霙" -#. 3.0/met_norway.js:519 3.8/weather-applet.js:11552 +#. 3.0/met_norway.js:519 3.8/weather-applet.js:12605 msgid "Sleet and thunder" msgstr "雷霙" -#. 3.0/met_norway.js:526 3.8/weather-applet.js:11559 +#. 3.0/met_norway.js:526 3.8/weather-applet.js:12612 msgid "Sleet showers" msgstr "陣霙" -#. 3.0/met_norway.js:533 3.8/weather-applet.js:11566 +#. 3.0/met_norway.js:533 3.8/weather-applet.js:12619 msgid "Sleet showers and thunder" msgstr "雷陣霙" -#. 3.0/met_norway.js:547 3.8/weather-applet.js:11580 +#. 3.0/met_norway.js:547 3.8/weather-applet.js:12633 msgid "Snow and thunder" msgstr "雪伴隨雷雨" #. 3.0/met_norway.js:553 3.0/met_norway.js:554 3.0/met_norway.js:560 -#. 3.8/weather-applet.js:11586 3.8/weather-applet.js:11587 -#. 3.8/weather-applet.js:11593 3.8/weather-applet.js:13649 -#. 3.8/weather-applet.js:13976 3.8/weather-applet.js:16076 -#. 3.8/weather-applet.js:16083 3.8/weather-applet.js:16084 +#. 3.8/weather-applet.js:12639 3.8/weather-applet.js:12640 +#. 3.8/weather-applet.js:12646 3.8/weather-applet.js:14706 +#. 3.8/weather-applet.js:15033 3.8/weather-applet.js:17172 +#. 3.8/weather-applet.js:17179 3.8/weather-applet.js:17180 msgid "Snow showers" msgstr "陣雪" -#. 3.0/met_norway.js:561 3.8/weather-applet.js:11594 +#. 3.0/met_norway.js:561 3.8/weather-applet.js:12647 msgid "Snow showers and thunder" msgstr "陣雪伴隨雷雨" @@ -767,20 +763,20 @@ msgstr "陣雪伴隨雷雨" msgid "Unexpected response from API" msgstr "API 回應異常" -#. 3.0/met_uk.js:316 3.8/weather-applet.js:9941 +#. 3.0/met_uk.js:316 3.8/weather-applet.js:10992 msgid "Visibility" msgstr "能見度" #. 3.0/met_uk.js:340 3.0/openWeatherMap.js:190 3.0/us_weather.js:334 -#. 3.0/weatherbit.js:212 3.8/weather-applet.js:9969 3.8/weather-applet.js:11711 -#. 3.8/weather-applet.js:13099 +#. 3.0/weatherbit.js:212 3.8/weather-applet.js:11020 +#. 3.8/weather-applet.js:12765 3.8/weather-applet.js:14155 msgid "Failed to Process Current Weather Info" msgstr "處理目前天氣資訊失敗" #. 3.0/met_uk.js:364 3.0/met_uk.js:400 3.0/us_weather.js:371 -#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:9750 -#. 3.8/weather-applet.js:9784 3.8/weather-applet.js:11737 -#. 3.8/weather-applet.js:11771 3.8/weather-applet.js:12878 +#. 3.0/weatherbit.js:239 3.0/weatherbit.js:274 3.8/weather-applet.js:10789 +#. 3.8/weather-applet.js:10827 3.8/weather-applet.js:12791 +#. 3.8/weather-applet.js:12825 3.8/weather-applet.js:13933 msgid "Failed to Process Forecast Info" msgstr "處理天氣預報資訊失敗" @@ -809,293 +805,293 @@ msgid "Excellent - More than" msgstr "極佳 - 高於" #. 3.0/met_uk.js:561 3.0/met_uk.js:562 3.0/openWeatherMap.js:401 -#. 3.8/weather-applet.js:10164 3.8/weather-applet.js:10165 -#. 3.8/weather-applet.js:10406 3.8/weather-applet.js:10511 -#. 3.8/weather-applet.js:11939 3.8/weather-applet.js:12019 -#. 3.8/weather-applet.js:13621 +#. 3.8/weather-applet.js:11215 3.8/weather-applet.js:11216 +#. 3.8/weather-applet.js:11457 3.8/weather-applet.js:11562 +#. 3.8/weather-applet.js:12993 3.8/weather-applet.js:13073 +#. 3.8/weather-applet.js:14678 msgid "Mist" msgstr "薄霧" #. 3.0/met_uk.js:582 3.0/met_uk.js:583 3.0/us_weather.js:435 -#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:10185 -#. 3.8/weather-applet.js:10186 3.8/weather-applet.js:11958 -#. 3.8/weather-applet.js:12039 3.8/weather-applet.js:13179 -#. 3.8/weather-applet.js:13180 3.8/weather-applet.js:13214 -#. 3.8/weather-applet.js:13665 3.8/weather-applet.js:15942 -#. 3.8/weather-applet.js:15943 3.8/weather-applet.js:16435 -#. 3.8/weather-applet.js:16436 3.8/weather-applet.js:16442 -#. 3.8/weather-applet.js:16443 +#. 3.0/us_weather.js:436 3.0/us_weather.js:470 3.8/weather-applet.js:11236 +#. 3.8/weather-applet.js:11237 3.8/weather-applet.js:13012 +#. 3.8/weather-applet.js:13093 3.8/weather-applet.js:14235 +#. 3.8/weather-applet.js:14236 3.8/weather-applet.js:14270 +#. 3.8/weather-applet.js:14722 3.8/weather-applet.js:17038 +#. 3.8/weather-applet.js:17039 3.8/weather-applet.js:17533 +#. 3.8/weather-applet.js:17534 3.8/weather-applet.js:17540 +#. 3.8/weather-applet.js:17541 msgid "Overcast" msgstr "陰天" -#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:10193 -#. 3.8/weather-applet.js:10200 +#. 3.0/met_uk.js:590 3.0/met_uk.js:597 3.8/weather-applet.js:11244 +#. 3.8/weather-applet.js:11251 msgid "Light rain shower" msgstr "小陣雨" #. 3.0/met_uk.js:603 3.0/met_uk.js:604 3.0/openWeatherMap.js:373 -#. 3.0/yahoo.js:445 3.8/weather-applet.js:10206 3.8/weather-applet.js:10207 -#. 3.8/weather-applet.js:10396 3.8/weather-applet.js:10453 -#. 3.8/weather-applet.js:11918 3.8/weather-applet.js:11983 -#. 3.8/weather-applet.js:12470 3.8/weather-applet.js:12471 -#. 3.8/weather-applet.js:12526 3.8/weather-applet.js:13587 -#. 3.8/weather-applet.js:15139 3.8/weather-applet.js:15140 -#. 3.8/weather-applet.js:15957 3.8/weather-applet.js:15964 -#. 3.8/weather-applet.js:15965 3.8/weather-applet.js:15971 -#. 3.8/weather-applet.js:15978 3.8/weather-applet.js:15985 +#. 3.0/yahoo.js:445 3.8/weather-applet.js:11257 3.8/weather-applet.js:11258 +#. 3.8/weather-applet.js:11447 3.8/weather-applet.js:11504 +#. 3.8/weather-applet.js:12972 3.8/weather-applet.js:13037 +#. 3.8/weather-applet.js:13525 3.8/weather-applet.js:13526 +#. 3.8/weather-applet.js:13581 3.8/weather-applet.js:14644 +#. 3.8/weather-applet.js:16199 3.8/weather-applet.js:16200 +#. 3.8/weather-applet.js:17053 3.8/weather-applet.js:17060 +#. 3.8/weather-applet.js:17061 3.8/weather-applet.js:17067 +#. 3.8/weather-applet.js:17074 3.8/weather-applet.js:17081 msgid "Drizzle" msgstr "毛毛雨" -#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:10221 -#. 3.8/weather-applet.js:10228 +#. 3.0/met_uk.js:618 3.0/met_uk.js:625 3.8/weather-applet.js:11272 +#. 3.8/weather-applet.js:11279 msgid "Heavy rain shower" msgstr "強陣雨" -#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:10242 -#. 3.8/weather-applet.js:10249 +#. 3.0/met_uk.js:639 3.0/met_uk.js:646 3.8/weather-applet.js:11293 +#. 3.8/weather-applet.js:11300 msgid "Sleet shower" msgstr "陣霙" #. 3.0/met_uk.js:659 3.0/met_uk.js:666 3.0/met_uk.js:673 3.0/met_uk.js:674 -#. 3.0/yahoo.js:453 3.8/weather-applet.js:10262 3.8/weather-applet.js:10269 -#. 3.8/weather-applet.js:10276 3.8/weather-applet.js:10277 -#. 3.8/weather-applet.js:13663 3.8/weather-applet.js:14757 -#. 3.8/weather-applet.js:14758 3.8/weather-applet.js:15195 -#. 3.8/weather-applet.js:15196 +#. 3.0/yahoo.js:453 3.8/weather-applet.js:11313 3.8/weather-applet.js:11320 +#. 3.8/weather-applet.js:11327 3.8/weather-applet.js:11328 +#. 3.8/weather-applet.js:14720 3.8/weather-applet.js:15816 +#. 3.8/weather-applet.js:15817 3.8/weather-applet.js:16255 +#. 3.8/weather-applet.js:16256 msgid "Hail" msgstr "冰雹" -#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:10263 -#. 3.8/weather-applet.js:10270 +#. 3.0/met_uk.js:660 3.0/met_uk.js:667 3.8/weather-applet.js:11314 +#. 3.8/weather-applet.js:11321 msgid "Hail shower" msgstr "冰雹雨" -#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:10284 -#. 3.8/weather-applet.js:10291 +#. 3.0/met_uk.js:681 3.0/met_uk.js:688 3.8/weather-applet.js:11335 +#. 3.8/weather-applet.js:11342 msgid "Light snow shower" msgstr "小陣雪" -#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:10305 -#. 3.8/weather-applet.js:10312 3.8/weather-applet.js:12011 +#. 3.0/met_uk.js:702 3.0/met_uk.js:709 3.8/weather-applet.js:11356 +#. 3.8/weather-applet.js:11363 3.8/weather-applet.js:13065 msgid "Heavy snow shower" msgstr "強陣雪" #. 3.0/met_uk.js:722 3.0/met_uk.js:729 3.0/met_uk.js:736 3.0/met_uk.js:737 -#. 3.8/weather-applet.js:10325 3.8/weather-applet.js:10332 -#. 3.8/weather-applet.js:10339 3.8/weather-applet.js:10340 +#. 3.8/weather-applet.js:11376 3.8/weather-applet.js:11383 +#. 3.8/weather-applet.js:11390 3.8/weather-applet.js:11391 msgid "Thunder" msgstr "雷" -#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:10326 -#. 3.8/weather-applet.js:10333 +#. 3.0/met_uk.js:723 3.0/met_uk.js:730 3.8/weather-applet.js:11377 +#. 3.8/weather-applet.js:11384 msgid "Thunder shower" msgstr "雷陣雨" -#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:10791 +#. 3.0/openWeatherMap.js:238 3.8/weather-applet.js:11843 msgid "Please make sure Location is in the correct format in the Settings" msgstr "請確認設定中的位置格式正確" -#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:10795 +#. 3.0/openWeatherMap.js:242 3.8/weather-applet.js:11847 msgid "Make sure you entered the correct key in settings" msgstr "請確認您在設定中輸入了正確的金鑰" #. 3.0/openWeatherMap.js:246 3.0/openWeatherMap.js:266 -#. 3.8/weather-applet.js:10799 +#. 3.8/weather-applet.js:11851 msgid "" "Location not found, make sure location is available or it is in the correct " "format" msgstr "找不到位置,請確認該位置可用或格式正確" -#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:10803 +#. 3.0/openWeatherMap.js:250 3.8/weather-applet.js:11855 msgid "If this problem persists, please contact the Author of this applet" msgstr "如果此問題持續發生,請聯絡此小工具的作者" -#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:10807 +#. 3.0/openWeatherMap.js:254 3.8/weather-applet.js:11859 msgid "Unknown Error, please see the logs in Looking Glass" msgstr "未知錯誤,請檢視 Looking Glass 中的記錄" -#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:10431 -#. 3.8/weather-applet.js:11967 +#. 3.0/openWeatherMap.js:362 3.8/weather-applet.js:11482 +#. 3.8/weather-applet.js:13021 msgid "Thunderstorm with light rain" msgstr "雷雨伴隨小雨" -#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:10433 -#. 3.8/weather-applet.js:11969 +#. 3.0/openWeatherMap.js:363 3.8/weather-applet.js:11484 +#. 3.8/weather-applet.js:13023 msgid "Thunderstorm with rain" msgstr "雷雨伴隨雨" -#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:10435 -#. 3.8/weather-applet.js:11971 +#. 3.0/openWeatherMap.js:364 3.8/weather-applet.js:11486 +#. 3.8/weather-applet.js:13025 msgid "Thunderstorm with heavy rain" msgstr "雷雨伴隨大雨" -#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:10437 +#. 3.0/openWeatherMap.js:365 3.8/weather-applet.js:11488 msgid "Light thunderstorm" msgstr "小雷雨" -#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:10441 +#. 3.0/openWeatherMap.js:367 3.8/weather-applet.js:11492 msgid "Heavy thunderstorm" msgstr "強烈雷雨" -#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:10443 +#. 3.0/openWeatherMap.js:368 3.8/weather-applet.js:11494 msgid "Ragged thunderstorm" msgstr "局部雷雨" -#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:10445 -#. 3.8/weather-applet.js:11973 +#. 3.0/openWeatherMap.js:369 3.8/weather-applet.js:11496 +#. 3.8/weather-applet.js:13027 msgid "Thunderstorm with light drizzle" msgstr "雷雨伴隨毛毛雨" -#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:10447 -#. 3.8/weather-applet.js:11975 +#. 3.0/openWeatherMap.js:370 3.8/weather-applet.js:11498 +#. 3.8/weather-applet.js:13029 msgid "Thunderstorm with drizzle" msgstr "雷雨伴隨毛毛雨" -#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:10449 -#. 3.8/weather-applet.js:11977 +#. 3.0/openWeatherMap.js:371 3.8/weather-applet.js:11500 +#. 3.8/weather-applet.js:13031 msgid "Thunderstorm with heavy drizzle" msgstr "雷雨伴隨大毛毛雨" -#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:10451 +#. 3.0/openWeatherMap.js:372 3.8/weather-applet.js:11502 msgid "Light intensity drizzle" msgstr "輕微毛毛雨" -#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:10455 +#. 3.0/openWeatherMap.js:374 3.8/weather-applet.js:11506 msgid "Heavy intensity drizzle" msgstr "強烈毛毛雨" -#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:10457 +#. 3.0/openWeatherMap.js:375 3.8/weather-applet.js:11508 msgid "Light intensity drizzle rain" msgstr "輕微毛毛雨" -#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:10459 +#. 3.0/openWeatherMap.js:376 3.8/weather-applet.js:11510 msgid "Drizzle rain" msgstr "毛毛雨" -#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:10461 +#. 3.0/openWeatherMap.js:377 3.8/weather-applet.js:11512 msgid "Heavy intensity drizzle rain" msgstr "強烈毛毛雨" -#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:10463 +#. 3.0/openWeatherMap.js:378 3.8/weather-applet.js:11514 msgid "Shower rain and drizzle" msgstr "陣雨及毛毛雨" -#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:10465 +#. 3.0/openWeatherMap.js:379 3.8/weather-applet.js:11516 msgid "Heavy shower rain and drizzle" msgstr "強陣雨及毛毛雨" -#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:10467 +#. 3.0/openWeatherMap.js:380 3.8/weather-applet.js:11518 msgid "Shower drizzle" msgstr "陣雨性毛毛雨" -#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:10471 -#. 3.8/weather-applet.js:11989 3.8/weather-applet.js:13912 -#. 3.8/weather-applet.js:13913 +#. 3.0/openWeatherMap.js:382 3.8/weather-applet.js:11522 +#. 3.8/weather-applet.js:13043 3.8/weather-applet.js:14969 +#. 3.8/weather-applet.js:14970 msgid "Moderate rain" msgstr "中雨" -#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:10473 +#. 3.0/openWeatherMap.js:383 3.8/weather-applet.js:11524 msgid "Heavy intensity rain" msgstr "強降雨" -#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:10475 +#. 3.0/openWeatherMap.js:384 3.8/weather-applet.js:11526 msgid "Very heavy rain" msgstr "豪雨" -#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:10477 +#. 3.0/openWeatherMap.js:385 3.8/weather-applet.js:11528 msgid "Extreme rain" msgstr "極端降雨" -#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:10481 +#. 3.0/openWeatherMap.js:387 3.8/weather-applet.js:11532 msgid "Light intensity shower rain" msgstr "輕微陣雨" -#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:10483 -#. 3.8/weather-applet.js:11997 +#. 3.0/openWeatherMap.js:388 3.8/weather-applet.js:11534 +#. 3.8/weather-applet.js:13051 msgid "Shower rain" msgstr "陣雨" -#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:10485 +#. 3.0/openWeatherMap.js:389 3.8/weather-applet.js:11536 msgid "Heavy intensity shower rain" msgstr "強陣雨" -#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:10487 +#. 3.0/openWeatherMap.js:390 3.8/weather-applet.js:11538 msgid "Ragged shower rain" msgstr "零星陣雨" -#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:10499 +#. 3.0/openWeatherMap.js:395 3.8/weather-applet.js:11550 msgid "Shower sleet" msgstr "陣霙" -#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:10501 +#. 3.0/openWeatherMap.js:396 3.8/weather-applet.js:11552 msgid "Light rain and snow" msgstr "小雨夾雪" -#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:10503 -#. 3.8/weather-applet.js:13919 3.8/weather-applet.js:13920 -#. 3.8/weather-applet.js:13926 3.8/weather-applet.js:13961 -#. 3.8/weather-applet.js:13968 +#. 3.0/openWeatherMap.js:397 3.8/weather-applet.js:11554 +#. 3.8/weather-applet.js:14976 3.8/weather-applet.js:14977 +#. 3.8/weather-applet.js:14983 3.8/weather-applet.js:15018 +#. 3.8/weather-applet.js:15025 msgid "Rain and snow" msgstr "雨夾雪" -#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:10505 +#. 3.0/openWeatherMap.js:398 3.8/weather-applet.js:11556 msgid "Light shower snow" msgstr "小陣雪" -#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:10507 +#. 3.0/openWeatherMap.js:399 3.8/weather-applet.js:11558 msgid "Shower snow" msgstr "陣雪" -#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:10509 +#. 3.0/openWeatherMap.js:400 3.8/weather-applet.js:11560 msgid "Heavy shower snow" msgstr "強陣雪" #. 3.0/openWeatherMap.js:402 3.0/us_weather.js:585 3.0/us_weather.js:586 -#. 3.8/weather-applet.js:10408 3.8/weather-applet.js:10513 -#. 3.8/weather-applet.js:11941 3.8/weather-applet.js:12021 -#. 3.8/weather-applet.js:13329 3.8/weather-applet.js:13330 -#. 3.8/weather-applet.js:15230 3.8/weather-applet.js:15231 +#. 3.8/weather-applet.js:11459 3.8/weather-applet.js:11564 +#. 3.8/weather-applet.js:12995 3.8/weather-applet.js:13075 +#. 3.8/weather-applet.js:14385 3.8/weather-applet.js:14386 +#. 3.8/weather-applet.js:16290 3.8/weather-applet.js:16291 msgid "Smoke" msgstr "煙霧" #. 3.0/openWeatherMap.js:403 3.0/us_weather.js:592 3.0/us_weather.js:593 -#. 3.0/yahoo.js:457 3.8/weather-applet.js:10410 3.8/weather-applet.js:10515 -#. 3.8/weather-applet.js:11943 3.8/weather-applet.js:12023 -#. 3.8/weather-applet.js:13336 3.8/weather-applet.js:13337 -#. 3.8/weather-applet.js:15223 3.8/weather-applet.js:15224 +#. 3.0/yahoo.js:457 3.8/weather-applet.js:11461 3.8/weather-applet.js:11566 +#. 3.8/weather-applet.js:12997 3.8/weather-applet.js:13077 +#. 3.8/weather-applet.js:14392 3.8/weather-applet.js:14393 +#. 3.8/weather-applet.js:16283 3.8/weather-applet.js:16284 msgid "Haze" msgstr "霾" -#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:10517 +#. 3.0/openWeatherMap.js:404 3.8/weather-applet.js:11568 msgid "Sand, dust whirls" msgstr "沙塵捲" -#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:10416 -#. 3.8/weather-applet.js:10521 +#. 3.0/openWeatherMap.js:406 3.8/weather-applet.js:11467 +#. 3.8/weather-applet.js:11572 msgid "Sand" msgstr "沙塵" #. 3.0/openWeatherMap.js:407 3.0/us_weather.js:578 3.0/us_weather.js:579 -#. 3.0/yahoo.js:455 3.8/weather-applet.js:10412 3.8/weather-applet.js:10523 -#. 3.8/weather-applet.js:11945 3.8/weather-applet.js:12025 -#. 3.8/weather-applet.js:13322 3.8/weather-applet.js:13323 -#. 3.8/weather-applet.js:15209 3.8/weather-applet.js:15210 +#. 3.0/yahoo.js:455 3.8/weather-applet.js:11463 3.8/weather-applet.js:11574 +#. 3.8/weather-applet.js:12999 3.8/weather-applet.js:13079 +#. 3.8/weather-applet.js:14378 3.8/weather-applet.js:14379 +#. 3.8/weather-applet.js:16269 3.8/weather-applet.js:16270 msgid "Dust" msgstr "灰塵" -#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:10525 +#. 3.0/openWeatherMap.js:408 3.8/weather-applet.js:11576 msgid "Volcanic ash" msgstr "火山灰" -#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:10527 -#. 3.8/weather-applet.js:13655 +#. 3.0/openWeatherMap.js:409 3.8/weather-applet.js:11578 +#. 3.8/weather-applet.js:14712 msgid "Squalls" msgstr "暴風" #. 3.0/openWeatherMap.js:410 3.0/us_weather.js:557 3.0/us_weather.js:558 -#. 3.0/yahoo.js:436 3.8/weather-applet.js:10422 3.8/weather-applet.js:10529 -#. 3.8/weather-applet.js:13301 3.8/weather-applet.js:13302 -#. 3.8/weather-applet.js:15082 3.8/weather-applet.js:15083 +#. 3.0/yahoo.js:436 3.8/weather-applet.js:11473 3.8/weather-applet.js:11580 +#. 3.8/weather-applet.js:14357 3.8/weather-applet.js:14358 +#. 3.8/weather-applet.js:16142 3.8/weather-applet.js:16143 msgid "Tornado" msgstr "龍捲風" @@ -1103,30 +1099,30 @@ msgstr "龍捲風" msgid "Sky is clear" msgstr "晴空萬里" -#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:10404 +#. 3.0/openWeatherMap.js:414 3.8/weather-applet.js:11455 msgid "Clouds" msgstr "多雲" #. 3.0/openWeatherMap.js:415 3.0/us_weather.js:414 3.0/us_weather.js:415 -#. 3.0/us_weather.js:449 3.8/weather-applet.js:10534 -#. 3.8/weather-applet.js:11952 3.8/weather-applet.js:12033 -#. 3.8/weather-applet.js:13158 3.8/weather-applet.js:13159 -#. 3.8/weather-applet.js:13193 3.8/weather-applet.js:15928 -#. 3.8/weather-applet.js:15929 +#. 3.0/us_weather.js:449 3.8/weather-applet.js:11585 +#. 3.8/weather-applet.js:13006 3.8/weather-applet.js:13087 +#. 3.8/weather-applet.js:14214 3.8/weather-applet.js:14215 +#. 3.8/weather-applet.js:14249 3.8/weather-applet.js:17024 +#. 3.8/weather-applet.js:17025 msgid "Few clouds" msgstr "少雲" -#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:10536 -#. 3.8/weather-applet.js:11954 3.8/weather-applet.js:12035 +#. 3.0/openWeatherMap.js:416 3.8/weather-applet.js:11587 +#. 3.8/weather-applet.js:13008 3.8/weather-applet.js:13089 msgid "Scattered clouds" msgstr "散雲" -#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:10538 -#. 3.8/weather-applet.js:11956 3.8/weather-applet.js:12037 +#. 3.0/openWeatherMap.js:417 3.8/weather-applet.js:11589 +#. 3.8/weather-applet.js:13010 3.8/weather-applet.js:13091 msgid "Broken clouds" msgstr "碎雲" -#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:10540 +#. 3.0/openWeatherMap.js:418 3.8/weather-applet.js:11591 msgid "Overcast clouds" msgstr "陰天" @@ -1134,80 +1130,80 @@ msgstr "陰天" msgid "Could not get forecast for your area" msgstr "無法取得您所在地區的天氣預報" -#. 3.0/us_weather.js:231 3.8/weather-applet.js:12835 +#. 3.0/us_weather.js:231 3.8/weather-applet.js:13890 msgid "Location is outside US, please use a different provider." msgstr "位置在美國境外,請使用其他供應商。" -#. 3.0/us_weather.js:394 3.8/weather-applet.js:12899 +#. 3.0/us_weather.js:394 3.8/weather-applet.js:13954 msgid "Failed to Process Hourly Forecast Info" msgstr "處理每小時預報資訊失敗" -#. 3.0/us_weather.js:443 3.8/weather-applet.js:13187 +#. 3.0/us_weather.js:443 3.8/weather-applet.js:14243 msgid "Clear and windy" msgstr "晴朗有風" -#. 3.0/us_weather.js:450 3.8/weather-applet.js:13194 +#. 3.0/us_weather.js:450 3.8/weather-applet.js:14250 msgid "Few clouds and windy" msgstr "少雲有風" -#. 3.0/us_weather.js:457 3.8/weather-applet.js:13201 +#. 3.0/us_weather.js:457 3.8/weather-applet.js:14257 msgid "Partly cloudy and windy" msgstr "部分多雲有風" -#. 3.0/us_weather.js:464 3.8/weather-applet.js:13208 +#. 3.0/us_weather.js:464 3.8/weather-applet.js:14264 msgid "Mostly cloudy and windy" msgstr "大致多雲有風" -#. 3.0/us_weather.js:471 3.8/weather-applet.js:13215 +#. 3.0/us_weather.js:471 3.8/weather-applet.js:14271 msgid "Overcast and windy" msgstr "陰天有風" -#. 3.0/us_weather.js:485 3.8/weather-applet.js:13229 +#. 3.0/us_weather.js:485 3.8/weather-applet.js:14285 msgid "Snowy rain" msgstr "雨夾雪" -#. 3.0/us_weather.js:520 3.8/weather-applet.js:13264 +#. 3.0/us_weather.js:520 3.8/weather-applet.js:14320 msgid "Freezing rain and snow" msgstr "凍雨夾雪" #. 3.0/us_weather.js:564 3.0/us_weather.js:565 3.0/utils.js:336 -#. 3.0/yahoo.js:438 3.8/weather-applet.js:8588 3.8/weather-applet.js:13308 -#. 3.8/weather-applet.js:13309 3.8/weather-applet.js:15096 -#. 3.8/weather-applet.js:15097 +#. 3.0/yahoo.js:438 3.8/weather-applet.js:9614 3.8/weather-applet.js:14364 +#. 3.8/weather-applet.js:14365 3.8/weather-applet.js:16156 +#. 3.8/weather-applet.js:16157 msgid "Hurricane" msgstr "颶風" -#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:8583 -#. 3.8/weather-applet.js:13315 +#. 3.0/us_weather.js:571 3.0/utils.js:331 3.8/weather-applet.js:9609 +#. 3.8/weather-applet.js:14371 msgid "Storm" msgstr "暴風雨" -#. 3.0/us_weather.js:572 3.8/weather-applet.js:13316 +#. 3.0/us_weather.js:572 3.8/weather-applet.js:14372 msgid "Tropical storm" msgstr "熱帶風暴" #. 3.0/us_weather.js:599 3.0/us_weather.js:600 3.0/yahoo.js:470 -#. 3.8/weather-applet.js:13343 3.8/weather-applet.js:13344 -#. 3.8/weather-applet.js:15328 3.8/weather-applet.js:15329 +#. 3.8/weather-applet.js:14399 3.8/weather-applet.js:14400 +#. 3.8/weather-applet.js:16388 3.8/weather-applet.js:16389 msgid "Hot" msgstr "炎熱" #. 3.0/us_weather.js:606 3.0/us_weather.js:607 3.0/yahoo.js:461 -#. 3.8/weather-applet.js:13350 3.8/weather-applet.js:13351 +#. 3.8/weather-applet.js:14406 3.8/weather-applet.js:14407 msgid "Cold" msgstr "寒冷" #. 3.0/us_weather.js:613 3.0/us_weather.js:614 3.0/yahoo.js:477 -#. 3.8/weather-applet.js:13357 3.8/weather-applet.js:13358 -#. 3.8/weather-applet.js:15377 3.8/weather-applet.js:15378 +#. 3.8/weather-applet.js:14413 3.8/weather-applet.js:14414 +#. 3.8/weather-applet.js:16437 3.8/weather-applet.js:16438 msgid "Blizzard" msgstr "暴風雪" -#. 3.0/utils.js:146 3.8/weather-applet.js:8467 +#. 3.0/utils.js:146 3.8/weather-applet.js:9493 msgid "Today" msgstr "今天" -#. 3.0/utils.js:148 3.8/weather-applet.js:8469 +#. 3.0/utils.js:148 3.8/weather-applet.js:9495 msgid "Tomorrow" msgstr "明天" @@ -1239,79 +1235,79 @@ msgstr "星期五" msgid "Saturday" msgstr "星期六" -#. 3.0/utils.js:301 3.8/weather-applet.js:8553 +#. 3.0/utils.js:301 3.8/weather-applet.js:9579 msgid "Calm" msgstr "無風" -#. 3.0/utils.js:304 3.8/weather-applet.js:8556 +#. 3.0/utils.js:304 3.8/weather-applet.js:9582 msgid "Light air" msgstr "輕風" -#. 3.0/utils.js:307 3.8/weather-applet.js:8559 +#. 3.0/utils.js:307 3.8/weather-applet.js:9585 msgid "Light breeze" msgstr "微風" -#. 3.0/utils.js:310 3.8/weather-applet.js:8562 +#. 3.0/utils.js:310 3.8/weather-applet.js:9588 msgid "Gentle breeze" msgstr "和風" -#. 3.0/utils.js:313 3.8/weather-applet.js:8565 +#. 3.0/utils.js:313 3.8/weather-applet.js:9591 msgid "Moderate breeze" msgstr "中等風力" -#. 3.0/utils.js:316 3.8/weather-applet.js:8568 +#. 3.0/utils.js:316 3.8/weather-applet.js:9594 msgid "Fresh breeze" msgstr "清勁風" -#. 3.0/utils.js:319 3.8/weather-applet.js:8571 +#. 3.0/utils.js:319 3.8/weather-applet.js:9597 msgid "Strong breeze" msgstr "強風" -#. 3.0/utils.js:322 3.8/weather-applet.js:8574 +#. 3.0/utils.js:322 3.8/weather-applet.js:9600 msgid "Near gale" msgstr "近似暴風" -#. 3.0/utils.js:325 3.8/weather-applet.js:8577 +#. 3.0/utils.js:325 3.8/weather-applet.js:9603 msgid "Gale" msgstr "暴風" -#. 3.0/utils.js:328 3.8/weather-applet.js:8580 +#. 3.0/utils.js:328 3.8/weather-applet.js:9606 msgid "Strong gale" msgstr "強烈暴風" -#. 3.0/utils.js:334 3.8/weather-applet.js:8586 +#. 3.0/utils.js:334 3.8/weather-applet.js:9612 msgid "Violent storm" msgstr "劇烈風暴" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "N" msgstr "北" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NE" msgstr "東北" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "E" msgstr "東" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SE" msgstr "東南" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "S" msgstr "南" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "SW" msgstr "西南" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "W" msgstr "西" -#. 3.0/utils.js:429 3.8/weather-applet.js:8736 +#. 3.0/utils.js:429 3.8/weather-applet.js:9762 msgid "NW" msgstr "西北" @@ -1361,7 +1357,7 @@ msgid "" "more information" msgstr "取得天氣時發生未知錯誤,請檢視 Looking Glass 記錄以取得更多資訊" -#. 3.0/yahoo.js:437 3.8/weather-applet.js:15089 3.8/weather-applet.js:15090 +#. 3.0/yahoo.js:437 3.8/weather-applet.js:16149 3.8/weather-applet.js:16150 msgid "Tropical Storm" msgstr "熱帶風暴" @@ -1369,10 +1365,10 @@ msgstr "熱帶風暴" msgid "Severe Thunderstorms" msgstr "強烈雷雨" -#. 3.0/yahoo.js:440 3.8/weather-applet.js:15110 3.8/weather-applet.js:15111 -#. 3.8/weather-applet.js:16555 3.8/weather-applet.js:16556 -#. 3.8/weather-applet.js:16562 3.8/weather-applet.js:16563 -#. 3.8/weather-applet.js:16650 3.8/weather-applet.js:16651 +#. 3.0/yahoo.js:440 3.8/weather-applet.js:16170 3.8/weather-applet.js:16171 +#. 3.8/weather-applet.js:17653 3.8/weather-applet.js:17654 +#. 3.8/weather-applet.js:17660 3.8/weather-applet.js:17661 +#. 3.8/weather-applet.js:17748 3.8/weather-applet.js:17749 msgid "Thunderstorms" msgstr "雷雨" @@ -1388,21 +1384,21 @@ msgstr "雨夾霙" msgid "Mixed Snow and Sleet" msgstr "雪夾霙" -#. 3.0/yahoo.js:444 3.8/weather-applet.js:15132 3.8/weather-applet.js:15133 +#. 3.0/yahoo.js:444 3.8/weather-applet.js:16192 3.8/weather-applet.js:16193 msgid "Freezing Drizzle" msgstr "凍毛毛雨" -#. 3.0/yahoo.js:446 3.8/weather-applet.js:15146 3.8/weather-applet.js:15147 +#. 3.0/yahoo.js:446 3.8/weather-applet.js:16206 3.8/weather-applet.js:16207 msgid "Freezing Rain" msgstr "凍雨" -#. 3.0/yahoo.js:447 3.8/weather-applet.js:15153 3.8/weather-applet.js:15154 -#. 3.8/weather-applet.js:16055 3.8/weather-applet.js:16062 -#. 3.8/weather-applet.js:16063 3.8/weather-applet.js:16069 -#. 3.8/weather-applet.js:16499 3.8/weather-applet.js:16500 -#. 3.8/weather-applet.js:16506 3.8/weather-applet.js:16507 -#. 3.8/weather-applet.js:16736 3.8/weather-applet.js:16737 -#. 3.8/weather-applet.js:16743 3.8/weather-applet.js:16744 +#. 3.0/yahoo.js:447 3.8/weather-applet.js:16213 3.8/weather-applet.js:16214 +#. 3.8/weather-applet.js:17151 3.8/weather-applet.js:17158 +#. 3.8/weather-applet.js:17159 3.8/weather-applet.js:17165 +#. 3.8/weather-applet.js:17597 3.8/weather-applet.js:17598 +#. 3.8/weather-applet.js:17604 3.8/weather-applet.js:17605 +#. 3.8/weather-applet.js:17834 3.8/weather-applet.js:17835 +#. 3.8/weather-applet.js:17841 3.8/weather-applet.js:17842 msgid "Showers" msgstr "陣雨" @@ -1410,15 +1406,15 @@ msgstr "陣雨" msgid "Snow Flurries" msgstr "飄雪" -#. 3.0/yahoo.js:450 3.8/weather-applet.js:16586 3.8/weather-applet.js:16587 +#. 3.0/yahoo.js:450 3.8/weather-applet.js:17684 3.8/weather-applet.js:17685 msgid "Light Snow Showers" msgstr "小陣雪" -#. 3.0/yahoo.js:451 3.8/weather-applet.js:15181 3.8/weather-applet.js:15182 +#. 3.0/yahoo.js:451 3.8/weather-applet.js:16241 3.8/weather-applet.js:16242 msgid "Blowing Snow" msgstr "風雪" -#. 3.0/yahoo.js:456 3.8/weather-applet.js:13898 3.8/weather-applet.js:13899 +#. 3.0/yahoo.js:456 3.8/weather-applet.js:14955 3.8/weather-applet.js:14956 msgid "Foggy" msgstr "起霧" @@ -1430,69 +1426,68 @@ msgstr "煙霧瀰漫" msgid "Blustery" msgstr "狂風大作" -#. 3.0/yahoo.js:460 3.8/weather-applet.js:15244 3.8/weather-applet.js:15245 +#. 3.0/yahoo.js:460 3.8/weather-applet.js:16304 3.8/weather-applet.js:16305 msgid "Windy" msgstr "有風" -#. 3.0/yahoo.js:463 3.8/weather-applet.js:15265 3.8/weather-applet.js:15266 -#. 3.8/weather-applet.js:15272 3.8/weather-applet.js:15273 -#. 3.8/weather-applet.js:16421 3.8/weather-applet.js:16422 -#. 3.8/weather-applet.js:16428 3.8/weather-applet.js:16429 +#. 3.0/yahoo.js:463 3.8/weather-applet.js:16325 3.8/weather-applet.js:16326 +#. 3.8/weather-applet.js:16332 3.8/weather-applet.js:16333 +#. 3.8/weather-applet.js:17519 3.8/weather-applet.js:17520 +#. 3.8/weather-applet.js:17526 3.8/weather-applet.js:17527 msgid "Mostly Cloudy" msgstr "大致多雲" -#. 3.0/yahoo.js:464 3.8/weather-applet.js:14764 3.8/weather-applet.js:14765 -#. 3.8/weather-applet.js:14771 3.8/weather-applet.js:14772 -#. 3.8/weather-applet.js:15279 3.8/weather-applet.js:15280 -#. 3.8/weather-applet.js:15286 3.8/weather-applet.js:15287 -#. 3.8/weather-applet.js:15458 3.8/weather-applet.js:16407 -#. 3.8/weather-applet.js:16408 3.8/weather-applet.js:16414 -#. 3.8/weather-applet.js:16415 +#. 3.0/yahoo.js:464 3.8/weather-applet.js:15823 3.8/weather-applet.js:15824 +#. 3.8/weather-applet.js:15830 3.8/weather-applet.js:15831 +#. 3.8/weather-applet.js:16339 3.8/weather-applet.js:16340 +#. 3.8/weather-applet.js:16346 3.8/weather-applet.js:16347 +#. 3.8/weather-applet.js:17505 3.8/weather-applet.js:17506 +#. 3.8/weather-applet.js:17512 3.8/weather-applet.js:17513 msgid "Partly Cloudy" msgstr "晴時多雲" -#. 3.0/yahoo.js:467 3.8/weather-applet.js:15314 3.8/weather-applet.js:15315 +#. 3.0/yahoo.js:467 3.8/weather-applet.js:16374 3.8/weather-applet.js:16375 msgid "Mostly Sunny" msgstr "晴時少雲" -#. 3.0/yahoo.js:469 3.8/weather-applet.js:15321 3.8/weather-applet.js:15322 +#. 3.0/yahoo.js:469 3.8/weather-applet.js:16381 3.8/weather-applet.js:16382 msgid "Mixed Rain and Hail" msgstr "雨夾冰雹" -#. 3.0/yahoo.js:471 3.8/weather-applet.js:15335 3.8/weather-applet.js:15336 +#. 3.0/yahoo.js:471 3.8/weather-applet.js:16395 3.8/weather-applet.js:16396 msgid "Isolated Thunderstorms" msgstr "局部雷雨" -#. 3.0/yahoo.js:472 3.8/weather-applet.js:15342 3.8/weather-applet.js:15343 -#. 3.8/weather-applet.js:15398 3.8/weather-applet.js:15399 +#. 3.0/yahoo.js:472 3.8/weather-applet.js:16402 3.8/weather-applet.js:16403 +#. 3.8/weather-applet.js:16458 3.8/weather-applet.js:16459 msgid "Scattered Thunderstorms" msgstr "零星雷雨" -#. 3.0/yahoo.js:473 3.8/weather-applet.js:15349 3.8/weather-applet.js:15350 -#. 3.8/weather-applet.js:15384 3.8/weather-applet.js:15385 -#. 3.8/weather-applet.js:16457 3.8/weather-applet.js:16458 -#. 3.8/weather-applet.js:16464 3.8/weather-applet.js:16465 -#. 3.8/weather-applet.js:16694 3.8/weather-applet.js:16695 -#. 3.8/weather-applet.js:16701 3.8/weather-applet.js:16702 +#. 3.0/yahoo.js:473 3.8/weather-applet.js:16409 3.8/weather-applet.js:16410 +#. 3.8/weather-applet.js:16444 3.8/weather-applet.js:16445 +#. 3.8/weather-applet.js:17555 3.8/weather-applet.js:17556 +#. 3.8/weather-applet.js:17562 3.8/weather-applet.js:17563 +#. 3.8/weather-applet.js:17792 3.8/weather-applet.js:17793 +#. 3.8/weather-applet.js:17799 3.8/weather-applet.js:17800 msgid "Scattered Showers" msgstr "零星陣雨" -#. 3.0/yahoo.js:474 3.8/weather-applet.js:15356 3.8/weather-applet.js:15357 -#. 3.8/weather-applet.js:16750 3.8/weather-applet.js:16751 -#. 3.8/weather-applet.js:16757 3.8/weather-applet.js:16758 +#. 3.0/yahoo.js:474 3.8/weather-applet.js:16416 3.8/weather-applet.js:16417 +#. 3.8/weather-applet.js:17848 3.8/weather-applet.js:17849 +#. 3.8/weather-applet.js:17855 3.8/weather-applet.js:17856 msgid "Heavy Rain" msgstr "大雨" -#. 3.0/yahoo.js:475 3.8/weather-applet.js:15363 3.8/weather-applet.js:15364 -#. 3.8/weather-applet.js:15391 3.8/weather-applet.js:15392 -#. 3.8/weather-applet.js:16708 3.8/weather-applet.js:16709 -#. 3.8/weather-applet.js:16715 3.8/weather-applet.js:16716 +#. 3.0/yahoo.js:475 3.8/weather-applet.js:16423 3.8/weather-applet.js:16424 +#. 3.8/weather-applet.js:16451 3.8/weather-applet.js:16452 +#. 3.8/weather-applet.js:17806 3.8/weather-applet.js:17807 +#. 3.8/weather-applet.js:17813 3.8/weather-applet.js:17814 msgid "Scattered Snow Showers" msgstr "零星陣雪" -#. 3.0/yahoo.js:476 3.8/weather-applet.js:15370 3.8/weather-applet.js:15371 -#. 3.8/weather-applet.js:16764 3.8/weather-applet.js:16765 -#. 3.8/weather-applet.js:16771 3.8/weather-applet.js:16772 +#. 3.0/yahoo.js:476 3.8/weather-applet.js:16430 3.8/weather-applet.js:16431 +#. 3.8/weather-applet.js:17862 3.8/weather-applet.js:17863 +#. 3.8/weather-applet.js:17869 3.8/weather-applet.js:17870 msgid "Heavy Snow" msgstr "大雪" @@ -1504,7 +1499,7 @@ msgstr "無法使用" msgid "Scattered Thundershowers" msgstr "零星雷陣雨" -#. 3.8/weather-applet.js:766 +#. 3.8/weather-applet.js:768 msgid "" "Could not retrieve logs, log file was not found under path\n" " {logFilePath}" @@ -1512,7 +1507,7 @@ msgstr "" "無法取得記錄,在此路徑下找不到記錄檔\n" " {logFilePath}" -#. 3.8/weather-applet.js:770 +#. 3.8/weather-applet.js:772 msgid "" "Could not get contents of log file under path\n" " {logFilePath}" @@ -1520,325 +1515,327 @@ msgstr "" "無法取得以下路徑記錄檔的內容:\n" " {logFilePath}" -#. 3.8/weather-applet.js:9615 +#. 3.8/weather-applet.js:10654 msgid "" "Address to location lookup service is blocked. You can try to change your " "User-Agent in help to see if it resolves the issue." -msgstr "位置查詢服務的網址已被封鎖。您可以嘗試在說明中變更您的 User-Agent,看看是否能解決此問題。" +msgstr "" +"位置查詢服務的網址已被封鎖。您可以嘗試在說明中變更您的 User-Agent,看看是否能" +"解決此問題。" #. 3.0->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:9708 +#. 3.8/weather-applet.js:10747 msgid "Met Office UK" msgstr "英國氣象局" -#. 3.8/weather-applet.js:9813 +#. 3.8/weather-applet.js:10857 msgid "" "MET Office UK only covers the UK, please make sure your location is in the " "country" msgstr "英國氣象局僅涵蓋英國,請確認您的位置在該國境內" -#. 3.8/weather-applet.js:9901 +#. 3.8/weather-applet.js:10951 msgid "Data was not found for location" msgstr "找不到該位置的資料" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Very poor" msgstr "非常差" -#. 3.8/weather-applet.js:9982 +#. 3.8/weather-applet.js:11033 msgid "Less than {distance} {distanceUnit}" msgstr "小於 {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "Excellent" msgstr "極佳" -#. 3.8/weather-applet.js:9986 +#. 3.8/weather-applet.js:11037 msgid "More than {distance} {distanceUnit}" msgstr "大於 {distance} {distanceUnit}" -#. 3.8/weather-applet.js:9991 +#. 3.8/weather-applet.js:11042 msgid "Poor" msgstr "差" -#. 3.8/weather-applet.js:9991 3.8/weather-applet.js:9996 -#. 3.8/weather-applet.js:10001 3.8/weather-applet.js:10006 -#. 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11042 3.8/weather-applet.js:11047 +#. 3.8/weather-applet.js:11052 3.8/weather-applet.js:11057 +#. 3.8/weather-applet.js:11062 msgid "Between {smallerDistance}-{biggerDistance} {distanceUnit}" msgstr "介於 {smallerDistance}-{biggerDistance} {distanceUnit} 之間" -#. 3.8/weather-applet.js:9996 +#. 3.8/weather-applet.js:11047 msgid "Moderate" msgstr "中等" -#. 3.8/weather-applet.js:10001 +#. 3.8/weather-applet.js:11052 msgid "Good" msgstr "良好" -#. 3.8/weather-applet.js:10006 3.8/weather-applet.js:10011 +#. 3.8/weather-applet.js:11057 3.8/weather-applet.js:11062 msgid "Very good" msgstr "非常好" -#. 3.8/weather-applet.js:10418 +#. 3.8/weather-applet.js:11469 msgid "Ash" msgstr "灰燼" -#. 3.8/weather-applet.js:10420 +#. 3.8/weather-applet.js:11471 msgid "Squall" msgstr "暴風" -#. 3.8/weather-applet.js:10497 +#. 3.8/weather-applet.js:11548 msgid "Light shower sleet" msgstr "小陣霙" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:10768 3.8/weather-applet.js:16309 +#. 3.8/weather-applet.js:11820 3.8/weather-applet.js:17407 msgid "OpenWeatherMap" msgstr "OpenWeatherMap" #. 3.0->settings-schema.json->dataService->options #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:11054 +#. 3.8/weather-applet.js:12106 msgid "MET Norway" msgstr "挪威氣象局" -#. 3.8/weather-applet.js:11619 +#. 3.8/weather-applet.js:12672 msgid "WeatherBit" msgstr "WeatherBit" -#. 3.8/weather-applet.js:11985 3.8/weather-applet.js:13589 -#. 3.8/weather-applet.js:15972 +#. 3.8/weather-applet.js:13039 3.8/weather-applet.js:14646 +#. 3.8/weather-applet.js:17068 msgid "Heavy drizzle" msgstr "大毛毛雨" -#. 3.8/weather-applet.js:11995 +#. 3.8/weather-applet.js:13049 msgid "Light shower rain" msgstr "小陣雨" -#. 3.8/weather-applet.js:11999 +#. 3.8/weather-applet.js:13053 msgid "Heavy shower rain" msgstr "強陣雨" -#. 3.8/weather-applet.js:12007 +#. 3.8/weather-applet.js:13061 msgid "Mix snow/rain" msgstr "雨夾雪" -#. 3.8/weather-applet.js:12009 +#. 3.8/weather-applet.js:13063 msgid "Snow shower" msgstr "陣雪" -#. 3.8/weather-applet.js:12029 3.8/weather-applet.js:13607 +#. 3.8/weather-applet.js:13083 3.8/weather-applet.js:14664 msgid "Freezing fog" msgstr "凍霧" -#. 3.8/weather-applet.js:12238 +#. 3.8/weather-applet.js:13292 msgid "Tomorrow.io" msgstr "Tomorrow.io" -#. 3.8/weather-applet.js:12450 +#. 3.8/weather-applet.js:13505 msgid "Light wind" msgstr "輕風" -#. 3.8/weather-applet.js:12464 +#. 3.8/weather-applet.js:13519 msgid "Strong wind" msgstr "強風" -#. 3.8/weather-applet.js:12815 +#. 3.8/weather-applet.js:13870 msgid "US Weather" msgstr "美國天氣" -#. 3.8/weather-applet.js:13391 +#. 3.8/weather-applet.js:14447 msgid "Visual Crossing" msgstr "Visual Crossing" -#. 3.8/weather-applet.js:13585 +#. 3.8/weather-applet.js:14642 msgid "Blowing or drifting snow" msgstr "風雪或飄雪" -#. 3.8/weather-applet.js:13593 +#. 3.8/weather-applet.js:14650 msgid "Heavy drizzle/rain" msgstr "大毛毛雨/雨" -#. 3.8/weather-applet.js:13595 +#. 3.8/weather-applet.js:14652 msgid "Light drizzle/rain" msgstr "小毛毛雨/雨" -#. 3.8/weather-applet.js:13597 +#. 3.8/weather-applet.js:14654 msgid "Dust Storm" msgstr "沙塵暴" -#. 3.8/weather-applet.js:13601 +#. 3.8/weather-applet.js:14658 msgid "Freezing drizzle/freezing rain" msgstr "凍毛毛雨/凍雨" -#. 3.8/weather-applet.js:13603 +#. 3.8/weather-applet.js:14660 msgid "Heavy freezing drizzle/freezing rain" msgstr "大凍毛毛雨/凍雨" -#. 3.8/weather-applet.js:13605 +#. 3.8/weather-applet.js:14662 msgid "Light freezing drizzle/freezing rain" msgstr "小凍毛毛雨/凍雨" -#. 3.8/weather-applet.js:13613 +#. 3.8/weather-applet.js:14670 msgid "Funnel cloud/tornado" msgstr "漏斗雲/龍捲風" -#. 3.8/weather-applet.js:13615 +#. 3.8/weather-applet.js:14672 msgid "Hail showers" msgstr "冰雹雨" -#. 3.8/weather-applet.js:13617 +#. 3.8/weather-applet.js:14674 msgid "Ice" msgstr "結冰" -#. 3.8/weather-applet.js:13619 +#. 3.8/weather-applet.js:14676 msgid "Lightning without thunder" msgstr "有閃電無雷聲" -#. 3.8/weather-applet.js:13623 +#. 3.8/weather-applet.js:14680 msgid "Precipitation in vicinity" msgstr "附近有降水" -#. 3.8/weather-applet.js:13627 3.8/weather-applet.js:13927 +#. 3.8/weather-applet.js:14684 3.8/weather-applet.js:14984 msgid "Heavy rain and snow" msgstr "大雨夾雪" -#. 3.8/weather-applet.js:13629 +#. 3.8/weather-applet.js:14686 msgid "Light rain And snow" msgstr "小雨夾雪" -#. 3.8/weather-applet.js:13637 +#. 3.8/weather-applet.js:14694 msgid "Sky coverage decreasing" msgstr "雲量減少中" -#. 3.8/weather-applet.js:13639 +#. 3.8/weather-applet.js:14696 msgid "Sky coverage increasing" msgstr "雲量增加中" -#. 3.8/weather-applet.js:13641 +#. 3.8/weather-applet.js:14698 msgid "Sky unchanged" msgstr "天空狀況無變化" -#. 3.8/weather-applet.js:13643 +#. 3.8/weather-applet.js:14700 msgid "Smoke or haze" msgstr "煙霧或霾" -#. 3.8/weather-applet.js:13647 +#. 3.8/weather-applet.js:14704 msgid "Snow and rain showers" msgstr "陣雨夾雪" -#. 3.8/weather-applet.js:13659 +#. 3.8/weather-applet.js:14716 msgid "Thunderstorm without precipitation" msgstr "無降水雷雨" -#. 3.8/weather-applet.js:13661 +#. 3.8/weather-applet.js:14718 msgid "Diamond dust" msgstr "冰晶" -#. 3.8/weather-applet.js:13667 +#. 3.8/weather-applet.js:14724 msgid "Partially cloudy" msgstr "部分多雲" -#. 3.8/weather-applet.js:13689 +#. 3.8/weather-applet.js:14746 msgid "Please make sure you entered the API key correctly" msgstr "請確認您已正確輸入 API 金鑰" #. 3.8->settings-schema.json->dataService->options -#. 3.8/weather-applet.js:13706 +#. 3.8/weather-applet.js:14763 msgid "DMI Denmark" msgstr "丹麥氣象局" -#. 3.8/weather-applet.js:13859 3.8/weather-applet.js:13860 -#. 3.8/weather-applet.js:13996 3.8/weather-applet.js:13997 +#. 3.8/weather-applet.js:14916 3.8/weather-applet.js:14917 +#. 3.8/weather-applet.js:15053 3.8/weather-applet.js:15054 msgid "NOT FOUND" msgstr "未找到" -#. 3.8/weather-applet.js:13892 +#. 3.8/weather-applet.js:14949 msgid "Blowing snow" msgstr "風雪" -#. 3.8/weather-applet.js:13933 3.8/weather-applet.js:13934 +#. 3.8/weather-applet.js:14990 3.8/weather-applet.js:14991 msgid "Slight snow" msgstr "小雪" -#. 3.8/weather-applet.js:13940 3.8/weather-applet.js:13941 +#. 3.8/weather-applet.js:14997 3.8/weather-applet.js:14998 msgid "Moderate snow" msgstr "中雪" -#. 3.8/weather-applet.js:13955 +#. 3.8/weather-applet.js:15012 msgid "Moderate rain showers" msgstr "中度陣雨" -#. 3.8/weather-applet.js:13962 +#. 3.8/weather-applet.js:15019 msgid "Mixed rain and snow" msgstr "雨夾雪" -#. 3.8/weather-applet.js:13969 +#. 3.8/weather-applet.js:15026 msgid "Heavy mixed rain and snow" msgstr "大雨夾雪" -#. 3.8/weather-applet.js:14068 +#. 3.8/weather-applet.js:15125 msgid "AccuWeather" msgstr "AccuWeather" -#. 3.8/weather-applet.js:14524 +#. 3.8/weather-applet.js:15582 msgid "Deutscher Wetterdienst" msgstr "德國氣象局" -#. 3.8/weather-applet.js:14537 +#. 3.8/weather-applet.js:15595 msgid "Please select a different provider or location" msgstr "請選擇其他供應商或位置" -#. 3.8/weather-applet.js:14854 +#. 3.8/weather-applet.js:15913 msgid "Weather Underground" msgstr "Weather Underground" -#. 3.8/weather-applet.js:15060 +#. 3.8/weather-applet.js:16120 msgid "The API key you provided is invalid." msgstr "您提供的 API 金鑰無效。" -#. 3.8/weather-applet.js:15067 +#. 3.8/weather-applet.js:16127 msgid "The location you provided was not found." msgstr "找不到您提供的位置。" -#. 3.8/weather-applet.js:15103 3.8/weather-applet.js:15104 +#. 3.8/weather-applet.js:16163 3.8/weather-applet.js:16164 msgid "Strong Storm" msgstr "強烈風暴" -#. 3.8/weather-applet.js:15118 3.8/weather-applet.js:15119 +#. 3.8/weather-applet.js:16178 3.8/weather-applet.js:16179 msgid "Rain and Snow" msgstr "雨和雪" -#. 3.8/weather-applet.js:15125 3.8/weather-applet.js:15126 +#. 3.8/weather-applet.js:16185 3.8/weather-applet.js:16186 msgid "Rain and Sleet" msgstr "雨和霙" -#. 3.8/weather-applet.js:15174 3.8/weather-applet.js:15175 -#. 3.8/weather-applet.js:16485 3.8/weather-applet.js:16486 -#. 3.8/weather-applet.js:16492 3.8/weather-applet.js:16493 -#. 3.8/weather-applet.js:16527 3.8/weather-applet.js:16528 -#. 3.8/weather-applet.js:16534 3.8/weather-applet.js:16535 +#. 3.8/weather-applet.js:16234 3.8/weather-applet.js:16235 +#. 3.8/weather-applet.js:17583 3.8/weather-applet.js:17584 +#. 3.8/weather-applet.js:17590 3.8/weather-applet.js:17591 +#. 3.8/weather-applet.js:17625 3.8/weather-applet.js:17626 +#. 3.8/weather-applet.js:17632 3.8/weather-applet.js:17633 msgid "Snow Showers" msgstr "陣雪" -#. 3.8/weather-applet.js:15237 3.8/weather-applet.js:15238 +#. 3.8/weather-applet.js:16297 3.8/weather-applet.js:16298 msgid "Breezy" msgstr "微風" -#. 3.8/weather-applet.js:15251 3.8/weather-applet.js:15252 +#. 3.8/weather-applet.js:16311 3.8/weather-applet.js:16312 msgid "Frigid" msgstr "寒冷" -#. 3.8/weather-applet.js:15307 3.8/weather-applet.js:15308 +#. 3.8/weather-applet.js:16367 3.8/weather-applet.js:16368 msgid "Mostly Clear" msgstr "大致晴朗" -#. 3.8/weather-applet.js:15489 +#. 3.8/weather-applet.js:16521 msgid "Pirate Weather" msgstr "Pirate Weather" -#. 3.8/weather-applet.js:15516 +#. 3.8/weather-applet.js:16548 msgid "" "Please Make sure you\n" "entered the API key that you have from Pirate Weather" @@ -1846,178 +1843,179 @@ msgstr "" "請確認您已輸入\n" "從 Pirate Weather 取得的 API 金鑰" -#. 3.8/weather-applet.js:15886 +#. 3.8/weather-applet.js:16982 msgid "" "Location Service couldn't find your location, please see the logs in Looking " "Glass" msgstr "位置服務找不到您的位置,請檢視 Looking Glass 中的記錄" -#. 3.8/weather-applet.js:16049 +#. 3.8/weather-applet.js:17145 msgid "Snow grains" msgstr "雪粒" -#. 3.8/weather-applet.js:16056 +#. 3.8/weather-applet.js:17152 msgid "Light showers" msgstr "小陣雨" -#. 3.8/weather-applet.js:16070 +#. 3.8/weather-applet.js:17166 msgid "Heavy showers" msgstr "大陣雨" -#. 3.8/weather-applet.js:16098 +#. 3.8/weather-applet.js:17194 msgid "Thunderstorm with slight hail" msgstr "雷雨伴隨輕微冰雹" -#. 3.8/weather-applet.js:16105 +#. 3.8/weather-applet.js:17201 msgid "Thunderstorm with hail" msgstr "雷雨伴隨冰雹" -#. 3.8/weather-applet.js:16132 3.8/weather-applet.js:16292 +#. 3.8/weather-applet.js:17228 3.8/weather-applet.js:17390 msgid "Feels like" msgstr "體感溫度" -#. 3.8/weather-applet.js:16200 -msgid "Open Meteo" -msgstr "Open Meteo" +#. 3.8->settings-schema.json->dataService->options +#. 3.8/weather-applet.js:17297 +msgid "Open-Meteo" +msgstr "Open-Meteo" -#. 3.8/weather-applet.js:16471 3.8/weather-applet.js:16472 -#. 3.8/weather-applet.js:16478 3.8/weather-applet.js:16479 -#. 3.8/weather-applet.js:16722 3.8/weather-applet.js:16723 -#. 3.8/weather-applet.js:16729 3.8/weather-applet.js:16730 +#. 3.8/weather-applet.js:17569 3.8/weather-applet.js:17570 +#. 3.8/weather-applet.js:17576 3.8/weather-applet.js:17577 +#. 3.8/weather-applet.js:17820 3.8/weather-applet.js:17821 +#. 3.8/weather-applet.js:17827 3.8/weather-applet.js:17828 msgid "Scattered Sleet" msgstr "零星霙" -#. 3.8/weather-applet.js:16541 3.8/weather-applet.js:16542 -#. 3.8/weather-applet.js:16548 3.8/weather-applet.js:16549 -#. 3.8/weather-applet.js:16642 3.8/weather-applet.js:16643 +#. 3.8/weather-applet.js:17639 3.8/weather-applet.js:17640 +#. 3.8/weather-applet.js:17646 3.8/weather-applet.js:17647 +#. 3.8/weather-applet.js:17740 3.8/weather-applet.js:17741 msgid "Chance of Thunderstorms" msgstr "可能有雷雨" -#. 3.8/weather-applet.js:16570 3.8/weather-applet.js:16571 +#. 3.8/weather-applet.js:17668 3.8/weather-applet.js:17669 msgid "Light Rain" msgstr "小雨" -#. 3.8/weather-applet.js:16578 3.8/weather-applet.js:16579 +#. 3.8/weather-applet.js:17676 3.8/weather-applet.js:17677 msgid "Light Sleet" msgstr "輕微霙" -#. 3.8/weather-applet.js:16594 3.8/weather-applet.js:16595 +#. 3.8/weather-applet.js:17692 3.8/weather-applet.js:17693 msgid "Intermittent Rain" msgstr "間歇性降雨" -#. 3.8/weather-applet.js:16602 3.8/weather-applet.js:16603 +#. 3.8/weather-applet.js:17700 3.8/weather-applet.js:17701 msgid "Intermittent Sleet" msgstr "間歇性霙" -#. 3.8/weather-applet.js:16610 3.8/weather-applet.js:16611 +#. 3.8/weather-applet.js:17708 3.8/weather-applet.js:17709 msgid "Intermittent Snow" msgstr "間歇性降雪" -#. 3.8/weather-applet.js:16658 3.8/weather-applet.js:16659 +#. 3.8/weather-applet.js:17756 3.8/weather-applet.js:17757 msgid "Frequent Thunderstorms" msgstr "頻繁雷雨" -#. 3.8/weather-applet.js:16665 3.8/weather-applet.js:16666 -#. 3.8/weather-applet.js:16672 3.8/weather-applet.js:16673 +#. 3.8/weather-applet.js:17763 3.8/weather-applet.js:17764 +#. 3.8/weather-applet.js:17770 3.8/weather-applet.js:17771 msgid "High Clouds" msgstr "高雲" -#. 3.8/weather-applet.js:16680 3.8/weather-applet.js:16681 +#. 3.8/weather-applet.js:17778 3.8/weather-applet.js:17779 msgid "Low Clouds" msgstr "低雲" -#. 3.8/weather-applet.js:16779 3.8/weather-applet.js:16780 +#. 3.8/weather-applet.js:17877 3.8/weather-applet.js:17878 msgid "Overcast and Dry" msgstr "陰天乾燥" -#. 3.8/weather-applet.js:16786 3.8/weather-applet.js:16787 -#. 3.8/weather-applet.js:16793 3.8/weather-applet.js:16794 -#. 3.8/weather-applet.js:16843 3.8/weather-applet.js:16844 -#. 3.8/weather-applet.js:16851 3.8/weather-applet.js:16852 +#. 3.8/weather-applet.js:17884 3.8/weather-applet.js:17885 +#. 3.8/weather-applet.js:17891 3.8/weather-applet.js:17892 +#. 3.8/weather-applet.js:17941 3.8/weather-applet.js:17942 +#. 3.8/weather-applet.js:17949 3.8/weather-applet.js:17950 msgid "Slightly Stormy" msgstr "輕微暴雨" -#. 3.8/weather-applet.js:16800 3.8/weather-applet.js:16801 -#. 3.8/weather-applet.js:16807 3.8/weather-applet.js:16808 +#. 3.8/weather-applet.js:17898 3.8/weather-applet.js:17899 +#. 3.8/weather-applet.js:17905 3.8/weather-applet.js:17906 msgid "Stormy Snow Showers" msgstr "暴風雪陣雨" -#. 3.8/weather-applet.js:16814 3.8/weather-applet.js:16815 -#. 3.8/weather-applet.js:16821 3.8/weather-applet.js:16822 +#. 3.8/weather-applet.js:17912 3.8/weather-applet.js:17913 +#. 3.8/weather-applet.js:17919 3.8/weather-applet.js:17920 msgid "Thundery Showers" msgstr "雷陣雨" -#. 3.8/weather-applet.js:16828 3.8/weather-applet.js:16829 -#. 3.8/weather-applet.js:16835 3.8/weather-applet.js:16836 -#. 3.8/weather-applet.js:16859 3.8/weather-applet.js:16860 +#. 3.8/weather-applet.js:17926 3.8/weather-applet.js:17927 +#. 3.8/weather-applet.js:17933 3.8/weather-applet.js:17934 +#. 3.8/weather-applet.js:17957 3.8/weather-applet.js:17958 msgid "Thundery Snow Showers" msgstr "雷雨雪陣雨" -#. 3.8/weather-applet.js:16948 +#. 3.8/weather-applet.js:18046 msgid "Wind Warning" msgstr "強風警告" -#. 3.8/weather-applet.js:16950 +#. 3.8/weather-applet.js:18048 msgid "Thunderstorm Warning" msgstr "雷雨警告" -#. 3.8/weather-applet.js:16952 +#. 3.8/weather-applet.js:18050 msgid "Rain Warning" msgstr "降雨警告" -#. 3.8/weather-applet.js:16954 +#. 3.8/weather-applet.js:18052 msgid "Snow Warning" msgstr "降雪警告" -#. 3.8/weather-applet.js:16956 +#. 3.8/weather-applet.js:18054 msgid "Slippery Roads Warning" msgstr "路面濕滑警告" -#. 3.8/weather-applet.js:16958 +#. 3.8/weather-applet.js:18056 msgid "Frost Warning" msgstr "霜凍警告" -#. 3.8/weather-applet.js:16960 +#. 3.8/weather-applet.js:18058 msgid "Mass Movements Warning" msgstr "土石流警告" -#. 3.8/weather-applet.js:16962 +#. 3.8/weather-applet.js:18060 msgid "Heat Warning" msgstr "高溫警告" -#. 3.8/weather-applet.js:16964 +#. 3.8/weather-applet.js:18062 msgid "Avalanche Warning" msgstr "雪崩警告" -#. 3.8/weather-applet.js:16966 +#. 3.8/weather-applet.js:18064 msgid "Earthquake Warning" msgstr "地震警告" -#. 3.8/weather-applet.js:16968 +#. 3.8/weather-applet.js:18066 msgid "Forest Fire Warning" msgstr "森林火災警告" -#. 3.8/weather-applet.js:16970 +#. 3.8/weather-applet.js:18068 msgid "Flood Warning" msgstr "洪水警告" -#. 3.8/weather-applet.js:16990 +#. 3.8/weather-applet.js:18088 msgid "Swiss Météo" msgstr "瑞士氣象局" -#. 3.8/weather-applet.js:17009 +#. 3.8/weather-applet.js:18107 msgid "For this provider, you need to use a postcode." msgstr "此供應商需要使用郵遞區號。" -#. 3.8/weather-applet.js:17021 +#. 3.8/weather-applet.js:18119 msgid "For this provider, you need to use a Swiss postcode, from 1000-9999." msgstr "此供應商需要使用瑞士郵遞區號,範圍從 1000 到 9999。" -#. 3.8/weather-applet.js:17043 +#. 3.8/weather-applet.js:18141 msgid "Switzerland" msgstr "瑞士" -#. 3.8/weather-applet.js:17474 +#. 3.8/weather-applet.js:18581 msgid "" "Could not retrieve config, file was not found under paths\n" " {configFilePath}" @@ -2025,7 +2023,7 @@ msgstr "" "無法取得設定,在以下路徑找不到檔案\n" " {configFilePath}" -#. 3.8/weather-applet.js:17481 +#. 3.8/weather-applet.js:18588 msgid "" "Could not get contents of config file under path\n" " {configFilePath}" @@ -2033,104 +2031,124 @@ msgstr "" "無法取得此路徑下設定檔的內容\n" " {configFilePath}" -#. 3.8/weather-applet.js:17757 +#. 3.8/weather-applet.js:18873 msgid "Make sure you entered a location or use Automatic location instead." msgstr "請確認您已輸入位置或改用自動定位。" -#. 3.8/weather-applet.js:17775 +#. 3.8/weather-applet.js:18891 msgid "This provider requires an API key to operate" msgstr "此供應商需要 API 金鑰才能使用" -#. 3.8/weather-applet.js:18183 +#. 3.8/weather-applet.js:19331 msgid "Dew Point" msgstr "露點" -#. 3.8/weather-applet.js:18266 +#. 3.8/weather-applet.js:19414 msgid "Precipitation will end in {precipEnd} minutes" msgstr "降水將在 {precipEnd} 分鐘後結束" -#. 3.8/weather-applet.js:18268 +#. 3.8/weather-applet.js:19416 msgid "Precipitation won't end in within an hour" msgstr "降水在一小時內不會結束" -#. 3.8/weather-applet.js:18271 +#. 3.8/weather-applet.js:19419 msgid "Precipitation will start within {precipStart} minutes" msgstr "降水將在 {precipStart} 分鐘內開始" -#. 3.8/weather-applet.js:18474 +#. 3.8/weather-applet.js:19517 +msgid "Low Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19521 +msgid "Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19525 +msgid "High Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19529 +msgid "Very High of Harm from sun exposure, Risk UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19533 +msgid "Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}" +msgstr "" + +#. 3.8/weather-applet.js:19650 msgid "Forecast parsing failed, see logs for more details." msgstr "天氣預報解析失敗,請檢視記錄以取得更多詳細資訊。" -#. 3.8/weather-applet.js:19055 3.8/weather-applet.js:19663 +#. 3.8/weather-applet.js:20231 3.8/weather-applet.js:20839 msgid "As of {lastUpdatedTime}" msgstr "更新於 {lastUpdatedTime}" -#. 3.8/weather-applet.js:19061 +#. 3.8/weather-applet.js:20237 msgid "{distance} {distanceUnit} from you" msgstr "距離您 {distance} {distanceUnit}" -#. 3.8/weather-applet.js:19065 +#. 3.8/weather-applet.js:20241 msgid "Station Name: {stationName}" msgstr "測站名稱:{stationName}" -#. 3.8/weather-applet.js:19068 +#. 3.8/weather-applet.js:20244 msgid "Area: {stationArea}" msgstr "區域:{stationArea}" -#. 3.8/weather-applet.js:19078 +#. 3.8/weather-applet.js:20254 msgid "{count} weather alert(s)" msgstr "{count} 個天氣警報" -#. 3.8/weather-applet.js:19473 3.8/weather-applet.js:19483 -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20649 3.8/weather-applet.js:20659 +#. 3.8/weather-applet.js:20666 msgid "Error Saving Debug Information" msgstr "儲存除錯資訊時發生錯誤" -#. 3.8/weather-applet.js:19490 +#. 3.8/weather-applet.js:20666 msgid "Could not open file {filePath} for writing" msgstr "無法開啟檔案 {filePath} 進行寫入" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Debug Information saved successfully" msgstr "除錯資訊已成功儲存" -#. 3.8/weather-applet.js:19499 +#. 3.8/weather-applet.js:20675 msgid "Saved to {filePath}" msgstr "已儲存至 {filePath}" -#. 3.8/weather-applet.js:19528 +#. 3.8/weather-applet.js:20704 msgid "Location Service Blocked" msgstr "位置服務已被封鎖" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "No Script Provided" msgstr "未提供指令稿" -#. 3.8/weather-applet.js:19703 +#. 3.8/weather-applet.js:20879 msgid "You need to add a script first." msgstr "您需要先新增一個指令稿。" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No Weather Data" msgstr "無天氣資料" -#. 3.8/weather-applet.js:19707 +#. 3.8/weather-applet.js:20883 msgid "No weather data to run script with" msgstr "沒有可供指令稿執行的天氣資料" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Script Executed Successfully" msgstr "指令稿已成功執行" -#. 3.8/weather-applet.js:19715 +#. 3.8/weather-applet.js:20891 msgid "Your script has been executed successfully." msgstr "您的指令稿已成功執行。" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Error Running Script" msgstr "執行指令稿時發生錯誤" -#. 3.8/weather-applet.js:19718 +#. 3.8/weather-applet.js:20894 msgid "Script returned error, see logs for more information" msgstr "指令稿傳回錯誤,請檢視記錄以取得更多資訊" @@ -2612,11 +2630,9 @@ msgid "" "The options are described in detail on the Cinnamon Spices Website which you " "can access with the button on the Help tab." msgstr "" -"您可以從數個不同的天氣預報供應商中選擇。部分供應商需要 API 金鑰才能運作,部分有區域限制,預報時長也不同,且都需要可用的網際網路連線才能運作。這些選項在 Cinnamon Spices 網站上有詳細說明,您可以透過「說明」分頁中的按鈕前往該網站。" - -#. 3.8->settings-schema.json->dataService->options -msgid "Open-Meteo" -msgstr "Open-Meteo" +"您可以從數個不同的天氣預報供應商中選擇。部分供應商需要 API 金鑰才能運作,部分" +"有區域限制,預報時長也不同,且都需要可用的網際網路連線才能運作。這些選項在 " +"Cinnamon Spices 網站上有詳細說明,您可以透過「說明」分頁中的按鈕前往該網站。" #. 3.8->settings-schema.json->dataService->options msgid "Deutscher Wetterdienst (Germany only)" @@ -2667,9 +2683,10 @@ msgid "" "replaced automatically for validating your choice. Powered by " "nominatim.openstreetmap.org." msgstr "" -"您可以輸入座標「緯度,經度」(例如 51.5085,-0.1257)或使用「城市,國家代碼」(例如 Taipei,TW)" -"或試著輸入 {門牌號碼} {街道} {城市/鎮} {郵遞區號} {國家}。搜尋演算法對格式相當有彈性。" -"在您停止輸入地址 3 秒後,系統會自動替換以驗證您的選擇。由 nominatim.openstreetmap.org 提供支援。" +"您可以輸入座標「緯度,經度」(例如 51.5085,-0.1257)或使用「城市,國家代碼」" +"(例如 Taipei,TW)或試著輸入 {門牌號碼} {街道} {城市/鎮} {郵遞區號} {國家}。" +"搜尋演算法對格式相當有彈性。在您停止輸入地址 3 秒後,系統會自動替換以驗證您的" +"選擇。由 nominatim.openstreetmap.org 提供支援。" #. 3.8->settings-schema.json->locationDescription->description msgid "" @@ -2685,7 +2702,9 @@ msgstr "將目前位置儲存至儲存空間" msgid "" "Saves location information to file so you can switch between them with " "buttons in the applet, which will appear if you have more than one." -msgstr "將位置資訊儲存至檔案,以便您可以使用小工具中的按鈕在多個位置之間切換(若您儲存了多個位置,按鈕即會出現)。" +msgstr "" +"將位置資訊儲存至檔案,以便您可以使用小工具中的按鈕在多個位置之間切換(若您儲" +"存了多個位置,按鈕即會出現)。" #. 3.8->settings-schema.json->getLocation->description msgid "Weather Applet at Cinnamon Spices Website" @@ -2702,7 +2721,9 @@ msgid "" "Maximum number of days that can be displayed, available number of data, " "maximum rows and columns setting in the Presentation tab will affect the " "final number." -msgstr "可顯示的最大天數,可用的資料數量、顯示方式分頁中的最大列數和欄數設定都會影響最終顯示的天數。" +msgstr "" +"可顯示的最大天數,可用的資料數量、顯示方式分頁中的最大列數和欄數設定都會影響" +"最終顯示的天數。" #. 3.8->settings-schema.json->forecastHours->tooltip msgid "" @@ -2719,7 +2740,9 @@ msgid "" "If you'd like to use this make sure you use your exact coordinates/address " "as location to help its accuracy. See Feature map on website on support for " "your provider" -msgstr "如果您想使用此功能,請確保使用精確的座標/地址作為位置以提高準確性。請參閱網站上的功能地圖以了解您的供應商是否支援。" +msgstr "" +"如果您想使用此功能,請確保使用精確的座標/地址作為位置以提高準確性。請參閱網站" +"上的功能地圖以了解您的供應商是否支援。" #. 3.8->settings-schema.json->showAlerts->description msgid "Enable displaying weather alerts" @@ -2776,7 +2799,9 @@ msgstr "您已儲存的位置" msgid "" "You have to make sure the Search entry field is unique and your Timezone is " "in the IANA time zone format (e.g. 'Europe/London')" -msgstr "您必須確保搜尋項目欄位是唯一的,且您的時區使用 IANA 時區格式(例如「Asia/Taipei」)" +msgstr "" +"您必須確保搜尋項目欄位是唯一的,且您的時區使用 IANA 時區格式(例如「Asia/" +"Taipei」)" #. 3.8->settings-schema.json->locationList->columns->title msgid "Latitude" @@ -2819,7 +2844,9 @@ msgid "" "Should your provider translate the conditions to your language if your " "locale is supported by the provider. Otherwise the applet will use it's own " "translation system." -msgstr "若您的語言環境受供應商支援,供應商應將天氣狀況翻譯成您的語言。否則,小工具將使用其自身的翻譯系統。" +msgstr "" +"若您的語言環境受供應商支援,供應商應將天氣狀況翻譯成您的語言。否則,小工具將" +"使用其自身的翻譯系統。" #. 3.8->settings-schema.json->useSymbolicIcons->tooltip msgid "Does not apply to custom iconset, that is symbolic by default" @@ -2836,7 +2863,8 @@ msgid "" "clicking the button below. Here you can ask questions etc in the comment " "section by logging in with your Github account." msgstr "" -"關於此小工具的詳細資訊,請點選下方按鈕前往 Spices 網站,以尋找已知問題、疑難排解、更新日誌等資訊。您可以使用 GitHub 帳號登入並在留言區提問等。" +"關於此小工具的詳細資訊,請點選下方按鈕前往 Spices 網站,以尋找已知問題、疑難" +"排解、更新日誌等資訊。您可以使用 GitHub 帳號登入並在留言區提問等。" #. 3.8->settings-schema.json->submitIssue->description msgid "Submit an Issue" @@ -2867,9 +2895,13 @@ msgid "" "the issue is about. Logs with Debug level (which can be saved to a file " "below) are also appreciated." msgstr "" -"如果您發現此小工具有問題,請點選下方按鈕並使用您的 GitHub 帳號登入以提交報告。\n" +"如果您發現此小工具有問題,請點選下方按鈕並使用您的 GitHub 帳號登入以提交報" +"告。\n" "\n" -"在開始撰寫之前,請確認該問題尚未在「Issues」區段中提交,並檢閱問題描述中的預填詳細資訊。請別忘了在靠近小工具名稱的頂端「Title」欄位中加入簡短描述,讓大家更容易了解問題內容。我們也希望能附上除錯層級的記錄(可透過下方選項儲存至檔案)。" +"在開始撰寫之前,請確認該問題尚未在「Issues」區段中提交,並檢閱問題描述中的預" +"填詳細資訊。請別忘了在靠近小工具名稱的頂端「Title」欄位中加入簡短描述,讓大家" +"更容易了解問題內容。我們也希望能附上除錯層級的記錄(可透過下方選項儲存至檔" +"案)。" #. 3.8->settings-schema.json->loc-info->description msgid "" @@ -2880,9 +2912,10 @@ msgid "" "the format. After 3 seconds without typing the address you entered is " "replaced automatically for validating your choice." msgstr "" -"在大多數情況下,您的位置可以自動運作,但您也可以手動輸入座標「緯度,經度」(例如 25.0478,121.5319)" -"或使用「城市,國家代碼」(例如 Taipei,TW)或試著輸入 {門牌號碼} {街道} {城市/鎮} {郵遞區號} {國家}。" -"搜尋演算法對格式相當有彈性。在您停止輸入地址 3 秒後,系統會自動替換以驗證您的選擇。" +"在大多數情況下,您的位置可以自動運作,但您也可以手動輸入座標「緯度,經度」(例" +"如 25.0478,121.5319)或使用「城市,國家代碼」(例如 Taipei,TW)或試著輸入 {門" +"牌號碼} {街道} {城市/鎮} {郵遞區號} {國家}。搜尋演算法對格式相當有彈性。在您" +"停止輸入地址 3 秒後,系統會自動替換以驗證您的選擇。" #. 3.8->settings-schema.json->logLevel->description msgid "Log Level" @@ -2894,8 +2927,8 @@ msgid "" "request payloads. Changing this will only be effective on future logs. Only " "change it you are instructed or you know what you are doing." msgstr "" -"Info 是一般記錄,Debug 是除錯記錄,而 Verbose 還會記錄網路請求的內容。" -"更改此設定只會影響未來的記錄。除非您被指示或了解這麼做的後果,否則請勿更改。" +"Info 是一般記錄,Debug 是除錯記錄,而 Verbose 還會記錄網路請求的內容。更改此" +"設定只會影響未來的記錄。除非您被指示或了解這麼做的後果,否則請勿更改。" #. 3.8->settings-schema.json->logLevel->options msgid "Verbose" @@ -2926,7 +2959,9 @@ msgid "" "if you know what you are doing. This is a string that is sent to the server " "when the applet tries to get the weather data." msgstr "" -"如果小工具無法正常運作,且您知道問題出在使用者代理字串,您可以嘗試覆寫它。只有在您了解自己在做什麼時才變更此設定。這是小工具嘗試取得天氣資料時傳送給伺服器的字串。" +"如果小工具無法正常運作,且您知道問題出在使用者代理字串,您可以嘗試覆寫它。只" +"有在您了解自己在做什麼時才變更此設定。這是小工具嘗試取得天氣資料時傳送給伺服" +"器的字串。" #. 3.8->settings-schema.json->runScript->description msgid "Run a command when the weather info changes" @@ -2950,12 +2985,30 @@ msgid "" "Example: 'echo {{full_data}} > /tmp/weather_data' will save the full weather " "data to a file in /tmp." msgstr "" -"小工具會在每次天氣資料更新時執行您提供的指令。該指令將使用與任何覆寫中相同的值與格式進行內插,此外您還可以取得 {full_data},即完整的目前天氣資料。使用單大括號 {xxx} 的內插不會進行跳脫處理,使用雙大括號 {{xxxx}} 的內插會以單引號 (') 包裹,且內部的所有其他單引號都會進行跳脫處理。您可以使用此功能將天氣資料與系統的其他部分整合。您可以透過 README 中的連結查詢完整的天氣資料結構。\n" +"小工具會在每次天氣資料更新時執行您提供的指令。該指令將使用與任何覆寫中相同的" +"值與格式進行內插,此外您還可以取得 {full_data},即完整的目前天氣資料。使用單" +"大括號 {xxx} 的內插不會進行跳脫處理,使用雙大括號 {{xxxx}} 的內插會以單引號 " +"(') 包裹,且內部的所有其他單引號都會進行跳脫處理。您可以使用此功能將天氣資料" +"與系統的其他部分整合。您可以透過 README 中的連結查詢完整的天氣資料結構。\n" "\n" -"範例:'notify-send \"目前天氣為 {c},溫度為 {t}{u}\"' 將顯示包含目前天氣狀況與溫度的通知。\n" +"範例:'notify-send \"目前天氣為 {c},溫度為 {t}{u}\"' 將顯示包含目前天氣狀況" +"與溫度的通知。\n" "\n" -"範例:'echo {{full_data}} > /tmp/weather_data' 將會把完整的天氣資料儲存到 /tmp 中的檔案。" +"範例:'echo {{full_data}} > /tmp/weather_data' 將會把完整的天氣資料儲存到 /" +"tmp 中的檔案。" #. 3.8->settings-schema.json->testRunScript->description msgid "Test your command" -msgstr "測試您的指令" \ No newline at end of file +msgstr "測試您的指令" + +#. 3.8->settings-schema.json->uvIndex->description +#, fuzzy +msgid "Enable displaying UV Index" +msgstr "啟用天氣警報顯示" + +#. 3.8->settings-schema.json->uvIndex->tooltip +msgid "" +"If your provider supports it, the UV index will be shown in the popup menu " +"next to sunrise/sunset times. It will not show if the UV index is low risk " +"(0-2)." +msgstr "" diff --git a/weather@mockturtl/src/3_8/config.ts b/weather@mockturtl/src/3_8/config.ts index 077eaf0f48e..b009b47d683 100644 --- a/weather@mockturtl/src/3_8/config.ts +++ b/weather@mockturtl/src/3_8/config.ts @@ -147,6 +147,7 @@ export class Config { public readonly _showAlerts!: boolean; public readonly _userAgentStringOverride!: string; public readonly _runScript!: string; + public readonly _uvIndex!: boolean; public readonly DataServiceChanged = new Event(); public readonly ApiKeyChanged = new Event(); @@ -187,6 +188,7 @@ export class Config { public readonly UserAgentStringOverrideChanged = new Event(); public readonly RunScriptChanged = new Event(); public readonly TempTextOverrideChanged = new Event(); + public readonly UV_IndexChanged = new Event(); public readonly FontChanged = new Event(); public readonly HotkeyChanged = new Event(); @@ -781,6 +783,10 @@ export class Config { key: "tempTextOverride", prop: "TempTextOverride" }, + UV_INDEX: { + key: "uvIndex", + prop: "UV_Index" + }, } as const; type ServiceClassMappingType = { diff --git a/weather@mockturtl/src/3_8/loop.ts b/weather@mockturtl/src/3_8/loop.ts index 729a6f540e4..99eec9cf9b3 100644 --- a/weather@mockturtl/src/3_8/loop.ts +++ b/weather@mockturtl/src/3_8/loop.ts @@ -1,3 +1,4 @@ +import { SpawnProcess } from "./lib/commandRunner"; import { Logger } from "./lib/services/logger"; import type { WeatherApplet } from "./main"; import type { LocationData} from "./types"; @@ -56,7 +57,13 @@ export class WeatherLoop { return this.refreshing; } + private NetworkMonitorUsed: boolean | null = null; + private get Online(): boolean { + if (!this.NetworkMonitorUsed) { + return true; + } + return NetworkMonitor.get_default().connectivity != NetworkConnectivity.LOCAL; } @@ -65,7 +72,22 @@ export class WeatherLoop { this.instanceID = instanceID; this.GUID = Guid(); weatherAppletGUIDs[instanceID] = this.GUID; + // This can stay here, if NetworkMonitor is not used, it will never be called NetworkMonitor.get_default().connect("notify::connectivity", this.OnNetworkConnectivityChanged); + void this.Init(); + } + + private async Init(): Promise { + // This is very opinionated (meaning NetworkMonitor is only sed if you have systemd and NetworkManager, but I don't want to take any chances) + const nmCheck = await SpawnProcess(["systemctl", "is-active", "--quiet", "NetworkManager"]); + if (!nmCheck.Success) { + Logger.Info("NetworkManager is not running/used, skipping network connectivity check."); + this.NetworkMonitorUsed = false; + return; + } + + Logger.Info("NetworkManager is running, using network connectivity check."); + this.NetworkMonitorUsed = true; } public IsDataTooOld(): boolean { diff --git a/weather@mockturtl/src/3_8/providers/accuWeather.ts b/weather@mockturtl/src/3_8/providers/accuWeather.ts index cb9d0792eed..6dfdcdc68c3 100644 --- a/weather@mockturtl/src/3_8/providers/accuWeather.ts +++ b/weather@mockturtl/src/3_8/providers/accuWeather.ts @@ -159,6 +159,7 @@ export class AccuWeather extends BaseProvider { main: current.WeatherText, description: current.WeatherText }, + uvIndex: current.UVIndex ?? hourly[0]?.UVIndex ?? null, hourlyForecasts: this.ParseHourly(hourly), forecasts: this.ParseDaily(daily) } diff --git a/weather@mockturtl/src/3_8/providers/deutscherWetterdienst/provider.ts b/weather@mockturtl/src/3_8/providers/deutscherWetterdienst/provider.ts index d1f3ffd7417..5bc4439c009 100644 --- a/weather@mockturtl/src/3_8/providers/deutscherWetterdienst/provider.ts +++ b/weather@mockturtl/src/3_8/providers/deutscherWetterdienst/provider.ts @@ -86,7 +86,8 @@ export class DeutscherWetterdienst extends BaseProvider { }, forecasts: this.ParseForecast(current, hourly, loc), hourlyForecasts: this.ParseHourlyForecast(hourly, loc), - alerts: alerts + alerts: alerts, + uvIndex: null }; } diff --git a/weather@mockturtl/src/3_8/providers/met_norway/provider.ts b/weather@mockturtl/src/3_8/providers/met_norway/provider.ts index 0e000805f86..f1ba995f3c2 100644 --- a/weather@mockturtl/src/3_8/providers/met_norway/provider.ts +++ b/weather@mockturtl/src/3_8/providers/met_norway/provider.ts @@ -152,6 +152,7 @@ export class MetNorway extends BaseProvider { degree: current.data.instant.details.wind_from_direction, speed: current.data.instant.details.wind_speed }, + uvIndex: current.data.instant.details.ultraviolet_index_clear_sky ?? null, location: { timeZone: loc.timeZone }, diff --git a/weather@mockturtl/src/3_8/providers/met_uk.ts b/weather@mockturtl/src/3_8/providers/met_uk.ts index 115301a7e10..4480dbd8669 100644 --- a/weather@mockturtl/src/3_8/providers/met_uk.ts +++ b/weather@mockturtl/src/3_8/providers/met_uk.ts @@ -6,7 +6,7 @@ ////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////// -import type { Config} from "../config"; +import type { Config } from "../config"; import type { DistanceUnits } from "../config"; import { Logger } from "../lib/services/logger"; import { getTimes } from "suncalc"; @@ -97,13 +97,22 @@ export class MetUk extends BaseProvider { // Get and Parse Observation data const observations = await this.GetObservationData(this.observationSites, cancellable); const currentResult = this.ParseCurrent(observations, newLoc, config); - if (!currentResult) return null; + if (!currentResult) + return null; + // await for forecasts if not finished const forecastResult = await forecastPromise; currentResult.forecasts = forecastResult ?? []; - const threeHourlyForecast = await hourlyPayload; - currentResult.hourlyForecasts = threeHourlyForecast ?? []; + const threeHourlyResolved = await hourlyPayload; + if (threeHourlyResolved == null) { + currentResult.hourlyForecasts = []; + return null; + } + + const [threeHourlyForecast, additionalData] = threeHourlyResolved; + currentResult.hourlyForecasts = threeHourlyForecast; + currentResult.uvIndex = additionalData?.uvIndex ?? null; return currentResult; }; @@ -169,7 +178,7 @@ export class MetUk extends BaseProvider { * @param baseUrl * @param ParseFunction returns WeatherData or ForecastData Object */ - private async GetData(query: string, ParseFunction: (json: T, loc: LocationData) => R | null, loc: LocationData, cancellable: imports.gi.Gio.Cancellable) { + private async GetData(query: string, ParseFunction: (json: T, loc: LocationData) => R | null, loc: LocationData, cancellable: imports.gi.Gio.Cancellable) { if (query == null) return null; @@ -224,7 +233,7 @@ export class MetUk extends BaseProvider { }, stationInfo: { distanceFrom: this.observationSites[dataIndex].dist, - name: this.observationSites[dataIndex].name, + name: this.observationSites[dataIndex].name, area: this.observationSites[dataIndex].unitaryAuthArea, lat: Number.parseFloat(this.observationSites[dataIndex].latitude), lon: Number.parseFloat(this.observationSites[dataIndex].longitude), @@ -240,6 +249,7 @@ export class MetUk extends BaseProvider { pressure: null, humidity: null, dewPoint: null, + uvIndex: null, condition: this.ResolveCondition(observation?.W), forecasts: [] }; @@ -310,14 +320,19 @@ export class MetUk extends BaseProvider { } }; - private ParseHourlyForecast = (json: METPayload, loc: LocationData): HourlyForecastData[] | null => { + private ParseHourlyForecast = (json: METPayload, loc: LocationData): [HourlyForecastData[], { uvIndex: number | null }] | null => { const forecasts: HourlyForecastData[] = []; + let uvIndex: number | null = null; try { for (const day of Array.isArray(json.SiteRep.DV.Location.Period) ? json.SiteRep.DV.Location.Period : [json.SiteRep.DV.Location.Period]) { const date = DateTime.fromISO(this.PartialToISOString(day.value), { zone: loc.timeZone }); if (!Array.isArray(day.Rep)) continue; + uvIndex = ("U" in day.Rep[0]) ? Number.parseInt(day.Rep[0].U) : null; + if (Number.isNaN(uvIndex)) + uvIndex = null; + for (const element of day.Rep) { const hour = element as ThreeHourPayload; const timestamp = date.plus({ hours: Number.parseInt(hour.$) / 60 }) @@ -340,7 +355,7 @@ export class MetUk extends BaseProvider { forecasts.push(forecast); } } - return forecasts; + return [forecasts, { uvIndex }]; } catch (e) { if (e instanceof Error) diff --git a/weather@mockturtl/src/3_8/providers/open-meteo/payload/current.ts b/weather@mockturtl/src/3_8/providers/open-meteo/payload/current.ts index 7abcbe1b76b..2991c58690f 100644 --- a/weather@mockturtl/src/3_8/providers/open-meteo/payload/current.ts +++ b/weather@mockturtl/src/3_8/providers/open-meteo/payload/current.ts @@ -80,7 +80,8 @@ type CurrentWeather = Omit; export function OpenMeteoCurrentWeatherToData(data: OpenMeteoCurrentWeather): CurrentWeather { diff --git a/weather@mockturtl/src/3_8/providers/open-meteo/payload/daily.ts b/weather@mockturtl/src/3_8/providers/open-meteo/payload/daily.ts index 091ad78575d..aaff06afea5 100644 --- a/weather@mockturtl/src/3_8/providers/open-meteo/payload/daily.ts +++ b/weather@mockturtl/src/3_8/providers/open-meteo/payload/daily.ts @@ -34,6 +34,7 @@ export interface OpenMeteoDailyWeather { */ sunset: Tuple; weather_code: Tuple; + uv_index_max: Tuple; } export function OpenMeteoDailyWeatherToData(data: OpenMeteoDailyWeather, timezone: string): ForecastData[] { diff --git a/weather@mockturtl/src/3_8/providers/open-meteo/payload/response.ts b/weather@mockturtl/src/3_8/providers/open-meteo/payload/response.ts index 759d386aadc..1cdac3e49c5 100644 --- a/weather@mockturtl/src/3_8/providers/open-meteo/payload/response.ts +++ b/weather@mockturtl/src/3_8/providers/open-meteo/payload/response.ts @@ -47,5 +47,6 @@ export function OpenMeteoResponseToData(payload: OpenMeteoWeatherResponse): Weat ...OpenMeteoCurrentWeatherToData(payload.current), forecasts: OpenMeteoDailyWeatherToData(payload.daily, payload.timezone), hourlyForecasts: OpenMeteoHourWeatherToData(payload.hourly, payload.timezone), + uvIndex: payload.daily.uv_index_max[0] ?? null, } } \ No newline at end of file diff --git a/weather@mockturtl/src/3_8/providers/open-meteo/provider.ts b/weather@mockturtl/src/3_8/providers/open-meteo/provider.ts index 25bfc3781f5..d1730f5ff85 100644 --- a/weather@mockturtl/src/3_8/providers/open-meteo/provider.ts +++ b/weather@mockturtl/src/3_8/providers/open-meteo/provider.ts @@ -33,7 +33,7 @@ export class OpenMeteo extends BaseProvider { longitude: loc.lon, current: "temperature_2m,dewpoint_2m,relative_humidity_2m,apparent_temperature,is_day,precipitation,rain,showers,snowfall,weather_code,surface_pressure,wind_speed_10m,wind_direction_10m,wind_gusts_10m", hourly: "temperature_2m,precipitation_probability,precipitation,rain,showers,snowfall,snow_depth,weather_code,wind_speed_10m,wind_direction_10m,is_day", - daily: "weather_code,temperature_2m_max,temperature_2m_min,apparent_temperature_max,apparent_temperature_min,sunrise,sunset", + daily: "weather_code,temperature_2m_max,temperature_2m_min,apparent_temperature_max,apparent_temperature_min,sunrise,sunset,uv_index_max", timezone: "auto", forecast_days: "16", forecast_hours: "24" diff --git a/weather@mockturtl/src/3_8/providers/openweathermap/payload/onecall.ts b/weather@mockturtl/src/3_8/providers/openweathermap/payload/onecall.ts index d82e09a2dc3..7a49c886fd1 100644 --- a/weather@mockturtl/src/3_8/providers/openweathermap/payload/onecall.ts +++ b/weather@mockturtl/src/3_8/providers/openweathermap/payload/onecall.ts @@ -31,6 +31,7 @@ export function OWMOneCallToWeatherData(json: OWMOneCallPayload, conditionsTrans icons: OWMIconToBuiltInIcons(json?.current?.weather?.[0]?.icon), customIcon: OWMIconToCustomIcon(json?.current?.weather?.[0]?.icon) }, + uvIndex: json.current.uvi, extra_field: { name: _("Feels Like"), value: json.current.feels_like, diff --git a/weather@mockturtl/src/3_8/providers/openweathermap/payload/weather.ts b/weather@mockturtl/src/3_8/providers/openweathermap/payload/weather.ts index 4f927243955..3a7524d9af9 100644 --- a/weather@mockturtl/src/3_8/providers/openweathermap/payload/weather.ts +++ b/weather@mockturtl/src/3_8/providers/openweathermap/payload/weather.ts @@ -116,6 +116,7 @@ export function OWMWeatherToWeatherData(weather: OWMWeatherResponse, conditionsT pressure: weather.main.pressure, humidity: weather.main.humidity, dewPoint: null, + uvIndex: null, extra_field: { type: "temperature", name: _("Feels like"), diff --git a/weather@mockturtl/src/3_8/providers/pirate_weather/pirateWeather.ts b/weather@mockturtl/src/3_8/providers/pirate_weather/pirateWeather.ts index 2b31674149d..2be541ca3cc 100644 --- a/weather@mockturtl/src/3_8/providers/pirate_weather/pirateWeather.ts +++ b/weather@mockturtl/src/3_8/providers/pirate_weather/pirateWeather.ts @@ -5,7 +5,7 @@ import type { WeatherData, ForecastData, HourlyForecastData, PrecipitationType, import { _, IsNight, FahrenheitToKelvin, CelsiusToKelvin, MPHtoMPS } from "../../utils"; import { DateTime } from "luxon"; import { BaseProvider } from "../BaseProvider"; -import { PirateWeatherSummaryToTranslated, type PirateWeatherIcon, type PirateWeatherPayload, type PirateWeatherQueryUnits } from "./types/common"; +import type { PirateWeatherIcon, PirateWeatherPayload, PirateWeatherQueryUnits } from "./types/common"; import { ALERT_LEVEL_ORDER } from "../../consts"; import type { LocationData, SunTime } from "../../types"; import type { Config } from "../../config"; @@ -44,7 +44,10 @@ export class PirateWeather extends BaseProvider { const response = await HttpLib.Instance.LoadJsonAsync({ url: `${this.query}${config.ApiKey}/${loc.lat},${loc.lon}`, cancellable, - params: { units: this.GetQueryUnit(config)}, + params: { + units: this.GetQueryUnit(config), + lang: (config._translateCondition && config.Language && this.supportedLanguages.includes(config.Language)) ? config.Language : "en", + }, HandleError: this.HandleError }); @@ -81,8 +84,8 @@ export class PirateWeather extends BaseProvider { humidity: json.currently.humidity * 100, dewPoint: this.ToKelvin(json.currently.dewPoint, unit), condition: { - main: PirateWeatherSummaryToTranslated(json.currently.summary), - description: PirateWeatherSummaryToTranslated(json.currently.summary), + main: json.currently.summary, + description: json.currently.summary, icons: this.ResolveIcon(json.currently.icon, { sunrise: sunrise, sunset: sunset }), customIcon: this.ResolveCustomIcon(json.currently.icon) }, @@ -91,6 +94,7 @@ export class PirateWeather extends BaseProvider { value: this.ToKelvin(json.currently.apparentTemperature, unit), type: "temperature" }, + uvIndex: json.currently.uvIndex ?? json.hourly.data[0]?.uvIndex ?? json.daily.data[0]?.uvIndex ?? null, forecasts: [], hourlyForecasts: [], } @@ -102,8 +106,8 @@ export class PirateWeather extends BaseProvider { temp_min: this.ToKelvin(day.temperatureLow, unit), temp_max: this.ToKelvin(day.temperatureHigh, unit), condition: { - main: PirateWeatherSummaryToTranslated(day.summary), - description: PirateWeatherSummaryToTranslated(day.summary), + main: day.summary, + description: day.summary, icons: this.ResolveIcon(day.icon), customIcon: this.ResolveCustomIcon(day.icon) }, @@ -122,8 +126,8 @@ export class PirateWeather extends BaseProvider { date: DateTime.fromSeconds(hour.time, { zone: json.timezone }), temp: this.ToKelvin(hour.temperature, unit), condition: { - main: PirateWeatherSummaryToTranslated(hour.summary), - description: PirateWeatherSummaryToTranslated(hour.summary), + main: hour.summary, + description: hour.summary, icons: this.ResolveIcon(hour.icon, { sunrise: sunrise, sunset: sunset }, DateTime.fromSeconds(hour.time, { zone: json.timezone })), customIcon: this.ResolveCustomIcon(hour.icon) }, @@ -312,6 +316,66 @@ export class PirateWeather extends BaseProvider { return MPHtoMPS(speed); } }; + + private supportedLanguages = [ + "ar", + "az", + "be", + "bg", + "bn", + "bs", + "ca", + "cs", + "cy", + "da", + "de", + "el", + "en", + "eo", + "es", + "et", + "fa", + "fi", + "fr", + "ga", + "gd", + "he", + "hi", + "hr", + "hu", + "id", + "is", + "it", + "ja", + "ka", + "kn", + "ko", + "kw", + "lv", + "ml", + "mr", + "nl", + "no", + "pa", + "pl", + "pt", + "ro", + "ru", + "sk", + "sl", + "sr", + "sv", + "ta", + "te", + "`tet", + "tr", + "uk", + "ur", + "vi", + "x-pig-latin", + "zh", + "zh-tw", + ] }; diff --git a/weather@mockturtl/src/3_8/providers/pirate_weather/types/common.ts b/weather@mockturtl/src/3_8/providers/pirate_weather/types/common.ts index fddf35c2a29..9a2eed7e795 100644 --- a/weather@mockturtl/src/3_8/providers/pirate_weather/types/common.ts +++ b/weather@mockturtl/src/3_8/providers/pirate_weather/types/common.ts @@ -1,5 +1,3 @@ -import { Logger } from "../../../lib/services/logger"; -import { _ } from "../../../utils"; import type { PirateWeatherAlert } from "./alerts"; import type { PirateWeatherDailyPayload } from "./daily"; import type { PirateWeatherHourlyPayload } from "./hourly"; @@ -22,7 +20,7 @@ export interface PirateWeatherPayload { currently: { /** Unix timestamp in seconds */ time: number; - summary: PirateWeatherSummary; + summary: string; icon: PirateWeatherIcon; nearestStormDistance: number; nearestStormBearing: number; @@ -42,61 +40,23 @@ export interface PirateWeatherPayload { ozone: number; }, minutely: { - summary: PirateWeatherSummary; + summary: string; icon: PirateWeatherIcon; data: PirateWeatherMinutelyPayload[]; } hourly: { - summary: PirateWeatherSummary; + summary: string; icon: PirateWeatherIcon; data: PirateWeatherHourlyPayload[]; } daily: { - summary: PirateWeatherSummary; + summary: string; icon: PirateWeatherIcon; data: PirateWeatherDailyPayload[] } alerts?: PirateWeatherAlert[]; } -/** - * As of 2024-06-01 PirateWeather API only supports the following weather summaries. - */ -export type PirateWeatherSummary = - "Clear" | - "Partly Cloudy" | - "Rain" | - "Cloudy" | - "Snow" | - "Wind" | - "Fog" | - "Sleet" -; - -export function PirateWeatherSummaryToTranslated(summary: PirateWeatherSummary): string { - switch (summary) { - case "Clear": - return _("Clear"); - case "Partly Cloudy": - return _("Partly Cloudy"); - case "Rain": - return _("Rain"); - case "Cloudy": - return _("Cloudy"); - case "Snow": - return _("Snow"); - case "Wind": - return _("Wind"); - case "Fog": - return _("Fog"); - case "Sleet": - return _("Sleet"); - default: - Logger.Error(`Unknown PirateWeatherSummary: ${summary as string}`); - return summary; - } -} - /** * https://github.com/Pirate-Weather/pirateweather/blob/0b3823f8bf45de303e77affbabb358a243cda0f6/docs/API.md#icon */ diff --git a/weather@mockturtl/src/3_8/providers/pirate_weather/types/daily.ts b/weather@mockturtl/src/3_8/providers/pirate_weather/types/daily.ts index 10777621446..3b30e374766 100644 --- a/weather@mockturtl/src/3_8/providers/pirate_weather/types/daily.ts +++ b/weather@mockturtl/src/3_8/providers/pirate_weather/types/daily.ts @@ -1,8 +1,8 @@ -import type { PirateWeatherIcon, PirateWeatherSummary } from "./common"; +import type { PirateWeatherIcon } from "./common"; export interface PirateWeatherDailyPayload { time: number; - summary: PirateWeatherSummary; + summary: string; icon: PirateWeatherIcon; sunriseTime: number; sunsetTime: number; diff --git a/weather@mockturtl/src/3_8/providers/pirate_weather/types/hourly.ts b/weather@mockturtl/src/3_8/providers/pirate_weather/types/hourly.ts index 277f85f0c34..009ab0acd8f 100644 --- a/weather@mockturtl/src/3_8/providers/pirate_weather/types/hourly.ts +++ b/weather@mockturtl/src/3_8/providers/pirate_weather/types/hourly.ts @@ -1,8 +1,8 @@ -import type { PirateWeatherIcon, PirateWeatherSummary } from "./common"; +import type { PirateWeatherIcon } from "./common"; export interface PirateWeatherHourlyPayload { time: number; - summary: PirateWeatherSummary; + summary: string; icon: PirateWeatherIcon; precipIntensity: number; precipProbability: number; diff --git a/weather@mockturtl/src/3_8/providers/pirate_weather/types/minutely.ts b/weather@mockturtl/src/3_8/providers/pirate_weather/types/minutely.ts index f9e0cd15bb2..dabd841f903 100644 --- a/weather@mockturtl/src/3_8/providers/pirate_weather/types/minutely.ts +++ b/weather@mockturtl/src/3_8/providers/pirate_weather/types/minutely.ts @@ -1,9 +1,9 @@ -import type { PirateWeatherIcon, PirateWeatherSummary } from "./common"; +import type { PirateWeatherIcon } from "./common"; export interface PirateWeatherMinutelyPayload { time: number; icon: PirateWeatherIcon; - summary: PirateWeatherSummary; + summary: string; precipIntensity: number; precipProbability: number; precipIntensityError: number; diff --git a/weather@mockturtl/src/3_8/providers/swiss-meteo/provider.ts b/weather@mockturtl/src/3_8/providers/swiss-meteo/provider.ts index 259053a0c53..74354b27a0a 100644 --- a/weather@mockturtl/src/3_8/providers/swiss-meteo/provider.ts +++ b/weather@mockturtl/src/3_8/providers/swiss-meteo/provider.ts @@ -74,6 +74,7 @@ export class SwissMeteo extends BaseProvider { degree: result.graph.windDirection3h[0], }, forecasts: result.forecast.map(day => SwissMeteoDayToForecastData(day)), + uvIndex: null }; const alerts = result.warnings.filter(x => { diff --git a/weather@mockturtl/src/3_8/providers/tomorrow_io/provider.ts b/weather@mockturtl/src/3_8/providers/tomorrow_io/provider.ts index 4df412779d5..c2ffbe3a1ae 100644 --- a/weather@mockturtl/src/3_8/providers/tomorrow_io/provider.ts +++ b/weather@mockturtl/src/3_8/providers/tomorrow_io/provider.ts @@ -147,6 +147,7 @@ export class ClimacellV4 extends BaseProvider { type: "temperature", value: CelsiusToKelvin(current.values.temperatureApparent) }, + uvIndex: null, forecasts: [] } diff --git a/weather@mockturtl/src/3_8/providers/us_weather/provider.ts b/weather@mockturtl/src/3_8/providers/us_weather/provider.ts index 492baa971bf..c458a1b61dc 100644 --- a/weather@mockturtl/src/3_8/providers/us_weather/provider.ts +++ b/weather@mockturtl/src/3_8/providers/us_weather/provider.ts @@ -291,6 +291,7 @@ export class USWeather extends BaseProvider { pressure: (observation.properties.barometricPressure.value == null) ? null : observation.properties.barometricPressure.value / 100, // from Pa to hPa humidity: observation.properties.relativeHumidity.value, dewPoint: CelsiusToKelvin(observation.properties.dewpoint.value), + uvIndex: null, condition: this.ResolveCondition(observation.properties.icon, IsNight(suntimes)), forecasts: [] }; diff --git a/weather@mockturtl/src/3_8/providers/visualcrossing/provider.ts b/weather@mockturtl/src/3_8/providers/visualcrossing/provider.ts index 298b02dec61..9acef1603c8 100644 --- a/weather@mockturtl/src/3_8/providers/visualcrossing/provider.ts +++ b/weather@mockturtl/src/3_8/providers/visualcrossing/provider.ts @@ -84,6 +84,7 @@ export class VisualCrossing extends BaseProvider { // use current hour instead, observations feels like doesn't seem to differ at all value: CelsiusToKelvin(currentHour?.feelslike ?? weather.currentConditions.feelslike) }, + uvIndex: null, forecasts: this.ParseForecasts(weather.days, translate, weather.timezone), hourlyForecasts: this.ParseHourlyForecasts(weather.days, translate, weather.timezone) } diff --git a/weather@mockturtl/src/3_8/providers/weatherUnderground.ts b/weather@mockturtl/src/3_8/providers/weatherUnderground.ts index d31e796ae9c..d1e26d92b12 100644 --- a/weather@mockturtl/src/3_8/providers/weatherUnderground.ts +++ b/weather@mockturtl/src/3_8/providers/weatherUnderground.ts @@ -102,6 +102,7 @@ export class WeatherUnderground extends BaseProvider { stationInfo: observation.stationInfo, extra_field: observation.extra_field, forecasts: this.ParseForecasts(loc, forecast, config), + uvIndex: observation.uvIndex ?? null, }; } diff --git a/weather@mockturtl/src/3_8/providers/weatherbit/provider.ts b/weather@mockturtl/src/3_8/providers/weatherbit/provider.ts index d488fe82280..731b3b8aa73 100644 --- a/weather@mockturtl/src/3_8/providers/weatherbit/provider.ts +++ b/weather@mockturtl/src/3_8/providers/weatherbit/provider.ts @@ -191,6 +191,7 @@ export class Weatherbit extends BaseProvider { value: json.app_temp, type: "temperature" }, + uvIndex: json.uv, forecasts: [] }; diff --git a/weather@mockturtl/src/3_8/ui_elements/uiCurrentWeather.ts b/weather@mockturtl/src/3_8/ui_elements/uiCurrentWeather.ts index eab86608385..0b124656879 100644 --- a/weather@mockturtl/src/3_8/ui_elements/uiCurrentWeather.ts +++ b/weather@mockturtl/src/3_8/ui_elements/uiCurrentWeather.ts @@ -12,6 +12,7 @@ import { WindBox } from "./windBox"; const { BoxLayout, IconType, Icon, Align } = imports.gi.St; const { ActorAlign } = imports.gi.Clutter; +const { Tooltip } = imports.ui.tooltips; // stylesheet.css const STYLE_SUMMARYBOX = 'weather-current-summarybox' @@ -51,6 +52,8 @@ export class CurrentWeather { private immediatePrecipitationBox!: imports.gi.St.BoxLayout; private immediatePrecipitationLabel!: imports.gi.St.Label; + private uvIndexIcon!: imports.gi.St.Icon; + private uvIndexTooltip!: imports.ui.tooltips.Tooltip; private app: WeatherApplet; @@ -71,6 +74,7 @@ export class CurrentWeather { this.app.config.ImmediatePrecipChanged.Subscribe(this.app.AfterRefresh((config, precip, data) => this.SetImmediatePrecipitation(data.immediatePrecipitation, config))); this.app.config.LocationLabelOverrideChanged.Subscribe(this.app.AfterRefresh(this.OnLocationOverrideChanged)); this.app.config.PressureUnitChanged.Subscribe(this.app.AfterRefresh((config, pressure, data) => this.SetPressure(data.pressure))); + this.app.config.UV_IndexChanged.Subscribe(this.app.AfterRefresh((config, uvIndex, data) => this.SetUVIndex(data.uvIndex, config._uvIndex))); } private OnLocationOverrideChanged = (config: Config, label: string, data: WeatherData) => { @@ -96,6 +100,7 @@ export class CurrentWeather { this.SetDewPointField(weather.dewPoint); this.SetAPIUniqueField(weather.extra_field); this.sunTimesUI.Display(weather.sunrise, weather.sunset, weather.location.timeZone); + this.SetUVIndex(weather.uvIndex, config._uvIndex); this.SetImmediatePrecipitation(weather.immediatePrecipitation, config); return true; @@ -145,7 +150,27 @@ export class CurrentWeather { this.immediatePrecipitationBox.add_actor(this.immediatePrecipitationLabel) this.immediatePrecipitationBox.hide(); middleColumn.add_actor(this.immediatePrecipitationBox); - middleColumn.add_actor(this.sunTimesUI.Rebuild(config, textColorStyle)); + const sunBox = new BoxLayout({ + x_align: ActorAlign.CENTER, + vertical: false, + x_expand: true, + }); + sunBox.add_actor(this.sunTimesUI.Rebuild(config, textColorStyle)); + + // TODO: Refactor + const uvIndexBox = new BoxLayout(); + this.uvIndexIcon = new Icon({ + icon_name: "uv-index-symbolic", + icon_type: IconType.SYMBOLIC, + icon_size: 20, + style_class: "weather-current-uvindex", + reactive: true, + }); + this.uvIndexIcon.hide(); + this.uvIndexTooltip = new Tooltip(this.uvIndexIcon, ""); + uvIndexBox.add(this.uvIndexIcon); + sunBox.add_actor(uvIndexBox) + middleColumn.add_actor(sunBox); return middleColumn; } @@ -378,6 +403,36 @@ export class CurrentWeather { this.locationButton.url = url; } + private SetUVIndex(uvIndex: number | null, show: boolean): void { + if (uvIndex == null || !show) { + this.uvIndexIcon.hide(); + return; + } + + this.uvIndexIcon.show(); + if (uvIndex < 3) { + this.uvIndexIcon.hide(); + this.uvIndexIcon.style = "color: #00FF00"; + this.uvIndexTooltip.set_text(_("Low Risk of Harm from sun exposure, UV Index: {uvIndex}", { uvIndex: uvIndex.toString() })); + } + else if (uvIndex < 6) { + this.uvIndexIcon.style = "color: #FFFF00"; + this.uvIndexTooltip.set_text(_("Moderate Risk of Harm from sun exposure, UV Index: {uvIndex}", { uvIndex: uvIndex.toString() })); + } + else if (uvIndex < 8) { + this.uvIndexIcon.style = "color: #FF8000"; + this.uvIndexTooltip.set_text(_("High Risk of Harm from sun exposure, UV Index: {uvIndex}", { uvIndex: uvIndex.toString() })); + } + else if (uvIndex < 11) { + this.uvIndexIcon.style = "color: #FF0000"; + this.uvIndexTooltip.set_text(_("Very High of Harm from sun exposure, Risk UV Index: {uvIndex}", { uvIndex: uvIndex.toString() })); + } + else { + this.uvIndexIcon.style = "color: #FF00FF"; + this.uvIndexTooltip.set_text(_("Extreme Risk of Harm from sun exposure, UV Index: {uvIndex}", { uvIndex: uvIndex.toString() })); + } + } + // Callbacks private NextLocationClicked = () => { diff --git a/weather@mockturtl/src/3_8/ui_elements/uiSunTimes.ts b/weather@mockturtl/src/3_8/ui_elements/uiSunTimes.ts index 01618ca0a3a..5022ae4c67b 100644 --- a/weather@mockturtl/src/3_8/ui_elements/uiSunTimes.ts +++ b/weather@mockturtl/src/3_8/ui_elements/uiSunTimes.ts @@ -80,7 +80,6 @@ export class SunTimesUI { sunBox.add_actor(spacer); sunBox.add_actor(sunsetBox); - this._actor = sunBox; return sunBox; } diff --git a/weather@mockturtl/src/3_8/utils.ts b/weather@mockturtl/src/3_8/utils.ts index cc4b1e20a3f..0e7c7259e0c 100644 --- a/weather@mockturtl/src/3_8/utils.ts +++ b/weather@mockturtl/src/3_8/utils.ts @@ -117,7 +117,7 @@ export function InjectValues(text: string, weather: WeatherData, config: Config, const dayLengthVal = sunset && sunrise ? sunset.diff(sunrise) : ""; const dayLength = dayLengthVal ? dayLengthVal.toFormat("h:mm") : ""; const daylightRemainVal = sunrise && sunset ? sunset.diff(timeNow) : null; - const isDaylight = sunrise && sunset ? !IsNight({sunrise: sunrise, sunset: sunset}) : false; + const isDaylight = sunrise && sunset ? !IsNight({ sunrise: sunrise, sunset: sunset }) : false; const daylightRemain = isDaylight && daylightRemainVal ? daylightRemainVal.toFormat("h:mm") : ""; const daylightRemainPct = sunrise && sunset && isDaylight ? Math.round((sunset.toMillis() - timeNow.toMillis()) * 100 / (sunset.toMillis() - sunrise.toMillis())).toString() @@ -176,28 +176,28 @@ export function InjectValues(text: string, weather: WeatherData, config: Config, let match: RegExpExecArray | null; while ((match = regexp.exec(text)) !== null) { - const literalStart = match[1] || ''; - const literalEnd = match[6] || ''; + const literalStart = match[1] || ''; + const literalEnd = match[6] || ''; - const paddingSpecifier = match[3] || undefined; - const paddingSize = match[4] || undefined; - const padCharMatch = match[5] || undefined; + const paddingSpecifier = match[3] || undefined; + const paddingSize = match[4] || undefined; + const padCharMatch = match[5] || undefined; - const padLiteral = literalStart === "{{{" && literalEnd === "}}}"; - const isLiteral = literalStart === "{{" && literalEnd === "}}"; - const noPad = inCommand && !padLiteral; + const padLiteral = literalStart === "{{{" && literalEnd === "}}}"; + const isLiteral = literalStart === "{{" && literalEnd === "}}"; + const noPad = inCommand && !padLiteral; - const applyPadRight: boolean = (paddingSpecifier === '.' || (paddingSpecifier === undefined && padRight)); - const applyPad: number = paddingSize ? Number(paddingSize) : padLength; - const charPad: string = padCharMatch || padChar; + const applyPadRight: boolean = (paddingSpecifier === '.' || (paddingSpecifier === undefined && padRight)); + const applyPad: number = paddingSize ? Number(paddingSize) : padLength; + const charPad: string = padCharMatch || padChar; - let formattedValue: string = tagValue; // tagValue is guaranteed to be a string + let formattedValue: string = tagValue; // tagValue is guaranteed to be a string - if (!noPad) { - formattedValue = applyPadRight ? formattedValue.padEnd(applyPad, charPad) : formattedValue.padStart(applyPad, charPad); - } + if (!noPad) { + formattedValue = applyPadRight ? formattedValue.padEnd(applyPad, charPad) : formattedValue.padStart(applyPad, charPad); + } - text = text.replace(regexp, isLiteral || padLiteral ? Literal(formattedValue) : formattedValue); + text = text.replace(regexp, isLiteral || padLiteral ? Literal(formattedValue) : formattedValue); } } return text; @@ -271,8 +271,8 @@ export function GetDayName(date: DateTime, options: GetDayNameOptions = {}): str // today or tomorrow, no need to include date if (useTodayTomorrow) { - if (date.hasSame(now, "day") || date.hasSame(tomorrow, "day")) - delete params.weekday; + if (date.hasSame(now, "day") || date.hasSame(tomorrow, "day")) + delete params.weekday; } let dateString = date.toLocaleString(params); @@ -649,9 +649,9 @@ export function ValueChange(temp1: number, temp2: number, large_percent: number } else { index = 4; } - + return `${arrows[index]}${absDiff}`; - } +} // ----------------------------------------------------------------- // Testers @@ -763,7 +763,7 @@ export function ConstructJsLocale(locales: string[]): string | null { try { new Date().toLocaleString(result); } - catch(e) { + catch (e) { Logger.Info(`Invalid locale: ${result}, not supported by JS, ignoring.`); Logger.Debug(e?.toString() ?? ""); continue; @@ -849,7 +849,7 @@ export const isFinalized = function (obj: unknown): boolean { interface CompareVersionOptions { /** * Changes the result if one version string has less parts than the other. In - * this case the shorter string will be padded with "zero" parts instead of being considered smaller. + * this case the shorter string will be padded with "zero" parts instead of being considered smaller. */ zeroExtend: boolean; } diff --git a/weather@mockturtl/src/3_8/weather-data.ts b/weather@mockturtl/src/3_8/weather-data.ts index 5590803cdc0..312fa615a20 100644 --- a/weather@mockturtl/src/3_8/weather-data.ts +++ b/weather@mockturtl/src/3_8/weather-data.ts @@ -31,6 +31,7 @@ export interface WeatherData { /** Meteorological Degrees */ degree: number | null, }; + uvIndex: number | null; /** In Kelvin */ temperature: number | null; /** In hPa */