diff options
Diffstat (limited to 'apps/weather_status/l10n/lv.js')
-rw-r--r-- | apps/weather_status/l10n/lv.js | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/apps/weather_status/l10n/lv.js b/apps/weather_status/l10n/lv.js index d4645372f2a..273c8302ea1 100644 --- a/apps/weather_status/l10n/lv.js +++ b/apps/weather_status/l10n/lv.js @@ -15,6 +15,18 @@ OC.L10N.register( "{temperature} {unit} clear sky" : "{temperature} {unit} skaidras debesis", "{temperature} {unit} cloudy later today" : "{temperature} {unit} mākoņains vēlāk šodien", "{temperature} {unit} cloudy" : "{temperature} {unit} mākoņains", + "{temperature} {unit} snow and thunder later today" : "{temperature} {unit} sniegs un pērkons vēlāk šodien", + "{temperature} {unit} snow and thunder" : "{temperature} {unit} sniegs un pērkons", + "{temperature} {unit} snow showers and thunder later today" : "{temperature} {unit} sniega brāzmas un pērkons vēlāk šodien", + "{temperature} {unit} snow showers and thunder" : "{temperature} {unit} sniega brāzmas un pērkons", + "{temperature} {unit} snow showers, thunder and polar twilight later today" : "{temperature} {unit} sniega brāzmas, pērkons un polārā krēsla vēlāk šodien", + "{temperature} {unit} snow showers, thunder and polar twilight" : "{temperature} {unit} sniega brāzmas, pērkons un polārā krēsla", + "{temperature} {unit} snow showers later today" : "{temperature} {unit} sniega brāzmas vēlāk šodien", + "{temperature} {unit} snow showers" : "{temperature} {unit} sniega brāzmas", + "{temperature} {unit} snow showers and polar twilight later today" : "{temperature} {unit} sniega brāzmas un polārā krēsla vēlāk šodien", + "{temperature} {unit} snow showers and polar twilight" : "{temperature} {unit} sniega brāzmas un polārā krēsla", + "{temperature} {unit} snow later today" : "{temperature} {unit} sniegs vēlāk šodien", + "{temperature} {unit} snow" : "{temperature} {unit} sniegs", "{temperature} {unit} fair weather later today" : "{temperature} {unit} labi laikapstākļi vēlāk šodien", "{temperature} {unit} fair weather" : "{temperature} {unit} labi laikapstākļi", "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} daļēji mākoņains vēlāk šodien", @@ -27,12 +39,12 @@ OC.L10N.register( "{temperature} {unit} rainfall" : "{temperature} {unit} nokrišņi", "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} spēcīgi nokrišņi vēlāk šodien", "{temperature} {unit} heavy rainfall" : "{temperature} {unit} spēcīgi nokrišņi", - "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} nokrišņu gāzmas vēlāk šodien", - "{temperature} {unit} rainfall showers" : "{temperature} {unit} nokrišņu gāzmas", - "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} vieglas nokrišņu gāzmas vēlāk šodien", - "{temperature} {unit} light rainfall showers" : "{temperature} {unit} vieglas nokrišņu gāzmas", - "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} spēcīgas nokrišņu gāzmas vēlāk šodien", - "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} spēcīgas nokrišņu gāzmas", + "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} nokrišņu brāzmas vēlāk šodien", + "{temperature} {unit} rainfall showers" : "{temperature} {unit} nokrišņu brāzmas", + "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} vieglas nokrišņu brāzmas vēlāk šodien", + "{temperature} {unit} light rainfall showers" : "{temperature} {unit} vieglas nokrišņu brāzmas", + "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} spēcīgas nokrišņu brāzmas vēlāk šodien", + "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} spēcīgas nokrišņu brāzmas", "More weather for {adr}" : "Vairāk laikapstākļu datu par {adr}", "Loading weather" : "Ielādē laikapstākļus", "Set location for weather" : "Iestatīt atrašanās vietu laikapstākļiem", @@ -46,6 +58,7 @@ OC.L10N.register( "There was an error setting the location." : "Atgadījās kļūda atrašanās vietas iestatīšanā.", "There was an error saving the mode." : "Atgadījās kļūda režīma saglabāšanā.", "There was an error using personal address." : "Atgadījās kļūda personīgās adreses izmantošanā.", + "Unknown weather code" : "Nezināms laikapstākļu kods", "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Laikapstākļu stāvoklis iekļauts informācijas paneļa lietotnē.\nLietotāja atrašanās vieta var tikt automātiski noteikta vai pašrocīgi norādīta. Tad tiek attēlota 6 stundu prognoze.\nŠis stāvoklis var tikt ievietots arī citās vietās, piemēram, kalendāra lietotnē." }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); |