New stuff

This commit is contained in:
James Cole
2022-10-06 06:23:12 +02:00
parent a39553256e
commit f1457fcda6
33 changed files with 517 additions and 467 deletions

View File

@@ -35,6 +35,8 @@ return [
'last_seven_days' => 'Ostatnie 7 dni',
'last_thirty_days' => 'Ostanie 30 dni',
'last_180_days' => 'Ostatnie 180 dni',
'month_to_date' => 'Month to date',
'year_to_date' => 'Year to date',
'YTD' => 'Od początku roku',
'welcome_back' => 'Co jest grane?',
'everything' => 'Wszystko',
@@ -228,41 +230,41 @@ return [
// Webhooks
'webhooks' => 'Webhooki',
'webhooks_breadcrumb' => 'Webhooks',
'no_webhook_messages' => 'There are no webhook messages',
'webhook_trigger_STORE_TRANSACTION' => 'After transaction creation',
'webhook_trigger_UPDATE_TRANSACTION' => 'After transaction update',
'webhook_trigger_DESTROY_TRANSACTION' => 'After transaction delete',
'webhook_response_TRANSACTIONS' => 'Transaction details',
'webhook_response_ACCOUNTS' => 'Account details',
'webhook_response_none_NONE' => 'No details',
'webhooks_breadcrumb' => 'Webhooki',
'no_webhook_messages' => 'Brak wiadomości webhook',
'webhook_trigger_STORE_TRANSACTION' => 'Po utworzeniu transakcji',
'webhook_trigger_UPDATE_TRANSACTION' => 'Po zmodyfikowaniu transakcji',
'webhook_trigger_DESTROY_TRANSACTION' => 'Po usunięciu transakcji',
'webhook_response_TRANSACTIONS' => 'Szczegóły transakcji',
'webhook_response_ACCOUNTS' => 'Szczegóły konta',
'webhook_response_none_NONE' => 'Brak szczegółów',
'webhook_delivery_JSON' => 'JSON',
'inspect' => 'Inspect',
'create_new_webhook' => 'Create new webhook',
'webhooks_create_breadcrumb' => 'Create new webhook',
'webhook_trigger_form_help' => 'Indicate on what event the webhook wil trigger',
'webhook_response_form_help' => 'Indicate what the webhook must submit to the URL.',
'webhook_delivery_form_help' => 'Which format the webhook must deliver data in.',
'webhook_active_form_help' => 'The webhook must be active or it won\'t be called.',
'stored_new_webhook' => 'Stored new webhook ":title"',
'delete_webhook' => 'Delete webhook',
'deleted_webhook' => 'Deleted webhook ":title"',
'edit_webhook' => 'Edit webhook ":title"',
'updated_webhook' => 'Updated webhook ":title"',
'edit_webhook_js' => 'Edit webhook "{title}"',
'inspect' => 'Zbadaj',
'create_new_webhook' => 'Utwórz nowy webhook',
'webhooks_create_breadcrumb' => 'Utwórz nowy webhook',
'webhook_trigger_form_help' => 'Wskaż zdarzenie do wyzwolenia webhook\'a',
'webhook_response_form_help' => 'Wskaż, co webhook musi przesłać do adresu URL.',
'webhook_delivery_form_help' => 'W jakim formacie webhook musi dostarczać dane.',
'webhook_active_form_help' => 'Webhook musi być aktywny lub nie zostanie wywołany.',
'stored_new_webhook' => 'Zapisano nowy webhook ":title"',
'delete_webhook' => 'Usuń webhook',
'deleted_webhook' => 'Usunięto webhook ":title"',
'edit_webhook' => 'Edytuj webhook ":title"',
'updated_webhook' => 'Zaktualizowano webhook ":title"',
'edit_webhook_js' => 'Edytuj webhook "{title}"',
'show_webhook' => 'Webhook ":title"',
'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. You can refresh this page to see the results.',
'webhook_messages' => 'Webhook message',
'view_message' => 'View message',
'view_attempts' => 'View failed attempts',
'message_content_title' => 'Webhook message content',
'message_content_help' => 'This is the content of the message that was sent (or tried) using this webhook.',
'webhook_was_triggered' => 'Webhook został uruchomiony we wskazanej transakcji. Możesz odświeżyć stronę, aby zobaczyć wyniki.',
'webhook_messages' => 'Wiadomość webhook\'a',
'view_message' => 'Podgląd wiadomości',
'view_attempts' => 'Podgląd nieudanych prób',
'message_content_title' => 'Treść wiadomości webhook\'a',
'message_content_help' => 'To jest zawartość wiadomości, która została wysłana (lub próbowano wysłać) za pomocą tego webhooka.',
'attempt_content_title' => 'Webhook attempts',
'attempt_content_help' => 'These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.',
'no_attempts' => 'There are no unsuccessful attempts. That\'s a good thing!',
'no_attempts' => 'Nie ma nieudanych prób. To dobrze!',
'webhook_attempt_at' => 'Attempt at {moment}',
'logs' => 'Logs',
'response' => 'Response',
'response' => 'Odpowiedź',
'visit_webhook_url' => 'Visit webhook URL',
'reset_webhook_secret' => 'Reset webhook secret',
@@ -2553,8 +2555,8 @@ return [
'ale_action_update_transaction_type' => 'Changed transaction type',
'ale_action_update_notes' => 'Changed notes',
'ale_action_update_description' => 'Changed description',
'ale_action_add_to_piggy' => 'Piggy bank',
'ale_action_remove_from_piggy' => 'Piggy bank',
'ale_action_add_tag' => 'Added tag',
'ale_action_add_to_piggy' => 'Skarbonka',
'ale_action_remove_from_piggy' => 'Skarbonka',
'ale_action_add_tag' => 'Dodano tag',
];