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' => 'Clientes autorizados',
'profile_scopes' => 'Escopos',
'profile_revoke' => 'Revogar',
'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' => 'Segredo do cliente',
'profile_oauth_client_secret_expl' => 'Aqui está o seu novo segredo de cliente. Esta é a única vez que ela será mostrada, então não o perca! Agora você pode usar este segredo para fazer requisições de API.',
'profile_personal_access_tokens' => 'Tokens de acesso pessoal',
'profile_personal_access_token' => 'Token de acesso pessoal',
'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' => 'Confidencial',
'profile_oauth_confidential_help' => 'Exige que o cliente se autentique com um segredo. Clientes confidenciais podem manter credenciais de forma segura sem expô-las à partes não autorizadas. Aplicações públicas, como aplicações de área de trabalho nativas ou JavaScript SPA, são incapazes de manter segredos com segurança.',
'profile_personal_access_token_explanation' => 'Here is your new personal access token. This is the only time it will be shown so don\'t lose it! You may now use this token to make API requests.',
'profile_no_personal_access_token' => 'Você não criou nenhum token de acesso pessoal.',
'profile_create_new_token' => 'Criar novo token',
@@ -733,6 +733,10 @@ return [
'profile_something_wrong' => 'Alguma coisa deu errado!',
'profile_try_again' => 'Something went wrong. Please try again.',
'amounts' => 'Quantias',
'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' => 'Exportar dados do Firefly III',