Final files for 6.0.0

This commit is contained in:
James Cole
2023-02-24 05:30:15 +01:00
parent 16b0ee0c79
commit bcaf6402b5
32 changed files with 450 additions and 348 deletions

View File

@@ -92,39 +92,39 @@
"multi_account_warning_withdrawal": "Tenga en cuenta que la cuenta de origen de las divisiones posteriores ser\u00e1 anulada por lo que se defina en la primera divisi\u00f3n del gasto.",
"multi_account_warning_deposit": "Tenga en cuenta que la cuenta de destino de las divisiones posteriores ser\u00e1 anulada por lo que se defina en la primera divisi\u00f3n del retiro.",
"multi_account_warning_transfer": "Tenga en cuenta que la cuenta de origen + destino de divisiones posteriores ser\u00e1 anulada por lo que se defina en la primera divisi\u00f3n de la transferencia.",
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
"webhook_response_TRANSACTIONS": "Transaction details",
"webhook_response_ACCOUNTS": "Account details",
"webhook_response_none_NONE": "No details",
"webhook_trigger_STORE_TRANSACTION": "Despu\u00e9s de crear la transacci\u00f3n",
"webhook_trigger_UPDATE_TRANSACTION": "Despu\u00e9s de actualizar la transacci\u00f3n",
"webhook_trigger_DESTROY_TRANSACTION": "Despu\u00e9s de eliminar la transacci\u00f3n",
"webhook_response_TRANSACTIONS": "Detalles de la transacci\u00f3n",
"webhook_response_ACCOUNTS": "Detalles de la cuenta",
"webhook_response_none_NONE": "Sin detalles",
"webhook_delivery_JSON": "JSON",
"actions": "Acciones",
"meta_data": "Meta Datos",
"webhook_messages": "Webhook message",
"webhook_messages": "Mensaje de Webhook",
"inactive": "Inactivo",
"no_webhook_messages": "There are no webhook messages",
"inspect": "Inspect",
"create_new_webhook": "Create new webhook",
"no_webhook_messages": "No hay mensajes webhook",
"inspect": "Inspeccionar",
"create_new_webhook": "Crear un nuevo webhook",
"webhooks": "Webhooks",
"webhook_trigger_form_help": "Indicate on what event the webhook will trigger",
"webhook_response_form_help": "Indicate what the webhook must submit to the URL.",
"webhook_delivery_form_help": "Which format the webhook must deliver data in.",
"webhook_active_form_help": "The webhook must be active or it won't be called.",
"edit_webhook_js": "Edit webhook \"{title}\"",
"webhook_trigger_form_help": "Indica en qu\u00e9 evento se activar\u00e1 el webhook",
"webhook_response_form_help": "Indique lo que el webhook debe enviar a la URL.",
"webhook_delivery_form_help": "En qu\u00e9 formato debe entregar los datos el webhook.",
"webhook_active_form_help": "El webhook debe estar activo o no ser\u00e1 llamado.",
"edit_webhook_js": "Editar webhook \"{title}\"",
"webhook_was_triggered": "El disparador se activ\u00f3 en la transacci\u00f3n indicada. Por favor, espere a que aparezcan los resultados.",
"view_message": "View message",
"view_attempts": "View failed attempts",
"message_content_title": "Webhook message content",
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
"attempt_content_title": "Webhook attempts",
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
"webhook_attempt_at": "Attempt at {moment}",
"logs": "Logs",
"response": "Response",
"visit_webhook_url": "Visit webhook URL",
"reset_webhook_secret": "Reset webhook secret"
"view_message": "Ver mensaje",
"view_attempts": "Ver intentos fallidos",
"message_content_title": "Contenido del mensaje del webhook",
"message_content_help": "Este es el contenido del mensaje que se envi\u00f3 (o se intent\u00f3) usando este webhook.",
"attempt_content_title": "Intentos de webhook",
"attempt_content_help": "Estos son todos los intentos fallidos de enviar este mensaje de webhook a la URL configurada. Despu\u00e9s de alg\u00fan tiempo, Firefly III dejar\u00e1 de intentarlo.",
"no_attempts": "No hay intentos fallidos. \u00a1Eso es bueno!",
"webhook_attempt_at": "Intento a las {moment}",
"logs": "Registros",
"response": "Respuesta",
"visit_webhook_url": "Visita la URL del webhook",
"reset_webhook_secret": "Restablecer secreto del webhook"
},
"form": {
"url": "URL",
@@ -146,12 +146,12 @@
"active": "\u00bfEst\u00e1 Activo?",
"trigger": "Disparador",
"response": "Respuesta",
"delivery": "Delivery",
"delivery": "Entrega",
"url": "URL",
"secret": "Secreto"
},
"config": {
"html_language": "es",
"date_time_fns": "MMMM do, yyyy @ HH:mm:ss"
"date_time_fns": "El MMMM hacer, yyyy a las HH:mm:ss"
}
}

View File

@@ -68,7 +68,7 @@
"profile_oauth_edit_client": "Client bewerken",
"profile_oauth_name_help": "Iets dat je gebruikers herkennen en vertrouwen.",
"profile_oauth_redirect_url": "Redirect-URL",
"profile_oauth_clients_external_auth": "Als u een externe verificatieprovider zoals Authelia gebruikt, dan zullen OAuth Clients niet werken. U kunt alleen persoonlijke toegangstokens gebruiken.",
"profile_oauth_clients_external_auth": "Als je een externe verificatieprovider zoals Authelia gebruikt, dan zullen OAuth Clients niet werken. Je kan alleen persoonlijke toegangstokens gebruiken.",
"profile_oauth_redirect_url_help": "De authorisatie-callback-url van jouw applicatie.",
"profile_authorized_apps": "Geautoriseerde toepassingen",
"profile_authorized_clients": "Geautoriseerde clients",
@@ -112,7 +112,7 @@
"webhook_delivery_form_help": "Geef aan welk dataformaat gebruikt moet worden.",
"webhook_active_form_help": "De webhook moet actief zijn anders doet-ie het niet.",
"edit_webhook_js": "Webhook \"{title}\" wijzigen",
"webhook_was_triggered": "De webhook is geactiveerd op de aangegeven transactie. Wacht tot de resultaten verschijnen.",
"webhook_was_triggered": "De webhook is getriggerd op de aangegeven transactie. Het resultaat zie je zometeen.",
"view_message": "Bekijk bericht",
"view_attempts": "Bekijk mislukte pogingen",
"message_content_title": "Inhoud van webhook-bericht",

View File

@@ -9,8 +9,8 @@
"split": "Dividir",
"single_split": "Divis\u00e3o",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID} (\"{title}\")<\/a> foi salva.",
"webhook_stored_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID} (\"{title}\")<\/a> has been stored.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") has been updated.",
"webhook_stored_link": "<a href=\"transactions\/show\/{ID}\">Webhooh #{ID} (\"{title}\")<\/a> foi salva.",
"webhook_updated_link": "<a href=\"webhooks\/show\/{ID}\">Webhook #{ID}<\/a> (\"{title}\") foi atualizado.",
"transaction_updated_link": "A <a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID}<\/a> (\"{title}\") foi atualizada.",
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID}<\/a> foi salva.",
"transaction_journal_information": "Informa\u00e7\u00e3o da transa\u00e7\u00e3o",

View File

@@ -144,7 +144,7 @@
},
"list": {
"active": "\u0410\u043a\u0442\u0438\u0432\u0435\u043d?",
"trigger": "Trigger",
"trigger": "\u0421\u043e\u0431\u044b\u0442\u0438\u0435",
"response": "\u041e\u0442\u0432\u0435\u0442",
"delivery": "\u0414\u043e\u0441\u0442\u0430\u0432\u043a\u0430",
"url": "\u0421\u0441\u044b\u043b\u043a\u0430",

View File

@@ -92,19 +92,19 @@
"multi_account_warning_withdrawal": "T\u00e4nk p\u00e5 att k\u00e4llkontot f\u00f6r efterf\u00f6ljande uppdelningar kommer att upph\u00e4vas av vad som \u00e4n definieras i den f\u00f6rsta uppdelningen av uttaget.",
"multi_account_warning_deposit": "T\u00e4nk p\u00e5 att destinationskontot f\u00f6r efterf\u00f6ljande uppdelningar kommer att styras av vad som \u00e4n definieras i den f\u00f6rsta uppdelningen av ins\u00e4ttningen.",
"multi_account_warning_transfer": "T\u00e4nk p\u00e5 att k\u00e4ll + destinationskonto av efterf\u00f6ljande delningar kommer att styras av vad som definieras i den f\u00f6rsta uppdelningen av \u00f6verf\u00f6ringen.",
"webhook_trigger_STORE_TRANSACTION": "After transaction creation",
"webhook_trigger_STORE_TRANSACTION": "Efter skapande av transaktion",
"webhook_trigger_UPDATE_TRANSACTION": "After transaction update",
"webhook_trigger_DESTROY_TRANSACTION": "After transaction delete",
"webhook_response_TRANSACTIONS": "Transaction details",
"webhook_response_ACCOUNTS": "Account details",
"webhook_response_none_NONE": "No details",
"webhook_response_TRANSACTIONS": "Transaktionsdetaljer",
"webhook_response_ACCOUNTS": "Kontodetaljer",
"webhook_response_none_NONE": "Inga detaljer",
"webhook_delivery_JSON": "JSON",
"actions": "\u00c5tg\u00e4rder",
"meta_data": "Metadata",
"webhook_messages": "Webhook message",
"inactive": "Inaktiv",
"no_webhook_messages": "There are no webhook messages",
"inspect": "Inspect",
"inspect": "Inspektera",
"create_new_webhook": "Create new webhook",
"webhooks": "Webhookar",
"webhook_trigger_form_help": "Indicate on what event the webhook will trigger",
@@ -113,7 +113,7 @@
"webhook_active_form_help": "The webhook must be active or it won't be called.",
"edit_webhook_js": "Edit webhook \"{title}\"",
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. Please wait for results to appear.",
"view_message": "View message",
"view_message": "Visa meddelande",
"view_attempts": "View failed attempts",
"message_content_title": "Webhook message content",
"message_content_help": "This is the content of the message that was sent (or tried) using this webhook.",
@@ -121,8 +121,8 @@
"attempt_content_help": "These are all the unsuccessful attempts of this webhook message to submit to the configured URL. After some time, Firefly III will stop trying.",
"no_attempts": "There are no unsuccessful attempts. That's a good thing!",
"webhook_attempt_at": "Attempt at {moment}",
"logs": "Logs",
"response": "Response",
"logs": "Loggar",
"response": "Svar",
"visit_webhook_url": "Visit webhook URL",
"reset_webhook_secret": "Reset webhook secret"
},