Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ru.js « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 513adbba3fb18fa54a7abfe0f6aec39bf02d823f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
OC.L10N.register(
    "firstrunwizard",
    {
    "First run wizard" : "Помощник первого запуска",
    "Add your profile information! For example your email is needed to reset your password." : "Добавьте данные в свой профиль! Например, адрес электронной почты необходим для сброса пароля.",
    "Add your profile information! Set a profile picture and full name for easier recognition across all features." : "Добавьте данные в свой профиль: выберите изображение и укажите полное имя для более понятной работы.",
    "Add your profile information! Set a full name for easier recognition across all features." : "Добавьте данные в свой профиль: укажите своё полное имя для более понятной работы.",
    "Add your profile information! Set a profile picture for easier recognition across all features." : "Добавьте данные в свой профиль: выберите изображение для более понятной работы.",
    "Get the apps to sync your files" : "Используйте приложения для синхронизации файлов:",
    "Desktop client" : "Клиент для ПК",
    "Android app" : "Приложение для Android",
    "iOS app" : "Приложение для iOS ",
    "Connect your desktop apps to %s" : "Подключите приложения с компьютера к %s",
    "Connect your calendar" : "Подключение к календарям",
    "Connect your contacts" : "Подключение к спискам контактов",
    "Access files via WebDAV" : "Доступ к файлам по протоколу WebDAV",
    "%s gives you access to your files wherever you are. Our easy to use desktop and mobile clients are available for all major platforms at zero cost." : "%s предоставляет доступ к файлам откуда угодно: разработаны и бесплатно доступны приложения для синхронизации файлов для всех основных платформ мобильных устройств и ПК.",
    "Setup sync clients using an <a href=\"\">app password</a>. That way you can make sure you are able to revoke access in case you loose that device." : "При настройке приложения для синхронизации, вместо своего пароля для входа в систему рекомендуется использовать <a href=\"\">пароль приложения</a>, что позволяет отзывать доступ в случае утраты устройства.",
    "Connect other apps to %s" : "Подключение других приложений к %s",
    "Besides the sync clients you can connect any other software that supports the WebDAV/CalDAV/CardDAV protocols to %s." : "К  %s возможно настроить подключение из любых программ, поддерживающих протоколы WebDAV, CalDAV и CardDAV.",
    "The first run wizard helps you to get started with %s." : "Помощник первого запуска помогает начать работу в %s.",
    "Show first run wizard again" : "Повторно показать помощника первого запуска",
    "Access & share your files, calendars, contacts, mail & more from any device, on your terms" : "Доступ и обмен вашими файлами, календарями, контактами, почтой и многим другим со всех  устройств только на ваших условиях",
    "Connect your Calendar" : "Подключить свой календарь",
    "Connect your Contacts" : "Подключить свои контакты",
    "There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"%s\">website</a>." : "Дополнительная информация в <a target=\"_blank\" href=\"%s\">документации</a> и на нашем <a target=\"_blank\" href=\"%s\">веб-сайте</a>.",
    "If you like Nextcloud, <a href=\"mailto:?subject=Nextcloud &body=Nextcloud is a great open software to sync and share your files. You can freely get it from https://nextcloud.com\"> recommend it to your friends</a> and <a href=\"https://nextcloud.com/contribute/\" target=\"_blank\">contribute back</a>!" : "Если Вам нравится Nextcloud, <a href=\"mailto:?subject=Nextcloud &body=Nextcloud это замечательное свободное программное обеспечение для синхронизации и обмена вашими файлами. Вы можете получить его бесплатно на https://nextcloud.com\">рекомендуйте его друзьям</a> и <a href=\"https://nextcloud.com/contribute/\" target=\"_blank\">возвращайтесь обратно</a>!",
    "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Если хотите поддержать проект — {contributeopen}присоединяйтесь к разработке{linkclose} или {contributeopen}расскажите о нём другим{linkclose}!",
    "Show First Run Wizard again" : "Повторно показать мастера первого запуска"
},
"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);");