0
0
mirror of https://github.com/nextcloud/server.git synced 2024-12-29 00:18:42 +00:00
nextcloud_server/apps/weather_status/l10n/mk.js
Nextcloud bot 9a220989dd
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-26 00:23:09 +00:00

51 lines
5.3 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"weather_status",
{
"Unknown address" : "Немозната адреса",
"No result." : "Нема резултати.",
"Malformed JSON data." : "Лошо формирани JSON податоци.",
"Error" : "Грешка",
"Weather status" : "Временска прогноза",
"Weather status in your dashboard" : "Временска прогноза на вашата табла",
"Detect location" : "Детектирај локација",
"Set custom address" : "Поставете адреса",
"Favorites" : "Омилени",
"{temperature} {unit} clear sky later today" : "{temperature} {unit} Ведро небо подоцна денеска",
"{temperature} {unit} clear sky" : "{temperature} {unit} Ведро небо",
"{temperature} {unit} cloudy later today" : "{temperature} {unit} Облачно подоцна денеска",
"{temperature} {unit} cloudy" : "{temperature} {unit} Облачно",
"{temperature} {unit} fair weather later today" : "{temperature} {unit} Убаво време подоцна денеска",
"{temperature} {unit} fair weather" : "{temperature} {unit} Убаво време",
"{temperature} {unit} partly cloudy later today" : "{temperature} {unit} Променливо облачно подоцна денеска",
"{temperature} {unit} partly cloudy" : "{temperature} {unit} Променливо облачно",
"{temperature} {unit} foggy later today" : "{temperature} {unit} Магливо подоцна денеска",
"{temperature} {unit} foggy" : "{temperature} {unit} Магливо",
"{temperature} {unit} light rainfall later today" : "{temperature} {unit} Слаби врнежи од дожд подоцна денеска",
"{temperature} {unit} light rainfall" : "{temperature} {unit} Слаби врнежи",
"{temperature} {unit} rainfall later today" : "{temperature} {unit} Врнежи од дожд подоцна денеска",
"{temperature} {unit} rainfall" : "{temperature} {unit} Врнежи од дожд",
"{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} Обилни врнежи од дожд подоцна денеска",
"{temperature} {unit} heavy rainfall" : "{temperature} {unit} Обилни врнежи од дожд",
"{temperature} {unit} rainfall showers later today" : "{temperature} {unit} Врнежи од дожд подоцна денеска",
"{temperature} {unit} rainfall showers" : "{temperature} {unit} Врнежи од дожд",
"{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} Слаби врнежи од дожд подоцна денеска",
"{temperature} {unit} light rainfall showers" : "{temperature} {unit} Слаби врнежи",
"{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} Обилни врнежи од дожд подоцна денеска",
"{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} Обилни врнежи од дожд",
"More weather for {adr}" : "Повеќе информации за временската прогноза за {adr}",
"Loading weather" : "Вчитување на временска прогноза",
"Set location for weather" : "Поставете локација за временска прогноза",
"Remove from favorites" : "Отстрани од фаворити",
"Add as favorite" : "Додади во омилени",
"You are not logged in." : "Не сте најавени",
"There was an error getting the weather status information." : "Настана грешка при вчитување на инфорнации за временска прогноза.",
"No weather information found" : "Не се пронајдени информации за временската прогноза",
"Location not found" : "Локацијата не е пронајдена",
"There was an error setting the location address." : "Настана грешка при поставување на адреса на локација.",
"There was an error setting the location." : "Настана грешка при поставување на локација.",
"There was an error saving the mode." : "Грешка при зачувување.",
"There was an error using personal address." : "Настана грешка при користење на сопствена адреса.",
"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." : "Временска прогноза интегрирана во апликацијата Табла.\nПозицијата на корисникот може автоматски да се одреди или рачно да се дефинира. Потоа се прикажува предвидување од 6 часа.\nОвој статус може да се интегрира и на други места, како што е апликацијата „Календар“."
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");