This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(incidents, scheduling, other): add russian locale
- Loading branch information
1 parent
a03a63e
commit 7fa152b
Showing
9 changed files
with
139 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
export default { | ||
incidents: { | ||
filterTitle: 'Фильтровать по статусу', | ||
label: 'Инцидеты', | ||
actions: { | ||
report: 'Сообщить', | ||
}, | ||
status: { | ||
reported: 'reported', | ||
all: 'all', | ||
}, | ||
reports: { | ||
label: 'Отправленные инциденты', | ||
new: 'Сообщить об инциденте', | ||
view: 'Просмотреть инцидент', | ||
dateOfIncident: 'Дата инцидента', | ||
department: 'Подразделение', | ||
category: 'Категория', | ||
categoryItem: 'Подкатегория', | ||
description: 'Описание инцидента', | ||
code: 'Код', | ||
reportedBy: 'Кем сообщено', | ||
reportedOn: 'Когда сообщено', | ||
status: 'Статус', | ||
error: { | ||
dateRequired: 'Необходимо указать дату.', | ||
dateMustBeInThePast: 'Дата должна быть в прошлом.', | ||
departmentRequired: 'Необходимо указать департамент.', | ||
categoryRequired: 'Необходимо указать категорию', | ||
categoryItemRequired: 'Необходимо указать подкатегорию', | ||
descriptionRequired: 'Необходимо указать описание', | ||
}, | ||
}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,40 @@ | ||
export default { | ||
labs: { | ||
label: 'Анализы', | ||
filterTitle: 'Фильтровать по статусу', | ||
search: 'Поиск анализов', | ||
status: { | ||
requested: 'Запрошен', | ||
completed: 'Завершен', | ||
canceled: 'Отменен', | ||
}, | ||
filter: { | ||
all: 'Все статусы', | ||
}, | ||
requests: { | ||
label: 'Запросы анализов', | ||
new: 'Новый запрос анализа', | ||
view: 'Посмотреть анализ', | ||
cancel: 'Отменить анализ', | ||
complete: 'Завершить анализ', | ||
error: { | ||
unableToRequest: 'Невозможно создать новый запрос анализа.', | ||
unableToComplete: 'Невозможно завершить анализ.', | ||
typeRequired: 'Необходимо указать тип.', | ||
resultRequiredToComplete: 'Необходимо указать результат.', | ||
}, | ||
}, | ||
lab: { | ||
code: 'Лабораторный код', | ||
code: 'Код анализа', | ||
status: 'Статус', | ||
for: 'Для', | ||
type: 'Тип', | ||
result: 'Результат', | ||
notes: 'Заметки', | ||
requestedOn: 'Когда запрошен', | ||
completedOn: 'Когда завершен', | ||
canceledOn: 'Когда отменен', | ||
patient: 'Пациент', | ||
}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export default { | ||
networkStatus: { | ||
offline: 'вы работаете в оффлайн режиме', | ||
online: 'вы снова онлайн', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
export default { | ||
scheduling: { | ||
label: 'Расписание', | ||
appointments: { | ||
label: 'Назначения', | ||
new: 'Новое назначение', | ||
schedule: 'Расписание назначений', | ||
editAppointment: 'Редактировать назначение', | ||
deleteAppointment: 'Удалить назначение', | ||
viewAppointment: 'Просмотр назначения', | ||
}, | ||
appointment: { | ||
startDate: 'Дата начала', | ||
endDate: 'Дата окончания', | ||
location: 'Место', | ||
type: 'Тип', | ||
errors: { | ||
createAppointmentError: 'Невозможно создать назначение.', | ||
updateAppointmentError: 'Невозможно обновить назначение.', | ||
patientRequired: 'Необходимо указать пациента.', | ||
startDateMustBeBeforeEndDate: 'Дата начала не может быть позже даты конца.', | ||
}, | ||
reason: 'Причина', | ||
patient: 'Пациент', | ||
deleteConfirmationMessage: 'Вы уверены, что хотите удалить назначение?', | ||
successfullyCreated: 'Назначение успешно создано.', | ||
successfullyDeleted: 'Назначение успешно удалено.', | ||
}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
export default { | ||
settings: {}, | ||
settings: { | ||
label: 'Настройки', | ||
language: { | ||
label: 'Язык', | ||
}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export default { | ||
sex: { | ||
male: 'Мужчина', | ||
female: 'Женщина', | ||
other: 'Другое', | ||
unknown: 'Неизвестно', | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export default { | ||
states: { | ||
success: 'Успешно!', | ||
error: 'Ошибка!', | ||
}, | ||
} |