mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
f9fb7dc7dd
commit
e98d904363
@@ -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",
|
||||
|
@@ -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": "Не удалось загрузить предварительный просмотр"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user