From 8e9e0f71bf7ec72af155b47360eb1b549eeaa33e Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 7 Nov 2020 17:39:06 +0100 Subject: [PATCH] Some last minute updates --- changelog.md | 1 + resources/lang/bg_BG/firefly.php | 3 ++- resources/lang/cs_CZ/firefly.php | 3 ++- resources/lang/de_DE/firefly.php | 3 ++- resources/lang/el_GR/firefly.php | 3 ++- resources/lang/en_GB/firefly.php | 3 ++- resources/lang/es_ES/firefly.php | 3 ++- resources/lang/fi_FI/firefly.php | 3 ++- resources/lang/fr_FR/firefly.php | 3 ++- resources/lang/hu_HU/firefly.php | 3 ++- resources/lang/id_ID/firefly.php | 3 ++- resources/lang/it_IT/firefly.php | 3 ++- resources/lang/nb_NO/firefly.php | 3 ++- resources/lang/nl_NL/firefly.php | 1 + resources/lang/pl_PL/firefly.php | 3 ++- resources/lang/pt_BR/firefly.php | 3 ++- resources/lang/ro_RO/firefly.php | 3 ++- resources/lang/ru_RU/firefly.php | 3 ++- resources/lang/sk_SK/firefly.php | 3 ++- resources/lang/sv_SE/firefly.php | 3 ++- resources/lang/tr_TR/firefly.php | 3 ++- resources/lang/vi_VN/firefly.php | 3 ++- resources/lang/zh_CN/firefly.php | 3 ++- resources/lang/zh_TW/firefly.php | 3 ++- 24 files changed, 46 insertions(+), 22 deletions(-) diff --git a/changelog.md b/changelog.md index 13f82de5be..b2ecf60675 100644 --- a/changelog.md +++ b/changelog.md @@ -21,6 +21,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - [Issue 4001](https://github.com/firefly-iii/firefly-iii/issues/4001) [issue 4005](https://github.com/firefly-iii/firefly-iii/issues/4005) [issue 4011](https://github.com/firefly-iii/firefly-iii/issues/4011) Special characters are double escaped. - [Issue 4006](https://github.com/firefly-iii/firefly-iii/issues/4006) Unclear error message fixed. - [Issue 4015](https://github.com/firefly-iii/firefly-iii/issues/4015) Better handling of headers in Apache. +- [Issue 4023](https://github.com/firefly-iii/firefly-iii/issues/4023) Fix issue with logout and admin view. - Missing help text can now be translated. - Demo sites send messages to me, not "demo@firefly". diff --git a/resources/lang/bg_BG/firefly.php b/resources/lang/bg_BG/firefly.php index 12836216a1..47710f9da9 100644 --- a/resources/lang/bg_BG/firefly.php +++ b/resources/lang/bg_BG/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Приходни сметки', 'all_source_accounts' => 'Разходни сметки', 'back_to_index' => 'Обратно към списъка', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Проверка за обновления', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'След обновяването се върнете тук, за да продължите с редакцията.', 'store_as_new' => 'Съхранете като нова транзакция, вместо да я актуализирате.', 'reset_after' => 'Изчистване на формуляра след изпращане', - 'errors_submission' => 'Имаше нещо нередно с вашите данни. Моля, проверете грешките по-долу.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(без група)', diff --git a/resources/lang/cs_CZ/firefly.php b/resources/lang/cs_CZ/firefly.php index a99dccf93b..2b5f448c65 100644 --- a/resources/lang/cs_CZ/firefly.php +++ b/resources/lang/cs_CZ/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Destination accounts', 'all_source_accounts' => 'Source accounts', 'back_to_index' => 'Back to the index', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Zjistit dostupnost případných aktualizací', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'After updating, return here to continue editing.', 'store_as_new' => 'Store as a new transaction instead of updating.', 'reset_after' => 'Reset form after submission', - 'errors_submission' => 'There was something wrong with your submission. Please check out the errors below.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(ungrouped)', diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 4f387df260..f7a360c813 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Zielkonten', 'all_source_accounts' => 'Quellkonten', 'back_to_index' => 'Zurück zum Index', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Nach Updates suchen', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'Nach dem Aktualisieren hierher zurückkehren, um weiter zu bearbeiten.', 'store_as_new' => 'Als neue Buchung speichern statt zu aktualisieren.', 'reset_after' => 'Formular nach der Übermittlung zurücksetzen', - 'errors_submission' => 'Problem bei der Übermittlung. Bitte überprüfen Sie die nachfolgenden Fehler.', + 'errors_submission' => 'Ihre Übermittlung ist fehlgeschlagen. Bitte überprüfen Sie die Fehler.', // object groups 'default_group_title_name' => '(ohne Gruppierung)', diff --git a/resources/lang/el_GR/firefly.php b/resources/lang/el_GR/firefly.php index ad24189c85..6803d30df3 100644 --- a/resources/lang/el_GR/firefly.php +++ b/resources/lang/el_GR/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Λογαριασμοί προορισμού', 'all_source_accounts' => 'Λογαριασμοί προέλευσης', 'back_to_index' => 'Επιστροφή στο ευρετήριο', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Έλεγχος ενημερώσεων', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'Μετά την ενημέρωση, επιστρέψτε εδώ για να συνεχίσετε την επεξεργασία.', 'store_as_new' => 'Αποθήκευση ως νέα συναλλαγή αντί για ενημέρωση.', 'reset_after' => 'Επαναφορά φόρμας μετά την υποβολή', - 'errors_submission' => 'Υπήρξε κάποιο λάθος με την υποβολή σας. Ελέγξτε τα παρακάτω σφάλματα.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(χωρίς ομάδα)', diff --git a/resources/lang/en_GB/firefly.php b/resources/lang/en_GB/firefly.php index d69b91dbfe..079cf5cdb2 100644 --- a/resources/lang/en_GB/firefly.php +++ b/resources/lang/en_GB/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Destination accounts', 'all_source_accounts' => 'Source accounts', 'back_to_index' => 'Back to the index', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Check for updates', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'After updating, return here to continue editing.', 'store_as_new' => 'Store as a new transaction instead of updating.', 'reset_after' => 'Reset form after submission', - 'errors_submission' => 'There was something wrong with your submission. Please check out the errors below.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(ungrouped)', diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index 41c20d4ceb..67752eb1b6 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Cuentas destino', 'all_source_accounts' => 'Cuentas origen', 'back_to_index' => 'Volver al Índice', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Ver actualizaciones', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'Después de actualizar, vuelve aquí para continuar editando.', 'store_as_new' => 'Almacenar como una nueva transacción en lugar de actualizar.', 'reset_after' => 'Restablecer formulario después del envío', - 'errors_submission' => 'Hubo algo malo con su envío. Por favor, revise los errores de abajo.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(sin agrupación)', diff --git a/resources/lang/fi_FI/firefly.php b/resources/lang/fi_FI/firefly.php index 0e3a7134b2..7c2cfbb0a6 100644 --- a/resources/lang/fi_FI/firefly.php +++ b/resources/lang/fi_FI/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Kohdetilit', 'all_source_accounts' => 'Lähdetilit', 'back_to_index' => 'Back to the index', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Tarkista päivitykset', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'Päivityksen jälkeen, palaa takaisin jatkamaan muokkausta.', 'store_as_new' => 'Tallenna uutena tapahtumana päivityksen sijaan.', 'reset_after' => 'Tyhjennä lomake lähetyksen jälkeen', - 'errors_submission' => 'Lomakkeen tiedoissa oli puutteita - alta löydät listan puutteista.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(ryhmittelemättömät)', diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index dc272c595b..9891dbda33 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Comptes de destination', 'all_source_accounts' => 'Comptes source', 'back_to_index' => 'Retour à l\'accueil', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Vérifier les mises à jour', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'Après la mise à jour, revenir ici pour continuer l\'édition.', 'store_as_new' => 'Enregistrer comme une nouvelle opération au lieu de mettre à jour.', 'reset_after' => 'Réinitialiser le formulaire après soumission', - 'errors_submission' => 'Certaines informations ne sont pas correctes dans votre formulaire. Veuillez vérifier les erreurs ci-dessous.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(Sans groupement)', diff --git a/resources/lang/hu_HU/firefly.php b/resources/lang/hu_HU/firefly.php index 8a79eebd93..ba65a7ea6a 100644 --- a/resources/lang/hu_HU/firefly.php +++ b/resources/lang/hu_HU/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Célszámlák', 'all_source_accounts' => 'Forrásszámlák', 'back_to_index' => 'Vissza a kezdőoldalra', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Frissítések ellenőrzése', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'A frissítés után térjen vissza ide a szerkesztés folytatásához.', 'store_as_new' => 'Tárolás új tranzakcióként frissítés helyett.', 'reset_after' => 'Űrlap törlése a beküldés után', - 'errors_submission' => 'Hiba történt a beküldés során. Kérem, javítsa az alábbi hibákat.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(nem csoportosított)', diff --git a/resources/lang/id_ID/firefly.php b/resources/lang/id_ID/firefly.php index 284f9e2d30..6f676f2b2e 100644 --- a/resources/lang/id_ID/firefly.php +++ b/resources/lang/id_ID/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Destination accounts', 'all_source_accounts' => 'Source accounts', 'back_to_index' => 'Back to the index', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Check for updates', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'After updating, return here to continue editing.', 'store_as_new' => 'Store as a new transaction instead of updating.', 'reset_after' => 'Reset form after submission', - 'errors_submission' => 'There was something wrong with your submission. Please check out the errors below.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(ungrouped)', diff --git a/resources/lang/it_IT/firefly.php b/resources/lang/it_IT/firefly.php index d1af2a57ef..e3062fe0fe 100644 --- a/resources/lang/it_IT/firefly.php +++ b/resources/lang/it_IT/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Conti di destinazione', 'all_source_accounts' => 'Conti di origine', 'back_to_index' => 'Torna all\'indice', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Controlla aggiornamenti', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'Dopo l\'aggiornamento, torna qui per continuare la modifica.', 'store_as_new' => 'Salva come nuova transazione invece di aggiornarla.', 'reset_after' => 'Resetta il modulo dopo l\'invio', - 'errors_submission' => 'Errore durante l\'invio. Controlla gli errori segnalati qui sotto.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(non in un gruppo)', diff --git a/resources/lang/nb_NO/firefly.php b/resources/lang/nb_NO/firefly.php index 6ab68565f9..c96aced910 100644 --- a/resources/lang/nb_NO/firefly.php +++ b/resources/lang/nb_NO/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Destination accounts', 'all_source_accounts' => 'Source accounts', 'back_to_index' => 'Back to the index', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Se etter oppdateringer', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'After updating, return here to continue editing.', 'store_as_new' => 'Store as a new transaction instead of updating.', 'reset_after' => 'Reset form after submission', - 'errors_submission' => 'There was something wrong with your submission. Please check out the errors below.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(ungrouped)', diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 401e848167..3d48611abc 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Doelrekeningen', 'all_source_accounts' => 'Bronrekeningen', 'back_to_index' => 'Terug naar de index', + 'cant_logout_guard' => 'Firefly III kan je niet uitloggen.', // check for updates: 'update_check_title' => 'Op updates controleren', diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index e60331f9c8..5ccb68ca76 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Konta docelowe', 'all_source_accounts' => 'Konta źródłowe', 'back_to_index' => 'Wróć do indeksu', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Sprawdź aktualizacje', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'Po aktualizacji wróć tutaj, aby kontynuować edycję.', 'store_as_new' => 'Zapisz jako nową zamiast aktualizować.', 'reset_after' => 'Wyczyść formularz po zapisaniu', - 'errors_submission' => 'Coś poszło nie tak w czasie zapisu. Proszę sprawdź błędy poniżej.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(bez grupy)', diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 35733d809e..a0e65962c6 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Contas de destino', 'all_source_accounts' => 'Contas de origem', 'back_to_index' => 'Voltar ao índice', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Verificar Atualizações', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'Depois de atualizar, retorne aqui para continuar editando.', 'store_as_new' => 'Store as a new transaction instead of updating.', 'reset_after' => 'Resetar o formulário após o envio', - 'errors_submission' => 'Tem alguma coisa de errada com o seu envio. Por favor, cheque os erros abaixo.', + 'errors_submission' => 'Há algo de errado com o seu envio. Por favor, verifique os erros abaixo.', // object groups 'default_group_title_name' => '(não agrupado)', diff --git a/resources/lang/ro_RO/firefly.php b/resources/lang/ro_RO/firefly.php index fe2f035172..e7ed27698c 100644 --- a/resources/lang/ro_RO/firefly.php +++ b/resources/lang/ro_RO/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Conturi de destinație', 'all_source_accounts' => 'Conturi sursă', 'back_to_index' => 'Back to the index', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Verifică actualizări', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'După actualizare, reveniți aici pentru a continua editarea.', 'store_as_new' => 'Stocați ca o tranzacție nouă în loc să actualizați.', 'reset_after' => 'Resetați formularul după trimitere', - 'errors_submission' => 'A fost ceva în neregulă cu transmiterea dvs. Vă rugăm să consultați erorile de mai jos.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(ungrouped)', diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index dc4d551beb..443b9d8326 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Счета назначения', 'all_source_accounts' => 'Счета-источники', 'back_to_index' => 'Вернуться к содержанию', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Проверить обновления', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'После обновления вернитесь сюда, чтобы продолжить редактирование.', 'store_as_new' => 'Сохранить как новую транзакцию вместо обновления.', 'reset_after' => 'Сбросить форму после отправки', - 'errors_submission' => 'При отправке произошла ошибка. Пожалуйста, проверьте ошибки ниже.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(без группировки)', diff --git a/resources/lang/sk_SK/firefly.php b/resources/lang/sk_SK/firefly.php index b5013aa38a..fbec6aef9c 100644 --- a/resources/lang/sk_SK/firefly.php +++ b/resources/lang/sk_SK/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Cieľové účty', 'all_source_accounts' => 'Zdrojové účty', 'back_to_index' => 'Späť na zoznam', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Zistiť dostupnosť aktualizácií', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'Po aktualizácii sa vrátiť späť a pokračovať v úpravách.', 'store_as_new' => 'Namiesto aktualizácie uložiť ako novú transakciu.', 'reset_after' => 'Po odoslaní vynulovať formulár', - 'errors_submission' => 'Pri odoslaní nastala chyba. Skontrolujte chyby uvedené nižšie.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(nezoskupené)', diff --git a/resources/lang/sv_SE/firefly.php b/resources/lang/sv_SE/firefly.php index f3cd2e83be..ced8b93a34 100644 --- a/resources/lang/sv_SE/firefly.php +++ b/resources/lang/sv_SE/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Destinationskonton', 'all_source_accounts' => 'Källkonton', 'back_to_index' => 'Åter till index', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Sök uppdateringar', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'Efter uppdaterat, återkom hit för att fortsätta redigera.', 'store_as_new' => 'Spara en ny transaktion istället för att uppdatera.', 'reset_after' => 'Återställ formulär efter inskickat', - 'errors_submission' => 'Något fel uppstod med inskickningen. Vänligen kontrollera felen nedan.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(ogrupperad)', diff --git a/resources/lang/tr_TR/firefly.php b/resources/lang/tr_TR/firefly.php index c509140d87..ad6cdb3f2b 100644 --- a/resources/lang/tr_TR/firefly.php +++ b/resources/lang/tr_TR/firefly.php @@ -234,6 +234,7 @@ return [ 'all_destination_accounts' => 'Destination accounts', 'all_source_accounts' => 'Source accounts', 'back_to_index' => 'Back to the index', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Güncellemeleri kontrol et', @@ -1631,7 +1632,7 @@ return [ 'after_update_create_another' => 'After updating, return here to continue editing.', 'store_as_new' => 'Store as a new transaction instead of updating.', 'reset_after' => 'Reset form after submission', - 'errors_submission' => 'There was something wrong with your submission. Please check out the errors below.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(ungrouped)', diff --git a/resources/lang/vi_VN/firefly.php b/resources/lang/vi_VN/firefly.php index 345b3aa2dd..0f578ab8fe 100644 --- a/resources/lang/vi_VN/firefly.php +++ b/resources/lang/vi_VN/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Tài khoản nhận', 'all_source_accounts' => 'Tài khoản gửi', 'back_to_index' => 'Quay lại chỉ mục', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => 'Kiểm tra cập nhật', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'Sau khi cập nhật, quay lại đây để tiếp tục chỉnh sửa.', 'store_as_new' => 'Lưu trữ như một giao dịch mới thay vì cập nhật.', 'reset_after' => 'Đặt lại mẫu sau khi gửi', - 'errors_submission' => 'Có gì đó sai. Vui lòng kiểm tra các lỗi dưới đây.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(chưa nhóm)', diff --git a/resources/lang/zh_CN/firefly.php b/resources/lang/zh_CN/firefly.php index 0643facccc..080cc399c2 100644 --- a/resources/lang/zh_CN/firefly.php +++ b/resources/lang/zh_CN/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => '目标帐户', 'all_source_accounts' => '源账户', 'back_to_index' => 'Back to the index', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => '检查更新', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => '更新后,返回此页面继续编辑。', 'store_as_new' => '保存为新交易而不是更新此交易。', 'reset_after' => '提交后重置表单', - 'errors_submission' => '您的提交有误,请查看下面输出的错误信息。', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(ungrouped)', diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index 31a561dd1c..70e00a7635 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -233,6 +233,7 @@ return [ 'all_destination_accounts' => 'Destination accounts', 'all_source_accounts' => 'Source accounts', 'back_to_index' => 'Back to the index', + 'cant_logout_guard' => 'Firefly III can\'t log you out.', // check for updates: 'update_check_title' => '檢查更新', @@ -1630,7 +1631,7 @@ return [ 'after_update_create_another' => 'After updating, return here to continue editing.', 'store_as_new' => 'Store as a new transaction instead of updating.', 'reset_after' => 'Reset form after submission', - 'errors_submission' => 'There was something wrong with your submission. Please check out the errors below.', + 'errors_submission' => 'There was something wrong with your submission. Please check out the errors.', // object groups 'default_group_title_name' => '(ungrouped)',