forms/l10n/ru.js
2020-04-29 03:16:35 +00:00

33 lines
2.3 KiB
JavaScript
Raw 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(
"forms",
{
"Forms" : "Формы",
"A forms app, similar to Google Forms." : "Приложени форм, похожее на Google Forms.",
"A forms app, similar to Google Forms with the possibility to restrict access (members, certain groups/users, and public)." : "Приложение форм, похожее на Google Forms с возможностью ограничения доступа.",
"New form" : "Новая форма",
"Loading forms …" : "Загрузка форм ...",
"Create new form" : "Создать новую форму",
"An error occurred while loading the forms list" : "Произошла ошибка при загрузке списка форм",
"Unable to create a new form" : "Невозможно создать новую форму",
"Clone form" : "Копировать форму",
"Delete form" : "Удалить форму",
"Form link copied" : "Ссылка формы скопирована",
"Cannot copy, please copy the link manually" : "Не удалось скопировать, выполните копирование вручную",
"Are you sure you want to delete the form “{title}”?" : "Вы уверены, что хотите удалить форму «{title}»?",
"Deleted form “{title}”" : "Форма «{title}» удалена",
"Error while deleting form “{title}”" : "Ошибка при удалении формы «{title}»",
"Group" : "Группа",
"Add Option" : "Добавить вариант",
"Title" : "Заголовок",
"Description" : "Описание",
"Settings" : "Настройки",
"Set expiration date" : "Установить срок действия",
"Sharing" : "Параметры публикации",
"Share link" : "Предоставление общего доступа по ссылке",
"Name of user or group" : "Имя пользователя или группы",
"Expiration date" : "Дата окончания",
"Submit" : "Создать",
"Form Expired" : "Форма закончилась"
},
"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);");