style: format json with 2 space indents

This commit is contained in:
Tom French 2022-08-30 13:40:33 +01:00
parent b0f0c4a71d
commit 304a384b6c
2 changed files with 26 additions and 26 deletions

View file

@ -1,15 +1,15 @@
{ {
"account": { "account": {
"addAccount": "Add account", "addAccount": "Add account",
"addAccountInFutureFromSidebar": "In the future, you can add accounts from the sidebar.", "addAccountInFutureFromSidebar": "In the future, you can add accounts from the sidebar.",
"allReconciled": "All reconciled!", "allReconciled": "All reconciled!",
"clearedBalance": "Your cleared balance <strong>{{cleared}}</strong> needs <strong>{{diff}}</strong> to match your bank's balance of <strong>{{balance}}</strong>", "clearedBalance": "Your cleared balance <strong>{{cleared}}</strong> needs <strong>{{diff}}</strong> to match your bank's balance of <strong>{{balance}}</strong>",
"doneReconciling": "Done Reconciling", "doneReconciling": "Done Reconciling",
"needAccountMessage": "For Actual to be useful, you need to <strong>add an account</strong>. You can link an account to automatically download transactions, or manage it locally yourself." "needAccountMessage": "For Actual to be useful, you need to <strong>add an account</strong>. You can link an account to automatically download transactions, or manage it locally yourself."
}, },
"bootstrap": { "bootstrap": {
"title": "Bootstrap this Actual instance", "title": "Bootstrap this Actual instance",
"setPassword": "Set a password for this server instance", "setPassword": "Set a password for this server instance",
"tryDemo": "Try Demo" "tryDemo": "Try Demo"
} }
} }

View file

@ -1,15 +1,15 @@
{ {
"account": { "account": {
"addAccount": "Agregar cuenta", "addAccount": "Agregar cuenta",
"addAccountInFutureFromSidebar": "En el futuro puedes agregar cuentas desde la barra lateral.", "addAccountInFutureFromSidebar": "En el futuro puedes agregar cuentas desde la barra lateral.",
"allReconciled": "¡Todo conciliado!", "allReconciled": "¡Todo conciliado!",
"clearedBalance": "Su saldo compensado <strong>{{cleared}}</strong> necesita <strong>{{diff}}</strong> para coincidir con el saldo del banco de <strong>{{balance}}</strong>", "clearedBalance": "Su saldo compensado <strong>{{cleared}}</strong> necesita <strong>{{diff}}</strong> para coincidir con el saldo del banco de <strong>{{balance}}</strong>",
"doneReconciling": "Conciliación finalizada", "doneReconciling": "Conciliación finalizada",
"needAccountMessage": "Para que Actual sea útil, debe <strong>agregar una cuenta</strong>. Puedes vincular la cuenta para descargar transacciones automáticamente o administrala localmente." "needAccountMessage": "Para que Actual sea útil, debe <strong>agregar una cuenta</strong>. Puedes vincular la cuenta para descargar transacciones automáticamente o administrala localmente."
}, },
"bootstrap": { "bootstrap": {
"setPassword": "Establecer una contraseña para esta instancia de servidor", "setPassword": "Establecer una contraseña para esta instancia de servidor",
"title": "Bootstrap esta instancia de Actual", "title": "Bootstrap esta instancia de Actual",
"tryDemo": "Probar Demo" "tryDemo": "Probar Demo"
} }
} }