\n\n\n\n\n","import mod from \"-!../../../node_modules/babel-loader/lib/index.js??ref--4-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Edit.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js??ref--4-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Edit.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./Edit.vue?vue&type=template&id=248bc324&scoped=true&\"\nimport script from \"./Edit.vue?vue&type=script&lang=js&\"\nexport * from \"./Edit.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"248bc324\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('Alert',{attrs:{\"message\":_vm.errorMessage,\"type\":\"danger\"}}),_vm._v(\" \"),_c('Alert',{attrs:{\"message\":_vm.successMessage,\"type\":\"success\"}}),_vm._v(\" \"),_c('SplitPills',{attrs:{\"transactions\":_vm.transactions}}),_vm._v(\" \"),_c('div',{staticClass:\"tab-content\"},_vm._l((this.transactions),function(transaction,index){return _c('SplitForm',{key:index,attrs:{\"count\":_vm.transactions.length,\"transaction\":transaction,\"allowed-opposing-types\":_vm.allowedOpposingTypes,\"custom-fields\":_vm.customFields,\"date\":_vm.date,\"time\":_vm.time,\"index\":index,\"transaction-type\":_vm.transactionType,\"destination-allowed-types\":_vm.destinationAllowedTypes,\"source-allowed-types\":_vm.sourceAllowedTypes,\"allow-switch\":false,\"submitted-transaction\":_vm.submittedTransaction},on:{\"uploaded-attachments\":function($event){return _vm.uploadedAttachment($event)},\"set-marker-location\":function($event){return _vm.storeLocation($event)},\"set-account\":function($event){return _vm.storeAccountValue($event)},\"set-date\":function($event){return _vm.storeDate($event)},\"set-time\":function($event){return _vm.storeTime($event)},\"set-field\":function($event){return _vm.storeField($event)},\"remove-transaction\":function($event){return _vm.removeTransaction($event)},\"selected-attachments\":function($event){return _vm.selectedAttachments($event)}}})}),1),_vm._v(\" \"),_c('div',{staticClass:\"row\"},[_c('div',{staticClass:\"col-xl-6 col-lg-6 col-md-12 col-sm-12 col-xs-12\"},[(_vm.transactions.length > 1)?_c('div',{staticClass:\"card\"},[_c('div',{staticClass:\"card-body\"},[_c('div',{staticClass:\"row\"},[_c('div',{staticClass:\"col\"},[_c('TransactionGroupTitle',{attrs:{\"errors\":this.groupTitleErrors},on:{\"set-group-title\":function($event){return _vm.storeGroupTitle($event)}},model:{value:(this.groupTitle),callback:function ($$v) {_vm.$set(this, \"groupTitle\", $$v)},expression:\"this.groupTitle\"}})],1)])])]):_vm._e()]),_vm._v(\" \"),_c('div',{staticClass:\"col-xl-6 col-lg-6 col-md-12 col-sm-12 col-xs-12\"},[_c('div',{staticClass:\"card\"},[_c('div',{staticClass:\"card-body\"},[_c('div',{staticClass:\"row\"},[_c('div',{staticClass:\"col\"},[_c('div',{staticClass:\"text-xs d-none d-lg-block d-xl-block\"},[_vm._v(\"\\n \\n \")]),_vm._v(\" \"),_c('button',{staticClass:\"btn btn-outline-primary btn-block\",on:{\"click\":_vm.addTransaction}},[_c('i',{staticClass:\"far fa-clone\"}),_vm._v(\" \"+_vm._s(_vm.$t('firefly.add_another_split'))+\"\\n \")])]),_vm._v(\" \"),_c('div',{staticClass:\"col\"},[_c('div',{staticClass:\"text-xs d-none d-lg-block d-xl-block\"},[_vm._v(\"\\n \\n \")]),_vm._v(\" \"),_c('button',{staticClass:\"btn btn-info btn-block\",attrs:{\"disabled\":!_vm.enableSubmit},on:{\"click\":_vm.submitTransaction}},[(_vm.enableSubmit)?_c('span',[_c('i',{staticClass:\"far fa-save\"}),_vm._v(\" \"+_vm._s(_vm.$t('firefly.update_transaction')))]):_vm._e(),_vm._v(\" \"),(!_vm.enableSubmit)?_c('span',[_c('i',{staticClass:\"fas fa-spinner fa-spin\"})]):_vm._e()])])]),_vm._v(\" \"),_c('div',{staticClass:\"row\"},[_c('div',{staticClass:\"col\"},[_vm._v(\"\\n \\n \")]),_vm._v(\" \"),_c('div',{staticClass:\"col\"},[_c('div',{staticClass:\"form-check\"},[_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.createAnother),expression:\"createAnother\"}],staticClass:\"form-check-input\",attrs:{\"id\":\"createAnother\",\"type\":\"checkbox\"},domProps:{\"checked\":Array.isArray(_vm.createAnother)?_vm._i(_vm.createAnother,null)>-1:(_vm.createAnother)},on:{\"change\":function($event){var $$a=_vm.createAnother,$$el=$event.target,$$c=$$el.checked?(true):(false);if(Array.isArray($$a)){var $$v=null,$$i=_vm._i($$a,$$v);if($$el.checked){$$i<0&&(_vm.createAnother=$$a.concat([$$v]))}else{$$i>-1&&(_vm.createAnother=$$a.slice(0,$$i).concat($$a.slice($$i+1)))}}else{_vm.createAnother=$$c}}}}),_vm._v(\" \"),_c('label',{staticClass:\"form-check-label\",attrs:{\"for\":\"createAnother\"}},[_c('span',{staticClass:\"small\"},[_vm._v(_vm._s(_vm.$t('firefly.after_update_create_another')))])])])])])])])])])],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/*\n * edit.js\n * Copyright (c) 2020 james@firefly-iii.org\n *\n * This file is part of Firefly III (https://github.com/firefly-iii).\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n\nimport store from \"../../components/store\";\nimport Edit from \"../../components/transactions/Edit\";\nimport Vue from \"vue\";\n\nrequire('../../bootstrap');\n\nVue.config.productionTip = false;\n// i18n\nlet i18n = require('../../i18n');\n\nlet props = {};\nnew Vue({\n i18n,\n store,\n render(createElement) {\n return createElement(Edit, {props: props});\n },\n beforeCreate() {\n this.$store.commit('initialiseStore');\n this.$store.dispatch('updateCurrencyPreference');\n },\n }).$mount('#transactions_edit');\n"],"sourceRoot":""}
\ No newline at end of file
+{"version":3,"sources":["webpack:///src/components/transactions/Edit.vue","webpack:///./src/components/transactions/Edit.vue?f2c6","webpack:///./src/components/transactions/Edit.vue","webpack:///./src/components/transactions/Edit.vue?484a","webpack:///./src/pages/transactions/edit.js"],"names":["name","created","this","groupId","parseInt","parts","length","getTransactionGroup","getAllowedOpposingTypes","getCustomFields","data","successMessage","errorMessage","warningMessage","transactions","originalTransactions","groupTitle","originalGroupTitle","transactionType","groupTitleErrors","customFields","returnedGroupId","returnedGroupTitle","date","Date","time","originalDate","originalTime","submittedTransaction","submittedLinks","submittedAttachments","inError","allowedOpposingTypes","destinationAllowedTypes","sourceAllowedTypes","enableSubmit","stayHere","components","Alert","SplitPills","SplitForm","TransactionGroupTitle","watch","finalizeSubmit","methods","axios","get","parseTransactionGroup","attributes","group_title","hasOwnProperty","i","test","push","result","lodashClonedeep","parseLinks","transaction_journal_id","parseTransaction","index","array","type","charAt","toUpperCase","slice","source_type","destination_type","description","source_account_id","source_id","source_account_name","source_name","source_account_type","destination_account_id","destination_id","destination_account_name","destination_name","destination_account_type","amount","currency_id","foreign_amount","foreign_currency_id","category","category_name","budget_id","bill_id","tags","interest_date","substr","book_date","process_date","due_date","payment_date","invoice_date","internal_reference","external_url","external_uri","external_id","notes","location","zoom_level","longitude","latitude","errors","journalId","parseLink","opposingId","link","outward_id","linkDirection","promises","Promise","resolve","link_type_id","all","then","journals","journal","id","linkTypeId","direction","transaction_group_id","responses","currency_code","uploadedAttachment","console","log","payload","storeLocation","zoomLevel","lng","lat","storeAccountValue","storeDate","storeTime","storeField","field","value","removeTransaction","splice","storeGroupTitle","selectedAttachments","addTransaction","newTransaction","submitTransaction","submission","shouldSubmit","basicFields","ii","currentTransaction","fieldName","originalTransaction","diff","piggy_bank_id","JSON","stringify","shouldLinks","shouldUpload","theDate","setHours","getHours","setMinutes","getMinutes","setSeconds","getSeconds","dateStr","Object","keys","transactionCount","submitUpdate","submitTransactionLinks","compareLinks","compare","put","url","parseErrors","resetErrors","$t","message","key","transactionIndex","split","setTransactionError","deleteOriginalLinks","transaction","links","newLinks","originalLinks","inward_id","linkObject","currentLink","total","post","window","href","_vm","_h","$createElement","_c","_self","attrs","_v","staticClass","_l","on","$event","model","callback","$$v","$set","expression","_e","_s","directives","rawName","domProps","Array","isArray","_i","$$a","$$el","target","$$c","checked","$$i","concat","require","Vue","config","productionTip","i18n","props","store","render","createElement","Edit","beforeCreate","$store","commit","dispatch","$mount"],"mappings":"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","file":"/public/js/transactions/edit.js","sourcesContent":["\n\n\n
\n\n\n\n\n","import mod from \"-!../../../node_modules/babel-loader/lib/index.js??ref--4-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Edit.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../node_modules/babel-loader/lib/index.js??ref--4-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Edit.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./Edit.vue?vue&type=template&id=41467208&scoped=true&\"\nimport script from \"./Edit.vue?vue&type=script&lang=js&\"\nexport * from \"./Edit.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"41467208\",\n null\n \n)\n\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('Alert',{attrs:{\"message\":_vm.errorMessage,\"type\":\"danger\"}}),_vm._v(\" \"),_c('Alert',{attrs:{\"message\":_vm.successMessage,\"type\":\"success\"}}),_vm._v(\" \"),_c('Alert',{attrs:{\"message\":_vm.warningMessage,\"type\":\"warning\"}}),_vm._v(\" \"),_c('SplitPills',{attrs:{\"transactions\":_vm.transactions}}),_vm._v(\" \"),_c('div',{staticClass:\"tab-content\"},_vm._l((this.transactions),function(transaction,index){return _c('SplitForm',{key:index,attrs:{\"count\":_vm.transactions.length,\"transaction\":transaction,\"allowed-opposing-types\":_vm.allowedOpposingTypes,\"custom-fields\":_vm.customFields,\"date\":_vm.date,\"time\":_vm.time,\"index\":index,\"transaction-type\":_vm.transactionType,\"destination-allowed-types\":_vm.destinationAllowedTypes,\"source-allowed-types\":_vm.sourceAllowedTypes,\"allow-switch\":false,\"submitted-transaction\":_vm.submittedTransaction},on:{\"uploaded-attachments\":function($event){return _vm.uploadedAttachment($event)},\"set-marker-location\":function($event){return _vm.storeLocation($event)},\"set-account\":function($event){return _vm.storeAccountValue($event)},\"set-date\":function($event){return _vm.storeDate($event)},\"set-time\":function($event){return _vm.storeTime($event)},\"set-field\":function($event){return _vm.storeField($event)},\"remove-transaction\":function($event){return _vm.removeTransaction($event)},\"selected-attachments\":function($event){return _vm.selectedAttachments($event)}}})}),1),_vm._v(\" \"),_c('div',{staticClass:\"row\"},[_c('div',{staticClass:\"col-xl-6 col-lg-6 col-md-12 col-sm-12 col-xs-12\"},[(_vm.transactions.length > 1)?_c('div',{staticClass:\"card\"},[_c('div',{staticClass:\"card-body\"},[_c('div',{staticClass:\"row\"},[_c('div',{staticClass:\"col\"},[_c('TransactionGroupTitle',{attrs:{\"errors\":this.groupTitleErrors},on:{\"set-group-title\":function($event){return _vm.storeGroupTitle($event)}},model:{value:(this.groupTitle),callback:function ($$v) {_vm.$set(this, \"groupTitle\", $$v)},expression:\"this.groupTitle\"}})],1)])])]):_vm._e()]),_vm._v(\" \"),_c('div',{staticClass:\"col-xl-6 col-lg-6 col-md-12 col-sm-12 col-xs-12\"},[_c('div',{staticClass:\"card\"},[_c('div',{staticClass:\"card-body\"},[_c('div',{staticClass:\"row\"},[_c('div',{staticClass:\"col\"},[_c('div',{staticClass:\"text-xs d-none d-lg-block d-xl-block\"},[_vm._v(\"\\n \\n \")]),_vm._v(\" \"),_c('button',{staticClass:\"btn btn-outline-primary btn-block\",on:{\"click\":_vm.addTransaction}},[_c('i',{staticClass:\"far fa-clone\"}),_vm._v(\" \"+_vm._s(_vm.$t('firefly.add_another_split'))+\"\\n \")])]),_vm._v(\" \"),_c('div',{staticClass:\"col\"},[_c('div',{staticClass:\"text-xs d-none d-lg-block d-xl-block\"},[_vm._v(\"\\n \\n \")]),_vm._v(\" \"),_c('button',{staticClass:\"btn btn-info btn-block\",attrs:{\"disabled\":!_vm.enableSubmit},on:{\"click\":_vm.submitTransaction}},[(_vm.enableSubmit)?_c('span',[_c('i',{staticClass:\"far fa-save\"}),_vm._v(\" \"+_vm._s(_vm.$t('firefly.update_transaction')))]):_vm._e(),_vm._v(\" \"),(!_vm.enableSubmit)?_c('span',[_c('i',{staticClass:\"fas fa-spinner fa-spin\"})]):_vm._e()])])]),_vm._v(\" \"),_c('div',{staticClass:\"row\"},[_c('div',{staticClass:\"col\"},[_vm._v(\"\\n \\n \")]),_vm._v(\" \"),_c('div',{staticClass:\"col\"},[_c('div',{staticClass:\"form-check\"},[_c('input',{directives:[{name:\"model\",rawName:\"v-model\",value:(_vm.stayHere),expression:\"stayHere\"}],staticClass:\"form-check-input\",attrs:{\"id\":\"stayHere\",\"type\":\"checkbox\"},domProps:{\"checked\":Array.isArray(_vm.stayHere)?_vm._i(_vm.stayHere,null)>-1:(_vm.stayHere)},on:{\"change\":function($event){var $$a=_vm.stayHere,$$el=$event.target,$$c=$$el.checked?(true):(false);if(Array.isArray($$a)){var $$v=null,$$i=_vm._i($$a,$$v);if($$el.checked){$$i<0&&(_vm.stayHere=$$a.concat([$$v]))}else{$$i>-1&&(_vm.stayHere=$$a.slice(0,$$i).concat($$a.slice($$i+1)))}}else{_vm.stayHere=$$c}}}}),_vm._v(\" \"),_c('label',{staticClass:\"form-check-label\",attrs:{\"for\":\"stayHere\"}},[_c('span',{staticClass:\"small\"},[_vm._v(_vm._s(_vm.$t('firefly.after_update_create_another')))])])])])])])])])])],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/*\n * edit.js\n * Copyright (c) 2020 james@firefly-iii.org\n *\n * This file is part of Firefly III (https://github.com/firefly-iii).\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n */\n\nimport store from \"../../components/store\";\nimport Edit from \"../../components/transactions/Edit\";\nimport Vue from \"vue\";\n\nrequire('../../bootstrap');\n\nVue.config.productionTip = false;\n// i18n\nlet i18n = require('../../i18n');\n\nlet props = {};\nnew Vue({\n i18n,\n store,\n render(createElement) {\n return createElement(Edit, {props: props});\n },\n beforeCreate() {\n this.$store.commit('initialiseStore');\n this.$store.dispatch('updateCurrencyPreference');\n },\n }).$mount('#transactions_edit');\n"],"sourceRoot":""}
\ No newline at end of file
diff --git a/resources/assets/js/locales/en.json b/resources/assets/js/locales/en.json
index 41f2057004..8bcc9151b2 100644
--- a/resources/assets/js/locales/en.json
+++ b/resources/assets/js/locales/en.json
@@ -9,7 +9,7 @@
"split": "Split",
"single_split": "Split",
"transaction_stored_link": "Transaction #{ID} (\"{title}\")<\/a> has been stored.",
- "transaction_updated_link": "Transaction #{ID}<\/a> has been updated.",
+ "transaction_updated_link": "Transaction #{ID}<\/a> (\"{title}\") has been updated.",
"transaction_new_stored_link": "Transaction #{ID}<\/a> has been stored.",
"transaction_journal_information": "Transaction information",
"no_budget_pointer": "You seem to have no budgets yet. You should create some on the budgets<\/a>-page. Budgets can help you keep track of expenses.",
diff --git a/resources/lang/bg_BG/firefly.php b/resources/lang/bg_BG/firefly.php
index 7bd2f2db00..c0733efa91 100644
--- a/resources/lang/bg_BG/firefly.php
+++ b/resources/lang/bg_BG/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Тегленето ":description" бе обновено',
'updated_deposit' => 'Депозитът ":description" бе обновен',
'updated_transfer' => 'Прехвърлянето ":description" бе обновено',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Изтрий тегленето ":description"',
'delete_deposit' => 'Изтрий депозита ":description"',
'delete_transfer' => 'Изтрий прехвърлянето ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Тази транзакция е свързана със сметка :name . За да изтриете връзката, премахнете отметката от квадратчето. Използвайте правила, за да я свържете с друга сметка.',
'transaction_stored_link' => 'Транзакция #{ID}("{title}") беше записана.',
'transaction_new_stored_link' => 'Транзакция #{ID} беше записана.',
- 'transaction_updated_link' => 'Транзакция #{ID} беше обновена.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'The first split determines the value of this field',
'first_split_overrules_source' => 'The first split may overrule the source account',
'first_split_overrules_destination' => 'The first split may overrule the destination account',
diff --git a/resources/lang/cs_CZ/firefly.php b/resources/lang/cs_CZ/firefly.php
index e1aeef81da..45a364aeaa 100644
--- a/resources/lang/cs_CZ/firefly.php
+++ b/resources/lang/cs_CZ/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Aktualizován výběr „:description“',
'updated_deposit' => 'Aktualizován vklad „:description“',
'updated_transfer' => 'Aktualizován převod „:description“',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Smazat výběr „:description“',
'delete_deposit' => 'Smazat vklad „:description“',
'delete_transfer' => 'Smazat převod „:description“',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'This transaction is linked to bill :name. To remove the connection, uncheck the checkbox. Use rules to connect it to another bill.',
'transaction_stored_link' => 'Transaction #{ID} ("{title}") has been stored.',
'transaction_new_stored_link' => 'Transaction #{ID} has been stored.',
- 'transaction_updated_link' => 'Transaction #{ID} has been updated.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'The first split determines the value of this field',
'first_split_overrules_source' => 'The first split may overrule the source account',
'first_split_overrules_destination' => 'The first split may overrule the destination account',
diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php
index 805a36b632..7fd2442db7 100644
--- a/resources/lang/de_DE/firefly.php
+++ b/resources/lang/de_DE/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Ausgabe ":description" aktualisiert',
'updated_deposit' => 'Einnahme ":description" aktualisiert',
'updated_transfer' => 'Umbuchung ":description" aktualisiert',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Ausgabe ":description" löschen',
'delete_deposit' => 'Einnahme ":description" löschen',
'delete_transfer' => 'Umbuchung ":description" löschen',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Diese Buchung ist mit der Rechnung :name verknüpft. Um diese Verbindung aufzuheben, deaktivieren Sie das Kontrollkästchen. Verwenden Sie Regeln, um es mit einer anderen Rechnung zu verbinden.',
'transaction_stored_link' => 'Buchung #{ID} ("{title}") wurde gespeichert.',
'transaction_new_stored_link' => 'Buchung #{ID} wurde gespeichert.',
- 'transaction_updated_link' => 'Buchung#{ID} wurde aktualisiert.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'Die erste Aufteilung bestimmt den Wert dieses Feldes',
'first_split_overrules_source' => 'Die erste Aufteilung könnte das Quellkonto überschreiben',
'first_split_overrules_destination' => 'Die erste Aufteilung könnte das Zielkonto überschreiben',
diff --git a/resources/lang/el_GR/firefly.php b/resources/lang/el_GR/firefly.php
index dd642a3a77..fb967db142 100644
--- a/resources/lang/el_GR/firefly.php
+++ b/resources/lang/el_GR/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Ενημερώθηκε η ανάληψη ":description"',
'updated_deposit' => 'Ενημερώθηκε η κατάθεση ":description"',
'updated_transfer' => 'Ενημερώθηκε η μεταφορά ":description"',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Διαγραφή ανάληψης ":description"',
'delete_deposit' => 'Διαγραφή κατάθεσης ":description"',
'delete_transfer' => 'Διαγραφή μεταφοράς ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Αυτή η συναλλαγή συνδέεται με το πάγιο έξοδο :name. Για να καταργήσετε τη σύνδεση, καταργήστε την επιλογή στο κουτάκι. Χρησιμοποιήστε κανόνες για να το συνδέσετε με ένα άλλο πάγιο έξοδο.',
'transaction_stored_link' => 'Η συναλλαγή #{ID} ("{title}") έχει αποθηκευτεί.',
'transaction_new_stored_link' => 'Η συναλλαγή #{ID} έχει αποθηκευτεί.',
- 'transaction_updated_link' => 'Η συναλλαγή #{ID} έχει ενημερωθεί.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'The first split determines the value of this field',
'first_split_overrules_source' => 'The first split may overrule the source account',
'first_split_overrules_destination' => 'The first split may overrule the destination account',
diff --git a/resources/lang/en_GB/firefly.php b/resources/lang/en_GB/firefly.php
index abf4734f04..8f0cb7b527 100644
--- a/resources/lang/en_GB/firefly.php
+++ b/resources/lang/en_GB/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Updated withdrawal ":description"',
'updated_deposit' => 'Updated deposit ":description"',
'updated_transfer' => 'Updated transfer ":description"',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Delete withdrawal ":description"',
'delete_deposit' => 'Delete deposit ":description"',
'delete_transfer' => 'Delete transfer ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'This transaction is linked to bill :name. To remove the connection, untick the checkbox. Use rules to connect it to another bill.',
'transaction_stored_link' => 'Transaction #{ID} ("{title}") has been stored.',
'transaction_new_stored_link' => 'Transaction #{ID} has been stored.',
- 'transaction_updated_link' => 'Transaction #{ID} has been updated.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'The first split determines the value of this field',
'first_split_overrules_source' => 'The first split may overrule the source account',
'first_split_overrules_destination' => 'The first split may overrule the destination account',
diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php
index 4eb85e912f..248c83fb3f 100644
--- a/resources/lang/en_US/firefly.php
+++ b/resources/lang/en_US/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Updated withdrawal ":description"',
'updated_deposit' => 'Updated deposit ":description"',
'updated_transfer' => 'Updated transfer ":description"',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Delete withdrawal ":description"',
'delete_deposit' => 'Delete deposit ":description"',
'delete_transfer' => 'Delete transfer ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'This transaction is linked to bill :name. To remove the connection, uncheck the checkbox. Use rules to connect it to another bill.',
'transaction_stored_link' => 'Transaction #{ID} ("{title}") has been stored.',
'transaction_new_stored_link' => 'Transaction #{ID} has been stored.',
- 'transaction_updated_link' => 'Transaction #{ID} has been updated.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'The first split determines the value of this field',
'first_split_overrules_source' => 'The first split may overrule the source account',
'first_split_overrules_destination' => 'The first split may overrule the destination account',
diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php
index 12cb40d692..acb524fc84 100644
--- a/resources/lang/es_ES/firefly.php
+++ b/resources/lang/es_ES/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Retiro actualizado',
'updated_deposit' => 'Actualización de deposito ":description"',
'updated_transfer' => 'Transferencia actualizada ":description"',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Eliminar ":description"',
'delete_deposit' => 'Eliminar deposito ":description"',
'delete_transfer' => 'Eliminar transferencia ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Esta transacción está vinculada a la factura :name. Para eliminar la conexión, desmarca la casilla de verificación. Usa reglas para conectarla a otra factura.',
'transaction_stored_link' => 'La transacción #{ID} ("{title}") ha sido almacenada.',
'transaction_new_stored_link' => 'La transacción #{ID} ha sido guardada.',
- 'transaction_updated_link' => 'La transacción #{ID} ha sido actualizada.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'The first split determines the value of this field',
'first_split_overrules_source' => 'The first split may overrule the source account',
'first_split_overrules_destination' => 'The first split may overrule the destination account',
diff --git a/resources/lang/fi_FI/firefly.php b/resources/lang/fi_FI/firefly.php
index c217a649ae..5531fb6912 100644
--- a/resources/lang/fi_FI/firefly.php
+++ b/resources/lang/fi_FI/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Päivitettiin nosto ":description"',
'updated_deposit' => 'Päivitettiin talletus ":description"',
'updated_transfer' => 'Päivitettiin siirto ":description"',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Poista nosto ":description"',
'delete_deposit' => 'Poista talletus ":description"',
'delete_transfer' => 'Poista siirto ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Tämä tapahtuma liittyy laskuun :name. Jos haluat poistaa yhteyden, poista valinta liitos-valintaruudusta. Käytä sääntöjä yhdistääksesi tapahtuma toiseen laskuun.',
'transaction_stored_link' => 'Transaction #{ID} ("{title}") has been stored.',
'transaction_new_stored_link' => 'Transaction #{ID} has been stored.',
- 'transaction_updated_link' => 'Transaction #{ID} has been updated.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'The first split determines the value of this field',
'first_split_overrules_source' => 'The first split may overrule the source account',
'first_split_overrules_destination' => 'The first split may overrule the destination account',
diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php
index 613183ba8c..834624588a 100644
--- a/resources/lang/fr_FR/firefly.php
+++ b/resources/lang/fr_FR/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Dépense ":description" mise à jour',
'updated_deposit' => 'Dépôt ":description" mis à jour',
'updated_transfer' => 'Transfert ":description" mis à jour',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Supprimer la dépense ":description"',
'delete_deposit' => 'Supprimer le dépôt ":description"',
'delete_transfer' => 'Supprimer le transfert ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Cette opération est liée à la facture :name. Pour supprimer l\'association, décocher la case. Utilisez les règles pour la connecter à une autre facture.',
'transaction_stored_link' => 'L\'opération n°{ID} ("{title}") a été enregistrée.',
'transaction_new_stored_link' => 'L\'opération n°{ID} a été enregistrée.',
- 'transaction_updated_link' => 'L\'opération n°{ID} a été mise à jour.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'La première ventilation détermine la valeur de ce champ',
'first_split_overrules_source' => 'La première ventilation peut remplacer le compte source',
'first_split_overrules_destination' => 'La première ventilation peut remplacer le compte de destination',
diff --git a/resources/lang/hu_HU/firefly.php b/resources/lang/hu_HU/firefly.php
index 58e5ed8c10..ad802163f7 100644
--- a/resources/lang/hu_HU/firefly.php
+++ b/resources/lang/hu_HU/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Költség frissítve ":description"',
'updated_deposit' => '":description" bevétel frissítve',
'updated_transfer' => 'Átvezetés frissítve ":description"',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Költség törölve ":description"',
'delete_deposit' => '":description" bevétel törlése',
'delete_transfer' => 'Átvezetés törlése ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Ez a tranzakció :name számlához van csatolva. A kapcsolat eltávolításához ki kell venni a jelölést a jelölőnégyzetből. Szabályok használatával másik számlához lehet csatolni.',
'transaction_stored_link' => 'Transaction #{ID} ("{title}") mentve.',
'transaction_new_stored_link' => 'Transaction #{ID} mentve.',
- 'transaction_updated_link' => 'Transaction #{ID} has been updated.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'The first split determines the value of this field',
'first_split_overrules_source' => 'The first split may overrule the source account',
'first_split_overrules_destination' => 'The first split may overrule the destination account',
diff --git a/resources/lang/id_ID/firefly.php b/resources/lang/id_ID/firefly.php
index 15d6569947..39342989d7 100644
--- a/resources/lang/id_ID/firefly.php
+++ b/resources/lang/id_ID/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Penarikan yang telah diupdate ":description"',
'updated_deposit' => 'Deposit Diperbarui ":description"',
'updated_transfer' => 'Transfer yang diperbarui ":description"',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Hapus penarikan ":description"',
'delete_deposit' => 'Hapus deposit ":description"',
'delete_transfer' => 'Hapus transfer ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'This transaction is linked to bill :name. To remove the connection, uncheck the checkbox. Use rules to connect it to another bill.',
'transaction_stored_link' => 'Transaction #{ID} ("{title}") has been stored.',
'transaction_new_stored_link' => 'Transaction #{ID} has been stored.',
- 'transaction_updated_link' => 'Transaction #{ID} has been updated.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'The first split determines the value of this field',
'first_split_overrules_source' => 'The first split may overrule the source account',
'first_split_overrules_destination' => 'The first split may overrule the destination account',
diff --git a/resources/lang/it_IT/firefly.php b/resources/lang/it_IT/firefly.php
index 62be627593..acd4c9a9dd 100644
--- a/resources/lang/it_IT/firefly.php
+++ b/resources/lang/it_IT/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Prelievo ":description" aggiornato',
'updated_deposit' => 'Entrata aggiornata ":description"',
'updated_transfer' => 'Trasferimento ":description" aggiornato',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Elimina prelievo ":description"',
'delete_deposit' => 'Elimina entrata ":description"',
'delete_transfer' => 'Elimina trasferimento ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Questa transazione è collegata alla bolletta :name. Per rimuovere il collegamento, deseleziona la casella di controllo. Usa le regole per collegarla ad un\'altra bolletta.',
'transaction_stored_link' => 'La transazione #{ID} ("{title}") è stata salvata.',
'transaction_new_stored_link' => 'La transazione #{ID} è stata salvata.',
- 'transaction_updated_link' => 'La transazione #{ID} è stata aggiornata.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'La prima suddivisione determina il valore di questo campo',
'first_split_overrules_source' => 'La prima suddivisione potrebbe sovrascrivere l\'account di origine',
'first_split_overrules_destination' => 'La prima suddivisione potrebbe sovrascrivere l\'account di destinazione',
diff --git a/resources/lang/nb_NO/firefly.php b/resources/lang/nb_NO/firefly.php
index ba64794a5b..d10ddc0641 100644
--- a/resources/lang/nb_NO/firefly.php
+++ b/resources/lang/nb_NO/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Oppdatert uttak ":description"',
'updated_deposit' => 'Oppdatert innskudd ":description"',
'updated_transfer' => 'Oppdatert overføring ":description"',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Slett uttak ":description"',
'delete_deposit' => 'Slett innskudd ":description"',
'delete_transfer' => 'Slett overføring ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Denne transaksjonen er knyttet til regning :name. Hvis du vil fjerne knytningen, fjerner du avmerkingen. Bruke regler for å koble den til en annen regning.',
'transaction_stored_link' => 'Transaction #{ID} ("{title}") has been stored.',
'transaction_new_stored_link' => 'Transaction #{ID} has been stored.',
- 'transaction_updated_link' => 'Transaction #{ID} has been updated.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'The first split determines the value of this field',
'first_split_overrules_source' => 'The first split may overrule the source account',
'first_split_overrules_destination' => 'The first split may overrule the destination account',
diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php
index a96ef6a791..95abf012c7 100644
--- a/resources/lang/nl_NL/firefly.php
+++ b/resources/lang/nl_NL/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Uitgave ":description" geüpdatet',
'updated_deposit' => 'Inkomsten ":description" geüpdatet',
'updated_transfer' => 'Overschrijving ":description" geüpdatet',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Verwijder uitgave ":description"',
'delete_deposit' => 'Verwijder inkomsten ":description"',
'delete_transfer' => 'Verwijder overschrijving ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Deze transactie is gekoppeld aan contract :name. Om de verbinding te verwijderen haal je het vinkje weg. Gebruik regels om een ander contract te koppelen.',
'transaction_stored_link' => 'Transactie #{ID} ("{title}") is opgeslagen.',
'transaction_new_stored_link' => 'Transactie #{ID} is opgeslagen.',
- 'transaction_updated_link' => 'Transactie #{ID} is geüpdatet.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'De eerste split bepaalt wat hier staat',
'first_split_overrules_source' => 'De eerste split kan de bronrekening overschrijven',
'first_split_overrules_destination' => 'De eerste split kan de doelrekening overschrijven',
diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php
index c9e2b426c5..51c3388474 100644
--- a/resources/lang/pl_PL/firefly.php
+++ b/resources/lang/pl_PL/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Zaktualizowano wypłatę ":description"',
'updated_deposit' => 'Zaktualizowano wpłatę ":description"',
'updated_transfer' => 'Zaktualizowano transfer ":description"',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Usunięto wypłatę ":description"',
'delete_deposit' => 'Usuń wpłatę ":description"',
'delete_transfer' => 'Usuń transfer ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Ta transakcja jest powiązana z rachunkiem :name. Aby usunąć to powiązanie odznacz pole wyboru. Użyj reguł aby połączyć ją z innym rachunkiem.',
'transaction_stored_link' => 'Transakcja #{ID} ("{title}") została zapisana.',
'transaction_new_stored_link' => 'Transakcja #{ID} została zapisana.',
- 'transaction_updated_link' => 'Transakcja #{ID} została zaktualizowana.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'Pierwszy podział określa wartość tego pola',
'first_split_overrules_source' => 'Pierwszy podział może nadpisać konto źródłowe',
'first_split_overrules_destination' => 'Pierwszy podział może nadpisać konto docelowe',
diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php
index 43e3f31e0e..9960d51819 100644
--- a/resources/lang/pt_BR/firefly.php
+++ b/resources/lang/pt_BR/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Retirada Atualizada ":description"',
'updated_deposit' => 'Depósito atualizado ":description"',
'updated_transfer' => 'Transferência atualizada ":description"',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Excluir a retirada ":description"',
'delete_deposit' => 'Apagar depósito ":description"',
'delete_transfer' => 'Apagar transferência ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Esta transação está ligada à conta :name. Para remover a conexão, desmarque a caixa de seleção. Use as regras para conectá-la a outra conta.',
'transaction_stored_link' => 'Transação #{ID} ("{title}") foi salva.',
'transaction_new_stored_link' => 'Transação #{ID} foi salva.',
- 'transaction_updated_link' => 'Transação #{ID} foi atualizada.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'A primeira divisão determina o valor deste campo',
'first_split_overrules_source' => 'A primeira divisão pode anular a conta de origem',
'first_split_overrules_destination' => 'A primeira divisão pode anular a conta de destino',
diff --git a/resources/lang/pt_PT/firefly.php b/resources/lang/pt_PT/firefly.php
index 97482118df..735ce9b04a 100644
--- a/resources/lang/pt_PT/firefly.php
+++ b/resources/lang/pt_PT/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Alterar levantamento ":description"',
'updated_deposit' => 'Alterar deposito ":description"',
'updated_transfer' => 'Alterar transferencia ":description"',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Apagar levantamento ":description"',
'delete_deposit' => 'Apagar deposito ":description"',
'delete_transfer' => 'Apagar transferencia ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Esta transacção está ligada à conta :name. Para remover a ligação, desmarque a caixa de selecção. Utilize as regras para conectá-la a outra conta.',
'transaction_stored_link' => 'Transação #{ID} ("{title}") foi guardada.',
'transaction_new_stored_link' => 'Transação#{ID} foi guardada.',
- 'transaction_updated_link' => 'Transação#{ID} foi atualizada.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'A primeira divisão determina o valor deste campo',
'first_split_overrules_source' => 'A primeira divisão pode anular a conta de origem',
'first_split_overrules_destination' => 'A primeira divisão pode anular a conta de destino',
diff --git a/resources/lang/ro_RO/firefly.php b/resources/lang/ro_RO/firefly.php
index 01f9bfc967..0bcc25926b 100644
--- a/resources/lang/ro_RO/firefly.php
+++ b/resources/lang/ro_RO/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Retragerea ":description" actualizată',
'updated_deposit' => 'Depozitul ":description" actualizat',
'updated_transfer' => 'Transferul ":description" actualizat',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Șterge retragere ":description"',
'delete_deposit' => 'Șterge depozit ":description"',
'delete_transfer' => 'Șterge transfer ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Această tranzacție este legată de factura :nume . Pentru a elimina conexiunea, debifați caseta de selectare. Utilizați regulile pentru conectarea la o altă factură.',
'transaction_stored_link' => 'Tranzacția #{ID} ("{title}") a fost stocată.',
'transaction_new_stored_link' => 'Tranzacția #{ID} a fost stocată.',
- 'transaction_updated_link' => 'Tranzacția #{ID} a fost actualizată.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'The first split determines the value of this field',
'first_split_overrules_source' => 'The first split may overrule the source account',
'first_split_overrules_destination' => 'The first split may overrule the destination account',
diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php
index bccfad90c0..4b4713a414 100644
--- a/resources/lang/ru_RU/firefly.php
+++ b/resources/lang/ru_RU/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Расход ":description" обновлён',
'updated_deposit' => 'Доход ":description" обновлён',
'updated_transfer' => 'Перевод ":description" обновлён',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Удалить расход ":description"',
'delete_deposit' => 'Удалить доход ":description"',
'delete_transfer' => 'Удалить перевод ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Эта транзакция связана со счётом на оплату :name. Чтобы удалить эту связь, снимите галочку. Используйте правила для связи с другим счётом на оплату.',
'transaction_stored_link' => 'Транзакция #{ID} ("{title}") сохранена.',
'transaction_new_stored_link' => 'Транзакция #{ID} сохранена.',
- 'transaction_updated_link' => 'Транзакция #{ID} обновлена.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'В данном поле используется значение из первой части разделенной транзакции',
'first_split_overrules_source' => 'Значение из первой части транзакции может изменить счет источника',
'first_split_overrules_destination' => 'Значение из первой части транзакции может изменить счет назначения',
diff --git a/resources/lang/sk_SK/firefly.php b/resources/lang/sk_SK/firefly.php
index f02cf9cd4a..2d64ec6df1 100644
--- a/resources/lang/sk_SK/firefly.php
+++ b/resources/lang/sk_SK/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Výber „:description“ bol upravený',
'updated_deposit' => 'Vklad „:description“ bol upravený',
'updated_transfer' => 'Prevod „:description“ bol upravený',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Výber bol „:description“ upravený',
'delete_deposit' => 'Odstrániť vklad „:description“',
'delete_transfer' => 'Odstrániť prevod „:description“',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Táto transakcia je prepojená s účtom :name. Ak chcete odstrániť prepojenie, odznačte ho. Pre prepojenie s iným účtom použite pravidlá.',
'transaction_stored_link' => 'Transakcia #{ID} ("{title}") bola uložená.',
'transaction_new_stored_link' => 'Transakcia #{ID} bola uložená.',
- 'transaction_updated_link' => 'Transakcia #{ID} bola aktualizovaná.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'The first split determines the value of this field',
'first_split_overrules_source' => 'The first split may overrule the source account',
'first_split_overrules_destination' => 'The first split may overrule the destination account',
diff --git a/resources/lang/sv_SE/firefly.php b/resources/lang/sv_SE/firefly.php
index 646836b8d0..41d359b11b 100644
--- a/resources/lang/sv_SE/firefly.php
+++ b/resources/lang/sv_SE/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Uppdatera uttag ":description"',
'updated_deposit' => 'Uppdatera insättning ":description"',
'updated_transfer' => 'Uppdatera överföring ":description"',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Ta bort uttag ":description"',
'delete_deposit' => 'Ta bort insättning ":description"',
'delete_transfer' => 'Ta bort överföring ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Transaktion länkad till nota :name. För att ta bort koppling, avmarkera kryssrutan. Använd regler för att koppla den till en annan nota.',
'transaction_stored_link' => 'Transaktion #{ID} ("{title}") sparades.',
'transaction_new_stored_link' => 'Transaktion #{ID} sparades.',
- 'transaction_updated_link' => 'Transaktion #{ID} uppdaterades.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'The first split determines the value of this field',
'first_split_overrules_source' => 'The first split may overrule the source account',
'first_split_overrules_destination' => 'The first split may overrule the destination account',
diff --git a/resources/lang/tr_TR/firefly.php b/resources/lang/tr_TR/firefly.php
index 69f2da9a84..dba991251c 100644
--- a/resources/lang/tr_TR/firefly.php
+++ b/resources/lang/tr_TR/firefly.php
@@ -1156,6 +1156,9 @@ return [
'updated_withdrawal' => 'Para çekme güncellendi ":description"',
'updated_deposit' => 'Güncellenmiş depozito ":description"',
'updated_transfer' => 'Güncellenmiş ":description"',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Çekimi sil ":description"',
'delete_deposit' => 'Mevduat sil ":description"',
'delete_transfer' => 'Aktarımı sil ":description"',
@@ -1236,7 +1239,8 @@ return [
'journal_link_bill' => 'This transaction is linked to bill :name. To remove the connection, uncheck the checkbox. Use rules to connect it to another bill.',
'transaction_stored_link' => 'Transaction #{ID} ("{title}") has been stored.',
'transaction_new_stored_link' => 'Transaction #{ID} has been stored.',
- 'transaction_updated_link' => 'Transaction #{ID} has been updated.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'The first split determines the value of this field',
'first_split_overrules_source' => 'The first split may overrule the source account',
'first_split_overrules_destination' => 'The first split may overrule the destination account',
diff --git a/resources/lang/vi_VN/firefly.php b/resources/lang/vi_VN/firefly.php
index 41d611c36c..96ab2f9156 100644
--- a/resources/lang/vi_VN/firefly.php
+++ b/resources/lang/vi_VN/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => 'Cập nhật rút tiền ":description"',
'updated_deposit' => 'Tiền gửi cập nhật ":description"',
'updated_transfer' => 'Chuyển khoản cập nhật ":description"',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => 'Xóa rút tiền ":description"',
'delete_deposit' => 'Xóa tiền gửi ":description"',
'delete_transfer' => 'Xóa chuyển ":description"',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => 'Giao dịch này được liên kết với hóa đơn :name. Để xóa kết nối, bỏ chọn hộp kiểm. Sử dụng quy tắc để kết nối nó với hóa đơn khác.',
'transaction_stored_link' => 'Giao dịch #{ID} ("{title}") đã được lưu trữ.',
'transaction_new_stored_link' => ' Giao dịch #{ID} đã được lưu trữ.',
- 'transaction_updated_link' => 'Giao dịch#{ID} đã được cập nhật.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'The first split determines the value of this field',
'first_split_overrules_source' => 'The first split may overrule the source account',
'first_split_overrules_destination' => 'The first split may overrule the destination account',
diff --git a/resources/lang/zh_CN/firefly.php b/resources/lang/zh_CN/firefly.php
index 56e0b71134..a7512fd7ef 100644
--- a/resources/lang/zh_CN/firefly.php
+++ b/resources/lang/zh_CN/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => '已更新支出“:description“',
'updated_deposit' => '已更新收入“:description”',
'updated_transfer' => '已更新转账“:description”',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => '删除支出“:description”',
'delete_deposit' => '删除收入“:description”',
'delete_transfer' => '删除转账“:description”',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => '此交易已与帐单 :name 关联。若要移除关联,取消勾选复选框,使用规则将其与其他账单关联。',
'transaction_stored_link' => '交易 #{ID} (“{title}”) 已保存。',
'transaction_new_stored_link' => '交易 #{ID} 已保存。',
- 'transaction_updated_link' => '交易 #{ID} 已更新。',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => '首笔拆分决定此字段的值',
'first_split_overrules_source' => '首笔拆分可能覆盖来源账户',
'first_split_overrules_destination' => '首笔拆分可能覆盖目标账户',
diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php
index f379646ac2..5be16744b0 100644
--- a/resources/lang/zh_TW/firefly.php
+++ b/resources/lang/zh_TW/firefly.php
@@ -1155,6 +1155,9 @@ return [
'updated_withdrawal' => '已更新提款 “:description“',
'updated_deposit' => '已更新存款 ”:description“',
'updated_transfer' => '已更新轉帳 “:description”',
+ 'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
+ 'no_changes_deposit' => 'Deposit ":description" was not changed.',
+ 'no_changes_transfer' => 'Transfer ":description" was not changed.',
'delete_withdrawal' => '刪除提款 “:description”',
'delete_deposit' => '刪除存款 “:description”',
'delete_transfer' => '刪除轉帳 “:description”',
@@ -1235,7 +1238,8 @@ return [
'journal_link_bill' => '此交易已與帳單 :name 鏈結。如要移除鏈結,取消核選方塊,使用規則將它與其他帳單鏈結。',
'transaction_stored_link' => 'Transaction #{ID} ("{title}") has been stored.',
'transaction_new_stored_link' => 'Transaction #{ID} has been stored.',
- 'transaction_updated_link' => 'Transaction #{ID} has been updated.',
+ 'transaction_updated_link' => 'Transaction #{ID} ("{title}") has been updated.',
+ 'transaction_updated_no_changes' => 'Transaction #{ID} ("{title}") did not receive any changes.',
'first_split_decides' => 'The first split determines the value of this field',
'first_split_overrules_source' => 'The first split may overrule the source account',
'first_split_overrules_destination' => 'The first split may overrule the destination account',
diff --git a/resources/views/v2/partials/layout/flashes.twig b/resources/views/v2/partials/layout/flashes.twig
index 683b516a86..7b0b15d815 100644
--- a/resources/views/v2/partials/layout/flashes.twig
+++ b/resources/views/v2/partials/layout/flashes.twig
@@ -3,7 +3,7 @@