mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-20 03:10:57 +00:00
Updated meta-files & translations for upcoming release.
This commit is contained in:
30
changelog.md
30
changelog.md
@@ -2,6 +2,35 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 5.4.3 (API 1.4.0) - 2020-10-03
|
||||
|
||||
### Added
|
||||
- [Issue 3592](https://github.com/firefly-iii/firefly-iii/issues/3592) You can now add an alternative email address to users when using the external user guard. See the `.env.example` for instructions.
|
||||
- [Issue 3863](https://github.com/firefly-iii/firefly-iii/issues/3863) Sonarcloud.io badges in the readme file, thanks @lastlink
|
||||
- Support for Slovak
|
||||
|
||||
### Changed
|
||||
- [Issue 3875](https://github.com/firefly-iii/firefly-iii/issues/3875) Budgets also count foreign currency transactions.
|
||||
- Docker image runs PHP 7.4.11
|
||||
|
||||
### Fixed
|
||||
- [Issue 3824](https://github.com/firefly-iii/firefly-iii/issues/3824) Hard-coded links broken.
|
||||
- [Issue 3850](https://github.com/firefly-iii/firefly-iii/issues/3850) Preview was broken for boolean search operators
|
||||
- [Issue 3853](https://github.com/firefly-iii/firefly-iii/issues/3853) Broken rule triggers when handling accounts.
|
||||
- [Issue 3855](https://github.com/firefly-iii/firefly-iii/issues/3855) Broken manifest file.
|
||||
- [Issue 3858](https://github.com/firefly-iii/firefly-iii/issues/3858) Broken pagination, thanks @sephrat.
|
||||
- [Issue 3862](https://github.com/firefly-iii/firefly-iii/issues/3862) Split transactions could not be edited.
|
||||
- [Issue 3879](https://github.com/firefly-iii/firefly-iii/issues/3879) Category popup broken.
|
||||
- [Issue 3881](https://github.com/firefly-iii/firefly-iii/issues/3881) Could store multiple budget limits due to a broken check.
|
||||
- [Issue 3884](https://github.com/firefly-iii/firefly-iii/issues/3884) Transaction edit form was improperly updated when removing splits.
|
||||
- [Issue 3887](https://github.com/firefly-iii/firefly-iii/issues/3887) Could not remove bill from transaction.
|
||||
- [Issue 3893](https://github.com/firefly-iii/firefly-iii/issues/3893) Fix budget bars.
|
||||
- [Issue 3894](https://github.com/firefly-iii/firefly-iii/issues/3894) Fix auto-complete code.
|
||||
- Budget overview properly takes weekly budgets into account, even when on a monthly list.
|
||||
|
||||
### API
|
||||
- [Issue 3880](https://github.com/firefly-iii/firefly-iii/issues/3880) Could not post new amount.
|
||||
|
||||
## 5.4.2 (API 1.4.0) - 2020-09-24
|
||||
|
||||
Fixes exotic and regression bugs.
|
||||
@@ -9,7 +38,6 @@ Fixes exotic and regression bugs.
|
||||
### Added
|
||||
- [Issue 3828](https://github.com/firefly-iii/firefly-iii/issues/3828) The admin pages now respect LDAP.
|
||||
|
||||
|
||||
### Fixed
|
||||
- LDAP and 2FA should work again.
|
||||
- [Issue 3822](https://github.com/firefly-iii/firefly-iii/issues/3822) Fix web manifest file.
|
||||
|
746
composer.lock
generated
746
composer.lock
generated
File diff suppressed because it is too large
Load Diff
2
public/v1/js/create_transaction.js
vendored
2
public/v1/js/create_transaction.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/edit_transaction.js
vendored
2
public/v1/js/edit_transaction.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/profile.js
vendored
2
public/v1/js/profile.js
vendored
File diff suppressed because one or more lines are too long
@@ -12,10 +12,10 @@
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">La transacci\u00f3n #{ID}<\/a> ha sido actualizada.",
|
||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">La transacci\u00f3n #{ID}<\/a> ha sido guardada.",
|
||||
"transaction_journal_information": "Informaci\u00f3n de transacci\u00f3n",
|
||||
"no_budget_pointer": "You seem to have no budgets yet. You should create some on the <a href=\"budgets\">budgets<\/a>-page. Budgets can help you keep track of expenses.",
|
||||
"no_bill_pointer": "You seem to have no bills yet. You should create some on the <a href=\"bills\">bills<\/a>-page. Bills can help you keep track of expenses.",
|
||||
"no_budget_pointer": "Parece que a\u00fan no tiene presupuestos. Debe crear algunos en la p\u00e1gina <a href=\"budgets\">presupuestos<\/a>. Los presupuestos pueden ayudarle a realizar un seguimiento de los gastos.",
|
||||
"no_bill_pointer": "Parece que a\u00fan no tiene facturas. Deber\u00eda crear algunas en la p\u00e1gina de <a href=\"bills\">facturas<\/a>. Las facturas pueden ayudarle a llevar un seguimiento de los gastos.",
|
||||
"source_account": "Cuenta origen",
|
||||
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
|
||||
"hidden_fields_preferences": "Puede habilitar m\u00e1s opciones de transacci\u00f3n en sus <a href=\"preferences\">ajustes <\/a>.",
|
||||
"destination_account": "Cuenta destino",
|
||||
"add_another_split": "A\u00f1adir otra divisi\u00f3n",
|
||||
"submission": "Env\u00edo",
|
||||
|
@@ -12,10 +12,10 @@
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transakcia #{ID}<\/a> bola aktualizovan\u00e1.",
|
||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transakcia #{ID}<\/a> bola ulo\u017een\u00e1.",
|
||||
"transaction_journal_information": "Inform\u00e1cie o transakcii",
|
||||
"no_budget_pointer": "You seem to have no budgets yet. You should create some on the <a href=\"budgets\">budgets<\/a>-page. Budgets can help you keep track of expenses.",
|
||||
"no_bill_pointer": "You seem to have no bills yet. You should create some on the <a href=\"bills\">bills<\/a>-page. Bills can help you keep track of expenses.",
|
||||
"no_budget_pointer": "Zd\u00e1 sa, \u017ee zatia\u013e nem\u00e1te \u017eiadne rozpo\u010dty. Na str\u00e1nke <a href=\"\/budgets\">rozpo\u010dty<\/a> by ste si nejak\u00e9 mali vytvori\u0165. Rozpo\u010dty m\u00f4\u017eu pom\u00f4c\u0165 udr\u017ea\u0165 preh\u013ead vo v\u00fddavkoch.",
|
||||
"no_bill_pointer": "Zd\u00e1 sa, \u017ee zatia\u013e nem\u00e1te \u017eiadne \u00fa\u010dty. Na str\u00e1nke <a href=\"\/bills\">\u00fa\u010dty<\/a> by ste mali nejak\u00e9 vytvori\u0165. \u00da\u010dty m\u00f4\u017eu pom\u00f4c\u0165 udr\u017ea\u0165 si preh\u013ead vo v\u00fddavkoch.",
|
||||
"source_account": "Zdrojov\u00fd \u00fa\u010det",
|
||||
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
|
||||
"hidden_fields_preferences": "Viac mo\u017enost\u00ed transakci\u00ed m\u00f4\u017eete povoli\u0165 vo svojich <a href=\"\/preferences\">nastaveniach<\/a>.",
|
||||
"destination_account": "Cie\u013eov\u00fd \u00fa\u010det",
|
||||
"add_another_split": "Prida\u0165 \u010fal\u0161ie roz\u00fa\u010dtovanie",
|
||||
"submission": "Odoslanie",
|
||||
|
@@ -30,7 +30,7 @@ return [
|
||||
'edit_piggyBank' => 'Sparschwein „:name” bearbeiten',
|
||||
'preferences' => 'Einstellungen',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Accounts',
|
||||
'accounts' => 'Konten',
|
||||
'changePassword' => 'Passwort ändern',
|
||||
'change_email' => 'E-Mail Adresse ändern',
|
||||
'bills' => 'Rechnungen',
|
||||
|
@@ -30,7 +30,7 @@ return [
|
||||
'edit_piggyBank' => 'Editar hucha ":name"',
|
||||
'preferences' => 'Preferencias',
|
||||
'profile' => 'Perfil',
|
||||
'accounts' => 'Accounts',
|
||||
'accounts' => 'Cuentas',
|
||||
'changePassword' => 'Cambiar contraseña',
|
||||
'change_email' => 'Cambiar su dirección de correo electrónico',
|
||||
'bills' => 'Facturas',
|
||||
|
@@ -104,8 +104,8 @@ return [
|
||||
'warning_much_data' => ':days días de datos pueden tomar tiempo en cargarse.',
|
||||
'registered' => '¡Te has registrado con éxito!',
|
||||
'Default asset account' => 'Cuenta de ingresos por defecto',
|
||||
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
|
||||
'no_bill_pointer' => 'You seem to have no bills yet. You should create some on the <a href="bills">bills</a>-page. Bills can help you keep track of expenses.',
|
||||
'no_budget_pointer' => 'Parece que aún no tiene presupuestos. Debe crear algunos en la página <a href="budgets">presupuestos</a>. Los presupuestos pueden ayudarle a realizar un seguimiento de los gastos.',
|
||||
'no_bill_pointer' => 'Parece que aún no tiene facturas. Debería crear algunas en la página de <a href="bills">facturas</a>. Las facturas pueden ayudarle a llevar un seguimiento de los gastos.',
|
||||
'Savings account' => 'Cuenta de ahorros',
|
||||
'Credit card' => 'Tarjeta de crédito',
|
||||
'source_accounts' => 'Cuenta origen|Cuentas de origen',
|
||||
@@ -307,8 +307,8 @@ return [
|
||||
'search_modifier_destination_account_starts' => 'El nombre de cuenta de destino comienza con ":value"',
|
||||
'search_modifier_destination_account_ends' => 'El nombre de la cuenta de destino termina con ":value"',
|
||||
'search_modifier_destination_account_id' => 'El ID de cuenta de destino es :value',
|
||||
'search_modifier_destination_is_cash' => 'Destination account is (cash) account',
|
||||
'search_modifier_source_is_cash' => 'Source account is (cash) account',
|
||||
'search_modifier_destination_is_cash' => 'La cuenta de destino es (efectivo)',
|
||||
'search_modifier_source_is_cash' => 'La cuenta de origen es (efectivo)',
|
||||
'search_modifier_destination_account_nr_is' => 'El número de cuenta de destino (IBAN) es ":value"',
|
||||
'search_modifier_destination_account_nr_contains' => 'El número de cuenta de destino (IBAN) contiene ":value"',
|
||||
'search_modifier_destination_account_nr_starts' => 'El número de cuenta de destino (IBAN) comienza con ":value"',
|
||||
@@ -748,7 +748,7 @@ return [
|
||||
'regenerate_command_line_token' => 'Regenerar token de línea de comando',
|
||||
'token_regenerated' => 'Se generó un nuevo token de línea de comandos',
|
||||
'change_your_email' => 'Cambie su dirección de correo',
|
||||
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="admin">Administration</a>.',
|
||||
'email_verification' => 'Un mensaje de correo electrónico sera enviado a su nueva dirección de correo viejas y nuevas. por motivos de seguridad, usted no podrá iniciar sesión hasta que verifique su nueva dirección de correo electrónico. Si no esta seguro de si su instalación Firefly III puede enviar correos electrónicos, por favor no use esta función. Si usted es administrador, usted puede probar esto en la <a href="admin">administracion</a>.',
|
||||
'email_changed_logout' => 'Hasta que usted verifique su dirección de correo electrónico, usted no puede iniciar sesión.',
|
||||
'login_with_new_email' => 'Usted puede ahora iniciar sesión con su nueva dirección de correo electrónico.',
|
||||
'login_with_old_email' => 'Usted puede ahora iniciar sesión con su vieja dirección de correo electrónico otra vez.',
|
||||
@@ -1514,7 +1514,7 @@ return [
|
||||
'store_configuration' => 'Guardar configuración',
|
||||
'single_user_administration' => 'Administración de usuarios para :email',
|
||||
'edit_user' => 'Editar usuario :email',
|
||||
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
|
||||
'hidden_fields_preferences' => 'Puede habilitar más opciones de transacción en sus <a href="preferences">ajustes </a>.',
|
||||
'user_data_information' => 'Datos del usuario',
|
||||
'user_information' => 'Información del usuario',
|
||||
'total_size' => 'tamaño total',
|
||||
|
@@ -30,7 +30,7 @@ return [
|
||||
'edit_piggyBank' => 'Modifier la tirelire ":name"',
|
||||
'preferences' => 'Préférences',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Accounts',
|
||||
'accounts' => 'Comptes',
|
||||
'changePassword' => 'Modifier le mot de passe',
|
||||
'change_email' => 'Changer votre adresse e-mail',
|
||||
'bills' => 'Factures',
|
||||
|
@@ -30,7 +30,7 @@ return [
|
||||
'edit_piggyBank' => 'Upraviť pokladničku „:name“',
|
||||
'preferences' => 'Predvoľby',
|
||||
'profile' => 'Profil',
|
||||
'accounts' => 'Accounts',
|
||||
'accounts' => 'Účty',
|
||||
'changePassword' => 'Zmeniť heslo',
|
||||
'change_email' => 'Zmeniť e-mailovú adresu',
|
||||
'bills' => 'Účtenky a faktúry',
|
||||
|
@@ -104,8 +104,8 @@ return [
|
||||
'warning_much_data' => 'Načítanie :days dní údajov môže chvíľu trvať.',
|
||||
'registered' => 'Úspešne ste sa zaregistrovali!',
|
||||
'Default asset account' => 'Prednastavený účet aktív',
|
||||
'no_budget_pointer' => 'You seem to have no budgets yet. You should create some on the <a href="budgets">budgets</a>-page. Budgets can help you keep track of expenses.',
|
||||
'no_bill_pointer' => 'You seem to have no bills yet. You should create some on the <a href="bills">bills</a>-page. Bills can help you keep track of expenses.',
|
||||
'no_budget_pointer' => 'Zdá sa, že zatiaľ nemáte žiadne rozpočty. Na stránke <a href="/budgets">rozpočty</a> by ste si nejaké mali vytvoriť. Rozpočty môžu pomôcť udržať prehľad vo výdavkoch.',
|
||||
'no_bill_pointer' => 'Zdá sa, že zatiaľ nemáte žiadne účty. Na stránke <a href="/bills">účty</a> by ste mali nejaké vytvoriť. Účty môžu pomôcť udržať si prehľad vo výdavkoch.',
|
||||
'Savings account' => 'Sporiaci účet',
|
||||
'Credit card' => 'Kreditná karta',
|
||||
'source_accounts' => 'Zdrojový účet|Zdrojové účty',
|
||||
@@ -748,7 +748,7 @@ return [
|
||||
'regenerate_command_line_token' => 'Pregenerovať token príkazového riadka',
|
||||
'token_regenerated' => 'Nový token pre príkazový riadok bol vytvorený',
|
||||
'change_your_email' => 'Zmena e-mailovej adresy',
|
||||
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="admin">Administration</a>.',
|
||||
'email_verification' => 'E-mailová správa bude zaslaná na vašu starú A novú e-mailovú adresu. Z bezpečnostných dôvodov sa nebudete môcť prihlásiť, kým neoveríte svoju novú e-mailovú adresu. Ak si nie ste istí, či je vaša inštalácia Firefly III schopná odosielať e-maily, nepoužívajte túto funkciu. Ak ste správcom, môžete to otestovať v časti <a href="/admin">Správa</a>.',
|
||||
'email_changed_logout' => 'Kým neoveríte svoju e-mailovú adresu, nemôžete sa prihlásiť.',
|
||||
'login_with_new_email' => 'Teraz sa môžete prihlásiť so svojou novou e-mailovou adresou.',
|
||||
'login_with_old_email' => 'Teraz sa môžete prihlásiť so svojou starou e-mailovou adresou.',
|
||||
@@ -1514,7 +1514,7 @@ return [
|
||||
'store_configuration' => 'Uložiť nastavenia',
|
||||
'single_user_administration' => 'Správa použivateľa pre :email',
|
||||
'edit_user' => 'Upraviť použivateľa :email',
|
||||
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
|
||||
'hidden_fields_preferences' => 'Viac možností transakcií môžete povoliť vo svojich <a href="/preferences">nastaveniach</a>.',
|
||||
'user_data_information' => 'Použivateľské údaje',
|
||||
'user_information' => 'Informácie o použivateľovi',
|
||||
'total_size' => 'celková veľkosť',
|
||||
|
@@ -4922,9 +4922,9 @@ posix-character-classes@^0.1.0:
|
||||
integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
|
||||
|
||||
postcss-calc@^7.0.1:
|
||||
version "7.0.4"
|
||||
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.4.tgz#5e177ddb417341e6d4a193c5d9fd8ada79094f8b"
|
||||
integrity sha512-0I79VRAd1UTkaHzY9w83P39YGO/M3bG7/tNLrHGEunBolfoGM0hSjrGvjoeaj0JE/zIw5GsI2KZ0UwDJqv5hjw==
|
||||
version "7.0.5"
|
||||
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.5.tgz#f8a6e99f12e619c2ebc23cf6c486fdc15860933e"
|
||||
integrity sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==
|
||||
dependencies:
|
||||
postcss "^7.0.27"
|
||||
postcss-selector-parser "^6.0.2"
|
||||
|
Reference in New Issue
Block a user