feat: add category assignment translation keys

Add marketplace.fields.categories, marketplace.actions.assign_categories,
and marketplace.category_modal section with all modal UI strings.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 19:15:28 +01:00
parent f1b5ba90bd
commit ff5a9cef97

View File

@@ -43,15 +43,28 @@ return [
'channel' => 'Kanal',
'product' => 'Produkt orderPRO',
'updated_at' => 'Ostatnia zmiana',
'categories' => 'Kategorie',
'actions' => 'Akcje',
],
'actions' => [
'open_offers' => 'Pokaz oferty',
'back_to_marketplace' => 'Wroc do Marketplace',
'assign_categories' => 'Przypisz kategorie',
],
'flash' => [
'integration_not_found' => 'Nie znaleziono aktywnej integracji.',
],
'category_modal' => [
'title' => 'Przypisz kategorie',
'loading' => 'Ladowanie kategorii...',
'no_categories' => 'Brak dostepnych kategorii.',
'save' => 'Zapisz',
'cancel' => 'Anuluj',
'saving' => 'Zapisuje...',
'saved' => 'Kategorie zapisane.',
'error_save' => 'Blad zapisu.',
'error_network' => 'Blad sieci.',
],
],
'auth' => [
'login' => [