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' => 'Εξουσιοδοτημένοι πελάτες',
'profile_scopes' => 'Πεδία εφαρμογής',
'profile_revoke' => 'Ανάκληση',
'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' => 'Μυστικό Πελάτη',
'profile_oauth_client_secret_expl' => 'Εδώ είναι το νέο σας μυστικό πελάτη. Αυτή είναι η μόνη φορά που θα σας εμφανιστεί, οπότε μην το χάσετε! Μπορείτε να το χρησιμοποιείτε για να κάνετε αιτήματα API.',
'profile_personal_access_tokens' => 'Διακριτικά προσωπικής πρόσβασης',
'profile_personal_access_token' => 'Διακριτικά προσωπικής πρόσβασης',
'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' => 'Εμπιστευτικό',
'profile_oauth_confidential_help' => 'Απαιτήστε από το πρόγραμμα πελάτη να πραγματοποιήσει έλεγχο ταυτότητας με ένα μυστικό. Οι έμπιστοι πελάτες μπορούν να διατηρούν διαπιστευτήρια με ασφαλή τρόπο χωρίς να τα εκθέτουν σε μη εξουσιοδοτημένα μέρη. Οι δημόσιες εφαρμογές, όπως οι εγγενείς εφαρμογές για επιτραπέζιους υπολογιστές ή JavaScript SPA, δεν μπορούν να κρατήσουν μυστικά με ασφάλεια.',
'profile_personal_access_token_explanation' => 'Εδώ είναι το νέο διακριτικό προσωπικής πρόσβασης. Αυτή είναι η μόνη φορά που θα εμφανιστεί, οπότε μη το χάσετε! Μπορείτε να χρησιμοποιείτε αυτό το διακριτικό για να κάνετε κλήσεις API.',
'profile_no_personal_access_token' => 'Δεν έχετε δημιουργήσει προσωπικά διακριτικά πρόσβασης.',
'profile_create_new_token' => 'Δημιουργία νέου διακριτικού',
@@ -733,6 +733,10 @@ return [
'profile_something_wrong' => 'Κάτι πήγε στραβά!',
'profile_try_again' => 'Κάτι πήγε στραβά. Παρακαλώ προσπαθήστε ξανά.',
'amounts' => 'Ποσά',
'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' => 'Εξαγωγή δεδομένων από το Firefly III',