Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
* origin/master:
  fix: update nostr enable prompt copy (#2894)
  Translations update from Hosted Weblate (#2858)
  Update translation files
  Translated using Weblate (Swedish)
  Translated using Weblate (Spanish)
  Update translation files
  Translated using Weblate (German)
  Translated using Weblate (Portuguese (Brazil))
  • Loading branch information
bumi committed Dec 4, 2023
2 parents 186eb5b + dbbc13f commit 00f4727
Show file tree
Hide file tree
Showing 8 changed files with 72 additions and 62 deletions.
21 changes: 14 additions & 7 deletions src/i18n/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,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}}</0>.",
Expand Down Expand Up @@ -776,7 +778,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}}",
Expand Down Expand Up @@ -912,7 +915,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": {
Expand Down Expand Up @@ -1008,12 +1010,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": {
Expand Down Expand Up @@ -1082,7 +1087,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": {
Expand Down Expand Up @@ -1120,7 +1126,8 @@
"request1": "Genehmigung von Transaktionen beantragen",
"allow": "Erlaube dieser Webseite:",
"block_and_ignore": "Blockieren und Ignorieren von {{host}}"
}
},
"website": "Website"
},
"permissions": {
"commando": {
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
37 changes: 28 additions & 9 deletions src/i18n/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -259,11 +259,16 @@
"enable_now": "Habilitar ahora"
},
"allowance_view": {
"no_transactions": "No hay transacciones en <0>{{name}}</0> todavía."
"no_transactions": "No hay transacciones en <0>{{name}}</0> 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": {
Expand Down Expand Up @@ -552,7 +557,8 @@
},
"choose_path": {
"alby": {
"title": "Cuenta de Alby"
"title": "Cuenta de Alby",
"connect": "Conectar con Alby"
},
"other": {
"title": "Otras Billeteras",
Expand Down Expand Up @@ -658,7 +664,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": {
Expand Down Expand Up @@ -720,7 +727,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",
Expand All @@ -741,7 +752,12 @@
"lessThanOrEqual": "≤ {{max}}",
"greaterOrEqual": "≥ {{min}}"
},
"balance": "Balance"
"balance": "Balance",
"connectors": {
"nativelnd": "LND (en Tor)",
"lnd": "LND"
},
"website": "Página web"
},
"components": {
"allowance_menu": {
Expand Down Expand Up @@ -779,9 +795,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": {
Expand Down
17 changes: 1 addition & 16 deletions src/i18n/locales/fi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -618,6 +604,5 @@
"publishers_table": {
"payments": "maksut"
}
},
"permissions": {}
}
}
21 changes: 14 additions & 7 deletions src/i18n/locales/pt_BR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -755,7 +757,8 @@
},
"transactions": {
"title": "Transações",
"list_empty": "Sem transações."
"list_empty": "Sem transações.",
"description": "Transações nesta conta"
},
"distributions": {
"umbrel": {
Expand Down Expand Up @@ -882,7 +885,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"
},
Expand Down Expand Up @@ -955,7 +957,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",
Expand Down Expand Up @@ -998,7 +1001,8 @@
"request1": "Solicitar aprovação para transações",
"allow": "Permitir este site:",
"block_and_ignore": "Bloquear e ignorar {{host}}"
}
},
"website": "Site"
},
"components": {
"allowance_menu": {
Expand Down Expand Up @@ -1037,9 +1041,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": {
Expand Down
14 changes: 0 additions & 14 deletions src/i18n/locales/ru/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,20 +88,6 @@
"placeholder": ""
}
},
"lndhub_bluewallet": {
"title": "",
"page": {
"title": "",
"description": ""
},
"uri": {
"label": ""
},
"errors": {
"invalid_uri": "",
"connection_failed": ""
}
},
"lndhub_go": {
"title": "",
"page": {
Expand Down
1 change: 0 additions & 1 deletion src/i18n/locales/sl/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,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": {
Expand Down
21 changes: 14 additions & 7 deletions src/i18n/locales/sv/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -778,7 +780,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}}",
Expand Down Expand Up @@ -914,7 +917,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": {
Expand Down Expand Up @@ -980,7 +982,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",
Expand Down Expand Up @@ -1021,7 +1024,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": {
Expand Down Expand Up @@ -1060,9 +1064,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": {
Expand Down

0 comments on commit 00f4727

Please sign in to comment.