This commit is contained in:
2025-09-09 10:44:55 +05:00
parent 03d3e03f35
commit 7efad097ef
2 changed files with 10 additions and 1 deletions

View File

@@ -14,6 +14,14 @@ class SyncWithSystem extends Action
{
use InteractsWithQueue, Queueable;
/**
* Name.
*/
public function name(): string
{
return __('Sync with system');
}
/**
* Perform the action on the given models.
*

View File

@@ -353,5 +353,6 @@
"End date": "Ahyrky sene",
"Expiry date": "Möhleti",
"Successfully created": "Üstünlikli döredildi",
"Successfully updated": "Üstünlikli üýtgedildi"
"Successfully updated": "Üstünlikli üýtgedildi",
"Sync with system": "Ulgam bn birikdirmek"
}