parent
2a154f57ce
commit
153ff3d9b7
@ -1,6 +1,7 @@ |
||||
OC.L10N.register( |
||||
"admin_audit", |
||||
{ |
||||
"Auditing / Logging" : "Аудит / Журналирование" |
||||
"Auditing / Logging" : "Аудит / Журналирование", |
||||
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Предоставляет возможности журналирования для Nextcloud, такие как журналирование доступа к файлам или журналирование других важных действий." |
||||
}, |
||||
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); |
||||
|
||||
@ -1,4 +1,5 @@ |
||||
{ "translations": { |
||||
"Auditing / Logging" : "Аудит / Журналирование" |
||||
"Auditing / Logging" : "Аудит / Журналирование", |
||||
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Предоставляет возможности журналирования для Nextcloud, такие как журналирование доступа к файлам или журналирование других важных действий." |
||||
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" |
||||
} |
||||
@ -0,0 +1,41 @@ |
||||
OC.L10N.register( |
||||
"weather_status", |
||||
{ |
||||
"Unknown address" : "Непозната адреса", |
||||
"No result." : "Нема резултата.", |
||||
"Malformed JSON data." : "Неисправни JSON подаци.", |
||||
"Error" : "Грешка", |
||||
"Weather status" : "Временска прогноза", |
||||
"Weather status in your dashboard" : "Временска прогноза на Вашој контролној табли", |
||||
"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 Овај статус се такође може интегрисати на друга места, као што је Календар.", |
||||
"Detect location" : "Откриј локацију", |
||||
"Set custom address" : "Постави произвољну адресу", |
||||
"Favorites" : "Омиљене", |
||||
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Без облака у {time}", |
||||
"{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Облачно у {time}", |
||||
"{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Миран дан у {time}", |
||||
"{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Мирна ноћ у {time}", |
||||
"{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Умерено облачно у {time}", |
||||
"{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Магла у {time}", |
||||
"{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Слаба киша у {time}", |
||||
"{temperature} {unit} Rain at {time}" : "{temperature} {unit} Киша у {time}", |
||||
"{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Јака киша у {time}", |
||||
"{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Пљускови у {time}", |
||||
"{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Слаби пљусак у {time}", |
||||
"{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Јаки пљусак у {time}", |
||||
"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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |
||||
@ -0,0 +1,39 @@ |
||||
{ "translations": { |
||||
"Unknown address" : "Непозната адреса", |
||||
"No result." : "Нема резултата.", |
||||
"Malformed JSON data." : "Неисправни JSON подаци.", |
||||
"Error" : "Грешка", |
||||
"Weather status" : "Временска прогноза", |
||||
"Weather status in your dashboard" : "Временска прогноза на Вашој контролној табли", |
||||
"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 Овај статус се такође може интегрисати на друга места, као што је Календар.", |
||||
"Detect location" : "Откриј локацију", |
||||
"Set custom address" : "Постави произвољну адресу", |
||||
"Favorites" : "Омиљене", |
||||
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Без облака у {time}", |
||||
"{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Облачно у {time}", |
||||
"{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Миран дан у {time}", |
||||
"{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Мирна ноћ у {time}", |
||||
"{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Умерено облачно у {time}", |
||||
"{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Магла у {time}", |
||||
"{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Слаба киша у {time}", |
||||
"{temperature} {unit} Rain at {time}" : "{temperature} {unit} Киша у {time}", |
||||
"{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Јака киша у {time}", |
||||
"{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Пљускови у {time}", |
||||
"{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Слаби пљусак у {time}", |
||||
"{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Јаки пљусак у {time}", |
||||
"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 Овај статус се такође може интегрисати на друга места, као што је Календар." |
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" |
||||
} |
||||
Loading…
Reference in new issue