New translations.

This commit is contained in:
James Cole 2019-10-26 16:54:26 +02:00
parent 0d072b4ed9
commit f7c34db39b
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
55 changed files with 872 additions and 6 deletions

View File

@ -0,0 +1,45 @@
<?php
/**
* api.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
'error_store_bill' => 'Could not store new bill.',
'error_store_budget' => 'Could not store new budget.',
'error_unknown_budget' => 'Unknown budget.',
'error_store_new_category' => 'Could not store new category.',
'error_no_access' => 'No access to method.',
'error_no_access_ownership' => 'No access to method, user is not owner.',
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
'error_store_new_currency' => 'Could not store new currency.',
'error_unknown_source_currency' => 'Unknown source currency.',
'error_unknown_destination_currency' => 'Unknown destination currency.',
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.'
];

View File

@ -228,6 +228,11 @@ return [
'update_current_version_alert' => 'Provozujete verzi :version, která je nejnovější dostupnou verzí.', 'update_current_version_alert' => 'Provozujete verzi :version, která je nejnovější dostupnou verzí.',
'update_newer_version_alert' => 'Provozujete verzi :your_version, zatímco nejnovější vydání je verze :new_version.', 'update_newer_version_alert' => 'Provozujete verzi :your_version, zatímco nejnovější vydání je verze :new_version.',
'update_check_error' => 'Došlo k chybě při zjišťování případných aktualizací. Podívejte se do souborů se záznamem událostí.', 'update_check_error' => 'Došlo k chybě při zjišťování případných aktualizací. Podívejte se do souborů se záznamem událostí.',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search // search
'search' => 'Hledat', 'search' => 'Hledat',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Matches on', 'match' => 'Matches on',
'strict' => 'Striktní režim', 'strict' => 'Striktní režim',
'repeat_freq' => 'Repeats', 'repeat_freq' => 'Repeats',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Měna', 'journal_currency_id' => 'Měna',
'currency_id' => 'Měna', 'currency_id' => 'Měna',
'transaction_currency_id' => 'Měna', 'transaction_currency_id' => 'Měna',

View File

@ -0,0 +1,45 @@
<?php
/**
* api.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
'error_store_bill' => 'Could not store new bill.',
'error_store_budget' => 'Could not store new budget.',
'error_unknown_budget' => 'Unknown budget.',
'error_store_new_category' => 'Could not store new category.',
'error_no_access' => 'No access to method.',
'error_no_access_ownership' => 'No access to method, user is not owner.',
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
'error_store_new_currency' => 'Could not store new currency.',
'error_unknown_source_currency' => 'Unknown source currency.',
'error_unknown_destination_currency' => 'Unknown destination currency.',
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.'
];

View File

@ -228,6 +228,11 @@ return [
'update_current_version_alert' => 'Sie verwenden Version v:version. Dies ist die neueste verfügbare Version.', 'update_current_version_alert' => 'Sie verwenden Version v:version. Dies ist die neueste verfügbare Version.',
'update_newer_version_alert' => 'Sie verwenden v:your_version. Ihre Version ist neuer als die neueste Version (v:new_version).', 'update_newer_version_alert' => 'Sie verwenden v:your_version. Ihre Version ist neuer als die neueste Version (v:new_version).',
'update_check_error' => 'Beim Suchen nach Updates ist ein Fehler aufgetreten. Bitte sehen Sie sich die Log-Dateien an.', 'update_check_error' => 'Beim Suchen nach Updates ist ein Fehler aufgetreten. Bitte sehen Sie sich die Log-Dateien an.',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search // search
'search' => 'Suche', 'search' => 'Suche',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Reagiert auf', 'match' => 'Reagiert auf',
'strict' => 'Strenger Modus', 'strict' => 'Strenger Modus',
'repeat_freq' => 'Wiederholungen', 'repeat_freq' => 'Wiederholungen',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Währung', 'journal_currency_id' => 'Währung',
'currency_id' => 'Währung', 'currency_id' => 'Währung',
'transaction_currency_id' => 'Währung', 'transaction_currency_id' => 'Währung',

View File

@ -45,7 +45,7 @@ return [
'at_least_one_repetition' => 'Mindestens eine Wiederholung erforderlich.', 'at_least_one_repetition' => 'Mindestens eine Wiederholung erforderlich.',
'require_repeat_until' => 'Erfordert entweder eine Anzahl von Wiederholungen oder ein Enddatum (repeat_until). Nicht beides.', 'require_repeat_until' => 'Erfordert entweder eine Anzahl von Wiederholungen oder ein Enddatum (repeat_until). Nicht beides.',
'require_currency_info' => 'Der Inhalt dieses Feldes ist ohne Währungsinformationen ungültig.', 'require_currency_info' => 'Der Inhalt dieses Feldes ist ohne Währungsinformationen ungültig.',
'not_transfer_account' => 'This account is not an account that can be used for transfers.', 'not_transfer_account' => 'Dieses Konto ist kein Konto, welches für Buchungen genutzt werden kann.',
'require_currency_amount' => 'Der Inhalt dieses Feldes ist ohne Fremdbetragsangaben ungültig.', 'require_currency_amount' => 'Der Inhalt dieses Feldes ist ohne Fremdbetragsangaben ungültig.',
'equal_description' => 'Die Transaktionsbeschreibung darf nicht der globalen Beschreibung entsprechen.', 'equal_description' => 'Die Transaktionsbeschreibung darf nicht der globalen Beschreibung entsprechen.',
'file_invalid_mime' => 'Die Datei „:name” ist vom Typ „:mime”, welcher nicht zum Hochladen zugelassen ist.', 'file_invalid_mime' => 'Die Datei „:name” ist vom Typ „:mime”, welcher nicht zum Hochladen zugelassen ist.',

View File

@ -0,0 +1,45 @@
<?php
/**
* api.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
'error_store_bill' => 'Could not store new bill.',
'error_store_budget' => 'Could not store new budget.',
'error_unknown_budget' => 'Unknown budget.',
'error_store_new_category' => 'Could not store new category.',
'error_no_access' => 'No access to method.',
'error_no_access_ownership' => 'No access to method, user is not owner.',
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
'error_store_new_currency' => 'Could not store new currency.',
'error_unknown_source_currency' => 'Unknown source currency.',
'error_unknown_destination_currency' => 'Unknown destination currency.',
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.'
];

View File

@ -228,6 +228,11 @@ return [
'update_current_version_alert' => 'Έχετε την έκδοση v:version, που είναι η τελευταία διαθέσιμη.', 'update_current_version_alert' => 'Έχετε την έκδοση v:version, που είναι η τελευταία διαθέσιμη.',
'update_newer_version_alert' => 'Έχετε την έκδοση v:your_version, που είναι νεότερη από την τελευταία έκδοση, v:new_version.', 'update_newer_version_alert' => 'Έχετε την έκδοση v:your_version, που είναι νεότερη από την τελευταία έκδοση, v:new_version.',
'update_check_error' => 'Ένα σφάλμα παρουσιάστηκε κατά τον έλεγχο ενημερώσεων. Παρακαλώ δείτε τα αρχεία καταγραφής.', 'update_check_error' => 'Ένα σφάλμα παρουσιάστηκε κατά τον έλεγχο ενημερώσεων. Παρακαλώ δείτε τα αρχεία καταγραφής.',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search // search
'search' => 'Αναζήτηση', 'search' => 'Αναζήτηση',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Αντιστοιχίες στις', 'match' => 'Αντιστοιχίες στις',
'strict' => 'Αυστηρή λειτουργία', 'strict' => 'Αυστηρή λειτουργία',
'repeat_freq' => 'Επαναλήψεις', 'repeat_freq' => 'Επαναλήψεις',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Νόμισμα', 'journal_currency_id' => 'Νόμισμα',
'currency_id' => 'Νόμισμα', 'currency_id' => 'Νόμισμα',
'transaction_currency_id' => 'Νόμισμα', 'transaction_currency_id' => 'Νόμισμα',

View File

@ -39,7 +39,6 @@ return [
'error_owner_role_needed' => 'You need the "owner"-role to do this.', 'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.', 'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.', 'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.', 'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.' 'error_source_or_dest_null' => 'Source or destination is NULL.'
]; ];

View File

@ -0,0 +1,45 @@
<?php
/**
* api.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
'error_store_bill' => 'Could not store new bill.',
'error_store_budget' => 'Could not store new budget.',
'error_unknown_budget' => 'Unknown budget.',
'error_store_new_category' => 'Could not store new category.',
'error_no_access' => 'No access to method.',
'error_no_access_ownership' => 'No access to method, user is not owner.',
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
'error_store_new_currency' => 'Could not store new currency.',
'error_unknown_source_currency' => 'Unknown source currency.',
'error_unknown_destination_currency' => 'Unknown destination currency.',
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.'
];

View File

@ -228,6 +228,11 @@ return [
'update_current_version_alert' => 'Usted esta ejecutando v:version, que es la ultima versión disponible.', 'update_current_version_alert' => 'Usted esta ejecutando v:version, que es la ultima versión disponible.',
'update_newer_version_alert' => 'Usted esta ejecutando v:your_version, que es mas nueva que la versión anterior, v:new_version.', 'update_newer_version_alert' => 'Usted esta ejecutando v:your_version, que es mas nueva que la versión anterior, v:new_version.',
'update_check_error' => 'Un error ha ocurrido mientras se verificaban las actualizaciones. Por favor ver los archivos de registro.', 'update_check_error' => 'Un error ha ocurrido mientras se verificaban las actualizaciones. Por favor ver los archivos de registro.',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search // search
'search' => 'Buscar', 'search' => 'Buscar',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Encuentros en', 'match' => 'Encuentros en',
'strict' => 'Modo estricto', 'strict' => 'Modo estricto',
'repeat_freq' => 'Repetición', 'repeat_freq' => 'Repetición',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Divisa', 'journal_currency_id' => 'Divisa',
'currency_id' => 'Divisa', 'currency_id' => 'Divisa',
'transaction_currency_id' => 'Moneda', 'transaction_currency_id' => 'Moneda',

View File

@ -0,0 +1,45 @@
<?php
/**
* api.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
'error_store_bill' => 'Could not store new bill.',
'error_store_budget' => 'Could not store new budget.',
'error_unknown_budget' => 'Unknown budget.',
'error_store_new_category' => 'Could not store new category.',
'error_no_access' => 'No access to method.',
'error_no_access_ownership' => 'No access to method, user is not owner.',
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
'error_store_new_currency' => 'Could not store new currency.',
'error_unknown_source_currency' => 'Unknown source currency.',
'error_unknown_destination_currency' => 'Unknown destination currency.',
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.'
];

View File

@ -228,6 +228,11 @@ return [
'update_current_version_alert' => 'Vous utilisez v:version, qui est la dernière version disponible.', 'update_current_version_alert' => 'Vous utilisez v:version, qui est la dernière version disponible.',
'update_newer_version_alert' => 'Vous utilisez v:your_version, qui est plus récente que la dernière version, v:new_version.', 'update_newer_version_alert' => 'Vous utilisez v:your_version, qui est plus récente que la dernière version, v:new_version.',
'update_check_error' => 'Une erreur s\'est produite lors de la recherche des mises à jour. S\'il vous plaît allez voir les fichiers journaux.', 'update_check_error' => 'Une erreur s\'est produite lors de la recherche des mises à jour. S\'il vous plaît allez voir les fichiers journaux.',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search // search
'search' => 'Rechercher', 'search' => 'Rechercher',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Correspondre à', 'match' => 'Correspondre à',
'strict' => 'Mode strict', 'strict' => 'Mode strict',
'repeat_freq' => 'Répétitions', 'repeat_freq' => 'Répétitions',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Devise', 'journal_currency_id' => 'Devise',
'currency_id' => 'Devise', 'currency_id' => 'Devise',
'transaction_currency_id' => 'Devise', 'transaction_currency_id' => 'Devise',

View File

@ -0,0 +1,45 @@
<?php
/**
* api.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
'error_store_bill' => 'Could not store new bill.',
'error_store_budget' => 'Could not store new budget.',
'error_unknown_budget' => 'Unknown budget.',
'error_store_new_category' => 'Could not store new category.',
'error_no_access' => 'No access to method.',
'error_no_access_ownership' => 'No access to method, user is not owner.',
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
'error_store_new_currency' => 'Could not store new currency.',
'error_unknown_source_currency' => 'Unknown source currency.',
'error_unknown_destination_currency' => 'Unknown destination currency.',
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.'
];

View File

@ -228,6 +228,11 @@ return [
'update_current_version_alert' => 'A jelenlegi verzió v:version, ez egyben a legfrissebb elérhető verzió is.', 'update_current_version_alert' => 'A jelenlegi verzió v:version, ez egyben a legfrissebb elérhető verzió is.',
'update_newer_version_alert' => 'A jelenlegi verzió v:your_version, amely újabb, mint a legfrissebb kiadott verzió, ami a v:new_version.', 'update_newer_version_alert' => 'A jelenlegi verzió v:your_version, amely újabb, mint a legfrissebb kiadott verzió, ami a v:new_version.',
'update_check_error' => 'Hiba történt a frissítések ellenőrzése során. További információ a naplófájlokban található.', 'update_check_error' => 'Hiba történt a frissítések ellenőrzése során. További információ a naplófájlokban található.',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search // search
'search' => 'Keresés', 'search' => 'Keresés',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Találatok', 'match' => 'Találatok',
'strict' => 'Szigorú mód', 'strict' => 'Szigorú mód',
'repeat_freq' => 'Ismétlődések', 'repeat_freq' => 'Ismétlődések',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Pénznem', 'journal_currency_id' => 'Pénznem',
'currency_id' => 'Pénznem', 'currency_id' => 'Pénznem',
'transaction_currency_id' => 'Pénznem', 'transaction_currency_id' => 'Pénznem',

View File

@ -0,0 +1,45 @@
<?php
/**
* api.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
'error_store_bill' => 'Could not store new bill.',
'error_store_budget' => 'Could not store new budget.',
'error_unknown_budget' => 'Unknown budget.',
'error_store_new_category' => 'Could not store new category.',
'error_no_access' => 'No access to method.',
'error_no_access_ownership' => 'No access to method, user is not owner.',
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
'error_store_new_currency' => 'Could not store new currency.',
'error_unknown_source_currency' => 'Unknown source currency.',
'error_unknown_destination_currency' => 'Unknown destination currency.',
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.'
];

View File

@ -228,6 +228,11 @@ return [
'update_current_version_alert' => 'You are running v:version, which is the latest available release.', 'update_current_version_alert' => 'You are running v:version, which is the latest available release.',
'update_newer_version_alert' => 'You are running v:your_version, which is newer than the latest release, v:new_version.', 'update_newer_version_alert' => 'You are running v:your_version, which is newer than the latest release, v:new_version.',
'update_check_error' => 'An error occurred while checking for updates. Please view the log files.', 'update_check_error' => 'An error occurred while checking for updates. Please view the log files.',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search // search
'search' => 'Pencarian', 'search' => 'Pencarian',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Cocok di', 'match' => 'Cocok di',
'strict' => 'Strict mode', 'strict' => 'Strict mode',
'repeat_freq' => 'Berulang', 'repeat_freq' => 'Berulang',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Mata uang', 'journal_currency_id' => 'Mata uang',
'currency_id' => 'Mata uang', 'currency_id' => 'Mata uang',
'transaction_currency_id' => 'Currency', 'transaction_currency_id' => 'Currency',

View File

@ -0,0 +1,45 @@
<?php
/**
* api.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
'error_store_bill' => 'Could not store new bill.',
'error_store_budget' => 'Could not store new budget.',
'error_unknown_budget' => 'Unknown budget.',
'error_store_new_category' => 'Could not store new category.',
'error_no_access' => 'No access to method.',
'error_no_access_ownership' => 'No access to method, user is not owner.',
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
'error_store_new_currency' => 'Could not store new currency.',
'error_unknown_source_currency' => 'Unknown source currency.',
'error_unknown_destination_currency' => 'Unknown destination currency.',
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.'
];

View File

@ -228,6 +228,11 @@ return [
'update_current_version_alert' => 'Stai eseguendo v:version, che è l\'ultima versione disponibile.', 'update_current_version_alert' => 'Stai eseguendo v:version, che è l\'ultima versione disponibile.',
'update_newer_version_alert' => 'Stai eseguendo v:your_version, che è più recente rispetto all\'ultima versione, v:new_version.', 'update_newer_version_alert' => 'Stai eseguendo v:your_version, che è più recente rispetto all\'ultima versione, v:new_version.',
'update_check_error' => 'Si è verificato un errore durante il controllo degli aggiornamenti. Si prega di visualizzare i file di log.', 'update_check_error' => 'Si è verificato un errore durante il controllo degli aggiornamenti. Si prega di visualizzare i file di log.',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search // search
'search' => 'Cerca', 'search' => 'Cerca',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Abbina con', 'match' => 'Abbina con',
'strict' => 'Modalità severa', 'strict' => 'Modalità severa',
'repeat_freq' => 'Si ripete', 'repeat_freq' => 'Si ripete',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Valuta', 'journal_currency_id' => 'Valuta',
'currency_id' => 'Valuta', 'currency_id' => 'Valuta',
'transaction_currency_id' => 'Valuta', 'transaction_currency_id' => 'Valuta',

View File

@ -45,7 +45,7 @@ return [
'at_least_one_repetition' => 'È necessaria almeno una ripetizione.', 'at_least_one_repetition' => 'È necessaria almeno una ripetizione.',
'require_repeat_until' => 'Richiede un numero di ripetizioni o una data di fine (ripeti fino al), non entrambi.', 'require_repeat_until' => 'Richiede un numero di ripetizioni o una data di fine (ripeti fino al), non entrambi.',
'require_currency_info' => 'Il contenuto di questo campo non è valido senza informazioni sulla valuta.', 'require_currency_info' => 'Il contenuto di questo campo non è valido senza informazioni sulla valuta.',
'not_transfer_account' => 'This account is not an account that can be used for transfers.', 'not_transfer_account' => 'Questo conto non è un conto che può essere usato per i trasferimenti.',
'require_currency_amount' => 'Il contenuto di questo campo non è valido senza le informazioni sull\'importo estero.', 'require_currency_amount' => 'Il contenuto di questo campo non è valido senza le informazioni sull\'importo estero.',
'equal_description' => 'La descrizione della transazione non deve essere uguale alla descrizione globale.', 'equal_description' => 'La descrizione della transazione non deve essere uguale alla descrizione globale.',
'file_invalid_mime' => 'Il file ":name" è di tipo ":mime" che non è accettato come nuovo caricamento.', 'file_invalid_mime' => 'Il file ":name" è di tipo ":mime" che non è accettato come nuovo caricamento.',

View File

@ -0,0 +1,45 @@
<?php
/**
* api.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
'error_store_bill' => 'Could not store new bill.',
'error_store_budget' => 'Could not store new budget.',
'error_unknown_budget' => 'Unknown budget.',
'error_store_new_category' => 'Could not store new category.',
'error_no_access' => 'No access to method.',
'error_no_access_ownership' => 'No access to method, user is not owner.',
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
'error_store_new_currency' => 'Could not store new currency.',
'error_unknown_source_currency' => 'Unknown source currency.',
'error_unknown_destination_currency' => 'Unknown destination currency.',
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.'
];

View File

@ -228,6 +228,11 @@ return [
'update_current_version_alert' => 'Du kjører v:version, som er den nyeste tilgjengelige utgivelsen.', 'update_current_version_alert' => 'Du kjører v:version, som er den nyeste tilgjengelige utgivelsen.',
'update_newer_version_alert' => 'Du kjører v:your_version, som er nyere enn den nyeste versjonen, v:new_version.', 'update_newer_version_alert' => 'Du kjører v:your_version, som er nyere enn den nyeste versjonen, v:new_version.',
'update_check_error' => 'Det oppsto en feil under sjekk av oppdateringer. Vennligst se loggfilene for mer informasjon.', 'update_check_error' => 'Det oppsto en feil under sjekk av oppdateringer. Vennligst se loggfilene for mer informasjon.',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search // search
'search' => 'Søk', 'search' => 'Søk',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Treff på', 'match' => 'Treff på',
'strict' => 'Streng modus', 'strict' => 'Streng modus',
'repeat_freq' => 'Gjentas', 'repeat_freq' => 'Gjentas',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Valuta', 'journal_currency_id' => 'Valuta',
'currency_id' => 'Valuta', 'currency_id' => 'Valuta',
'transaction_currency_id' => 'Valuta', 'transaction_currency_id' => 'Valuta',

View File

@ -0,0 +1,45 @@
<?php
/**
* api.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
'error_store_bill' => 'Could not store new bill.',
'error_store_budget' => 'Could not store new budget.',
'error_unknown_budget' => 'Unknown budget.',
'error_store_new_category' => 'Could not store new category.',
'error_no_access' => 'No access to method.',
'error_no_access_ownership' => 'No access to method, user is not owner.',
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
'error_store_new_currency' => 'Could not store new currency.',
'error_unknown_source_currency' => 'Unknown source currency.',
'error_unknown_destination_currency' => 'Unknown destination currency.',
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.'
];

View File

@ -228,6 +228,11 @@ return [
'update_current_version_alert' => 'Je gebruikt v:version, de nieuwste beschikbare versie.', 'update_current_version_alert' => 'Je gebruikt v:version, de nieuwste beschikbare versie.',
'update_newer_version_alert' => 'Je gebruikt v:your_version, wat nieuwer is dan de nieuwste versie, v:new_version.', 'update_newer_version_alert' => 'Je gebruikt v:your_version, wat nieuwer is dan de nieuwste versie, v:new_version.',
'update_check_error' => 'Er is een fout opgetreden bij het controleren op updates. Bekijk de logbestanden.', 'update_check_error' => 'Er is een fout opgetreden bij het controleren op updates. Bekijk de logbestanden.',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search // search
'search' => 'Zoeken', 'search' => 'Zoeken',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Reageert op', 'match' => 'Reageert op',
'strict' => 'Strikte modus', 'strict' => 'Strikte modus',
'repeat_freq' => 'Herhaling', 'repeat_freq' => 'Herhaling',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Valuta', 'journal_currency_id' => 'Valuta',
'currency_id' => 'Valuta', 'currency_id' => 'Valuta',
'transaction_currency_id' => 'Valuta', 'transaction_currency_id' => 'Valuta',

View File

@ -0,0 +1,45 @@
<?php
/**
* api.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
'error_store_bill' => 'Could not store new bill.',
'error_store_budget' => 'Could not store new budget.',
'error_unknown_budget' => 'Unknown budget.',
'error_store_new_category' => 'Could not store new category.',
'error_no_access' => 'No access to method.',
'error_no_access_ownership' => 'No access to method, user is not owner.',
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
'error_store_new_currency' => 'Could not store new currency.',
'error_unknown_source_currency' => 'Unknown source currency.',
'error_unknown_destination_currency' => 'Unknown destination currency.',
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.'
];

View File

@ -228,6 +228,11 @@ return [
'update_current_version_alert' => 'Używasz wersji :version, która jest najnowszą dostępną wersją.', 'update_current_version_alert' => 'Używasz wersji :version, która jest najnowszą dostępną wersją.',
'update_newer_version_alert' => 'Używasz wersji :your_version, która jest nowsza niż najnowsza wersja, :new_version.', 'update_newer_version_alert' => 'Używasz wersji :your_version, która jest nowsza niż najnowsza wersja, :new_version.',
'update_check_error' => 'Wystąpił błąd podczas sprawdzania aktualizacji. Przejrzyj pliki dziennika.', 'update_check_error' => 'Wystąpił błąd podczas sprawdzania aktualizacji. Przejrzyj pliki dziennika.',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search // search
'search' => 'Szukaj', 'search' => 'Szukaj',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Dopasowanie', 'match' => 'Dopasowanie',
'strict' => 'Tryb ścisły', 'strict' => 'Tryb ścisły',
'repeat_freq' => 'Powtarza się', 'repeat_freq' => 'Powtarza się',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Waluta', 'journal_currency_id' => 'Waluta',
'currency_id' => 'Waluta', 'currency_id' => 'Waluta',
'transaction_currency_id' => 'Waluta', 'transaction_currency_id' => 'Waluta',

View File

@ -0,0 +1,45 @@
<?php
/**
* api.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
'error_store_bill' => 'Could not store new bill.',
'error_store_budget' => 'Could not store new budget.',
'error_unknown_budget' => 'Unknown budget.',
'error_store_new_category' => 'Could not store new category.',
'error_no_access' => 'No access to method.',
'error_no_access_ownership' => 'No access to method, user is not owner.',
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
'error_store_new_currency' => 'Could not store new currency.',
'error_unknown_source_currency' => 'Unknown source currency.',
'error_unknown_destination_currency' => 'Unknown destination currency.',
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.'
];

View File

@ -228,6 +228,11 @@ return [
'update_current_version_alert' => 'Você está executando v:version, que é a última versão disponível.', 'update_current_version_alert' => 'Você está executando v:version, que é a última versão disponível.',
'update_newer_version_alert' => 'Você está executando v:your_version, que é mais recente que a versão mais recente, v:new_version.', 'update_newer_version_alert' => 'Você está executando v:your_version, que é mais recente que a versão mais recente, v:new_version.',
'update_check_error' => 'Ocorreu um erro durante a verificação de atualizações. Por favor veja os arquivos de log.', 'update_check_error' => 'Ocorreu um erro durante a verificação de atualizações. Por favor veja os arquivos de log.',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search // search
'search' => 'Pesquisa', 'search' => 'Pesquisa',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Corresponde em', 'match' => 'Corresponde em',
'strict' => 'Modo estrito', 'strict' => 'Modo estrito',
'repeat_freq' => 'Repetições', 'repeat_freq' => 'Repetições',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Moeda', 'journal_currency_id' => 'Moeda',
'currency_id' => 'Moeda', 'currency_id' => 'Moeda',
'transaction_currency_id' => 'Moeda', 'transaction_currency_id' => 'Moeda',

View File

@ -45,7 +45,7 @@ return [
'at_least_one_repetition' => 'Precisa de ao menos uma repetição.', 'at_least_one_repetition' => 'Precisa de ao menos uma repetição.',
'require_repeat_until' => 'É necessário ou um número de repetições ou uma data de término (repetir até). Não ambos.', 'require_repeat_until' => 'É necessário ou um número de repetições ou uma data de término (repetir até). Não ambos.',
'require_currency_info' => 'O conteúdo deste campo é inválido sem informações de moeda.', 'require_currency_info' => 'O conteúdo deste campo é inválido sem informações de moeda.',
'not_transfer_account' => 'This account is not an account that can be used for transfers.', 'not_transfer_account' => 'Esta não é uma conta que possa ser usada para transferências.',
'require_currency_amount' => 'O conteúdo deste campo é inválido sem a informação de moeda estrangeira.', 'require_currency_amount' => 'O conteúdo deste campo é inválido sem a informação de moeda estrangeira.',
'equal_description' => 'A descrição da transação não pode ser igual à descrição global.', 'equal_description' => 'A descrição da transação não pode ser igual à descrição global.',
'file_invalid_mime' => 'Arquivo ":name" é do tipo ":mime" que não é aceito como um novo upload.', 'file_invalid_mime' => 'Arquivo ":name" é do tipo ":mime" que não é aceito como um novo upload.',

View File

@ -0,0 +1,45 @@
<?php
/**
* api.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
'error_store_bill' => 'Could not store new bill.',
'error_store_budget' => 'Could not store new budget.',
'error_unknown_budget' => 'Unknown budget.',
'error_store_new_category' => 'Could not store new category.',
'error_no_access' => 'No access to method.',
'error_no_access_ownership' => 'No access to method, user is not owner.',
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
'error_store_new_currency' => 'Could not store new currency.',
'error_unknown_source_currency' => 'Unknown source currency.',
'error_unknown_destination_currency' => 'Unknown destination currency.',
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.'
];

View File

@ -228,6 +228,11 @@ return [
'update_current_version_alert' => 'Aveți versiunea v:version, care este ultima disponibilă.', 'update_current_version_alert' => 'Aveți versiunea v:version, care este ultima disponibilă.',
'update_newer_version_alert' => 'Aveți versiunea v:your_version, care este mai nouă decât cea mai recentă versiune, v:new_version.', 'update_newer_version_alert' => 'Aveți versiunea v:your_version, care este mai nouă decât cea mai recentă versiune, v:new_version.',
'update_check_error' => 'A apărut o eroare la verificarea actualizărilor. Consultați log-urile.', 'update_check_error' => 'A apărut o eroare la verificarea actualizărilor. Consultați log-urile.',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search // search
'search' => 'Caută', 'search' => 'Caută',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Se potrivește', 'match' => 'Se potrivește',
'strict' => 'Modul strict', 'strict' => 'Modul strict',
'repeat_freq' => 'Repetă', 'repeat_freq' => 'Repetă',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Monedă', 'journal_currency_id' => 'Monedă',
'currency_id' => 'Monedă', 'currency_id' => 'Monedă',
'transaction_currency_id' => 'Monedă', 'transaction_currency_id' => 'Monedă',

View File

@ -0,0 +1,45 @@
<?php
/**
* api.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
'error_store_bill' => 'Could not store new bill.',
'error_store_budget' => 'Could not store new budget.',
'error_unknown_budget' => 'Unknown budget.',
'error_store_new_category' => 'Could not store new category.',
'error_no_access' => 'No access to method.',
'error_no_access_ownership' => 'No access to method, user is not owner.',
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
'error_store_new_currency' => 'Could not store new currency.',
'error_unknown_source_currency' => 'Unknown source currency.',
'error_unknown_destination_currency' => 'Unknown destination currency.',
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.'
];

View File

@ -228,6 +228,11 @@ return [
'update_current_version_alert' => 'Вы используете v:version, которая является последним доступным релизом.', 'update_current_version_alert' => 'Вы используете v:version, которая является последним доступным релизом.',
'update_newer_version_alert' => 'Вы используете версию v:your_version, которая новее последнего релиза (v:new_version).', 'update_newer_version_alert' => 'Вы используете версию v:your_version, которая новее последнего релиза (v:new_version).',
'update_check_error' => 'При проверке обновлений произошла ошибка. Просмотрите файлы логов.', 'update_check_error' => 'При проверке обновлений произошла ошибка. Просмотрите файлы логов.',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search // search
'search' => 'Поиск', 'search' => 'Поиск',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Ключи для связи', 'match' => 'Ключи для связи',
'strict' => 'Строгий режим', 'strict' => 'Строгий режим',
'repeat_freq' => 'Повторы', 'repeat_freq' => 'Повторы',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Валюта', 'journal_currency_id' => 'Валюта',
'currency_id' => 'Валюта', 'currency_id' => 'Валюта',
'transaction_currency_id' => 'Валюта', 'transaction_currency_id' => 'Валюта',

View File

@ -0,0 +1,45 @@
<?php
/**
* api.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
'error_store_bill' => 'Could not store new bill.',
'error_store_budget' => 'Could not store new budget.',
'error_unknown_budget' => 'Unknown budget.',
'error_store_new_category' => 'Could not store new category.',
'error_no_access' => 'No access to method.',
'error_no_access_ownership' => 'No access to method, user is not owner.',
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
'error_store_new_currency' => 'Could not store new currency.',
'error_unknown_source_currency' => 'Unknown source currency.',
'error_unknown_destination_currency' => 'Unknown destination currency.',
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.'
];

View File

@ -230,6 +230,11 @@ return [
'update_newer_version_alert' => 'En son sürüm olan v:new_version\'dan daha yeni olan v:your_version kullanıyorsunuz. 'update_newer_version_alert' => 'En son sürüm olan v:new_version\'dan daha yeni olan v:your_version kullanıyorsunuz.
', ',
'update_check_error' => 'Güncelleştirmeleri denetlerken bir hata oluştu. Lütfen günlük dosyalarını inceleyin.', 'update_check_error' => 'Güncelleştirmeleri denetlerken bir hata oluştu. Lütfen günlük dosyalarını inceleyin.',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search // search
'search' => 'Ara', 'search' => 'Ara',

View File

@ -38,6 +38,7 @@ return [
'match' => 'Eşleşti', 'match' => 'Eşleşti',
'strict' => 'Sıkı mod', 'strict' => 'Sıkı mod',
'repeat_freq' => 'Tekrarlar', 'repeat_freq' => 'Tekrarlar',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Para birimi', 'journal_currency_id' => 'Para birimi',
'currency_id' => 'Para birimi', 'currency_id' => 'Para birimi',
'transaction_currency_id' => 'Para birimi', 'transaction_currency_id' => 'Para birimi',

View File

@ -0,0 +1,45 @@
<?php
/**
* api.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
'error_store_bill' => 'Could not store new bill.',
'error_store_budget' => 'Could not store new budget.',
'error_unknown_budget' => 'Unknown budget.',
'error_store_new_category' => 'Could not store new category.',
'error_no_access' => 'No access to method.',
'error_no_access_ownership' => 'No access to method, user is not owner.',
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
'error_store_new_currency' => 'Could not store new currency.',
'error_unknown_source_currency' => 'Unknown source currency.',
'error_unknown_destination_currency' => 'Unknown destination currency.',
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.'
];

View File

@ -228,6 +228,11 @@ return [
'update_current_version_alert' => '您现正运行 :version 版,系最新可用的版本。', 'update_current_version_alert' => '您现正运行 :version 版,系最新可用的版本。',
'update_newer_version_alert' => '您目前运行 :your_version 版,比最新释出 :new_version 版还新。', 'update_newer_version_alert' => '您目前运行 :your_version 版,比最新释出 :new_version 版还新。',
'update_check_error' => '检查更新时发生一个错误,请检阅日志档。', 'update_check_error' => '检查更新时发生一个错误,请检阅日志档。',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search // search
'search' => '搜寻', 'search' => '搜寻',

View File

@ -38,6 +38,7 @@ return [
'match' => '配对于', 'match' => '配对于',
'strict' => '精确模式', 'strict' => '精确模式',
'repeat_freq' => '重复', 'repeat_freq' => '重复',
'update_channel' => 'Update channel',
'journal_currency_id' => '货币', 'journal_currency_id' => '货币',
'currency_id' => '货币', 'currency_id' => '货币',
'transaction_currency_id' => '货币', 'transaction_currency_id' => '货币',

View File

@ -0,0 +1,45 @@
<?php
/**
* api.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'error_no_upload' => 'No file has been uploaded for this attachment (yet).',
'error_file_lost' => 'Could not find the indicated attachment. The file is no longer there.',
'error_store_bill' => 'Could not store new bill.',
'error_store_budget' => 'Could not store new budget.',
'error_unknown_budget' => 'Unknown budget.',
'error_store_new_category' => 'Could not store new category.',
'error_no_access' => 'No access to method.',
'error_no_access_ownership' => 'No access to method, user is not owner.',
'error_no_access_currency_in_use' => 'No access to method, currency is in use.',
'error_store_new_currency' => 'Could not store new currency.',
'error_unknown_source_currency' => 'Unknown source currency.',
'error_unknown_destination_currency' => 'Unknown destination currency.',
'error_delete_link_type' => 'You cannot delete this link type (:id, :name)',
'error_edit_link_type' => 'You cannot edit this link type (:id, :name)',
'error_owner_role_needed' => 'You need the "owner"-role to do this.',
'error_store_new_piggybank' => 'Could not store new piggy bank.',
'error_fire_cronjob' => 'Could not fire recurring cron job.',
'error_no_rules_in_rule_group' => 'No rules in this rule group.',
'error_source_or_dest_null' => 'Source or destination is NULL.'
];

View File

@ -228,6 +228,11 @@ return [
'update_current_version_alert' => '您現正運行 :version 版,係最新可用的版本。', 'update_current_version_alert' => '您現正運行 :version 版,係最新可用的版本。',
'update_newer_version_alert' => '您目前運行 :your_version 版,比最新釋出 :new_version 版還新。', 'update_newer_version_alert' => '您目前運行 :your_version 版,比最新釋出 :new_version 版還新。',
'update_check_error' => '檢查更新時發生一個錯誤,請檢閱日誌檔。', 'update_check_error' => '檢查更新時發生一個錯誤,請檢閱日誌檔。',
'admin_update_channel_title' => 'Update channel',
'admin_update_channel_explain' => 'Firefly III has three update "channels" which determine how ahead of the curve you are in terms of features, enhancements and bugs. Use the "beta" channel if you\'re adventurous and the "alpha" when you like to live life dangerously.',
'update_channel_stable' => 'Stable. Everything should work as expected.',
'update_channel_beta' => 'Beta. New features but things may be broken.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
// search // search
'search' => '搜尋', 'search' => '搜尋',

View File

@ -38,6 +38,7 @@ return [
'match' => '配對於', 'match' => '配對於',
'strict' => '嚴謹模式', 'strict' => '嚴謹模式',
'repeat_freq' => '重複', 'repeat_freq' => '重複',
'update_channel' => 'Update channel',
'journal_currency_id' => '貨幣', 'journal_currency_id' => '貨幣',
'currency_id' => '貨幣', 'currency_id' => '貨幣',
'transaction_currency_id' => '貨幣', 'transaction_currency_id' => '貨幣',