Various fixes and cleanup

This commit is contained in:
James Cole
2023-01-29 15:29:42 +01:00
parent 1cbb644d65
commit 413a4f3d9c
276 changed files with 3119 additions and 2894 deletions

View File

@@ -22,7 +22,7 @@
<div class="form-group"
v-bind:class="{ 'has-error': hasError()}">
<div class="col-sm-12 text-sm">
{{ $t('firefly.tags') }} XX
{{ $t('firefly.tags') }}
</div>
<div class="col-sm-12">
<div class="input-group">

View File

@@ -66,7 +66,7 @@
"profile_oauth_edit_client": "Editar client",
"profile_oauth_name_help": "Alguna cosa que els teus usuaris reconeixeran i hi confiaran.",
"profile_oauth_redirect_url": "URL de redirecci\u00f3",
"profile_oauth_clients_external_auth": "If you're using an external authentication provider like Authelia, OAuth Clients will not work. You can use Personal Access Tokens only.",
"profile_oauth_clients_external_auth": "Si est\u00e0s fent servir un prove\u00efdor extern d'autentificaci\u00f3 com Authelia, els Clients OAuth no funcionaran. Sols pots fer servir Tokens d'Acc\u00e9s Personal.",
"profile_oauth_redirect_url_help": "L'URL de crida de retorn de la teva aplicaci\u00f3.",
"profile_authorized_apps": "Aplicacions autoritzades",
"profile_authorized_clients": "Clients autoritzats",

View File

@@ -66,7 +66,7 @@
"profile_oauth_edit_client": "Client bearbeiten",
"profile_oauth_name_help": "Etwas das Ihre Nutzer erkennen und dem sie vertrauen.",
"profile_oauth_redirect_url": "Weiterleitungs-URL",
"profile_oauth_clients_external_auth": "If you're using an external authentication provider like Authelia, OAuth Clients will not work. You can use Personal Access Tokens only.",
"profile_oauth_clients_external_auth": "Wenn Sie einen externen Authentifizierungsanbieter wie Authelia verwenden, funktionieren OAuth Clients nicht. Sie k\u00f6nnen ausschlie\u00dflich pers\u00f6nliche Zugriffstoken verwenden.",
"profile_oauth_redirect_url_help": "Die Authorisierungs-Callback-URL Ihrer Anwendung.",
"profile_authorized_apps": "Autorisierte Anwendungen",
"profile_authorized_clients": "Autorisierte Clients",

View File

@@ -48,7 +48,7 @@
"bill": "Factura",
"you_create_withdrawal": "Est\u00e1 creando un gasto.",
"you_create_transfer": "Est\u00e1 creando una transferencia.",
"you_create_deposit": "Est\u00e1 creando un dep\u00f3sito.",
"you_create_deposit": "Est\u00e1 creando un ingreso.",
"edit": "Editar",
"delete": "Eliminar",
"name": "Nombre",
@@ -66,7 +66,7 @@
"profile_oauth_edit_client": "Editar Cliente",
"profile_oauth_name_help": "Algo que sus usuarios reconocer\u00e1n y confiar\u00e1n.",
"profile_oauth_redirect_url": "Redirigir URL",
"profile_oauth_clients_external_auth": "If you're using an external authentication provider like Authelia, OAuth Clients will not work. You can use Personal Access Tokens only.",
"profile_oauth_clients_external_auth": "Si est\u00e1 utilizando un proveedor de autenticaci\u00f3n externo como Authelia, los clientes OAuth no funcionar\u00e1n. S\u00f3lo puede utilizar tokens de acceso personal.",
"profile_oauth_redirect_url_help": "La URL de devoluci\u00f3n de autorizaci\u00f3n de su aplicaci\u00f3n.",
"profile_authorized_apps": "Aplicaciones autorizadas",
"profile_authorized_clients": "Clientes autorizados",
@@ -110,7 +110,7 @@
"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_was_triggered": "The webhook was triggered on the indicated transaction. Please wait for results to appear.",
"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",

View File

@@ -66,7 +66,7 @@
"profile_oauth_edit_client": "Modifier le client",
"profile_oauth_name_help": "Quelque chose que vos utilisateurs reconna\u00eetront et qui inspirera confiance.",
"profile_oauth_redirect_url": "URL de redirection",
"profile_oauth_clients_external_auth": "If you're using an external authentication provider like Authelia, OAuth Clients will not work. You can use Personal Access Tokens only.",
"profile_oauth_clients_external_auth": "Si vous utilisez un fournisseur d'authentification externe comme Authelia, les clients OAuth ne fonctionneront pas. Vous ne pouvez utiliser que des jetons d'acc\u00e8s personnel.",
"profile_oauth_redirect_url_help": "URL de callback de votre application.",
"profile_authorized_apps": "Applications autoris\u00e9es",
"profile_authorized_clients": "Clients autoris\u00e9s",

View File

@@ -110,7 +110,7 @@
"webhook_delivery_form_help": "In quale formato il webhook deve fornire i dati.",
"webhook_active_form_help": "Il webhook deve essere attivo o non verr\u00e0 chiamato.",
"edit_webhook_js": "Modifica webhook \"{title}\"",
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. Please wait for results to appear.",
"webhook_was_triggered": "Il webhook \u00e8 stato attivato sulla transazione indicata. Si prega di attendere che i risultati appaiano.",
"view_message": "Visualizza messaggio",
"view_attempts": "Visualizza tentativi falliti",
"message_content_title": "Contenuto del messaggio Webhook",

View File

@@ -90,39 +90,39 @@
"multi_account_warning_withdrawal": "Husk at kildekontoen for etterf\u00f8lgende oppsplitting skal overlates av hva som defineres i den f\u00f8rste delen av uttrekket.",
"multi_account_warning_deposit": "Husk at mottakerkontoen for etterf\u00f8lgende oppsplitting skal overstyres av det som er definert i den f\u00f8rste delen av depositumet.",
"multi_account_warning_transfer": "Husk at kildens pluss destinasjonskonto med etterf\u00f8lgende oppdeling overstyres av det som er definert i en f\u00f8rste del av overf\u00f8ringen.",
"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": "Etter transaksjons opprettelse",
"webhook_trigger_UPDATE_TRANSACTION": "Etter transaksjons oppdatering",
"webhook_trigger_DESTROY_TRANSACTION": "Etter transaksjons sletting",
"webhook_response_TRANSACTIONS": "Transaksjonsdetaljer",
"webhook_response_ACCOUNTS": "Kontodetaljer",
"webhook_response_none_NONE": "Ingen detaljer",
"webhook_delivery_JSON": "JSON",
"actions": "Handlinger",
"meta_data": "Metadata",
"webhook_messages": "Webhook message",
"webhook_messages": "Webhook melding",
"inactive": "Inaktiv",
"no_webhook_messages": "There are no webhook messages",
"inspect": "Inspect",
"create_new_webhook": "Create new webhook",
"no_webhook_messages": "Ingen Webhook meldinger",
"inspect": "Inspiser",
"create_new_webhook": "Opprett ny 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_was_triggered": "The webhook was triggered on the indicated transaction. Please wait for results to appear.",
"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"
"webhook_trigger_form_help": "Hvilken hendelse skal Webhook utl\u00f8se",
"webhook_response_form_help": "Hva skal Webhook sende til URL.",
"webhook_delivery_form_help": "Hvilket format skal Webhook sende data i.",
"webhook_active_form_help": "Webhook m\u00e5 aktiveres for \u00e5 virke.",
"edit_webhook_js": "Rediger Webhook \"{title}\"",
"webhook_was_triggered": "Webhook ble trigget p\u00e5 den angitte transaksjonen. Vennligst vent p\u00e5 resultatet.",
"view_message": "Vis melding",
"view_attempts": "Vis mislykkede fors\u00f8k",
"message_content_title": "Webhook meldingsinnhold",
"message_content_help": "Dette er innholdet av meldingen som ble sendt (eller fors\u00f8kt sendt) med denne Webhook.",
"attempt_content_title": "Webhook fors\u00f8k",
"attempt_content_help": "Dette er alle mislykkede fors\u00f8k p\u00e5 denne webhook-meldingen som sendes til den konfigurerte URL-en. Etter en tid vil Firefly III slutte \u00e5 pr\u00f8ve.",
"no_attempts": "Det er ingen mislykkede fors\u00f8k. Det er god ting!",
"webhook_attempt_at": "Fors\u00f8k p\u00e5 {moment}",
"logs": "Logger",
"response": "Respons",
"visit_webhook_url": "Bes\u00f8k URL til webhook",
"reset_webhook_secret": "Tilbakestill Webhook n\u00f8kkel"
},
"form": {
"url": "URL",

View File

@@ -110,7 +110,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": "The webhook was triggered on the indicated transaction. Please wait for results to appear.",
"webhook_was_triggered": "De webhook is geactiveerd op de aangegeven transactie. Wacht tot de resultaten verschijnen.",
"view_message": "Bekijk bericht",
"view_attempts": "Bekijk mislukte pogingen",
"message_content_title": "Inhoud van webhook-bericht",

View File

@@ -16,7 +16,7 @@
"apply_rules_checkbox": "Aplicar regras",
"fire_webhooks_checkbox": "Acionar webhooks",
"no_budget_pointer": "Parece que voc\u00ea ainda n\u00e3o tem or\u00e7amentos. Voc\u00ea deve criar alguns na p\u00e1gina de <a href=\"budgets\">or\u00e7amentos<\/a>. Or\u00e7amentos podem ajud\u00e1-lo a manter o controle das despesas.",
"no_bill_pointer": "Parece que voc\u00ea ainda n\u00e3o tem contas. Voc\u00ea deve criar algumas em <a href=\"bills\">contas<\/a>. Contas podem ajudar voc\u00ea a manter o controle de despesas.",
"no_bill_pointer": "Parece que voc\u00ea ainda n\u00e3o tem faturas. Voc\u00ea deve criar algumas em <a href=\"bills\">faturas<\/a>. Faturas podem ajudar voc\u00ea a manter o controle de despesas.",
"source_account": "Conta origem",
"hidden_fields_preferences": "Voc\u00ea pode habilitar mais op\u00e7\u00f5es de transa\u00e7\u00e3o em suas <a href=\"preferences\">prefer\u00eancias<\/a>.",
"destination_account": "Conta destino",
@@ -29,7 +29,7 @@
"date": "Data",
"tags": "Tags",
"no_budget": "(sem or\u00e7amento)",
"no_bill": "(sem conta)",
"no_bill": "(sem fatura)",
"category": "Categoria",
"attachments": "Anexos",
"notes": "Notas",
@@ -66,7 +66,7 @@
"profile_oauth_edit_client": "Editar cliente",
"profile_oauth_name_help": "Alguma coisa que seus usu\u00e1rios v\u00e3o reconhecer e identificar.",
"profile_oauth_redirect_url": "URL de redirecionamento",
"profile_oauth_clients_external_auth": "If you're using an external authentication provider like Authelia, OAuth Clients will not work. You can use Personal Access Tokens only.",
"profile_oauth_clients_external_auth": "Se voc\u00ea estiver usando um provedor de autentica\u00e7\u00e3o externo, como Authelia, clientes OAuth (como apps) n\u00e3o funcionar\u00e3o. Voc\u00ea s\u00f3 poder\u00e1 usar Tokens de Acesso Pessoal.",
"profile_oauth_redirect_url_help": "A URL de retorno da sua solicita\u00e7\u00e3o de autoriza\u00e7\u00e3o.",
"profile_authorized_apps": "Aplicativos autorizados",
"profile_authorized_clients": "Clientes autorizados",
@@ -110,7 +110,7 @@
"webhook_delivery_form_help": "Em que formato o webhook dever\u00e1 entregar os dados.",
"webhook_active_form_help": "O webhook dever\u00e1 estar ativo ou n\u00e3o ser\u00e1 chamado.",
"edit_webhook_js": "Editar webhook \"{title}\"",
"webhook_was_triggered": "The webhook was triggered on the indicated transaction. Please wait for results to appear.",
"webhook_was_triggered": "O webhook foi acionado na transa\u00e7\u00e3o indicada. Por favor, aguarde os resultados aparecerem.",
"view_message": "Ver mensagem",
"view_attempts": "Ver tentativas que falharam",
"message_content_title": "Conte\u00fado da mensagem do webhook",

View File

@@ -1,13 +1,13 @@
{
"firefly": {
"welcome_back": "Tudo bem?",
"welcome_back": "Painel de controlo",
"flash_error": "Erro!",
"flash_success": "Sucesso!",
"close": "Fechar",
"split_transaction_title": "Descri\u00e7\u00e3o da transac\u00e7\u00e3o dividida",
"errors_submission": "Aconteceu algo errado com a sua submiss\u00e3o. Por favor, verifique os erros.",
"split": "Dividir",
"single_split": "Dividir",
"single_split": "Divis\u00e3o",
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transa\u00e7\u00e3o #{ID} (\"{title}\")<\/a> foi guardada.",
"transaction_updated_link": "<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 guardada.",
@@ -24,7 +24,7 @@
"submission": "Submiss\u00e3o",
"create_another": "Depois de guardar, voltar aqui para criar outra.",
"reset_after": "Repor o formul\u00e1rio ap\u00f3s o envio",
"submit": "Enviar",
"submit": "Guardar",
"amount": "Montante",
"date": "Data",
"tags": "Etiquetas",
@@ -34,7 +34,7 @@
"attachments": "Anexos",
"notes": "Notas",
"external_url": "URL Externo",
"update_transaction": "Actualizar transac\u00e7\u00e3o",
"update_transaction": "Atualizar transa\u00e7\u00e3o",
"after_update_create_another": "Ap\u00f3s a atualiza\u00e7\u00e3o, regresse aqui para continuar a editar.",
"store_as_new": "Guarde como uma nova transa\u00e7\u00e3o em vez de atualizar.",
"split_title_help": "Se criar uma transac\u00e7\u00e3o dividida, deve haver uma descri\u00e7\u00e3o global para todas as partes da transac\u00e7\u00e3o.",
@@ -49,8 +49,8 @@
"you_create_withdrawal": "Est\u00e1 a criar um levantamento.",
"you_create_transfer": "Est\u00e1 a criar uma transfer\u00eancia.",
"you_create_deposit": "Est\u00e1 a criar um dep\u00f3sito.",
"edit": "Alterar",
"delete": "Apagar",
"edit": "Editar",
"delete": "Eliminar",
"name": "Nome",
"profile_whoops": "Oops!",
"profile_something_wrong": "Algo correu mal!",
@@ -90,38 +90,38 @@
"multi_account_warning_withdrawal": "Mantenha em mente que a conta de origem de divis\u00f5es subsequentes ser\u00e1 sobre-escrita por quaisquer regra definida na primeira divis\u00e3o do levantamento.",
"multi_account_warning_deposit": "Mantenha em mente que a conta de destino de divis\u00f5es subsequentes ser\u00e1 sobre-escrita por quaisquer regra definida na primeira divis\u00e3o do dep\u00f3sito.",
"multi_account_warning_transfer": "Mantenha em mente que a conta de origem + destino de divis\u00f5es subsequentes ser\u00e3o sobre-escritas por quaisquer regras definidas na divis\u00e3o da transfer\u00eancia.",
"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": "Ao criar transa\u00e7\u00e3o",
"webhook_trigger_UPDATE_TRANSACTION": "Ao atualizar transa\u00e7\u00e3o",
"webhook_trigger_DESTROY_TRANSACTION": "Ao eliminar transa\u00e7\u00e3o",
"webhook_response_TRANSACTIONS": "Detalhes da transa\u00e7\u00e3o",
"webhook_response_ACCOUNTS": "Detalhes da conta",
"webhook_response_none_NONE": "Sem dados",
"webhook_delivery_JSON": "JSON",
"actions": "A\u00e7\u00f5es",
"meta_data": "Meta dados",
"webhook_messages": "Webhook message",
"inactive": "Inactivo",
"no_webhook_messages": "There are no webhook messages",
"inspect": "Inspect",
"create_new_webhook": "Create new webhook",
"no_webhook_messages": "N\u00e3o existem mensagens novas",
"inspect": "Inspecionar",
"create_new_webhook": "Criar um novo 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.",
"webhook_active_form_help": "O webhook deve ser ativado ou n\u00e3o ser\u00e1 acionado.",
"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_attempts": "View failed attempts",
"message_content_title": "Webhook message content",
"view_message": "Ver mensagem",
"view_attempts": "Ver tentativas falhadas",
"message_content_title": "Procurar na mensagem",
"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",
"logs": "Hist\u00f3rico registos",
"response": "Respostas",
"visit_webhook_url": "Ir para URL do webhook",
"reset_webhook_secret": "Reset webhook secret"
},
"form": {