|
@@ -7,6 +7,7 @@
|
|
|
"act-addComment": "прокомментировал __card__: __comment__",
|
|
|
"act-createBoard": "создал __board__",
|
|
|
"act-createCard": "добавил __card__ в __list__",
|
|
|
+ "act-createCustomField": "created custom field __customField__",
|
|
|
"act-createList": "добавил __list__ для __board__",
|
|
|
"act-addBoardMember": "добавил __member__ в __board__",
|
|
|
"act-archivedBoard": "Доска __board__ перемещена в Корзину",
|
|
@@ -30,6 +31,7 @@
|
|
|
"activity-archived": "%s перемещено в Корзину",
|
|
|
"activity-attached": "прикрепил %s к %s",
|
|
|
"activity-created": "создал %s",
|
|
|
+ "activity-customfield-created": "created custom field %s",
|
|
|
"activity-excluded": "исключил %s из %s",
|
|
|
"activity-imported": "импортировал %s в %s из %s",
|
|
|
"activity-imported-board": "импортировал %s из %s",
|
|
@@ -111,6 +113,7 @@
|
|
|
"card-due-on": "Выполнить до",
|
|
|
"card-spent": "Затраченное время",
|
|
|
"card-edit-attachments": "Изменить вложения",
|
|
|
+ "card-edit-custom-fields": "Edit custom fields",
|
|
|
"card-edit-labels": "Изменить метку",
|
|
|
"card-edit-members": "Изменить участников",
|
|
|
"card-labels-title": "Изменить метки для этой карточки.",
|
|
@@ -118,6 +121,8 @@
|
|
|
"card-start": "Дата начала",
|
|
|
"card-start-on": "Начнётся с",
|
|
|
"cardAttachmentsPopup-title": "Прикрепить из",
|
|
|
+ "cardCustomField-datePopup-title": "Change date",
|
|
|
+ "cardCustomFieldsPopup-title": "Edit custom fields",
|
|
|
"cardDeletePopup-title": "Удалить карточку?",
|
|
|
"cardDetailsActionsPopup-title": "Действия в карточке",
|
|
|
"cardLabelsPopup-title": "Метки",
|
|
@@ -167,11 +172,25 @@
|
|
|
"createBoardPopup-title": "Создать доску",
|
|
|
"chooseBoardSourcePopup-title": "Импортировать доску",
|
|
|
"createLabelPopup-title": "Создать метку",
|
|
|
+ "createCustomField": "Create Field",
|
|
|
+ "createCustomFieldPopup-title": "Create Field",
|
|
|
"current": "текущий",
|
|
|
+ "custom-field-delete-pop": "There is no undo. This will remove this custom field from all cards and destroy its history.",
|
|
|
+ "custom-field-checkbox": "Checkbox",
|
|
|
+ "custom-field-date": "Дата",
|
|
|
+ "custom-field-dropdown": "Dropdown List",
|
|
|
+ "custom-field-dropdown-none": "(none)",
|
|
|
+ "custom-field-dropdown-options": "List Options",
|
|
|
+ "custom-field-dropdown-options-placeholder": "Press enter to add more options",
|
|
|
+ "custom-field-dropdown-unknown": "(unknown)",
|
|
|
+ "custom-field-number": "Number",
|
|
|
+ "custom-field-text": "Text",
|
|
|
+ "custom-fields": "Custom Fields",
|
|
|
"date": "Дата",
|
|
|
"decline": "Отклонить",
|
|
|
"default-avatar": "Аватар по умолчанию",
|
|
|
"delete": "Удалить",
|
|
|
+ "deleteCustomFieldPopup-title": "Delete Custom Field?",
|
|
|
"deleteLabelPopup-title": "Удалить метку?",
|
|
|
"description": "Описание",
|
|
|
"disambiguateMultiLabelPopup-title": "Разрешить конфликт меток",
|
|
@@ -186,6 +205,7 @@
|
|
|
"soft-wip-limit": "Мягкий лимит на кол-во задач",
|
|
|
"editCardStartDatePopup-title": "Изменить дату начала",
|
|
|
"editCardDueDatePopup-title": "Изменить дату выполнения",
|
|
|
+ "editCustomFieldPopup-title": "Edit Field",
|
|
|
"editCardSpentTimePopup-title": "Изменить затраченное время",
|
|
|
"editLabelPopup-title": "Изменить метки",
|
|
|
"editNotificationPopup-title": "Редактировать уведомления",
|
|
@@ -366,6 +386,7 @@
|
|
|
"title": "Название",
|
|
|
"tracking": "Отслеживание",
|
|
|
"tracking-info": "Вы будете уведомлены о любых изменениях в тех карточках, в которых вы являетесь создателем или участником.",
|
|
|
+ "type": "Type",
|
|
|
"unassign-member": "Отменить назначение участника",
|
|
|
"unsaved-description": "У вас есть несохраненное описание.",
|
|
|
"unwatch": "Перестать следить",
|
|
@@ -430,6 +451,7 @@
|
|
|
"hours": "часы",
|
|
|
"minutes": "минуты",
|
|
|
"seconds": "секунды",
|
|
|
+ "show-field-on-card": "Show this field on card",
|
|
|
"yes": "Да",
|
|
|
"no": "Нет",
|
|
|
"accounts": "Учетные записи",
|