This commit is contained in:
James Cole
2020-08-07 11:10:22 +02:00
parent 1558a41397
commit d078764ae4
50 changed files with 314 additions and 130 deletions

View File

@@ -717,12 +717,12 @@ return [
'profile_authorized_clients' => 'Autoryzowani klienci',
'profile_scopes' => 'Zakresy',
'profile_revoke' => 'Unieważnij',
'profile_oauth_client_secret_title' => 'Client Secret',
'profile_oauth_client_secret_expl' => 'Here is your new client secret. This is the only time it will be shown so don\'t lose it! You may now use this secret to make API requests.',
'profile_oauth_client_secret_title' => 'Sekret klienta',
'profile_oauth_client_secret_expl' => 'Oto twój nowy sekret klienta. Jest to jedyny raz, gdy zostanie wyświetlony, więc nie zgub go! Możesz teraz użyć tego sekretu, aby wykonać zapytania API.',
'profile_personal_access_tokens' => 'Osobiste tokeny dostępu',
'profile_personal_access_token' => 'Osobisty token dostępu',
'profile_oauth_confidential' => 'Confidential',
'profile_oauth_confidential_help' => 'Require the client to authenticate with a secret. Confidential clients can hold credentials in a secure way without exposing them to unauthorized parties. Public applications, such as native desktop or JavaScript SPA applications, are unable to hold secrets securely.',
'profile_oauth_confidential' => 'Poufne',
'profile_oauth_confidential_help' => 'Wymagaj od klienta uwierzytelnienia za pomocą sekretu. Poufni klienci mogą przechowywać poświadczenia w bezpieczny sposób bez narażania ich na dostęp przez nieuprawnione strony. Publiczne aplikacje, takie jak natywne aplikacje desktopowe lub JavaScript SPA, nie są w stanie bezpiecznie trzymać sekretów.',
'profile_personal_access_token_explanation' => 'Oto twój nowy osobisty token dostępu. Jest to jedyny raz, gdy zostanie wyświetlony, więc nie zgub go! Możesz teraz użyć tego tokenu, aby wykonać zapytania API.',
'profile_no_personal_access_token' => 'Nie utworzyłeś żadnych osobistych tokenów.',
'profile_create_new_token' => 'Utwórz nowy token',
@@ -733,6 +733,10 @@ return [
'profile_something_wrong' => 'Coś poszło nie tak!',
'profile_try_again' => 'Coś poszło nie tak. Spróbuj ponownie.',
'amounts' => 'Kwoty',
'multi_account_warning_unknown' => 'Depending on the type of transaction you create, the source and/or destination account of subsequent splits may be overruled by whatever is defined in the first split of the transaction.',
'multi_account_warning_withdrawal' => 'Keep in mind that the source account of subsequent splits will be overruled by whatever is defined in the first split of the withdrawal.',
'multi_account_warning_deposit' => 'Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.',
'multi_account_warning_transfer' => 'Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer.',
// export data:
'export_data_title' => 'Eksportuj dane z Firefly III',