File tree Expand file tree Collapse file tree
app/chat/component/chat-page Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { Store } from '@ngrx/store';
99import { take } from 'rxjs' ;
1010import { userRoleSelector } from 'src/app/store/selectors/auth.selectors' ;
1111import { environment } from '@environment/environment' ;
12- //mock change for the commit
12+
1313@Component ( {
1414 selector : 'app-chat' ,
1515 templateUrl : './chat-page.component.html' ,
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments