[ADF-1999] i18n support for file size pipe (#2803)

* i18n support for fileSize pipe

* remove unused declaration

* update unit test
This commit is contained in:
Denys Vuika
2018-01-05 21:26:09 +00:00
committed by Eugenio Romano
parent f9fb7dc7dd
commit e98d904363
6 changed files with 55 additions and 7 deletions

View File

@@ -1,5 +1,16 @@
{
"CORE": {
"FILE_SIZE": {
"BYTES": "Bytes",
"KB": "KB",
"MB": "MB",
"GB": "GB",
"TB": "TB",
"PB": "PB",
"EB": "EB",
"ZB": "ZB",
"YB": "YB"
},
"PAGINATION": {
"ITEMS_RANGE": "Showing {{ range }} of {{ total }}",
"ITEMS_PER_PAGE": "Items per page",

View File

@@ -1,5 +1,16 @@
{
"CORE": {
"FILE_SIZE": {
"BYTES": "Б",
"KB": "кБ",
"MB": "МБ",
"GB": "ГБ",
"TB": "ТБ",
"PB": "ПБ",
"EB": "ЭБ",
"ZB": "ЗБ",
"YB": "ЙБ"
},
"PAGINATION": {
"ITEMS_RANGE": "Отображается {{ range }} из {{ total }}",
"ITEMS_PER_PAGE": "Элементов на странице",
@@ -148,4 +159,4 @@
"LOADING": "Загружается",
"UNKNOWN_FORMAT": "Не удалось загрузить предварительный просмотр"
}
}
}