From 7efad097ef2c5da7c3f3446bc09aeaff42295d3e Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Tue, 9 Sep 2025 10:44:55 +0500 Subject: [PATCH] wip --- app/Nova/Actions/Sber/SyncWithSystem.php | 8 ++++++++ lang/tk.json | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/app/Nova/Actions/Sber/SyncWithSystem.php b/app/Nova/Actions/Sber/SyncWithSystem.php index c738539..9bfadd6 100644 --- a/app/Nova/Actions/Sber/SyncWithSystem.php +++ b/app/Nova/Actions/Sber/SyncWithSystem.php @@ -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. * diff --git a/lang/tk.json b/lang/tk.json index abb8256..7e01810 100644 --- a/lang/tk.json +++ b/lang/tk.json @@ -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" }