This commit is contained in:
2025-11-18 01:46:06 +05:00
parent 438e5a3f43
commit a9490e132d
8 changed files with 206 additions and 26 deletions

View File

@@ -727,5 +727,6 @@
"Payment": "Töleg",
"Online payments": "Onlaýn tölegler",
"USD rate": "USD kursy",
"Total": "Jemi"
"Total": "Jemi",
"Data": "Maglumatlar"
}

View File

@@ -0,0 +1,7 @@
<?php
// translations for Hugomyb/FilamentMediaAction
return [
'loading' => 'Loading...',
'unsupported-media-type' => 'Unsupported media type.',
];

View File

@@ -0,0 +1,6 @@
<?php
return [
'loading' => 'Chargement...',
'unsupported-media-type' => 'Type de média non pris en charge.',
];

View File

@@ -0,0 +1,7 @@
<?php
// translations for Hugomyb/FilamentMediaAction
return [
'loading' => 'Caricamento...',
'unsupported-media-type' => 'Tipo di file non supportato.',
];