diff --git a/src/i18n/locales/de/translation.json b/src/i18n/locales/de/translation.json index ed5474064b..861bdb828e 100644 --- a/src/i18n/locales/de/translation.json +++ b/src/i18n/locales/de/translation.json @@ -365,7 +365,9 @@ "home": { "default_view": { "is_blocked_hint": "Alby ist derzeit auf dem {{host}} deaktiviert", - "block_removed": "{{host}} aktiviert. Bitte lade die Webseite neu." + "block_removed": "{{host}} aktiviert. Bitte lade die Webseite neu.", + "see_all": "Alle sehen", + "no_transactions": "Noch keine Transaktionen für dieses Konto." }, "allowance_view": { "no_transactions": "Noch keine Transaktionen auf <0>{{Name}}.", @@ -770,7 +772,8 @@ }, "transactions": { "title": "Transaktionen", - "list_empty": "Noch keine Transaktionen verfügbar." + "list_empty": "Noch keine Transaktionen verfügbar.", + "description": "Buchungen für dieses Konto" }, "distributions": { "title": "Verbinden mit {{Name}}", @@ -906,7 +909,6 @@ }, "nostr_enable": { "title": "Mit Nostr verbinden", - "request2": "Signiere deine Ereignisse mit deinem privaten Nostr-Schlüssel", "request1": "Anfrage zum Lesen deines öffentlichen Nostr-Schlüssels" }, "webbtc_enable": { @@ -1000,12 +1002,15 @@ "sender": "Sender", "app": "App", "podcast": "Podcast", - "message": "Nachricht" + "message": "Nachricht", + "episode": "Folge" }, "preimage": "Preimage", "received": "Empfangen", "fee": "Gebühr", - "open_location": "Webseite öffnen" + "open_location": "Webseite öffnen", + "payment_hash": "Zahlung hHash", + "date_time": "Datum & Uhrzeit" }, "budget_control": { "remember": { @@ -1073,7 +1078,8 @@ "paste_clipboard": "Einfügen aus der Zwischenablage", "review": "Überprüfung", "disconnect": "Verbindung trennen", - "copied_to_clipboard": "In die Zwischenablage kopiert" + "copied_to_clipboard": "In die Zwischenablage kopiert", + "hide": "Ausblenden" }, "discover": "Entdecken", "errors": { @@ -1111,7 +1117,8 @@ "request1": "Genehmigung von Transaktionen beantragen", "allow": "Erlaube dieser Webseite:", "block_and_ignore": "Blockieren und Ignorieren von {{host}}" - } + }, + "website": "Website" }, "permissions": { "commando": { diff --git a/src/i18n/locales/en/translation.json b/src/i18n/locales/en/translation.json index a0cbca2d5b..a8eda65ea6 100644 --- a/src/i18n/locales/en/translation.json +++ b/src/i18n/locales/en/translation.json @@ -493,7 +493,7 @@ "nostr_enable": { "title": "Connect to Nostr", "request1": "Request to read your Nostr public key", - "request2": "Sign events using your Nostr private key" + "request2": "Request to sign events using your private key" }, "liquid_enable": { "title": "Connect to Liquid", diff --git a/src/i18n/locales/es/translation.json b/src/i18n/locales/es/translation.json index fe728fea3e..f3f7b8b475 100644 --- a/src/i18n/locales/es/translation.json +++ b/src/i18n/locales/es/translation.json @@ -17,7 +17,7 @@ } }, "test_connection": { - "ready": "¡Genial, estás listo para comenzar!", + "ready": "Genial, ¡ya estás listo!", "initializing": "Accediendo a su cuenta. Por favor, espere, esto puede tardar un minuto...", "connection_error": "Error de Conexión", "review_connection_details": "Revise los detalles de su conexión.", @@ -259,11 +259,16 @@ "enable_now": "Habilitar ahora" }, "allowance_view": { - "no_transactions": "No hay transacciones en <0>{{name}} todavía." + "no_transactions": "No hay transacciones en <0>{{name}} todavía.", + "sats": "sats", + "budget_spent": "Presupuesto gastado", + "total_spent": "Gastos totales" }, "default_view": { "is_blocked_hint": "Alby está actualmente deshabilitado en {{host}}", - "block_removed": "{{host}} habilitado. Vuelva a cargar el sitio web." + "block_removed": "{{host}} habilitado. Vuelva a cargar el sitio web.", + "see_all": "Ver todo", + "no_transactions": "Aún no hay transacciones en esta cuenta." } }, "accounts": { @@ -545,7 +550,8 @@ }, "choose_path": { "alby": { - "title": "Cuenta de Alby" + "title": "Cuenta de Alby", + "connect": "Conectar con Alby" }, "other": { "title": "Otras Billeteras", @@ -651,7 +657,8 @@ }, "transactions": { "title": "Transacciones", - "list_empty": "Todavía no hay transacciones disponibles." + "list_empty": "Todavía no hay transacciones disponibles.", + "description": "Transacciones para esta cuenta" }, "distributions": { "umbrel": { @@ -712,7 +719,11 @@ "log_in": "Iniciar Sesión", "remember": "Recordar mi elección y no preguntar nuevamente", "transactions": "Transacciones", - "more": "Más" + "more": "Más", + "download": "Descargar", + "review": "Revisar", + "hide": "Ocultar", + "disconnect": "Desconectar" }, "errors": { "connection_failed": "Error de conexión", @@ -733,7 +744,12 @@ "lessThanOrEqual": "≤ {{max}}", "greaterOrEqual": "≥ {{min}}" }, - "balance": "Balance" + "balance": "Balance", + "connectors": { + "nativelnd": "LND (en Tor)", + "lnd": "LND" + }, + "website": "Página web" }, "components": { "allowance_menu": { @@ -771,9 +787,12 @@ "sender": "Remitente", "message": "Mensaje", "app": "Aplicación", - "podcast": "Podcasts" + "podcast": "Podcasts", + "episode": "Episodio" }, - "open_location": "Abrir sitio web" + "open_location": "Abrir la página web", + "payment_hash": "Hash del pago", + "date_time": "Fecha y hora" }, "budget_control": { "remember": { diff --git a/src/i18n/locales/fi/translation.json b/src/i18n/locales/fi/translation.json index 8070395274..972e532524 100644 --- a/src/i18n/locales/fi/translation.json +++ b/src/i18n/locales/fi/translation.json @@ -48,20 +48,6 @@ "connection_failed": "Yhteys epäonnistui. Ovatko LND-tunnuksesi oikein?" } }, - "lndhub_bluewallet": { - "title": "Sinilompakko", - "page": { - "title": "Yhdistä sinilompakkoosi", - "description": "Valitse sinilompakossa lompakko, jonka haluat yhdistää, avaa se, napsauta \"...\", napsauta Vie/Varmuuskopioi näyttääksesi QR-koodin ja skannaa se webbikamerallasi." - }, - "uri": { - "label": "Sinilompakon vienti-URI" - }, - "errors": { - "invalid_uri": "Virheellinen sinilompakon URI", - "connection_failed": "Yhteys epäonnistui. Onko sinilompakon URI oikein?" - } - }, "lndhub_go": { "title": "LNDHub", "page": { @@ -613,6 +599,6 @@ "publishers_table": { "payments": "maksut" } - }, - "permissions": {} -} \ No newline at end of file + } +} + diff --git a/src/i18n/locales/pt_BR/translation.json b/src/i18n/locales/pt_BR/translation.json index a88a1e996b..7ba15b9582 100644 --- a/src/i18n/locales/pt_BR/translation.json +++ b/src/i18n/locales/pt_BR/translation.json @@ -262,7 +262,9 @@ }, "default_view": { "is_blocked_hint": "A Alby está desativada em {{host}}", - "block_removed": "{{host}} ativado. Por favor, recarregue o site." + "block_removed": "{{host}} ativado. Por favor, recarregue o site.", + "see_all": "Mostrar tudo", + "no_transactions": "Sem transações nesta conta ainda." } }, "accounts": { @@ -749,7 +751,8 @@ }, "transactions": { "title": "Transações", - "list_empty": "Sem transações." + "list_empty": "Sem transações.", + "description": "Transações nesta conta" }, "distributions": { "umbrel": { @@ -876,7 +879,6 @@ "request1": "Interagir com este site exige configurar uma chave" }, "nostr_enable": { - "request2": "Assinar eventos usando sua chave privada Nostr", "request1": "Solicitar a leitura de sua chave pública Nostr", "title": "Conectar no Nostr" }, @@ -948,7 +950,8 @@ "copy_clipboard": "Copiar para área de transferência", "disconnect": "Desconectar", "copied_to_clipboard": "Copiado para a área de transferência", - "review": "Revisar" + "review": "Revisar", + "hide": "Ocultar" }, "errors": { "connection_failed": "Falha na conexão", @@ -991,7 +994,8 @@ "request1": "Solicitar aprovação para transações", "allow": "Permitir este site:", "block_and_ignore": "Bloquear e ignorar {{host}}" - } + }, + "website": "Site" }, "components": { "allowance_menu": { @@ -1030,9 +1034,12 @@ "sender": "Enviado por", "message": "Mensagem", "app": "App", - "podcast": "Podcast" + "podcast": "Podcast", + "episode": "Episódio" }, - "open_location": "Abrir link" + "open_location": "Abrir link", + "payment_hash": "Hash do pagamento", + "date_time": "Data & Hora" }, "budget_control": { "remember": { diff --git a/src/i18n/locales/ru/translation.json b/src/i18n/locales/ru/translation.json index d74de64ebf..afd5bbae4e 100644 --- a/src/i18n/locales/ru/translation.json +++ b/src/i18n/locales/ru/translation.json @@ -88,20 +88,6 @@ "placeholder": "" } }, - "lndhub_bluewallet": { - "title": "", - "page": { - "title": "", - "description": "" - }, - "uri": { - "label": "" - }, - "errors": { - "invalid_uri": "", - "connection_failed": "" - } - }, "lndhub_go": { "title": "", "page": { diff --git a/src/i18n/locales/sl/translation.json b/src/i18n/locales/sl/translation.json index 73de6df7e5..0ce5fee077 100644 --- a/src/i18n/locales/sl/translation.json +++ b/src/i18n/locales/sl/translation.json @@ -599,7 +599,6 @@ }, "nostr_enable": { "title": "Povežite se z Nostr", - "request2": "Podpiše dogodke s tvojim zasebnim ključem Nostr", "request1": "Zahteva dostop do javnega ključa Nostr" }, "webbtc_enable": { diff --git a/src/i18n/locales/sv/translation.json b/src/i18n/locales/sv/translation.json index 34afc36241..56df92b064 100644 --- a/src/i18n/locales/sv/translation.json +++ b/src/i18n/locales/sv/translation.json @@ -268,7 +268,9 @@ }, "default_view": { "is_blocked_hint": "Alby är för tillfället avstängt hos {{host}}", - "block_removed": "Aktiverade {{host}}. Ladda om webbplatsen." + "block_removed": "Aktiverade {{host}}. Ladda om webbplatsen.", + "see_all": "Se alla", + "no_transactions": "Inga transaktioner för detta konto ännu." } }, "accounts": { @@ -772,7 +774,8 @@ }, "transactions": { "title": "Transaktion", - "list_empty": "Inga transaktioner tillgängliga ännu." + "list_empty": "Inga transaktioner tillgängliga ännu.", + "description": "Transaktioner för detta konto" }, "distributions": { "title": "Anslut till {{namn}}", @@ -908,7 +911,6 @@ }, "nostr_enable": { "title": "Anslut till Nostr", - "request2": "Signera händelser med din privata Nostr-nyckel", "request1": "Begär att läsa din publika Nostr-nyckel" }, "webbtc_enable": { @@ -973,7 +975,8 @@ "paste_clipboard": "Klistra in från urklipp", "review": "Recension", "copied_to_clipboard": "Kopierade till urklipp", - "disconnect": "Koppla ifrån" + "disconnect": "Koppla ifrån", + "hide": "Dölj" }, "errors": { "connection_failed": "Anslutning misslyckades", @@ -1014,7 +1017,8 @@ "request1": "Begär godkännande för transaktioner", "allow": "Tillåt den här webbplatsen att:", "block_and_ignore": "Blockera och ignorera {{host}}" - } + }, + "website": "Webbsida" }, "components": { "allowance_menu": { @@ -1053,9 +1057,12 @@ "sender": "Avsändare", "message": "Meddelande", "app": "App", - "podcast": "Podcast" + "podcast": "Podcast", + "episode": "Avsnitt" }, - "open_location": "Öppna websida" + "open_location": "Öppna websida", + "payment_hash": "Betalningshash", + "date_time": "Datum & tid" }, "budget_control": { "remember": {