Merge branch 'main' of https://git.project-pro.pl/Project-Pro/orderPRO
# Conflicts: # .paul/PROJECT.md # .paul/ROADMAP.md # .paul/STATE.md # .paul/codebase/tech_changelog.md # resources/lang/pl.php # resources/views/shipments/prepare.php # routes/web.php # src/Modules/Settings/IntegrationsHubController.php # src/Modules/Shipments/ShipmentController.php
This commit is contained in:
@@ -190,6 +190,15 @@ return [
|
||||
'address_invoice' => 'Dane do faktury',
|
||||
'address_delivery' => 'Dane wysylki',
|
||||
'notes_title' => 'Wiadomosci i zalaczniki',
|
||||
'notes_user_title' => 'Notatki',
|
||||
'notes_user_empty' => 'Brak notatek.',
|
||||
'notes_user_add_placeholder' => 'Wpisz notatke...',
|
||||
'notes_user_save' => 'Zapisz',
|
||||
'notes_user_edit' => 'Edytuj',
|
||||
'notes_user_delete' => 'Usun',
|
||||
'notes_user_cancel' => 'Anuluj',
|
||||
'notes_user_confirm_delete' => 'Usunac notatke?',
|
||||
'notes_imported_title' => 'Wiadomosci ze zrodla',
|
||||
'history_title' => 'Historia statusow',
|
||||
'fields' => [
|
||||
'status' => 'Status',
|
||||
@@ -587,6 +596,7 @@ return [
|
||||
'hostedsms' => 'HostedSMS',
|
||||
'smsplanet' => 'SMSPLANET',
|
||||
'erli' => 'Erli',
|
||||
'polkurier' => 'polkurier.pl',
|
||||
'shoppro_instances' => ':count instancji',
|
||||
],
|
||||
'status' => [
|
||||
@@ -742,6 +752,47 @@ return [
|
||||
'test_failed' => 'Nie udalo sie polaczyc z API Apaczka.',
|
||||
],
|
||||
],
|
||||
'polkurier' => [
|
||||
'title' => 'Integracja polkurier.pl',
|
||||
'description' => 'Broker kurierski polkurier.pl - alternatywa dla Apaczki. Token API generujesz w Panel Klienta > Ustawienia > Token API.',
|
||||
'config' => [
|
||||
'title' => 'Konfiguracja API',
|
||||
],
|
||||
'test' => [
|
||||
'title' => 'Test polaczenia',
|
||||
'description' => 'Test realnie wywoluje metode test_auth_api w API polkurier (bez tworzenia przesylki).',
|
||||
],
|
||||
'fields' => [
|
||||
'login' => 'Login (e-mail z panelu klienta)',
|
||||
'api_token' => 'Token API',
|
||||
'default_label_format' => 'Domyslny format etykiety',
|
||||
'is_active' => 'Integracja aktywna',
|
||||
],
|
||||
'hints' => [
|
||||
'login' => 'Login uzywany przy generowaniu Token API w Panel Klienta polkurier.',
|
||||
],
|
||||
'token' => [
|
||||
'saved' => 'Token API jest zapisany. Pozostaw pole puste, aby nie zmieniac.',
|
||||
'missing' => 'Brak zapisanego Token API.',
|
||||
],
|
||||
'status' => [
|
||||
'token' => 'Token API',
|
||||
'active' => 'Aktywna',
|
||||
'saved' => 'zapisany',
|
||||
'missing' => 'brak',
|
||||
'last_test' => 'Ostatni test',
|
||||
],
|
||||
'actions' => [
|
||||
'save' => 'Zapisz ustawienia polkurier',
|
||||
'send_test' => 'Testuj polaczenie',
|
||||
],
|
||||
'flash' => [
|
||||
'saved' => 'Ustawienia polkurier zostaly zapisane.',
|
||||
'save_failed' => 'Nie udalo sie zapisac ustawien polkurier.',
|
||||
'test_success' => 'Polaczenie z polkurier dziala. :message',
|
||||
'test_failed' => 'Nie udalo sie polaczyc z API polkurier.',
|
||||
],
|
||||
],
|
||||
'hostedsms' => [
|
||||
'title' => 'Integracja HostedSMS',
|
||||
'description' => 'Konfiguracja konta HostedSMS do wysylki SMS z orderPRO.',
|
||||
|
||||
Reference in New Issue
Block a user