UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: канонизация статусов и системы оценок в настройках проекта
This commit is contained in:
@@ -1930,6 +1930,9 @@ export default {
|
||||
heading: "States",
|
||||
description: "Define and customize workflow states to track the progress of your work items.",
|
||||
describe_this_state_for_your_members: "Describe this state for your members.",
|
||||
default_label: "Default",
|
||||
mark_as_default: "Mark as default",
|
||||
marking_as_default: "Marking as default",
|
||||
delete: {
|
||||
blocked: "This state still contains work items. Move them to another state before deleting it.",
|
||||
error: "State could not be deleted. Please try again.",
|
||||
@@ -1988,6 +1991,14 @@ export default {
|
||||
enter_estimate_point: "Enter estimate",
|
||||
step: "Step {step} of {total}",
|
||||
label: "Create estimate",
|
||||
add_points: "Add points",
|
||||
add_categories: "Add categories",
|
||||
add_time: "Add time",
|
||||
custom_description: {
|
||||
points: "Build your own point scale from scratch.",
|
||||
categories: "Build your own category scale from scratch.",
|
||||
time: "Build your own time scale from scratch.",
|
||||
},
|
||||
},
|
||||
toasts: {
|
||||
created: {
|
||||
@@ -2056,6 +2067,12 @@ export default {
|
||||
hours: "Hours",
|
||||
},
|
||||
},
|
||||
values: {
|
||||
easy: "Easy",
|
||||
medium: "Medium",
|
||||
hard: "Hard",
|
||||
very_hard: "Very hard",
|
||||
},
|
||||
},
|
||||
automations: {
|
||||
label: "Automations",
|
||||
|
||||
@@ -2089,6 +2089,9 @@ export default {
|
||||
heading: "Статусы",
|
||||
description: "Определяйте и настраивайте статусы рабочего процесса для отслеживания прогресса рабочих элементов.",
|
||||
describe_this_state_for_your_members: "Опишите этот статус для участников",
|
||||
default_label: "По умолчанию",
|
||||
mark_as_default: "Сделать по умолчанию",
|
||||
marking_as_default: "Назначение по умолчанию",
|
||||
delete: {
|
||||
blocked: "В этом статусе есть рабочие элементы. Переместите их в другой статус, чтобы удалить текущий.",
|
||||
error: "Не удалось удалить статус. Попробуйте снова.",
|
||||
@@ -2147,6 +2150,14 @@ export default {
|
||||
enter_estimate_point: "Ввести оценку",
|
||||
step: "Шаг {step} из {total}",
|
||||
label: "Создать оценку",
|
||||
add_points: "Добавить баллы",
|
||||
add_categories: "Добавить категории",
|
||||
add_time: "Добавить время",
|
||||
custom_description: {
|
||||
points: "Создайте собственную шкалу баллов с нуля.",
|
||||
categories: "Создайте собственную шкалу категорий с нуля.",
|
||||
time: "Создайте собственную шкалу времени с нуля.",
|
||||
},
|
||||
},
|
||||
toasts: {
|
||||
created: {
|
||||
@@ -2216,6 +2227,12 @@ export default {
|
||||
hours: "Часы",
|
||||
},
|
||||
},
|
||||
values: {
|
||||
easy: "Легко",
|
||||
medium: "Средне",
|
||||
hard: "Сложно",
|
||||
very_hard: "Очень сложно",
|
||||
},
|
||||
},
|
||||
automations: {
|
||||
label: "Автоматизация",
|
||||
|
||||
Reference in New Issue
Block a user