mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Some updated language strings.
This commit is contained in:
parent
3f786856f3
commit
de35bde048
@ -153,6 +153,6 @@ return [
|
||||
// Spectre
|
||||
'spectre_title' => 'Importieren mit Spectre',
|
||||
'spectre_prerequisites_title' => 'Voraussetzungen für einen Import von Spectre',
|
||||
'spectre_prerequisites_text' => 'Um Daten mithilfe der Spectre-API zu importieren, müssen Sie einige Daten angeben. Sie sind auf der <a href="https://www.saltedge.com/clients/profile/secrets">secrets</a>-Seite zu finden.',
|
||||
'spectre_prerequisites_text' => 'In order to import data using the Spectre API, you must provide Firefly III with two secret values. They can be found on the <a href="https://www.saltedge.com/clients/profile/secrets">secrets page</a>.',
|
||||
'spectre_enter_pub_key' => 'Der Import funktioniert nur, wenn Sie diesen öffentlichen Schlüssel auf Ihrer <a href="https://www.saltedge.com/clients/security/edit">Sicherheitsseite</a> eingeben.',
|
||||
];
|
||||
|
@ -75,7 +75,7 @@ return [
|
||||
'registered_at' => 'Registriert am',
|
||||
'is_blocked' => 'Ist blockiert',
|
||||
'is_admin' => 'Ist Admin',
|
||||
'has_two_factor' => 'Hat 2FA',
|
||||
'has_two_factor' => 'Nutzt 2FA',
|
||||
'blocked_code' => 'Blockcode',
|
||||
'source_account' => 'Quellkonto',
|
||||
'destination_account' => 'Zielkonto',
|
||||
|
37
resources/lang/es_ES/auth.php
Normal file
37
resources/lang/es_ES/auth.php
Normal file
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
/**
|
||||
* auth.php
|
||||
* Copyright (c) 2017 thegrumpydictator@gmail.com
|
||||
*
|
||||
* This file is part of Firefly III.
|
||||
*
|
||||
* Firefly III is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* Firefly III is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
|
||||
'failed' => 'Las credenciales no coinciden con los registros.',
|
||||
'throttle' => 'Demasiados intentos de inicio de sesión. Por favor reintente en :seconds segundos.',
|
||||
];
|
@ -33,12 +33,12 @@ return [
|
||||
'status_ready_config' => 'Télécharger la configuration',
|
||||
'status_ready_start' => 'Démarrer l\'importation',
|
||||
'status_ready_share' => 'Vous pouvez télécharger votre configuration et de la partager dans le <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">centre de configuration d\'import</a></strong>. Cela permettra à d\'autres utilisateurs de Firefly III d\'importer leurs fichiers plus facilement.',
|
||||
'status_job_new' => 'The job is brand new.',
|
||||
'status_job_configuring' => 'The import is being configured.',
|
||||
'status_job_configured' => 'The import is configured.',
|
||||
'status_job_new' => 'Le travail est tout récent.',
|
||||
'status_job_configuring' => 'L\'importation est en cours de configuration.',
|
||||
'status_job_configured' => 'L\'importation est configurée.',
|
||||
'status_job_running' => 'L\'importation est en cours... Veuillez patienter...',
|
||||
'status_job_error' => 'The job has generated an error.',
|
||||
'status_job_finished' => 'The import has finished!',
|
||||
'status_job_error' => 'Le travail a généré une erreur.',
|
||||
'status_job_finished' => 'L\'importation est terminée !',
|
||||
'status_running_title' => 'L\'importation est en cours d\'exécution',
|
||||
'status_running_placeholder' => 'Attendez pour une mise à jour...',
|
||||
'status_finished_title' => 'Le traitement d\'importation est terminé',
|
||||
@ -66,32 +66,32 @@ return [
|
||||
|
||||
// file, initial config for CSV
|
||||
'csv_initial_title' => 'Configuration d\'importation (2/4) - Configuration d\'importation CSV',
|
||||
'csv_initial_text' => 'To be able to import your file correctly, please validate the options below.',
|
||||
'csv_initial_box' => 'Basic CSV import setup',
|
||||
'csv_initial_box_title' => 'Basic CSV import setup options',
|
||||
'csv_initial_header_help' => 'Check this box if the first row of your CSV file are the column titles.',
|
||||
'csv_initial_text' => 'Pour pouvoir importer votre fichier correctement, veuillez valider les options ci-dessous.',
|
||||
'csv_initial_box' => 'Configuration d\'importation CSV de base',
|
||||
'csv_initial_box_title' => 'Options de configuration de l\'importation CSV de base',
|
||||
'csv_initial_header_help' => 'Cochez cette case si la première ligne de votre fichier CSV contient les entêtes des colonnes.',
|
||||
'csv_initial_date_help' => 'Date time format in your CSV. Follow the format like <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">this page</a> indicates. The default value will parse dates that look like this: :dateExample.',
|
||||
'csv_initial_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
|
||||
'csv_initial_import_account_help' => 'If your CSV file does NOT contain information about your asset account(s), use this dropdown to select to which account the transactions in the CSV belong to.',
|
||||
'csv_initial_submit' => 'Continue with step 3/4',
|
||||
'csv_initial_submit' => 'Passez à l’étape 3/4',
|
||||
|
||||
// file, new options:
|
||||
'file_apply_rules_title' => 'Apply rules',
|
||||
'file_apply_rules_title' => 'Appliquer les règles',
|
||||
'file_apply_rules_description' => 'Apply your rules. Note that this slows the import significantly.',
|
||||
'file_match_bills_title' => 'Match bills',
|
||||
'file_match_bills_title' => 'Faire correspondre les factures',
|
||||
'file_match_bills_description' => 'Match your bills to newly created withdrawals. Note that this slows the import significantly.',
|
||||
|
||||
// file, roles config
|
||||
'csv_roles_title' => 'Import setup (3/4) - Define each column\'s role',
|
||||
'csv_roles_text' => 'Each column in your CSV file contains certain data. Please indicate what kind of data the importer should expect. The option to "map" data means that you will link each entry found in the column to a value in your database. An often mapped column is the column that contains the IBAN of the opposing account. That can be easily matched to IBAN\'s present in your database already.',
|
||||
'csv_roles_table' => 'Table',
|
||||
'csv_roles_column_name' => 'Name of column',
|
||||
'csv_roles_column_example' => 'Column example data',
|
||||
'csv_roles_column_role' => 'Column data meaning',
|
||||
'csv_roles_do_map_value' => 'Map these values',
|
||||
'csv_roles_column' => 'Column',
|
||||
'csv_roles_no_example_data' => 'No example data available',
|
||||
'csv_roles_submit' => 'Continue with step 4/4',
|
||||
'csv_roles_table' => 'Tableau',
|
||||
'csv_roles_column_name' => 'Nom de colonne',
|
||||
'csv_roles_column_example' => 'Données d\'exemple de colonne',
|
||||
'csv_roles_column_role' => 'Signification des données de colonne',
|
||||
'csv_roles_do_map_value' => 'Mapper ces valeurs',
|
||||
'csv_roles_column' => 'Colonne',
|
||||
'csv_roles_no_example_data' => 'Aucun exemple de données disponible',
|
||||
'csv_roles_submit' => 'Passez à l’étape 4/4',
|
||||
|
||||
// not csv, but normal warning
|
||||
'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.',
|
||||
@ -99,26 +99,26 @@ return [
|
||||
// file, map data
|
||||
'file_map_title' => 'Import setup (4/4) - Connect import data to Firefly III data',
|
||||
'file_map_text' => 'In the following tables, the left value shows you information found in your uploaded file. It is your task to map this value, if possible, to a value already present in your database. Firefly will stick to this mapping. If there is no value to map to, or you do not wish to map the specific value, select nothing.',
|
||||
'file_map_field_value' => 'Field value',
|
||||
'file_map_field_mapped_to' => 'Mapped to',
|
||||
'map_do_not_map' => '(do not map)',
|
||||
'file_map_submit' => 'Start the import',
|
||||
'file_map_field_value' => 'Valeur du champ',
|
||||
'file_map_field_mapped_to' => 'Mappé à',
|
||||
'map_do_not_map' => '(ne pas mapper)',
|
||||
'file_map_submit' => 'Démarrez l\'importation',
|
||||
|
||||
// map things.
|
||||
'column__ignore' => '(ignore this column)',
|
||||
'column_account-iban' => 'Asset account (IBAN)',
|
||||
'column_account-id' => 'Asset account ID (matching Firefly)',
|
||||
'column_account-name' => 'Asset account (name)',
|
||||
'column_amount' => 'Amount',
|
||||
'column_amount_debit' => 'Amount (debit column)',
|
||||
'column_amount_credit' => 'Amount (credit column)',
|
||||
'column__ignore' => '(ignorer cette colonne)',
|
||||
'column_account-iban' => 'Compte d’actif (IBAN)',
|
||||
'column_account-id' => 'Compte d\'actif (ID correspondant à Firefly)',
|
||||
'column_account-name' => 'Compte d’actif (nom)',
|
||||
'column_amount' => 'Montant',
|
||||
'column_amount_debit' => 'Montant (colonne débit)',
|
||||
'column_amount_credit' => 'Montant (colonne de crédit)',
|
||||
'column_amount-comma-separated' => 'Amount (comma as decimal separator)',
|
||||
'column_bill-id' => 'Bill ID (matching Firefly)',
|
||||
'column_bill-name' => 'Bill name',
|
||||
'column_budget-id' => 'Budget ID (matching Firefly)',
|
||||
'column_budget-name' => 'Budget name',
|
||||
'column_category-id' => 'Category ID (matching Firefly)',
|
||||
'column_category-name' => 'Category name',
|
||||
'column_bill-name' => 'Nom de la facture',
|
||||
'column_budget-id' => 'Identifiant du budget (correspondant à Firefly)',
|
||||
'column_budget-name' => 'Nom du budget',
|
||||
'column_category-id' => 'Identifiant de catégorie (correspondant à Firefly)',
|
||||
'column_category-name' => 'Nom de catégorie',
|
||||
'column_currency-code' => 'Currency code (ISO 4217)',
|
||||
'column_currency-id' => 'Currency ID (matching Firefly)',
|
||||
'column_currency-name' => 'Currency name (matching Firefly)',
|
||||
@ -130,7 +130,7 @@ return [
|
||||
'column_description' => 'Description',
|
||||
'column_opposing-iban' => 'Opposing account (IBAN)',
|
||||
'column_opposing-id' => 'Opposing account ID (matching Firefly)',
|
||||
'column_external-id' => 'External ID',
|
||||
'column_external-id' => 'ID externe',
|
||||
'column_opposing-name' => 'Opposing account (name)',
|
||||
'column_rabo-debit-credit' => 'Rabobank specific debit/credit indicator',
|
||||
'column_ing-debit-credit' => 'ING specific debit/credit indicator',
|
||||
@ -153,6 +153,6 @@ return [
|
||||
// Spectre
|
||||
'spectre_title' => 'Import using Spectre',
|
||||
'spectre_prerequisites_title' => 'Prerequisites for an import using Spectre',
|
||||
'spectre_prerequisites_text' => 'In order to import data using the Spectre API, you need to prove some secrets. They can be found on the <a href="https://www.saltedge.com/clients/profile/secrets">secrets page</a>.',
|
||||
'spectre_prerequisites_text' => 'In order to import data using the Spectre API, you must provide Firefly III with two secret values. They can be found on the <a href="https://www.saltedge.com/clients/profile/secrets">secrets page</a>.',
|
||||
'spectre_enter_pub_key' => 'The import will only work when you enter this public key on your <a href="https://www.saltedge.com/clients/security/edit">security page</a>.',
|
||||
];
|
||||
|
@ -153,6 +153,6 @@ return [
|
||||
// Spectre
|
||||
'spectre_title' => 'Impor menggunakan momok',
|
||||
'spectre_prerequisites_title' => 'Prasyarat untuk impor menggunakan momok',
|
||||
'spectre_prerequisites_text' => 'Untuk mengimpor data menggunakan API momok, Anda perlu membuktikan beberapa rahasia. Mereka dapat ditemukan di <a href="https://www.saltedge.com/clients/profile/secrets">halaman rahasia</a>.',
|
||||
'spectre_prerequisites_text' => 'In order to import data using the Spectre API, you must provide Firefly III with two secret values. They can be found on the <a href="https://www.saltedge.com/clients/profile/secrets">secrets page</a>.',
|
||||
'spectre_enter_pub_key' => 'Impor hanya akan berfungsi saat Anda memasukkan kunci publik ini di <a href="https://www.saltedge.com/clients/security/edit">halaman keamanan</a> Anda.',
|
||||
];
|
||||
|
@ -153,6 +153,6 @@ return [
|
||||
// Spectre
|
||||
'spectre_title' => 'Importuj za pomocą Spectre',
|
||||
'spectre_prerequisites_title' => 'Wymagania wstępne do importowania za pomocą Spectre',
|
||||
'spectre_prerequisites_text' => 'Aby importować dane za pomocą interfejsu Spectre API, musisz dostarczyć pewnych sekretów. Można je znaleźć na <a href="https://www.saltedge.com/clients/profile/secrets">stronie sekretów</a>.',
|
||||
'spectre_prerequisites_text' => 'Aby importować dane za pomocą interfejsu Spectre API, musisz dostarczyć Firefly III dwie sekretne wartości. Można je znaleźć na <a href="https://www.saltedge.com/clients/profile/secrets">stronie sekretów</a>.',
|
||||
'spectre_enter_pub_key' => 'Importowanie będzie działać tylko po wpisaniu tego klucza publicznego na <a href="https://www.saltedge.com/clients/security/edit">stronie zabezpieczeń</a>.',
|
||||
];
|
||||
|
@ -153,6 +153,6 @@ return [
|
||||
// Spectre
|
||||
'spectre_title' => 'Spectre kullanarak içe aktar',
|
||||
'spectre_prerequisites_title' => 'Spectre kullanarak içe aktarma için ön koşullar',
|
||||
'spectre_prerequisites_text' => 'Spectre API\'sini kullanarak verileri içe aktarabilmek için bazı sırlara sahip olmanız gerekmektedir. Bunları <a href="https://www.saltedge.com/clients/profile/secrets">sırlar sayfasında</a> bulunabilirsiniz.',
|
||||
'spectre_prerequisites_text' => 'In order to import data using the Spectre API, you must provide Firefly III with two secret values. They can be found on the <a href="https://www.saltedge.com/clients/profile/secrets">secrets page</a>.',
|
||||
'spectre_enter_pub_key' => 'Alma işlemi sadece bu ortak anahtarı <a href="https://www.saltedge.com/clients/security/edit">güvenlik sayfası</a>na girdiğinizde çalışacaktır.',
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user