[ACS-5183] properties facet file size and file type (#3347)

* ACS-5183 Started updating configuration for file type and size

* ACS-5183 Corrected file extensions

* ACS-5183 Added more file extensions

* ACS-5183 Corrected configuration

* ACS-5183 Fix e2e

* ACS-5183 Added translation key

* ACS-5183 Changed jira for excluded e2es

* ACS-5183 Corrected import

* ACS-5183 Added license header
This commit is contained in:
AleksanderSklorz
2023-07-20 08:38:34 +02:00
committed by GitHub
parent 9a585c1642
commit d3be553fd6
24 changed files with 183 additions and 329 deletions
+1 -8
View File
@@ -526,7 +526,6 @@
"CREATE_DATE": "作成日"
},
"FACET_FIELDS": {
"FILE_TYPE": "ファイルのタイプ",
"CREATOR": "作成者",
"MODIFIER": "変更者",
"LOCATION": "場所",
@@ -534,13 +533,6 @@
},
"CATEGORIES": {
"MODIFIED_DATE": "変更日",
"SIZE": "サイズ",
"SIZE_OPTIONS": {
"SMALL": "小",
"MEDIUM": "中",
"LARGE": "大",
"HUGE": "特大"
},
"CREATED_DATE": "作成日",
"EFFECTIVITY_FROM": "有効性の開始",
"EFFECTIVITY_TO": "有効性の終了",
@@ -614,3 +606,4 @@
}
}
}