From 7028e13c175f67569383120df0f5fa7dea8d6138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20W=C3=BCnsch?= Date: Sat, 29 Jan 2022 13:21:40 +0100 Subject: [PATCH] Add finnish to language selection, update translations (#403) --- app/src/main/res/values-af-rZA/strings.xml | 1 + app/src/main/res/values-ar-rSA/strings.xml | 1 + app/src/main/res/values-bg-rBG/strings.xml | 1 + app/src/main/res/values-ca-rES/strings.xml | 1 + app/src/main/res/values-cs-rCZ/strings.xml | 1 + app/src/main/res/values-da-rDK/strings.xml | 1 + app/src/main/res/values-de-rDE/strings.xml | 1 + app/src/main/res/values-el-rGR/strings.xml | 1 + app/src/main/res/values-es-rES/strings.xml | 1 + app/src/main/res/values-fi-rFI/strings.xml | 11 +- app/src/main/res/values-fr-rFR/strings.xml | 49 +- app/src/main/res/values-hu-rHU/strings.xml | 1 + app/src/main/res/values-it-rIT/strings.xml | 5 +- app/src/main/res/values-iw-rIL/strings.xml | 1 + app/src/main/res/values-ja-rJP/strings.xml | 652 +++++++++++---------- app/src/main/res/values-ko-rKR/strings.xml | 1 + app/src/main/res/values-nl-rNL/strings.xml | 1 + app/src/main/res/values-no-rNO/strings.xml | 1 + app/src/main/res/values-pl-rPL/strings.xml | 1 + app/src/main/res/values-pt-rBR/strings.xml | 1 + app/src/main/res/values-pt-rPT/strings.xml | 1 + app/src/main/res/values-ro-rRO/strings.xml | 1 + app/src/main/res/values-ru-rRU/strings.xml | 1 + app/src/main/res/values-sr-rSP/strings.xml | 1 + app/src/main/res/values-sv-rSE/strings.xml | 1 + app/src/main/res/values-tr-rTR/strings.xml | 1 + app/src/main/res/values-uk-rUA/strings.xml | 1 + app/src/main/res/values-vi-rVN/strings.xml | 1 + app/src/main/res/values-zh-rCN/strings.xml | 1 + app/src/main/res/values-zh-rTW/strings.xml | 1 + app/src/main/res/values/arrays.xml | 2 + 31 files changed, 389 insertions(+), 356 deletions(-) diff --git a/app/src/main/res/values-af-rZA/strings.xml b/app/src/main/res/values-af-rZA/strings.xml index 96548903..bb705ecf 100644 --- a/app/src/main/res/values-af-rZA/strings.xml +++ b/app/src/main/res/values-af-rZA/strings.xml @@ -454,4 +454,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-ar-rSA/strings.xml b/app/src/main/res/values-ar-rSA/strings.xml index 85910af4..6f36dd6c 100644 --- a/app/src/main/res/values-ar-rSA/strings.xml +++ b/app/src/main/res/values-ar-rSA/strings.xml @@ -482,4 +482,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-bg-rBG/strings.xml b/app/src/main/res/values-bg-rBG/strings.xml index 07b78dc6..0b137363 100644 --- a/app/src/main/res/values-bg-rBG/strings.xml +++ b/app/src/main/res/values-bg-rBG/strings.xml @@ -454,4 +454,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-ca-rES/strings.xml b/app/src/main/res/values-ca-rES/strings.xml index 96548903..bb705ecf 100644 --- a/app/src/main/res/values-ca-rES/strings.xml +++ b/app/src/main/res/values-ca-rES/strings.xml @@ -454,4 +454,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-cs-rCZ/strings.xml b/app/src/main/res/values-cs-rCZ/strings.xml index 165a9b1f..1211a8bc 100644 --- a/app/src/main/res/values-cs-rCZ/strings.xml +++ b/app/src/main/res/values-cs-rCZ/strings.xml @@ -468,4 +468,5 @@ Žádná data k zálohování. Záloha byla vytvořena pomocí novější verze. Před importem zálohy aplikaci aktualizujte. Toto není platný zálohovací soubor. Vyberte prosím soubor, který byl vytvořen pomocí této aplikace. + Údaje odkazují na webovou stránku. Chcete otevřít následující webovou stránku?\n\n%1$s diff --git a/app/src/main/res/values-da-rDK/strings.xml b/app/src/main/res/values-da-rDK/strings.xml index faece630..2aa4e218 100644 --- a/app/src/main/res/values-da-rDK/strings.xml +++ b/app/src/main/res/values-da-rDK/strings.xml @@ -454,4 +454,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-de-rDE/strings.xml b/app/src/main/res/values-de-rDE/strings.xml index 02e09796..9f66e7ad 100644 --- a/app/src/main/res/values-de-rDE/strings.xml +++ b/app/src/main/res/values-de-rDE/strings.xml @@ -454,4 +454,5 @@ Keine Daten die gespeichert werden müssten. Dieses Backup wurde mit einer neueren version erstellt. Bitte update die App bevor das Backup wiederhergestellt wird. Das ist keine gültige Backup Datei. Bitte wähle eine Datei aus, die mit dieser App erstellt wurde. + Die Daten verlinken auf eine Webseite. Möchtest du die folgende Seite öffnen?\n\n%1$s diff --git a/app/src/main/res/values-el-rGR/strings.xml b/app/src/main/res/values-el-rGR/strings.xml index 96548903..bb705ecf 100644 --- a/app/src/main/res/values-el-rGR/strings.xml +++ b/app/src/main/res/values-el-rGR/strings.xml @@ -454,4 +454,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml index 079ebc5d..4d0ef38b 100644 --- a/app/src/main/res/values-es-rES/strings.xml +++ b/app/src/main/res/values-es-rES/strings.xml @@ -454,4 +454,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-fi-rFI/strings.xml b/app/src/main/res/values-fi-rFI/strings.xml index 5e6ad519..a3bd2c95 100644 --- a/app/src/main/res/values-fi-rFI/strings.xml +++ b/app/src/main/res/values-fi-rFI/strings.xml @@ -191,8 +191,8 @@ Tarkista aina viimeiset 3-5 numeroa kun lopioit leikepöydältä. Haitallinen sovellus on voinut muuttaa osoitetta huomaamatta taustalla. Mikäli näppäimistö ei ole sekoitettu, on PIN-koodisi nähtävissä sormen liikkeistäsi. Mikäli sallit näytön talletukset, voivat mahdollliset haittaohjelmat ottaaa kuvia tai nauhoittaa videota näyttösi sisällöstä. Suosittelemme kytkemään asetuksen käyttöön vain kun haluat ottaa näytöstä kuvia tai videota. - Olet maksamassa siirtokuluina %1$s%%.\n\nVaihtoehtoisesti:\n- kokeile maksaa Lightning-maksuna\n- aseta matalampi siirtokulu ja odota pidempään,\n- yritä myöhemmin uudelleen\n- tai lähetä suurempi määrä\n\nHaluatko jatkaa nykyisellä siirtokululla? - Olet antanut määrän fiat-valuutassa, mutta vaihtokurssien tiedot ovat vanhoja (päivitetty viimeksi %1$s tuntia sitten).\nVarmista verkkoyhteytesi toiminta tai pyydä maksua bitcoin-määräisenä.\n\nHaluatko jatkaa fiat-määräisenä? + Olet maksamassa siirtokuluina %1$s%%.\n\nVaihtoehtoisesti:\n- kokeile maksaa Lightning-maksuna\n- aseta matalampi siirtokulu ja odota pidempään,\n- yritä myöhemmin uudelleen\n- tai lähetä suurempi määrä\n\nHaluatko jatkaa nykyisellä siirtokululla? + Olet antanut määrän fiat-valuutassa, mutta vaihtokurssien tiedot ovat vanhoja (päivitetty viimeksi %1$s tuntia sitten).\nVarmista verkkoyhteytesi toiminta tai pyydä maksua bitcoin-määräisenä.\n\nHaluatko jatkaa fiat-määräisenä? Oletko varma että haluat yhdistää \n\n%1$s\n\nVarmista palvelimen osoite huolellisesti. Olet avaamassa selaimessa linkkiä joka sisältää luottamuksellista tietoa. Zap suojaa kaiken liikenteesi kun Tor-yhteydet ovat käytössä. Selaimesi ei näin tee. Käytä Tor-selainta, mikäli haluat säilyttää tämän yhteyden tiedot luottamuksellisina. Ole hyvä ja päivitä sovellus.\n\nSolmu johon olet yhteydessä käyttää vanhaa LND-versiota. Versiota %1$s aikaisemmat eivät ole aktiivisesti tuettuja. @@ -237,7 +237,7 @@ Sisällytä reititysvinkit yksityisiä kanavia käyttäviin laskuihin Virhe Lohkoselain - "Nyt käytössä oleva lohkoketjuselain (%1$s) ei tuettuja %2$s. \nMene asetuksiin ja valitse jatkaaksesi toinen lohkoketjuselain (Explorer)." + "Nyt käytössä oleva lohkoketjuselain (%1$s) ei tuettuja %2$s. \nMene asetuksiin ja valitse jatkaaksesi toinen lohkoketjuselain (Explorer)." Tämän maksupyynnön summa on nolla. Zap ei tue nolla-summan maksuja, sillä niihin liittyy turvallisuus riskejä. Tämä maksupyyntö on vanhentunut. Olet yhdistettynä TESTNET-verkkoon. Käytä TESTNET-osoitteita ja -maksupyyntöjä. @@ -295,7 +295,7 @@ Tähän voi syöttää vain maksutietoja. Lompakkosi synkronointi ei ole vielä valmistunut. Yritä myöhemmin uudelleen. %1$s näyttää estävät Tor-verkosta tulevan pyynnön. Koeta kytkeä Tor-pois päältä asetuksista tai ota yhteyttä palveluntarjoajaan ja pyydä heitä päivittämään CloudFlare-säännostö. - Vaihtokurssia ei pystytty hakemaan. Käyttämäsi palvelu näyttää estävän pyynnöt Tor-verkosta. Koeta vaitaa vaihtokurssien tarjoajaa edistyksellistä asetuksista.e + Vaihtokurssia ei pystytty hakemaan. Käyttämäsi palvelu näyttää estävän pyynnöt Tor-verkosta. Koeta vaitaa vaihtokurssien tarjoajaa edistyksellistä asetuksista. Vastausta %1$s:lta ei kyetty lukemaan. LND-yhteys epäonnistui. Yritäthän uudelleen. @@ -380,7 +380,7 @@ Haluatko varmasti avata kanavan: Kanavan avautuu ja se kestää jonkin aikaa.\nVoit tarkistaa kanavien tilan Kanavat-näkymästä. Maksun suuruus ylittää määrän, mitä voit lähettää tällä hetkellä olevien Lightning-kanavien kautta. - %1$s lähetti virheellisen maksupyynnön. + %1$s lähetti virheellisen maksupyynnön. Maksusi onnitui, salaiseksi määritettyä saapuvaa vahvistusta ei kyetty avaamaan. TÄRKEÄÄ:\nURL-osoite on kopioitu leikepöydälle. Talleta leikepöydän sisätö mikäli tarvitset sitä myöhemmin. Tätä ilmoitusta ei näytetä uudelleen. TÄRKEÄÄ:\nKoodi on kopioitu leikepöydälle. Talleta se mikäli tarvitset sitä myöhemmin. Tätä ilmoitusta ei näytetä uudelleen. @@ -454,4 +454,5 @@ Varmuuskopioitavaa tietoa ei ole. Varmuuskopio oli tehty sovelluksen uudemmalla versiolla. Päivitäthän sovelluksesi ja yritä uudelleen. Tämä ei ole toimiva varmuuskopio. Valitsethan tiedoston joka oli luotu tässä sovelluksella? + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-fr-rFR/strings.xml b/app/src/main/res/values-fr-rFR/strings.xml index 15c6da48..c60637c8 100644 --- a/app/src/main/res/values-fr-rFR/strings.xml +++ b/app/src/main/res/values-fr-rFR/strings.xml @@ -111,7 +111,7 @@ Ouvrir le canal avec … Détails du contact Détails de connexion - Backup + Sauvegarde Portefeuille Historique Réglages @@ -416,7 +416,7 @@ Adresse ou données de paiement Le montant total des fonds détenus dans ce canal. En raison de certaines contraintes (comme les frais d\'engagement ou la réserve de canal local), tous les fonds ne sont pas utilisables. Activité - La pourcentage total de la somme des fonds envoyés et reçus divisée par la capacité totale du canal. Un canal avec une activité supérieure à 100\% signifie que la somme des fonds envoyés et reçus dépasse la capacité totale du canal. Cette mesure témoigne de l\'efficacité du canal. + La pourcentage total de la somme des fonds envoyés et reçus divisée par la capacité totale du canal. Un canal avec une activité supérieure à 100%% signifie que la somme des fonds envoyés et reçus dépasse la capacité totale du canal. Cette mesure témoigne de l\'efficacité du canal. Durée de vie Cela montre depuis combien de temps ce canal existe déjà. Une chaîne peut être publique ou privée. Les canaux privés ne sont pas plus sécurisés, ils ne sont tout simplement pas visibles sur le réseau. @@ -432,26 +432,27 @@ Le montant minimum que ce nœud est tenu de garder dans ce canal. Vous ne pourrez pas dépenser ce montant. Cela garantit que vous aurez toujours quelque chose à perdre si vous essayez de tromper votre partenaire. Réserve distante du canal Le montant minimum que l\'autre nœud est tenu de garder dance ce canal. Cela garantit que l\'autre nœud aura toujours quelque chose à perdre s\'il essaie de vous tromper. - The main purpose of this backup is phone migration. It does neither contain the seed to recover your on-chain funds, nor the channel backup to recover your lightning funds. The backups to recover your funds have to be made outside of Zap.\n\nThis backup only contains the following data:\n\n- Data to connect Zap to your running nodes\n- Contacts - I have already backed up my seed and my channels and understand, that this backup does NOT help to recover my funds.\n\nI understand that this backup still contains all necessary information to access my funds. I therefore will use a secure password in the next step. - Please Confirm - I confirm - Restore your connected nodes and contacts.\nIf your nodes are no longer online, this restore process will not help you regaining access to your funds. - Backup - Restore - Enter your password - Confirm your password - The password must have at least 8 characters. - The passwords are not identical. - Creating backup - Restoring backup - Backup created - Backup restored - Backup failed - Restoring failed - Most likely you entered an invalid password. - Unable to open the selected file. - No data to backup. - The backup was made with a newer version. Please update the app before importing the backup. - This is not a valid backup file. Please chose a file that was created with this app. + L\'objectif principal de cette sauvegarde est la migration du téléphone. Il ne contient ni la graine pour récupérer vos fonds en chaîne, ni la sauvegarde du canal pour récupérer vos fonds de foudre. Les sauvegardes pour récupérer vos fonds doivent être effectuées en dehors de Zap.\n\nCette sauvegarde ne contient que les données suivantes :\n\n- Données pour connecter Zap à vos nœuds en cours d\'exécution\n- Contacts + J\'ai déjà sauvegardé ma graine et mes canaux et je comprends que cette sauvegarde n\'aide PAS à récupérer mes fonds.\n\nJe comprends que cette sauvegarde contient toujours toutes les informations nécessaires pour accéder à mes fonds. J\'utiliserai donc un mot de passe sécurisé à l\'étape suivante. + Veuillez confirmer + Je confirme + Restaurez votre nœuds et contacts connectés.\nSi votre nœuds n\'est plus en ligne, ce processus de restauration ne vous aidera pas à retrouver l\'accès à vos fonds. + Sauvegarde + Restaurer + Entrez votre mot de passe + Confirmez le mot de passe + Le mot de passe doit avoir au moins 8 caractères. + Les mots de passe ne sont pas identiques. + Créer une sauvegarde + Restaurer une sauvegarde + Sauvegarde créée + Sauvegarde restaurée + Échec de la sauvegarde + Échec de la restauration + Vous avez probablement entré un mot de passe invalide. + Impossible d\'ouvrir le fichier sélectionné. + Aucune donnée à sauvegarder. + La sauvegarde a été faite avec une version plus récente. Veuillez mettre à jour l\'application avant d\'importer la sauvegarde. + Ce n\'est pas un fichier de sauvegarde valide. Veuillez choisir un fichier qui a été créé avec cette application. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-hu-rHU/strings.xml b/app/src/main/res/values-hu-rHU/strings.xml index 96548903..bb705ecf 100644 --- a/app/src/main/res/values-hu-rHU/strings.xml +++ b/app/src/main/res/values-hu-rHU/strings.xml @@ -454,4 +454,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-it-rIT/strings.xml b/app/src/main/res/values-it-rIT/strings.xml index 196d9aad..e78f7d66 100644 --- a/app/src/main/res/values-it-rIT/strings.xml +++ b/app/src/main/res/values-it-rIT/strings.xml @@ -97,7 +97,7 @@ Conferme mass Manda - Not connected + Non collegato Ricevi Paga Connetti a nodo remoto @@ -110,7 +110,7 @@ Manda a… Apri canale con… Dettagli di contatto - Connection Data + Connessione Dati Backup Portafogli Storico @@ -454,4 +454,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-iw-rIL/strings.xml b/app/src/main/res/values-iw-rIL/strings.xml index d4a66de8..c2596d7f 100644 --- a/app/src/main/res/values-iw-rIL/strings.xml +++ b/app/src/main/res/values-iw-rIL/strings.xml @@ -468,4 +468,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-ja-rJP/strings.xml b/app/src/main/res/values-ja-rJP/strings.xml index 72ab69f5..7e4981f4 100644 --- a/app/src/main/res/values-ja-rJP/strings.xml +++ b/app/src/main/res/values-ja-rJP/strings.xml @@ -35,216 +35,217 @@ --> OK - Cancel + キャンセル Lightning - On-Chain - Share - Copy - Paste - Details - Amount - Memo - Choose App - Yes - No - Copied to clipboard - Receive - optional - Next - Coming soon... - Need help? - offline - Sent - Received - Today - Yesterday - Fee - Do you really want to quit Zap? - or - Maximum Amount: - Minimum Amount: - Retry - Loading - Pay - Date - Expiry - Expired + オンチェーン + 共有する + コピー + ペースト + 詳細 + 数量 + メモ + アプリ選択 + はい + いいえ + クリップボードにコピー + 受け取る + 任意 + 次へ + まもなく + ヘルプが必要ですか? + オフライン + 送信 + 受取 + 今日 + 昨日 + 手数料 + 本当にZapを終了しますか? + 又は + 最大数量 + 最小数量 + リトライ + 読み込み中 + 支払 + 日時 + 有効期限 + 期限切れ remaining - Address - Transaction ID - Channel - Event - Channel Event - Scan QR-Code - Node + アドレス + トランザクションID + チャネル + イベント + チャネルイベント + QRコード読み取り + ノード Available: %s - The amount is invalid. - Success - Suggested Peers - None - Install - Continue - Withdraw - Unknown - Scan - Settings - Support - Contribute - Privacy - Payee - Open - Search + 数量が無効です。 + 成功 + 提案されたピア + なし + インストール + 続ける + 引き出す + 不明 + スキャン + 設定 + サポート + 貢献する + プライバシー + 受取人 + オープン + 検索 Confirmations - max - Send - Not connected - Receive - Pay - Connect to remote node - Lightning Channels - Manage Wallets - Advanced Settings - Wallet Details - Identity - Manage Contacts - Send to… + 最大 + 送信 + 未接続 + 受取 + 支払 + リモートノードに接続 + Lightningチャネル + ウォレット管理 + 詳細設定 + ウォレット詳細 + ID + 連絡先管理 + 送信する Open channel with… - Contact Details - Connection Data - Backup - Wallet - History - Settings - Create PIN - Confirm PIN - Enter PIN - Enter old PIN - Enter new PIN - Confirm new PIN - Wrong PIN - Wait %1$s seconds. - PIN changed! - Requested - Expired + 連絡先詳細 + 接続情報 + バックアップ + ウォレット + 履歴 + 設定 + PIN登録 + PIN確認 + PIN入力 + 現在のPINを入力 + 新しいPINを入力 + 新しいPINの確認 + 間違ったPIN + %1$s秒待ち + PINを変更しました + リクエスト + 期限切れ Internal - Channel opened - Channel closed - Channel force closed - Filter transactions - Normal Payments - Expired Requests - No transactions - Capacity - Your Balance - Remote Balance - Unnamed - Remote Public Key - Funding Transaction - open - offline - pending open - pending close - pending force close - waiting close - No channels - Closing Transaction - Close Channel - Channel closing successfully initiated - Force Close Channel - Channel close error - Do you really want to close the channel with:\n\n%s\n - Do you really want to force close the channel with:\n\n%1$s\n\nYour funds will be locked up for %2$s. - Closing Time Delay - Open Channel - Channel opening successfully initiated - Channel open error - Private channel - private - public - Visibility - How do you want to use ZAP? - Create a wallet on this phone. - Create Wallet - Remote control your own node. - Connect to Remote Node - Setup Wallet - You first have to setup a wallet. - You first have to setup a wallet, before you can see your identity and your avatar. - Send lightning payment - Send on-chain payment - Send payment - Payment\nsuccessful - Payment\nfailed - Send On-Chain - Generate Request - Request generation failed. - Lightning Request - On-Chain Request - To receive Bitcoin over the lightning network, you first have to open channels. + チャネルオープン + チャネルクローズ + 強制チャネルクローズ + 取引絞り込み + 通常支払 + 期限切れリクエスト + 取引なし + 容量 + ローカル残高 + リモート残高 + 無名 + リモート公開鍵 + ファンディングトランザクション + オープン + オフライン + オープン保留中 + クローズ保留中 + 強制クローズ保留中 + クローズ待ち + チャネルなし + クローズトランザクション + クローズチャネル + チャネルのクローズが正常に開始されました + 強制チャネルクローズ + チャネルクローズエラー + 本当にチャネルをクローズしますか:\n\n%s\n + 本当にチャネルを強制クローズしますか:\n\n%1$s\n\n資金は%2$sの間ロックされます。 + クローズ時間遅延 + チャネルオープン + チャネルのオープンが正常に開始されました + チャネルオープンエラー + プライベートチャネル + プライベート + パブリック + 可視性 + Zapをどのように使用しますか? + このデバイスにウォレットを作成します。 + ウォレット作成 + 自ノードをリモートコントロール + リモートノードに接続 + ウォレット設定 + はじめにウォレットを設定します。 + IDとアバターを表示する前に、ウォレットを設定します。 + Lightning支払送信 + オンチェーン支払送信 + 支払送信 + 支払成功 + 支払失敗 + オンチェーン送信 + リクエスト生成 + リクエスト生成失敗 + Lightningリクエスト + オンチェーンリクエスト + LightningネットワークでBitcoinを受け取るには、はじめにチャネルをオープンする必要があります。 To receive Bitcoin over the lightning network, at least one of your channels needs some balance on your counterpartys side.\n\nTo achieve that, you have to spend something on lightning network first.\n\nIn the manage channels area you can always see how much you are able to send or receive over the lightning network right now. - Invoice\npaid - Don\'t show again. - Attention - All security warnings are enabled again. - If you copy this data to your clipboard, other apps (also malicious ones) are able to access and modify it.\n\nTo be sure nothing has changed while pasting, compare the beginning to:\n\n%1$s\n - If you copy this data to your clipboard, other apps (also malicious ones) are able to access and modify it.\n\nTo be sure nothing has changed while pasting, compare the end to:\n\n%1$s\n - Always double check the last 3 to 5 digits when pasting from clipboard. A malicious App might have changed the address in the background without you noticing it. - If not scrambled it is easy to guess your PIN just by watching your finger movements. - If you allow screen recording, malicious software might be able to record a video or take screenshots while you are using Zap. We recommend to deactivate this only while you want to record a video or take a screenshot. + インボイス\n\n支払済 + 再び表示させない。 + 注意 + すべてのセキュリティ警告が再び有効になります。 + データをクリップボードにコピーすると、他のアプリ(悪意のあるアプリも)がアクセスして変更できてしまいます。\n\nペースト中に改ざんされていないことを確認するには、冒頭部分を比較してください。\n\n%1$s\n + データをクリップボードにコピーすると、他のアプリ(悪意のあるアプリも)がアクセスして変更できてしまいます。\n\nペースト中に改ざんされていないことを確認するには、末尾部分を比較してください。\n\n%1$s\n + クリップボードからペーストするときは、必ず最後の3〜5桁を再確認してください。 悪意のあるアプリが気付かないうちにバックグラウンドでアドレスを改ざんした可能性があります。 + スクランブルしていない場合は、指の動きを見て簡単にPINを推測できます。 + 画面記録を許可すると、Zapの使用中に悪意のあるアプリがビデオ録画したり、スクリーンショットを撮ったりする可能性があります。 ビデオ録画やスクリーンショットを撮る時のみ、無効にすることをお勧めします。 You are about to pay %1$s%% in network fees.\n\nPossible solutions:\n- try a lightning payment instead\n- select lower fee, wait longer\n- try again later\n- transact a bigger amount\n\nDo you want to continue anyway? You requested an amount as fiat value, but your exchange rate data is old (retrieved %1$s hours ago).\nMake sure you have an internet connection or consider requesting directly in Bitcoin.\n\nDo you want to continue anyway? - Are you sure you want to connect to \n\n%1$s\n\nPlease check the hostname carefully. + %1$sに接続してよろしいですか?\n +ホスト名をよく確認してください。 You are about to open a link with sensitive data in your browser. While Zap anonymizes all your traffic with the Tor network, your browser does not. If you want to keep this data private use a Tor browser to open the link. - Please update.\n\nThe node you are connected to runs an old version of LND. Versions below %1$s are no longer actively supported. - General - Security - Help - Advanced - Bitcoin Unit - Second Unit - Language + 更新してください。\n\n接続しているノードは古いバージョンのLNDを使用しています。 %1$s未満のバージョンはサポートしていません。 + 一般 + セキュリティ + ヘルプ + 詳細 + Bitcoin単位 + 通貨単位 + 言語 Tor - Anonymize all traffic using the Tor network. - Check clipboard - Automatically check clipboard for data Zap can handle. - Haptic PIN Feedback - System Language - Manage Lightning Channels - Scramble PIN Screen - Prevent Screen Recording - Hide total balance - When activated, tap the Zap logo on the home screen to reveal your balance. - Reset Security Warnings - Need Help? - Report an Issue - About Zap - Advanced Settings - Zap will be restarted to make this change. Do you want to continue? - Enable biometric authentication - Change/Remove PIN - Protect with PIN - Remove PIN - Block Explorer - Tor Browser for Android is required. - Bitcoin Address Type - Exchange Rate Provider + Torネットワークを使用してすべてのトラフィックを匿名化します。 + クリップボードを確認 + Zapで処理できるデータをクリップボードで自動的にチェックします。 + PIN触覚フィードバック + システム言語 + Lightningチャネル管理 + スクランブルPIN画面 + 画面記録防止 + トータル残高非表示 + 有効の場合、ホーム画面のZapロゴをタップすると残高を表示します。 + セキュリティ警告をリセット + ヘルプが必要ですか? + 問題を報告 + Zapについて + 詳細設定 + 変更するとZapを再起動します。 続けますか? + 生体認証を有効 + PINを変更・削除 + PINで保護 + PINを削除 + ブロックエクスプローラー + Android用Torブラウザが必要です。 + Bitcoinアドレス形式 + 為替レートプロバイダー - Compatibility (P2PSH) - Native (Bech32) + 互換 (P2PSH) + ネイティブ (Bech32) - Lightning Request Expiry - Lightning Payment Fee Limit - Include route hints for private channels in invoices - Error - Block Explorer - "Your currently selected block explorer (%1$s) does not support %2$s. \nPlease go to settings and choose another block explorer to continue." - This is a zero amount payment request. Zap does not support zero amount payment requests due to security concerns associated with them. - This payment request expired. - You are connected to TESTNET. Please use TESTNET addresses or payment requests. - You are connected to MAINNET. Please use MAINNET addresses or payment requests. - You are connected to REGTEST network. Please use REGTEST addresses or payment requests. - To scan QR-Codes you have to allow Zap to use the camera. - Your clipboard does not contain any payment data. + Lightningリクエスト期限 + Lightning支払手数料制限 + インボイスにプライベートチャネルのルートヒントを含める + エラー + ブロックエクスプローラー + "現在のブロックエクスプローラー(%1$s)は%2$sをサポートしていません。 \n設定で別のブロックエクスプローラーを選択してください。" + 数量が0の支払リクエストです。 Zapはセキュリティ上、数量 0の支払リクエストをサポートしていません。 + 期限切れ支払要求 + TESTNETに接続しています。 TESTNETのアドレスまたは支払リクエストを使用してください。 + MAINNETに接続しています。 MAINNETのアドレスまたは支払リクエストを使用してください。 + REGTESTに接続しています。 REGTESTのアドレスまたは支払リクエストを使用してください。 + QRコードをスキャンするには、カメラの使用許可が必要です。 + クリップボードに支払データは含まれていません。 Your clipboard does not contain any connection data. Unable to read QR-Code, please try again. Unsupported connection format.\nPlease use one of the following formats:\n\n- Lndconnect string (lndconnect://...)\n- BtcPay Server connection (config=...)\n- Full content of your BTCPay Server config file @@ -286,165 +287,166 @@ Could not close channel: %s It looks like someone tried to deactivate your PIN. The App will close now.\nYou can reinstall the app and use the recovery process to regain access to your funds. An empty name is not allowed. - Invalid bitcoin request. - The payment details did not match the details specified by the invoice you are trying to pay. - Timeout. No route could be found. - No route could be found for the desired payment. Opening new lightning channels might solve the problem. - The amount to pay is bigger than what you can send over lightning with your current open channels. - Please make sure the recipient has enabled the keysend feature. - Only payment data is allowed here. - Your wallet is not fully synced yet. Please try again later. - %1$s seems to block request coming from the Tor network. You might try switching Tor off in the settings or contact the service and request them to update their cloudflare rules. - Exchange rate could not be fetched. The service you are using seems to block request coming from the Tor network. Try switching the exchange rate provider in the advanced settings. - The response from %1$s could not be read. - Connection to LND failed, please try again. + 無効なBitcoinリクエスト + 支払の詳細が、インボイスで支払おうとしているで内容と一致しませんでした。 + ルートが見つからずタイムアウトしました。 + 希望する支払のルートが見つかりませんでした。 新しいLightningチャネルをオープンすると、問題が解決する場合があります。 + 支払額が、現在のLightningチャネルで送信できる額よりも大きいです。 + 受取人がキー送信機能を有効にしていることを確認してください。 + ここは支払データのみが許可されます。 + ウォレットはまだ完全に同期されていません。 後でもう一度やり直してください。 + %1$sはTorネットワークからのリクエストをブロックしているようです。 設定でTorをオフにするか、Cloudflareの設定変更を依頼してください。 + 為替レートを取得できませんでした。 Torネットワークからのリクエストをブロックしているようです。 詳細設定で為替レートプロバイダーを変更してみてください。 + %1$sからのレスポンスを読めませんでした。 + LNDへの接続に失敗しました。再試行してください。 - %d Seconds + %d秒 - %d Minutes + %d分 - %d Hours + %d時 - %d Days + %d日 - %d Weeks + %d週 - %d Months + %d月 - %d Years + %d年 - Slow - Medium - Fast - Slow Transaction - Medium Transaction - Fast Transaction - Estimated Delivery: %1$s - n/A - Fee Limit Alert - Fee limit for payments above %1$d sats: %2$s - The fee for this payment (%1$.1f%%) exceeds the limit specified in the settings (%2$.0f%%).\n\nDo you really want to pay this invoice? - The fee for this payment (%1$d sats) will be higher than the payment amount (%2$d sats).\n\nDo you really want to pay this invoice? - Unlock Wallet - Biometric Authentication - In order to use this feature, you have to setup biometric authentication in your Android system settings. - Invoice Detail - Transaction Detail - Please note - The app has been reset as the last update included some structural changes.\nUnfortunately you will have to go through the setup process again. - Unsupported NFC type - QR-Codes containing the following are valid:\n\n- Bitcoin Address\n- Bitcoin Payment Request\n- Lightning Payment Request - QR-Codes containing the following are valid:\n\n- pubkey\n- pubkey@host\n- pubkey@host:port\n- LNURL-Channel - QR-Codes containing the following are valid:\n\n- pubkey\n- pubkey@host\n- pubkey@host:port - QR-Codes containing the following are valid:\n\n- Lndconnect string (lndconnect://...)\n- BtcPay Server connection (config=...)\n- Full content of your BTCPay Server config file - Lightning:\n\n+ instant\n+ low fees\n- not always possible\n\nPerfect for small transactions.\nUse whenever possible.\n\n\nOn-Chain:\n\n+ always possible\n- slower\n- higher fees\n\nGood for big transactions.\nUse this when Lightning is not possible. - Anything is allowed here.\nJust scan a QR-Code and Zap will automatically determine which action to take depending on the data. - Private channels are not more secure, they are just not visible for the network.\nOnly use private channels when your node is run on a mobile device or it is frequently offline. - This is your identity on the lightning network.\n\nWhen you tap on your avatar image you will reveal a QR-Code.\nOthers can scan that code and add you to their contacts, open channels with your or send money to you.\n\nThis avatar is unique.\nIt was automatically generated based on your public key and cannot be changed. - Wallet Name - Delete - Rename - Change data - Open wallet - Connection data - Host - Port + 低速 + 中速 + 高速 + 低速取引 + 中速取引 + 高速取引 + 配送予定: %1$s + 該当なし + 手数料制限アラート + 支払手数料制限 %1$d satsを超過: %2$s + 手数料(%1$.1f%%)が、設定された制限(%2$.0f%%)を超えています。\n\n本当にインボイスの支払をしますか? + 手数料(%1$d sats)が、支払金額(%2$d sats)よりも高くなります。\n\n本当にインボイスの支払をしますか? + ウォレットをロック + 生体認証 + この機能を使用するには、Androidのシステム設定で生体認証の設定する必要があります。 + インボイス詳細 + トランザクション詳細 + 注意 + アップデートに構造変更が含まれていたため設定がリセットされました。\n再度設定する必要があります。 + サポートされていないNFC Type + 次のデータが含まれるQRコードが有効:\n\n- Bitcoinアドレス\n- Bitcoin支払リクエスト\n- Lightning支払リクエスト + 次のデータが含まれるQRコードが有効:\n\n- 公開鍵\n- 公開鍵@ホスト\n- 公開鍵@ホスト:ポート\n- LNURL-チャネル + 次のデータが含まれるQRコードが有効:\n\n- 公開鍵\n- 公開鍵@ホスト\n- 公開鍵@ホスト:ポート + 次のデータが含まれるQRコードが有効:\n\n- Lndconnect先 (lndconnect://...)\n- BtcPayサーバ接続設定 (config=...)\n- あなたのBTCPayサーバ設定ファイル + Lightning:\n\n+ 即時\n+ 低い手数料\n- 常に利用可能とは限りません。\n\n少額取引に最適\ n可能な限り使用してください。\n\n\nオンチェーン:\n\n+ 常に利用可能\n- 遅い\n- 高い手数料\n\n高額取引に適しています。\nLightningが利用できない場合に使用します。 + ここではすべて許可されています。\nQRコードをスキャンと、Zapはデータに応じて処理を自動で決定します。 + プライベートチャネルは安全という訳ではなく、ネットワークに表示されないだけです。\nノードがモバイルデバイスで実行されている場合、または頻繁にオフラインになる場合は、プライベートチャネルのみ使用してください。 + これはLightningネットワークでのあなたのIDです。\n\nアバター画像をタップするとQRコードが表示されます。\n他の人はそのコードをスキャンして連絡先に追加したり、チャネルをオープンしたり、送金したりできます。 \n\nこのアバターは一意です。\n公開鍵に基づいて自動的に生成されたものであり、変更することはできません。 + ウォレット名 + 削除 + 名前変更 + データ変更 + ウォレット開く + 接続情報 + ホスト + ポート Macaroon - Certificate - Do you really want to delete this wallet? - No wallets - Manage… - Wallet has been added. - This wallet already exists.\nIf you want to update its connection data, please go to the wallets detail page. - Withdraw\nsuccessful - Withdraw\nfailed - The data does not contain a valid LNURL. - The withdraw amount is bigger than what you can receive over lightning with your current open channels. - Unsupported LNURL type - %s is not responding - Service - The Service you are interacting with provided invalid data. - Do you really want to open a channel with: - The channel is opening. This may take a while.\nYou can check the channels state in your channels overview. - The amount to pay is bigger than what you can send over lightning with your current open channels. - %1$s sent an invalid payment request. - Your payment was successful, but the secret that you received could not be decrypted. - IMPORTANT:\nThe URL has been copied to your clipboard. Please save it if you need it later. This dialog won\'t be shown again. - IMPORTANT:\nThe code has been copied to your clipboard. Please save it if you need it later. This dialog won\'t be shown again. - The Service answered with an invalid response. - Unrecognized data. - REST (port 8080) is not supported.\n\nDo you want to change the port to 10009 (gRPC)? - Wallets - Channels - Contacts - Backup - Buy Bitcoin - Help improving Zap. - Found a bug? Let us know! - We care about your privacy. - Visit our documentation. + 証明書 + 本当にこのウォレットを削除しますか? + ウォレットなし + 管理 + ウォレットを追加しました。 + すでにこのウォレットは存在します。\n接続情報を更新する場合は、ウォレットの設定画面でお願いします。 + 引出成功 + 引出失敗 + 有効なLNURLがデータに含まれていません。 + 引出額が、現在のLightningチャネルで受信できる額よりも大きいです。 + サポートされていないLNURLタイプ + %sが応答しません + サービス + サービスが無効なデータを提供しました。 + 本当にチャネルをオープンしますか: + チャンネルをオープン中です。 しばらく時間がかかる場合があります。\nチャネルの概要で状態を確認できます。 + 支払額が、現在のLightningチャネルで送信できる額よりも大きいです。 + %1$sが無効な支払リクエストを送信しました。 + 支払は成功しましたが、受け取ったシークレットを復号できませんでした。 + 重要:\nURLがクリップボードにコピーされました。 後で必要な場合は保存してください。 このダイアログは2度と表示されません。 + 重要:\nコードがクリップボードにコピーされました。 後で必要な場合は保存してください。 このダイアログは2度と表示されません。 + サービスは無効な応答を返しました。 + 認識できないデータ + REST(ポート8080)はサポートされていません。\n\nポートを10009(gRPC)に変更しますか? + ウォレット + チャネル + 連絡先 + バックアップ + Bitcoin購入 + Zapの改善に協力ください。 + バグを見つけましたか? 我々に教えてください! + 私たちはあなたのプライバシーを大切にします。 + ドキュメントにアクセスしてください。 Tor - Public - Tap on your Avatar to reveal your identity! - Block explorers are not available in REGTEST mode. - Clipboard data found, but it is invalid: - Your clipboard contains payment information. Do you want to initiate a payment? - Your clipboard contains LNURL data. Do you want to use it? - Your clipboard contains a node public key. Do you want to open a channel? - Your clipboard contains connection data. Do you want to add a new wallet? - Third-party licenses - Licenses - Choose action - Add contact - Send money + パブリック + アバターをタップしてIDを明らかにしてください! + ブロックエクスプローラーは、REGTESTモードでは使用できません。 + クリップボードにデータを見つけましたが無効です: + クリップボードには支払情報が含まれています。 支払いを開始しますか? + クリップボードにはLNURLデータが含まれています。 使用しますか? + クリップボードにはノードの公開鍵が含まれています。 チャネルをオープンしますか? + クリップボードには接続情報が含まれています。 新しいウォレットを追加しますか? + サードパーティライセンス + ライセンス + 処理を選択 + 連絡先を追加 + 送金 Contact name This person is already in your contacts! No contacts Address or payment data The total amount of funds held in this channel. Due to some constraints (like commit fee or local channel reserve) not all of the funds are spendable. - Activity + アクティビティ The total percentage of sent and received funds divided by the total capacity of the channel. A channel with an activity over 100\% means that more funds traveled through the channel than it can hold. This metric is designed to show how effective a given channel is. - Lifetime + ライフタイム This shows how long this channel already exists. A channel can be public or private. Private channels are not more secure, they are just not visible to the network. - Commit Fee + コミット手数料 The amount to be paid in fees when closing the channel. This can change over time as the fees are subject to the transaction fees of the bitcoin base layer. - Time Lock + タイムロック In the event of an uncooperative close (force close) of this channel, the time lock is the number of blocks you will have to wait before you can access your funds again. - Local Routing Fee + ローカルルーティング手数料 The fees you will receive when you forward a transaction through this channel. The total fee you will receive is the sum of the base fee (in msat) and the fee rate.\nThe base fee is what you get for each forwarding, no matter what the amount of the transaction is.\nThe amount received through the fee rate depends on the amount of the transaction. - Remote Routing Fee + リモートルーティング手数料 The fees the other node will receive when it forwards a transaction through this channel. This only applies to forwarding transactions. You will not have to pay anything if you use this channel for your transactions. - Local Channel Reserve + ローカルチャネル残量 The minimum amount this node is required to reserve in this channels balance. You will not be able to spend this amount. This makes sure you will always have something to lose if you try to cheat your channel partner. - Remote Channel Reserve + リモートチャネル残量 The minimum amount the other node is required to reserve in this channels balance. This makes sure the other node will always have something to lose it tries to cheat you. The main purpose of this backup is phone migration. It does neither contain the seed to recover your on-chain funds, nor the channel backup to recover your lightning funds. The backups to recover your funds have to be made outside of Zap.\n\nThis backup only contains the following data:\n\n- Data to connect Zap to your running nodes\n- Contacts I have already backed up my seed and my channels and understand, that this backup does NOT help to recover my funds.\n\nI understand that this backup still contains all necessary information to access my funds. I therefore will use a secure password in the next step. - Please Confirm - I confirm + 確認してください + 確認する Restore your connected nodes and contacts.\nIf your nodes are no longer online, this restore process will not help you regaining access to your funds. - Backup - Restore - Enter your password - Confirm your password - The password must have at least 8 characters. - The passwords are not identical. - Creating backup - Restoring backup - Backup created - Backup restored - Backup failed - Restoring failed - Most likely you entered an invalid password. - Unable to open the selected file. - No data to backup. - The backup was made with a newer version. Please update the app before importing the backup. - This is not a valid backup file. Please chose a file that was created with this app. + バックアップ + リストア + パスワードを入力してください + もう一度パスワードを入力してください + パスワードは8文字以上にしてください。 + パスワードが一致しません。 + バックアップの作成中 + バックアップのリストア中 + バックアップを作成しました + バックアップをリストアしました + バックアップを失敗しました + リストアを失敗しました + 無効なパスワードを入力した可能性があります。 + 選択したファイルを開くことができません。 + バックアップするデータがありません。 + 新しいバージョンでバックアップが作成されています。 インポートする前にアプリを更新してください。 + 無効なバックアップファイルです。 このアプリで作成したファイルを選択してください。 + このデータはWebページにリンクされています。 次のWebページを開きますか?\n\n%1$s diff --git a/app/src/main/res/values-ko-rKR/strings.xml b/app/src/main/res/values-ko-rKR/strings.xml index 72ab69f5..9fbb6f5d 100644 --- a/app/src/main/res/values-ko-rKR/strings.xml +++ b/app/src/main/res/values-ko-rKR/strings.xml @@ -447,4 +447,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-nl-rNL/strings.xml b/app/src/main/res/values-nl-rNL/strings.xml index 422584ed..c352d9f9 100644 --- a/app/src/main/res/values-nl-rNL/strings.xml +++ b/app/src/main/res/values-nl-rNL/strings.xml @@ -454,4 +454,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-no-rNO/strings.xml b/app/src/main/res/values-no-rNO/strings.xml index 96548903..bb705ecf 100644 --- a/app/src/main/res/values-no-rNO/strings.xml +++ b/app/src/main/res/values-no-rNO/strings.xml @@ -454,4 +454,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-pl-rPL/strings.xml b/app/src/main/res/values-pl-rPL/strings.xml index 884ef54b..29fd849c 100644 --- a/app/src/main/res/values-pl-rPL/strings.xml +++ b/app/src/main/res/values-pl-rPL/strings.xml @@ -468,4 +468,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index f1d98adc..a61d2d83 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -454,4 +454,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index d524f90d..aebdb117 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -454,4 +454,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-ro-rRO/strings.xml b/app/src/main/res/values-ro-rRO/strings.xml index cbd9b3d9..157c7046 100644 --- a/app/src/main/res/values-ro-rRO/strings.xml +++ b/app/src/main/res/values-ro-rRO/strings.xml @@ -461,4 +461,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-ru-rRU/strings.xml b/app/src/main/res/values-ru-rRU/strings.xml index e683e276..62c60315 100644 --- a/app/src/main/res/values-ru-rRU/strings.xml +++ b/app/src/main/res/values-ru-rRU/strings.xml @@ -468,4 +468,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-sr-rSP/strings.xml b/app/src/main/res/values-sr-rSP/strings.xml index 6a415f08..b0c48f92 100644 --- a/app/src/main/res/values-sr-rSP/strings.xml +++ b/app/src/main/res/values-sr-rSP/strings.xml @@ -461,4 +461,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml index 96548903..bb705ecf 100644 --- a/app/src/main/res/values-sv-rSE/strings.xml +++ b/app/src/main/res/values-sv-rSE/strings.xml @@ -454,4 +454,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-tr-rTR/strings.xml b/app/src/main/res/values-tr-rTR/strings.xml index da8a8cce..e665babf 100644 --- a/app/src/main/res/values-tr-rTR/strings.xml +++ b/app/src/main/res/values-tr-rTR/strings.xml @@ -454,4 +454,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-uk-rUA/strings.xml b/app/src/main/res/values-uk-rUA/strings.xml index 4fe0e4f4..2c5201e1 100644 --- a/app/src/main/res/values-uk-rUA/strings.xml +++ b/app/src/main/res/values-uk-rUA/strings.xml @@ -468,4 +468,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-vi-rVN/strings.xml b/app/src/main/res/values-vi-rVN/strings.xml index bfa0f943..8b8e03ce 100644 --- a/app/src/main/res/values-vi-rVN/strings.xml +++ b/app/src/main/res/values-vi-rVN/strings.xml @@ -447,4 +447,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index c6a71685..ce51f176 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -447,4 +447,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 72ab69f5..9fbb6f5d 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -447,4 +447,5 @@ No data to backup. The backup was made with a newer version. Please update the app before importing the backup. This is not a valid backup file. Please chose a file that was created with this app. + The data links to a webpage. Do you want to open the following webpage?\n\n%1$s diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index afafd277..10129623 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -44,6 +44,7 @@ cs nl en + fi fr de it @@ -58,6 +59,7 @@ Czech Dutch English + Finnish French German Italian