Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion l10n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ output-localization-file: app_localizations.dart
output-class: AppLocalizations
output-dir: lib/l10n/generated
nullable-getter: false
synthetic-package: false
synthetic-package: false

9 changes: 8 additions & 1 deletion lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"pending_label": "Ausstehend",
"failed_label": "Fehlgeschlagen",
"loading_transactions_error_prefix": "Fehler beim Laden der Transaktionen: ",


"create_lnaddress_label": "oder Sie können auch eine erstellen:",
"lightning_address_title": "Lightning-Adresse",
"loading_address_text": "Lade Adresse...",
"your_lightning_address_label": "Ihre Lightning-Adresse:",
Expand All @@ -88,6 +89,7 @@
"logout_confirm_button": "Abmelden",

"receive_title": "Empfangen",
"create_invoice_label": "Erstellen Sie eine Rechnung, um Zahlungen direkt in Ihrer Wallet zu erhalten",
"amount_sats_label": "Angeforderten Betrag",
"amount_label": "Betrag",
"currency_label": "Währung",
Expand All @@ -101,6 +103,7 @@
"generating_button": "ERSTELLE...",
"invoice_generated_message": "Rechnung erfolgreich erstellt",
"invoice_generation_error_prefix": "Fehler beim Erstellen der Rechnung: ",
"invoice_empty_response_error": "Rechnung konnte nicht erstellt werden",

"send_title": "Senden",
"paste_invoice_placeholder": "Rechnung, LNURL oder Adresse einfügen",
Expand All @@ -116,6 +119,9 @@

"send_to_title": "Senden an",
"clear_button": "C",
"invoice_cleared_message": "Rechnung gelöscht",
"clear_invoice_button": "Rechnung löschen",
"invoice_copied_message": "Rechnung kopiert",
"decimal_button": ".",
"calculating_text": "berechne...",
"loading_rates_text": "Lade Kurse...",
Expand Down Expand Up @@ -150,6 +156,7 @@
"sending_button": "Sende...",
"invoice_expired_error": "Die Rechnung ist abgelaufen und kann nicht bezahlt werden",
"amountless_invoice_error": "Rechnung ohne Betrag wird nicht unterstützt. Bitte fordern Sie eine Rechnung mit einem bestimmten Betrag an.",
"invoice_amount_label": "Rechnung: {amount}",
"payment_sent_status": "Zahlung gesendet - Status: {status}",
"confirm_no_session_error": "Keine aktive Sitzung",
"confirm_no_wallet_error": "Keine primäre Wallet verfügbar",
Expand Down
14 changes: 13 additions & 1 deletion lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"pending_label": "Pending",
"failed_label": "Failed",
"loading_transactions_error_prefix": "Error loading transactions: ",


"create_lnaddress_label": "or create a:",
"lightning_address_title": "Lightning Address",
"loading_address_text": "Loading address...",
"your_lightning_address_label": "Your Lightning address:",
Expand All @@ -88,6 +89,7 @@
"logout_confirm_button": "Logout",

"receive_title": "Receive",
"create_invoice_label": "Create an invoice to receive payments directly in your wallet",
"amount_sats_label": "Request Amount",
"amount_label": "Amount",
"currency_label": "Currency",
Expand All @@ -101,6 +103,7 @@
"generating_button": "GENERATING...",
"invoice_generated_message": "Invoice generated successfully",
"invoice_generation_error_prefix": "Error generating invoice: ",
"invoice_empty_response_error": "Failed to generate invoice",

"send_title": "Send",
"paste_invoice_placeholder": "Paste invoice, LNURL or address",
Expand Down Expand Up @@ -170,6 +173,9 @@

"send_to_title": "Send to",
"clear_button": "C",
"invoice_cleared_message": "Invoice cleared",
"clear_invoice_button": "Clear invoice",
"invoice_copied_message": "Invoice copied",
"decimal_button": ".",
"calculating_text": "calculating...",
"loading_rates_text": "Loading rates...",
Expand Down Expand Up @@ -204,6 +210,12 @@
"sending_button": "Sending...",
"invoice_expired_error": "The invoice has expired and cannot be paid",
"amountless_invoice_error": "Invoice without amount not supported. Please request an invoice with a specific amount.",
"invoice_amount_label": "Invoice: {amount}",
"@invoice_amount_label": {
"placeholders": {
"amount": {"type": "Object"}
}
},
"payment_sent_status": "Payment sent - Status: {status}",
"@payment_sent_status": {
"placeholders": {
Expand Down
14 changes: 14 additions & 0 deletions lib/l10n/app_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"failed_label": "Fallida",
"loading_transactions_error_prefix": "Error cargando transacciones: ",

"create_lnaddress_label": "o también puedes crear una:",
"lightning_address_title": "Dirección Lightning",
"loading_address_text": "Cargando dirección...",
"your_lightning_address_label": "Tu dirección Lightning:",
Expand All @@ -88,6 +89,7 @@
"logout_confirm_button": "Cerrar Sesión",

"receive_title": "Recibir",
"create_invoice_label": "Crea una factura para recibir pagos directamente en tu billetera",
"amount_sats_label": "Solicitar Monto",
"amount_label": "Cantidad",
"currency_label": "Moneda",
Expand All @@ -101,6 +103,7 @@
"generating_button": "GENERANDO...",
"invoice_generated_message": "Factura generada correctamente",
"invoice_generation_error_prefix": "Error generando factura: ",
"invoice_empty_response_error": "Error al generar la factura",

"send_title": "Enviar",
"paste_invoice_placeholder": "Pega factura, LNURL o dirección",
Expand Down Expand Up @@ -170,6 +173,9 @@

"send_to_title": "Enviar a",
"clear_button": "C",
"invoice_cleared_message": "Factura limpiada",
"clear_invoice_button": "Limpiar factura",
"invoice_copied_message": "Factura copiada",
"decimal_button": ".",
"calculating_text": "calculando...",
"loading_rates_text": "Loading rates...",
Expand Down Expand Up @@ -204,6 +210,14 @@
"sending_button": "Enviando...",
"invoice_expired_error": "La factura ha expirado y no se puede pagar",
"amountless_invoice_error": "Factura sin monto no soportada. Solicite una factura con un monto específico.",
"invoice_amount_label": "Factura: {amount}",
"@invoice_amount_label": {
"placeholders": {
"amount": {
"type": "Object"
}
}
},
"payment_sent_status": "Pago enviado - Estado: {status}",
"confirm_no_session_error": "Sin sesión activa",
"confirm_no_wallet_error": "No hay wallet principal disponible",
Expand Down
9 changes: 8 additions & 1 deletion lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"pending_label": "En attente",
"failed_label": "Échoué",
"loading_transactions_error_prefix": "Erreur lors du chargement des transactions : ",


"create_lnaddress_label": "ou vous pouvez aussi créer un :",
"lightning_address_title": "Adresse Lightning",
"loading_address_text": "Chargement de l'adresse...",
"your_lightning_address_label": "Votre adresse Lightning :",
Expand All @@ -88,6 +89,7 @@
"logout_confirm_button": "Se déconnecter",

"receive_title": "Recevoir",
"create_invoice_label": "Créez une facture pour recevoir des paiements directement dans votre portefeuille",
"amount_sats_label": "Montant demandé",
"amount_label": "Montant",
"currency_label": "Devise",
Expand All @@ -101,6 +103,7 @@
"generating_button": "GÉNÉRATION...",
"invoice_generated_message": "Facture générée avec succès",
"invoice_generation_error_prefix": "Erreur lors de la génération de la facture : ",
"invoice_empty_response_error": "Échec de la génération de la facture",

"send_title": "Envoyer",
"paste_invoice_placeholder": "Coller la facture, LNURL ou adresse",
Expand All @@ -116,6 +119,9 @@

"send_to_title": "Envoyer à",
"clear_button": "C",
"invoice_cleared_message": "Facture effacée",
"clear_invoice_button": "Effacer la facture",
"invoice_copied_message": "Facture copiée",
"decimal_button": ".",
"calculating_text": "calcul...",
"loading_rates_text": "Chargement des taux...",
Expand Down Expand Up @@ -150,6 +156,7 @@
"sending_button": "Envoi...",
"invoice_expired_error": "La facture a expiré et ne peut pas être payée",
"amountless_invoice_error": "Facture sans montant non prise en charge. Veuillez demander une facture avec un montant spécifique.",
"invoice_amount_label": "Facture: {amount}",
"payment_sent_status": "Paiement envoyé - Statut : {status}",
"confirm_no_session_error": "Aucune session active",
"confirm_no_wallet_error": "Aucun portefeuille principal disponible",
Expand Down
9 changes: 8 additions & 1 deletion lib/l10n/app_it.arb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"pending_label": "In attesa",
"failed_label": "Fallito",
"loading_transactions_error_prefix": "Errore nel caricamento delle transazioni: ",


"create_lnaddress_label": "oppure crea un indirizzo:",
"lightning_address_title": "Indirizzo Lightning",
"loading_address_text": "Caricamento indirizzo...",
"your_lightning_address_label": "Il tuo indirizzo Lightning:",
Expand All @@ -88,6 +89,7 @@
"logout_confirm_button": "Disconnetti",

"receive_title": "Ricevi",
"create_invoice_label": "Crea una fattura per ricevere pagamenti direttamente nel tuo portafoglio",
"amount_sats_label": "Importo richiesto",
"amount_label": "Importo",
"currency_label": "Valuta",
Expand All @@ -101,6 +103,7 @@
"generating_button": "GENERAZIONE...",
"invoice_generated_message": "Fattura generata con successo",
"invoice_generation_error_prefix": "Errore nella generazione della fattura: ",
"invoice_empty_response_error": "Impossibile generare la fattura",

"send_title": "Invia",
"paste_invoice_placeholder": "Incolla fattura, LNURL o indirizzo",
Expand All @@ -116,6 +119,9 @@

"send_to_title": "Invia a",
"clear_button": "C",
"invoice_cleared_message": "Fattura cancellata",
"clear_invoice_button": "Cancella fattura",
"invoice_copied_message": "Fattura copiata",
"decimal_button": ".",
"calculating_text": "calcolo...",
"loading_rates_text": "Caricamento tassi...",
Expand Down Expand Up @@ -150,6 +156,7 @@
"sending_button": "Invio...",
"invoice_expired_error": "La fattura è scaduta e non può essere pagata",
"amountless_invoice_error": "Fattura senza importo non supportata. Richiedere una fattura con un importo specifico.",
"invoice_amount_label": "Fattura: {amount}",
"payment_sent_status": "Pagamento inviato - Stato: {status}",
"confirm_no_session_error": "Nessuna sessione attiva",
"confirm_no_wallet_error": "Nessun portafoglio principale disponibile",
Expand Down
9 changes: 8 additions & 1 deletion lib/l10n/app_pt.arb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"pending_label": "Pendente",
"failed_label": "Falhada",
"loading_transactions_error_prefix": "Erro ao carregar transações: ",


"create_lnaddress_label": "ou também pode criar um:",
"lightning_address_title": "Endereço Lightning",
"loading_address_text": "Carregando endereço...",
"your_lightning_address_label": "O seu endereço Lightning:",
Expand All @@ -88,6 +89,7 @@
"logout_confirm_button": "Terminar Sessão",

"receive_title": "Receber",
"create_invoice_label": "Crie uma fatura para receber pagamentos diretamente na sua carteira",
"amount_sats_label": "Solicitar Quantia",
"amount_label": "Quantia",
"currency_label": "Moeda",
Expand All @@ -101,6 +103,7 @@
"generating_button": "GERANDO...",
"invoice_generated_message": "Fatura gerada com sucesso",
"invoice_generation_error_prefix": "Erro ao gerar fatura: ",
"invoice_empty_response_error": "Falha ao gerar fatura",

"send_title": "Enviar",
"paste_invoice_placeholder": "Colar fatura, LNURL ou endereço",
Expand All @@ -116,6 +119,9 @@

"send_to_title": "Enviar para",
"clear_button": "C",
"invoice_cleared_message": "Fatura limpa",
"clear_invoice_button": "Limpar fatura",
"invoice_copied_message": "Fatura copiada",
"decimal_button": ".",
"calculating_text": "calculando...",
"loading_rates_text": "Carregando taxas...",
Expand Down Expand Up @@ -150,6 +156,7 @@
"sending_button": "Enviando...",
"invoice_expired_error": "A fatura expirou e não pode ser paga",
"amountless_invoice_error": "Fatura sem valor não suportada. Solicite uma fatura com um valor específico.",
"invoice_amount_label": "Fatura: {amount}",
"payment_sent_status": "Pagamento enviado - Estado: {status}",
"confirm_no_session_error": "Sem sessão ativa",
"confirm_no_wallet_error": "Sem carteira principal disponível",
Expand Down
9 changes: 8 additions & 1 deletion lib/l10n/app_ru.arb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"pending_label": "В ожидании",
"failed_label": "Не удалось",
"loading_transactions_error_prefix": "Ошибка загрузки транзакций: ",


"create_lnaddress_label": "или вы также можете создать:",
"lightning_address_title": "Lightning адрес",
"loading_address_text": "Загрузка адреса...",
"your_lightning_address_label": "Ваш Lightning адрес:",
Expand All @@ -88,6 +89,7 @@
"logout_confirm_button": "Выйти",

"receive_title": "Получить",
"create_invoice_label": "Создайте счет для получения платежей непосредственно в вашем кошельке",
"amount_sats_label": "Запрашиваемая сумма",
"amount_label": "Сумма",
"currency_label": "Валюта",
Expand All @@ -101,6 +103,7 @@
"generating_button": "СОЗДАНИЕ...",
"invoice_generated_message": "Счет успешно создан",
"invoice_generation_error_prefix": "Ошибка создания счета: ",
"invoice_empty_response_error": "Не удалось создать счет",

"send_title": "Отправить",
"paste_invoice_placeholder": "Вставьте счет, LNURL или адрес",
Expand All @@ -116,6 +119,9 @@

"send_to_title": "Отправить на",
"clear_button": "C",
"invoice_cleared_message": "Счет очищен",
"clear_invoice_button": "Очистить счет",
"invoice_copied_message": "Счет скопирован",
"decimal_button": ".",
"calculating_text": "вычисление...",
"loading_rates_text": "Загрузка курсов...",
Expand Down Expand Up @@ -150,6 +156,7 @@
"sending_button": "Отправка...",
"invoice_expired_error": "Счет истек и не может быть оплачен",
"amountless_invoice_error": "Счет без суммы не поддерживается. Запросите счет с указанной суммой.",
"invoice_amount_label": "Счет: {amount}",
"payment_sent_status": "Платеж отправлен - Статус: {status}",
"confirm_no_session_error": "Нет активной сессии",
"confirm_no_wallet_error": "Нет доступного основного кошелька",
Expand Down
Loading