fix: translations
This commit is contained in:
parent
a26035caed
commit
899884d8a7
|
|
@ -21,7 +21,7 @@ class TransactionResource extends JsonResource
|
|||
'updated_at' => $this->updated_at,
|
||||
'state_en' => $this->amount > 0 ? 'Replenishment' : 'Withdraw',
|
||||
'state_ru' => $this->amount > 0 ? 'Пополнение' : 'Снятие',
|
||||
'state_tm' => $this->amount > 0 ? 'Dolduruş' : 'Tutum',
|
||||
'state_tm' => $this->amount > 0 ? 'Dolduryldy' : 'Tutuldy',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ items:
|
|||
cssClass: ''
|
||||
isExternal: '0'
|
||||
-
|
||||
title: Täzelikler
|
||||
title: Habarlar
|
||||
type: cms-page
|
||||
code: ''
|
||||
reference: novosti
|
||||
|
|
|
|||
Loading…
Reference in New Issue