fixed some small translation issues with info panel

This commit is contained in:
mushka 2022-10-18 01:55:45 +03:00
parent 6055e4db6b
commit 3008e549c9
3 changed files with 3 additions and 3 deletions

View File

@ -14,6 +14,7 @@
"Properties": "Properties",
"Data": "Data",
"StorageType": "Storage type",
"FileExtension": "File extension",
"DateModified": "Date modified",
"LastModifiedBy": "Last modified by",

View File

@ -14,6 +14,7 @@
"Properties": "Cвойства",
"Data": "Данные",
"StorageType": "Тип хранилища",
"FileExtension": "Расширение файла",
"DateModified": "Дата изменения",
"LastModifiedBy": "Автор последнего корректива",

View File

@ -124,9 +124,7 @@ class DetailsHelper {
case "Type":
return this.t("Common:Type");
case "Storage Type":
return this.t("InfoPanel:Storage type");
case "Storage account":
return this.t("InfoPanel:Storage account");
return this.t("InfoPanel:StorageType");
case "File extension":
return this.t("FileExtension");