Skip to content

Commit f8fcc8a

Browse files
committed
Adjusted paths to the json files
1 parent 21af35a commit f8fcc8a

3 files changed

Lines changed: 43 additions & 1 deletion

File tree

src/app/chat/component/chat-page/chat-page.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Store } from '@ngrx/store';
99
import { take } from 'rxjs';
1010
import { userRoleSelector } from 'src/app/store/selectors/auth.selectors';
1111
import { environment } from '@environment/environment';
12-
//mock change for the commit
12+
1313
@Component({
1414
selector: 'app-chat',
1515
templateUrl: './chat-page.component.html',

src/assets/i18n/ubs-admin/en.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,5 +1319,26 @@
13191319
"other": "Other"
13201320
},
13211321
"specify-reason": "Specify the reason"
1322+
},
1323+
"client-panel": {
1324+
"order-id": "ID",
1325+
"date-form": "Date created",
1326+
"date-paid": "Date paid",
1327+
"order-status-uk": "Status (UA)",
1328+
"order-status-en": "Status (EN)",
1329+
"payment-status-uk": "Payment (UA)",
1330+
"payment-status-en": "Payment (EN)",
1331+
"amount-before-payment": "Amount due",
1332+
"paid-amount": "Amount paid",
1333+
"order-full-price": "Total amount",
1334+
"bags-title": "Bags",
1335+
"service": "Service",
1336+
"capacity": "Capacity",
1337+
"unit-price": "Unit price",
1338+
"count": "Quantity",
1339+
"total-price": "Total",
1340+
"loading": "Loading information...",
1341+
"error": "Failed to load information.",
1342+
"order-info-title": "Order Information"
13221343
}
13231344
}

src/assets/i18n/ubs-admin/ua.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,5 +1317,26 @@
13171317
"other": "Інше"
13181318
},
13191319
"specify-reason": "Вкажіть причину"
1320+
},
1321+
"client-panel": {
1322+
"order-id": "ID",
1323+
"date-form": "Дата створення",
1324+
"date-paid": "Дата оплати",
1325+
"order-status-uk": "Статус (Укр)",
1326+
"order-status-en": "Статус (En)",
1327+
"payment-status-uk": "Оплата (Укр)",
1328+
"payment-status-en": "Оплата (En)",
1329+
"amount-before-payment": "Сума до сплати",
1330+
"paid-amount": "Сума оплачено",
1331+
"order-full-price": "Загальна сума",
1332+
"bags-title": "Пакети",
1333+
"service": "Послуга",
1334+
"capacity": "Обʼєм",
1335+
"unit-price": "Ціна за од.",
1336+
"count": "Кількість",
1337+
"total-price": "Сума",
1338+
"loading": "Завантаження інформації...",
1339+
"error": "Не вдалося завантажити інформацію.",
1340+
"order-info-title": "Інформація про замовлення"
13201341
}
13211342
}

0 commit comments

Comments
 (0)