Auto commit for release 'v6.1.9' on 2024-02-05

This commit is contained in:
github-actions
2024-02-05 19:53:12 +01:00
parent c5b8a951d2
commit fa3343f437
17 changed files with 131 additions and 176 deletions

View File

@@ -6,7 +6,7 @@
"flash_success": "\u00a1Operaci\u00f3n correcta!",
"close": "Cerrar",
"split_transaction_title": "Descripci\u00f3n de la transacci\u00f3n dividida",
"errors_submission": "There was something wrong with your submission. Please check out the errors below.",
"errors_submission": "Hubo un problema con su env\u00edo. Por favor, compruebe los siguientes errores.",
"split": "Separar",
"single_split": "Divisi\u00f3n",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">La transacci\u00f3n #{ID} (\"{title}\")<\/a> ha sido almacenada.",

View File

@@ -6,7 +6,7 @@
"flash_success": "\u6210\u529f\uff01",
"close": "\u5173\u95ed",
"split_transaction_title": "\u62c6\u5206\u4ea4\u6613\u7684\u63cf\u8ff0",
"errors_submission": "There was something wrong with your submission. Please check out the errors below.",
"errors_submission": "\u60a8\u7684\u63d0\u4ea4\u6709\u8bef\uff0c\u8bf7\u67e5\u770b\u4e0b\u9762\u8f93\u51fa\u7684\u9519\u8bef\u4fe1\u606f\u3002",
"split": "\u62c6\u5206",
"single_split": "\u62c6\u5206",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">\u4ea4\u6613 #{ID} (\u201c{title}\u201d)<\/a> \u5df2\u4fdd\u5b58\u3002",

View File

@@ -1692,7 +1692,7 @@ return [
'transactionsWithoutBudget' => 'Gastos sin presupuesto',
'transactions_no_budget' => 'Gastos sin presupuesto entre :start y :end',
'spent_between' => 'Gastado entre :start y :end',
'spent_between_left' => 'Spent :spent between :start and :end, leaving :left.',
'spent_between_left' => 'Gastado :spent entre :start y :end, dejando :left.',
'set_available_amount' => 'Fijar cantidad disponible',
'update_available_amount' => 'Actualizar cantidad disponible',
'ab_basic_modal_explain' => 'Utilice este formulario para indicar cuánto espera poder presupuestar (en total, en :currency) en el período indicado.',
@@ -1956,8 +1956,8 @@ return [
'wait_loading_data' => 'Por favor, espere a que su información se cargue...',
'wait_attachments' => 'Por favor, espere a que se carguen los archivos adjuntos.',
'errors_upload' => 'La carga ha fallado. Por favor, comprueba el error en la consola de tu navegador.',
'amount_foreign_if' => 'Amount in foreign currency, if any',
'amount_destination_account' => 'Amount in the currency of the destination account',
'amount_foreign_if' => 'Importe en moneda extranjera, si existe',
'amount_destination_account' => 'Importe en la moneda de la cuenta de destino',
'edit_transaction_title' => 'Editar transacción ":description"',
'unreconcile' => 'Deshacer reconciliación',
'update_withdrawal' => 'Actualización de gasto',
@@ -2557,8 +2557,8 @@ 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' => 'There was something wrong with your submission. Please check out the errors below.',
'errors_submission_v2' => 'There was something wrong with your submission. Please check out the errors below: %{errorMessage}',
'errors_submission' => 'Hubo un problema con su envío. Por favor, compruebe los siguientes errores.',
'errors_submission_v2' => 'Hubo un problema con su envío. Por favor, compruebe los siguientes errores: %{errorMessage}',
'transaction_expand_split' => 'Expandir división',
'transaction_collapse_split' => 'Colapsar división',

View File

@@ -1693,7 +1693,7 @@ return [
'transactionsWithoutBudget' => '无预算支出',
'transactions_no_budget' => ':start :end 的无预算支出',
'spent_between' => ':start :end 的支出',
'spent_between_left' => 'Spent :spent between :start and :end, leaving :left.',
'spent_between_left' => ' :start :end之间消耗 :spent ,剩下 :left',
'set_available_amount' => '设置可用金额',
'update_available_amount' => '更新可用金额',
'ab_basic_modal_explain' => '使用此表单来指定您预期在指定周期内的预算总额 (:currency)。',
@@ -2558,8 +2558,8 @@ return [
'after_update_create_another' => '更新后,返回此页面继续编辑。',
'store_as_new' => '保存为新交易而不是更新此交易。',
'reset_after' => '提交后重置表单',
'errors_submission' => 'There was something wrong with your submission. Please check out the errors below.',
'errors_submission_v2' => 'There was something wrong with your submission. Please check out the errors below: %{errorMessage}',
'errors_submission' => '您的提交有误,请查看下面输出的错误信息。',
'errors_submission_v2' => '您的提交有误,请查看下面输出的错误信息: %{errorMessage}',
'transaction_expand_split' => '展开拆分',
'transaction_collapse_split' => '折叠拆分',