Files for new reelase.

This commit is contained in:
James Cole
2021-03-27 20:01:28 +01:00
parent 922050a79b
commit adfdcdb9c6
53 changed files with 225 additions and 161 deletions

View File

@@ -218,8 +218,8 @@ export default {
// the actual account
if (current.id === identifier) {
this.accounts[i].order = newOrder;
let newOrder = parseInt(current.order) + (newIndex - oldIndex);
this.accounts[i].order = newOrder;
let url = './api/v1/accounts/' + current.id;
axios.put(url, {order: newOrder}).then(response => {
// TODO should update local account list, not refresh the whole thing.

View File

@@ -80,7 +80,7 @@
"after_update_create_another": "Nach dem Aktualisieren hierher zur\u00fcckkehren, um weiter zu bearbeiten.",
"transaction_updated_no_changes": "<a href=\"transactions\/show\/{ID}\">Die Buchung #{ID}<\/a> (\"{title}\") wurde nicht ver\u00e4ndert.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Die Buchung #{ID}<\/a> (\"{title}\") wurde aktualisiert.",
"spent_x_of_y": "Spent {amount} of {total}",
"spent_x_of_y": "{amount} von {total} ausgegeben",
"search": "Suche",
"create_new_asset": "Neues Bestandskonto erstellen",
"asset_accounts": "Bestandskonten",

View File

@@ -80,7 +80,7 @@
"after_update_create_another": "Apr\u00e8s la mise \u00e0 jour, revenir ici pour continuer l'\u00e9dition.",
"transaction_updated_no_changes": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") did not receive any changes.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">L'op\u00e9ration n\u00b0{ID}<\/a> (\"{title}\") a \u00e9t\u00e9 mise \u00e0 jour.",
"spent_x_of_y": "Spent {amount} of {total}",
"spent_x_of_y": "D\u00e9pens\u00e9 {amount} sur {total}",
"search": "Rechercher",
"create_new_asset": "Cr\u00e9er un nouveau compte d\u2019actif",
"asset_accounts": "Comptes d\u2019actif",

View File

@@ -80,7 +80,7 @@
"after_update_create_another": "Dopo l'aggiornamento, torna qui per continuare la modifica.",
"transaction_updated_no_changes": "La <a href=\"transactions\/show\/{ID}\">transazione #{ID}<\/a> (\"{title}\") non ha avuto cambiamenti.",
"transaction_updated_link": "La <a href=\"transactions\/show\/{ID}\">transazione #{ID}<\/a> (\"{title}\") \u00e8 stata aggiornata.",
"spent_x_of_y": "Spent {amount} of {total}",
"spent_x_of_y": "Spesi {amount} di {total}",
"search": "Cerca",
"create_new_asset": "Crea un nuovo conto attivit\u00e0",
"asset_accounts": "Conti attivit\u00e0",

View File

@@ -67,7 +67,7 @@
"quarterly_budgets": "Driemaandelijkse budgetten",
"create_new_expense": "Nieuwe crediteur",
"create_new_revenue": "Nieuwe debiteur",
"create_new_liabilities": "Create new liability",
"create_new_liabilities": "Maak nieuwe passiva",
"half_year_budgets": "Halfjaarlijkse budgetten",
"yearly_budgets": "Jaarlijkse budgetten",
"split_transaction_title": "Beschrijving van de gesplitste transactie",

View File

@@ -80,7 +80,7 @@
"after_update_create_another": "Po aktualizacji wr\u00f3\u0107 tutaj, aby kontynuowa\u0107 edycj\u0119.",
"transaction_updated_no_changes": "<a href=\"transactions\/show\/{ID}\">Transakcja #{ID}<\/a> (\"{title}\") nie zosta\u0142a zmieniona.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transakcja #{ID}<\/a> (\"{title}\") zosta\u0142a zaktualizowana.",
"spent_x_of_y": "Spent {amount} of {total}",
"spent_x_of_y": "Wydano {amount} z {total}",
"search": "Szukaj",
"create_new_asset": "Utw\u00f3rz nowe konto aktyw\u00f3w",
"asset_accounts": "Konta aktyw\u00f3w",

View File

@@ -80,7 +80,7 @@
"after_update_create_another": "Depois de atualizar, retorne aqui para continuar editando.",
"transaction_updated_no_changes": "A <a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID}<\/a> (\"{title}\") n\u00e3o recebeu nenhuma altera\u00e7\u00e3o.",
"transaction_updated_link": "A <a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID}<\/a> (\"{title}\") foi atualizada.",
"spent_x_of_y": "Spent {amount} of {total}",
"spent_x_of_y": "Gasto {amount} de {total}",
"search": "Pesquisa",
"create_new_asset": "Criar nova conta de ativo",
"asset_accounts": "Contas de ativo",

View File

@@ -80,7 +80,7 @@
"after_update_create_another": "Ap\u00f3s a atualiza\u00e7\u00e3o, regresse aqui para continuar a editar.",
"transaction_updated_no_changes": "<a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID}<\/a> (\"{title}\") n\u00e3o recebeu nenhuma altera\u00e7\u00e3o.",
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID}<\/a> (\"{title}\") foi atualizada.",
"spent_x_of_y": "Spent {amount} of {total}",
"spent_x_of_y": "Gasto {amount} de {total}",
"search": "Procurar",
"create_new_asset": "Criar nova conta de activos",
"asset_accounts": "Conta de activos",