web: people: changed translations to ProfileAction

This commit is contained in:
NikolayRechkin 2019-09-30 10:45:45 +03:00
parent fe9f67cf90
commit a6fc4580c5
2 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@
"CustomNewGuest": "New {{typeGuest, lowercase}}",
"CustomAddDepartments": "Add {{departments, lowercase}}",
"chooseFileLabel": "Drop files here, or click to select files",
"chooseFileLabel": "Drop file here, or click to select file",
"unknownTypeError": "Unknown image file type",
"maxSizeFileError": "Maximum file size exceeded",
"unknownError": "Error"

View File

@ -37,8 +37,8 @@
"CustomNewGuest": "Новый {{typeGuest, lowercase}}",
"CustomAddDepartments": "Добавить {{departments, lowercase}}",
"chooseFileLabel": "Drop files here, or click to select files",
"unknownTypeError": "Unknown image file type",
"maxSizeFileError": "Maximum file size exceeded",
"unknownError": "Error"
"chooseFileLabel": "Перетащите файл сюда или нажмите, чтобы выбрать файл",
"unknownTypeError": "Неизвестный тип файла изображения",
"maxSizeFileError": "Превышен максимальный размер файла",
"unknownError": "Ошибка"
}