No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
28 changed files with 104 additions and 42 deletions
-
2apps/comments/l10n/sl.js
-
2apps/comments/l10n/sl.json
-
2apps/files/l10n/cs.js
-
2apps/files/l10n/cs.json
-
14apps/files/l10n/ru.js
-
14apps/files/l10n/ru.json
-
10apps/files_sharing/l10n/cs.js
-
10apps/files_sharing/l10n/cs.json
-
2apps/files_sharing/l10n/pl.js
-
2apps/files_sharing/l10n/pl.json
-
1apps/provisioning_api/l10n/nl.js
-
1apps/provisioning_api/l10n/nl.json
-
10apps/settings/l10n/cs.js
-
10apps/settings/l10n/cs.json
-
1apps/settings/l10n/tr.js
-
1apps/settings/l10n/tr.json
-
2apps/systemtags/l10n/sl.js
-
2apps/systemtags/l10n/sl.json
-
23apps/user_status/l10n/ru.js
-
23apps/user_status/l10n/ru.json
-
2apps/weather_status/l10n/nl.js
-
2apps/weather_status/l10n/nl.json
-
2core/l10n/tr.js
-
2core/l10n/tr.json
-
1lib/l10n/ru.js
-
1lib/l10n/ru.json
-
1lib/l10n/tr.js
-
1lib/l10n/tr.json
@ -1,6 +1,7 @@ |
|||
{ "translations": { |
|||
"Provisioning API" : "Provisioning API", |
|||
"This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Deze applicatie maakt een reeks API's mogelijk die externe systemen kunnen gebruiken om gebruikers, groepen en apps te beheren.", |
|||
"This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, HTTP requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "Deze applicatie maakt een reeks API's mogelijk die externe systemen kunnen gebruiken om gebruikers te creëren, bewerken, verwijderen en bevragen\n\t\tattributen, query's uitvoeren, groepen instellen en verwijderen, quota instellen en de totale opslagruimte opvragen die wordt gebruikt in Nextcloud. Groepsbeheerders\n\t\tkunnen ook Nextcloud opvragen en dezelfde functies uitvoeren als een beheerder voor groepen die ze beheert. De API maakt het ook\n\t\tmogelijk voor een beheerder om te vragen naar actieve Nextcloud-applicaties, applicatie-info en om een app op afstand in- of uit te schakelen.\n\t\tZodra de app is ingeschakeld, kunnen HTTP-verzoeken worden gebruikt via een Basic Auth-header om de functies \n\t\thierboven uit te voeren. Meer informatie is beschikbaar in de Provisioning API-documentatie, inclusief voorbeeldoproepen\n\t\ten serverreacties.", |
|||
"This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, http requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "Deze applicatie maakt een reeks API's mogelijk die externe systemen kunnen gebruiken om gebruikers te creëren, bewerken, verwijderen en bevragen\n\t\tattributen, query's uitvoeren, groepen instellen en verwijderen, quota instellen en de totale opslagruimte opvragen die wordt gebruikt in Nextcloud. Groepsbeheerders\n\t\tkunnen ook Nextcloud opvragen en dezelfde functies uitvoeren als een beheerder voor groepen die ze beheren. De API maakt het ook\n\t\tmogelijk voor een beheerder om te vragen naar actieve Nextcloud-applicaties, applicatie-info en om een app op afstand in- of uit te schakelen.\n\t\tZodra de app is ingeschakeld, kunnen http-verzoeken worden gebruikt via een Basic Auth-header om de functies \n\t\thierboven uit te voeren. Meer informatie is beschikbaar in de Provisioning API-documentatie, inclusief voorbeeldoproepen\n\t\ten serverreacties." |
|||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
|||
} |
@ -1,22 +1,37 @@ |
|||
OC.L10N.register( |
|||
"user_status", |
|||
{ |
|||
"Recent statuses" : "Недавние статусы", |
|||
"In a meeting" : "На встрече", |
|||
"Commuting" : "В пути", |
|||
"Out sick" : "Болею", |
|||
"Vacationing" : "В отпуске", |
|||
"Working remotely" : "Удалённая работа", |
|||
"User status" : "Статус пользователя", |
|||
"Clear status message after" : "Очистить сообщение о состоянии через", |
|||
"What's your status?" : "Укажите ваше состояние", |
|||
"Set status" : "Установить состояние", |
|||
"What's your status?" : "Укажите свой статус", |
|||
"Set status" : "Задать статус", |
|||
"Online status" : "Состояние на связи", |
|||
"Status message" : "Сообщение о состоянии", |
|||
"Clear status message" : "Очистить сообщение о состоянии", |
|||
"Set status message" : "Установить сообщение о состоянии", |
|||
"There was an error saving the status" : "Не удалось сохранить статус", |
|||
"There was an error clearing the status" : "Не удалось убрать статус", |
|||
"No recent status changes" : "Недавние изменения статуса отсуствуют ", |
|||
"Away" : "Отсутствует", |
|||
"Do not disturb" : "Не беспокоить", |
|||
"{status}, {timestamp}" : "{status}, {timestamp}", |
|||
"Don't clear" : "Не очищать", |
|||
"Today" : "Сегодня", |
|||
"This week" : "Эта неделя", |
|||
"Online" : "На связи", |
|||
"Invisible" : "Невидимая", |
|||
"Invisible" : "Невидимка", |
|||
"Offline" : "Автономно", |
|||
"There was an error saving the new status" : "Не удалось сохранить новый статус", |
|||
"30 minutes" : "30 минут", |
|||
"1 hour" : "1 час" |
|||
"1 hour" : "1 час", |
|||
"4 hours" : "4 часа", |
|||
"Mute all notifications" : "Отключить все уведомления", |
|||
"Clear status after" : "Удалить статус через" |
|||
}, |
|||
"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,20 +1,35 @@ |
|||
{ "translations": { |
|||
"Recent statuses" : "Недавние статусы", |
|||
"In a meeting" : "На встрече", |
|||
"Commuting" : "В пути", |
|||
"Out sick" : "Болею", |
|||
"Vacationing" : "В отпуске", |
|||
"Working remotely" : "Удалённая работа", |
|||
"User status" : "Статус пользователя", |
|||
"Clear status message after" : "Очистить сообщение о состоянии через", |
|||
"What's your status?" : "Укажите ваше состояние", |
|||
"Set status" : "Установить состояние", |
|||
"What's your status?" : "Укажите свой статус", |
|||
"Set status" : "Задать статус", |
|||
"Online status" : "Состояние на связи", |
|||
"Status message" : "Сообщение о состоянии", |
|||
"Clear status message" : "Очистить сообщение о состоянии", |
|||
"Set status message" : "Установить сообщение о состоянии", |
|||
"There was an error saving the status" : "Не удалось сохранить статус", |
|||
"There was an error clearing the status" : "Не удалось убрать статус", |
|||
"No recent status changes" : "Недавние изменения статуса отсуствуют ", |
|||
"Away" : "Отсутствует", |
|||
"Do not disturb" : "Не беспокоить", |
|||
"{status}, {timestamp}" : "{status}, {timestamp}", |
|||
"Don't clear" : "Не очищать", |
|||
"Today" : "Сегодня", |
|||
"This week" : "Эта неделя", |
|||
"Online" : "На связи", |
|||
"Invisible" : "Невидимая", |
|||
"Invisible" : "Невидимка", |
|||
"Offline" : "Автономно", |
|||
"There was an error saving the new status" : "Не удалось сохранить новый статус", |
|||
"30 minutes" : "30 минут", |
|||
"1 hour" : "1 час" |
|||
"1 hour" : "1 час", |
|||
"4 hours" : "4 часа", |
|||
"Mute all notifications" : "Отключить все уведомления", |
|||
"Clear status after" : "Удалить статус через" |
|||
},"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);" |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue