Web: removed duplicate translations from Common.json

This commit is contained in:
Nikita Gopienko 2021-08-27 11:09:19 +03:00
parent f740b63fa5
commit 4f30eb9a2a
3 changed files with 4 additions and 12 deletions

View File

@ -17,14 +17,14 @@ const TypeCell = ({ t, item, sideColor }) => {
case FileType.Image:
return t("Common:Image");
case FileType.Spreadsheet:
return t("Common:Spreadsheet");
return t("Spreadsheet");
case FileType.Presentation:
return t("Common:Presentation");
return t("Presentation");
case FileType.Document:
return t("Common:Document");
return t("Document");
default:
return t("Common:Folder");
return t("Folder");
}
};

View File

@ -102,10 +102,6 @@
"Archive": "Archive",
"Video": "Video",
"Audio": "Audio",
"Spreadsheet": "Spreadsheet",
"Presentation": "Presentation",
"Document": "Document",
"Folder": "Folder",
"Department": "Department",
"Role": "Role",
"Phone": "Phone"

View File

@ -102,10 +102,6 @@
"Archive": "Архив",
"Video": "Видео",
"Audio": "Аудио",
"Spreadsheet": "Таблица",
"Presentation": "Презентация",
"Document": "Документ",
"Folder": "Папка",
"Department": "Отдел",
"Role": "Позиция",
"Phone": "Телефон"