Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
chore(i18n): new translations
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton authored Nov 21, 2019
1 parent db05b43 commit ac6e3c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions translations/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
"components.Onboarding.Steps.connection_uri_btcpay_description": "Fügen den vollen Inhalt deiner BTCPay Server Verbindungskonfigurationsdatei ein. Dies kann durch Klicken auf den Link \"Klicken hier, um die Konfigurationsdatei zu öffnen\" in deiner BTCPay Server gRPC Einstellungen gefunden werden.",
"components.Onboarding.Steps.connection_uri_label": "Zeichenfolge der Verbindung",
"components.Onboarding.Steps.connection_uri_lndconnect_description": "Füge eine Lnd Connect URI ein. Du kannst eine davon mit dem lndconnect-Dienstprogramm generieren. Beispiel: \"lndconnect://1.2.3.4:10009?cert=x&macaroon=y\"",
"components.Onboarding.Steps.create_wallet_password_description": "Sieht aus, als ob du hier neu bist. Setze ein Passwort, um deine Wallet zu verschlüsseln. Dieses Passwort wird benötigt, um Zap in Zukunft freizuschalten.",
"components.Onboarding.Steps.create_wallet_password_description": "Setze ein Passwort, um deine Wallet zu verschlüsseln. Dieses Passwort wird benötigt, die Brieftasche in Zukunft freizuschalten.",
"components.Onboarding.Steps.create_wallet_password_title": "Willkommen!",
"components.Onboarding.Steps.creating_wallet": "Wallet wird erstellt…",
"components.Onboarding.Steps.custom": "Benutzerdefiniert",
Expand Down Expand Up @@ -645,7 +645,7 @@
"reducers.messages.account_password_disabled": "Passwortschutz wurde deaktiviert",
"reducers.messages.account_password_enabled": "Passwortschutz wurde aktiviert",
"reducers.messages.account_password_updated": "Ihr Passwort wurde erfolgreich aktualisiert",
"reducers.messages.activity_invoice_download_error": "Es ist ein Fehler aufgetreten",
"reducers.messages.activity_invoice_download_error": "Ein Fehler ist aufgetreten",
"reducers.messages.activity_invoice_download_success": "Download komplett",
"reducers.messages.address_new_address_error": "{addressType} -Adresse konnte nicht gefunden werden: {error}",
"reducers.messages.app_init_db_error": "Datenbank kann nicht initialisiert werden: {error}",
Expand Down
2 changes: 1 addition & 1 deletion translations/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"components.Channels.channel_sort_name": "",
"components.Channels.channel_sort_open_date": "",
"components.Channels.channel_sort_remote_balance": "",
"components.Channels.channels": "Canali",
"components.Channels.channels": "{totalCount, plural, one {} =0 {Nessun canale} other {Mostrato {count} di {totalCount} canale}}",
"components.Channels.channels_filter_hint": "",
"components.Channels.close_button": "Chiudi Canale",
"components.Channels.close_channel_dialog_acknowledgement": "",
Expand Down
2 changes: 1 addition & 1 deletion translations/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"components.Channels.channel_sort_name": "",
"components.Channels.channel_sort_open_date": "",
"components.Channels.channel_sort_remote_balance": "",
"components.Channels.channels": "Каналы",
"components.Channels.channels": "{totalCount, plural, one {} few {Показано {count} из {totalCount} каналов} many {Показано {count} из {totalCount} каналов} =0 {Нет каналов} other {Показано {count} из {totalCount} каналов}}",
"components.Channels.channels_filter_hint": "",
"components.Channels.close_button": "Закрыть канал",
"components.Channels.close_channel_dialog_acknowledgement": "Я понимаю, что это необратимое действие",
Expand Down
2 changes: 1 addition & 1 deletion translations/tr-TR.json
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@
"reducers.messages.account_password_disabled": "",
"reducers.messages.account_password_enabled": "",
"reducers.messages.account_password_updated": "",
"reducers.messages.activity_invoice_download_error": "Bir hata oluştu",
"reducers.messages.activity_invoice_download_error": "",
"reducers.messages.activity_invoice_download_success": "İndirme tamamlandı",
"reducers.messages.address_new_address_error": "",
"reducers.messages.app_init_db_error": "",
Expand Down

0 comments on commit ac6e3c0

Please sign in to comment.