fix: ensure that translation keys match
This commit is contained in:
parent
9b3dbd187f
commit
dd9d32a6ed
2 changed files with 4 additions and 4 deletions
|
@ -5,11 +5,11 @@
|
|||
"allReconciled": "All reconciled!",
|
||||
"clearedBalance": "Your cleared balance {cleared} needs {diff} to match your bank's balance of {balance}",
|
||||
"doneReconciling": "Done Reconciling",
|
||||
"needAccountAdvice": "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": {
|
||||
"title": "Bootstrap this Actual instance",
|
||||
"setPassword": "Set a password for this server instance",
|
||||
"tryDemo": "Try Demo"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,11 +5,11 @@
|
|||
"allReconciled": "¡Todo conciliado!",
|
||||
"clearedBalance": "Su saldo compensado {cleared} necesita {diff} para coincidir con el saldo del banco de {balance}",
|
||||
"doneReconciling": "Conciliación finalizada",
|
||||
"needAccountAdvice": "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": {
|
||||
"title": "Bootstrap esta instancia de Actual",
|
||||
"setPassword": "Establecer una contraseña para esta instancia de servidor",
|
||||
"tryDemo": "Probar Demo"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue