diff --git a/src/status_im/i18n.cljs b/src/status_im/i18n.cljs index f16aaa2341..cdf8b2d02a 100644 --- a/src/status_im/i18n.cljs +++ b/src/status_im/i18n.cljs @@ -116,7 +116,8 @@ :public-chat-user-count :eth :transactions-history :not-implemented :new-contact :datetime-second :status-failed :is-typing :recover :suggestions-commands :nonce :new-network :contact-already-added :datetime-minute - :browsing-open-in-web-browser :delete-group-prompt :wallet-total-value + :browsing-open-in-ios-web-browser :browsing-open-in-android-web-browser + :delete-group-prompt :wallet-total-value :wallet-insufficient-funds :edit-profile :active-unknown :search-tags :transaction-failed :public-key :error-processing-json :status-seen :transactions-filter-tokens :status-delivered :profile diff --git a/src/status_im/ui/components/list_selection.cljs b/src/status_im/ui/components/list_selection.cljs index 2434b68c51..50dcd03075 100644 --- a/src/status_im/ui/components/list_selection.cljs +++ b/src/status_im/ui/components/list_selection.cljs @@ -30,17 +30,20 @@ :options (message-options message-id old-message-id text) :cancel-text (i18n/label :t/message-options-cancel)})) +(defn- platform-web-browser [] + (if platform/ios? :t/browsing-open-in-ios-web-browser :t/browsing-open-in-android-web-browser)) + (defn browse [link] (show {:title (i18n/label :t/browsing-title) :options [{:label (i18n/label :t/browsing-open-in-status) :action #(re-frame/dispatch [:browser.ui/open-in-status-option-selected link])} - {:label (i18n/label :t/browsing-open-in-web-browser) + {:label (i18n/label (platform-web-browser)) :action #(.openURL react/linking (http/normalize-url link))}] :cancel-text (i18n/label :t/browsing-cancel)})) (defn browse-in-web-browser [link] (show {:title (i18n/label :t/browsing-title) - :options [{:label (i18n/label :t/browsing-open-in-web-browser) + :options [{:label (i18n/label (platform-web-browser)) :action #(.openURL react/linking (http/normalize-url link))}] :cancel-text (i18n/label :t/browsing-cancel)})) diff --git a/translations/af.json b/translations/af.json index ccc3b17998..c444ec197c 100644 --- a/translations/af.json +++ b/translations/af.json @@ -167,7 +167,8 @@ "one": "minuut", "other": "minute" }, - "browsing-open-in-web-browser": "Maak oop in webblaaier", + "browsing-open-in-android-web-browser": "Maak oop in webblaaier", + "browsing-open-in-ios-web-browser": "Maak oop in webblaaier", "delete-group-prompt": "Dit sal nie kontakte affekteer nie", "edit-profile": "Redigeer profiel", "active-unknown": "Onbekend", diff --git a/translations/cs.json b/translations/cs.json index 763e5402a0..c5148bca93 100644 --- a/translations/cs.json +++ b/translations/cs.json @@ -191,7 +191,8 @@ "one": "minuta", "other": "minut(y)" }, - "browsing-open-in-web-browser": "Otevřít ve webovém prohlížeči", + "browsing-open-in-android-web-browser": "Otevřít ve webovém prohlížeči", + "browsing-open-in-ios-web-browser": "Otevřít ve webovém prohlížeči", "delete-group-prompt": "Kontaktů se to nedotkne", "edit-profile": "Upravit profil", "active-unknown": "Neznámý", diff --git a/translations/da.json b/translations/da.json index d2e756cb27..0f2311d864 100644 --- a/translations/da.json +++ b/translations/da.json @@ -173,7 +173,8 @@ "one": "minut", "other": "minutter" }, - "browsing-open-in-web-browser": "Åben i web browser", + "browsing-open-in-android-web-browser": "Åben i web browser", + "browsing-open-in-ios-web-browser": "Åben i web browser", "delete-group-prompt": "Dette vil ikke påvirke dine kontakter", "edit-profile": "Rediger profil", "active-unknown": "Ukendt", diff --git a/translations/de.json b/translations/de.json index bfdd9df1c4..877884bf20 100644 --- a/translations/de.json +++ b/translations/de.json @@ -266,7 +266,8 @@ "one": "Minute", "other": "Minuten" }, - "browsing-open-in-web-browser": "In Webbrowser öffnen", + "browsing-open-in-android-web-browser": "In Webbrowser öffnen", + "browsing-open-in-ios-web-browser": "In Webbrowser öffnen", "delete-group-prompt": "Deine Kontakte bleiben hiervon unbeeinflusst", "wallet-insufficient-funds": "Unzureichendes Kapital", "edit-profile": "Profil bearbeiten", diff --git a/translations/el.json b/translations/el.json index cb3d9bf6e9..82d59b0650 100644 --- a/translations/el.json +++ b/translations/el.json @@ -282,7 +282,8 @@ "one": "λεπτό", "other": "λεπτά" }, - "browsing-open-in-web-browser": "Ανοίξτε στο πρόγραμμα περιήγησης ιστού", + "browsing-open-in-android-web-browser": "Ανοίξτε στο πρόγραμμα περιήγησης ιστού", + "browsing-open-in-ios-web-browser": "Ανοίξτε στο πρόγραμμα περιήγησης ιστού", "delete-group-prompt": "Αυτό δε θα επηρεάσει τις επαφές σας", "wallet-insufficient-funds": "Ανεπαρκείς πόροι", "edit-profile": "Επεξεργασία προφίλ", diff --git a/translations/en.json b/translations/en.json index 263a58de6b..de08a90bd0 100644 --- a/translations/en.json +++ b/translations/en.json @@ -683,7 +683,8 @@ }, "ok-continue": "Ok, continue", "currency-display-name-gmd": "Gambian dalasi", - "browsing-open-in-web-browser": "Open in web browser", + "browsing-open-in-android-web-browser": "Open in Android", + "browsing-open-in-ios-web-browser": "Open in iOS", "custom-networks": "Custom networks", "delete-group-prompt": "This will not affect your contacts", "wallet-insufficient-funds": "Insufficient funds", diff --git a/translations/es.json b/translations/es.json index 91f485c9cc..7aabcfc48a 100644 --- a/translations/es.json +++ b/translations/es.json @@ -265,7 +265,8 @@ "one": "minuto", "other": "minutos" }, - "browsing-open-in-web-browser": "Abrir en el navegador", + "browsing-open-in-android-web-browser": "Abrir en el navegador", + "browsing-open-in-ios-web-browser": "Abrir en el navegador", "delete-group-prompt": "Esto no afectará a tus contactos", "wallet-insufficient-funds": "Fondos insuficientes", "edit-profile": "Editar perfil", diff --git a/translations/es_419.json b/translations/es_419.json index 6227141576..a63b710ff4 100644 --- a/translations/es_419.json +++ b/translations/es_419.json @@ -43,7 +43,8 @@ "browser-secure": "La conexión es segura. Asegúrate de que realmente confías en este sitio antes de firmar transacciones o ingresar datos personales.", "browsing-cancel": "Cancelar", "browsing-open-in-status": "Abrir en Status", - "browsing-open-in-web-browser": "Abrir en el navegador web", + "browsing-open-in-android-web-browser": "Abrir en el navegador web", + "browsing-open-in-ios-web-browser": "Abrir en el navegador web", "browsing-site-blocked-description1": "Hemos detectado posibles actividades maliciosas desde esta dirección. Para protegerte a ti y a tu billetera, impedimos que sigas navegando.\n\nSi crees que esto es un error, haznoslo saber en la", "browsing-site-blocked-description2": "chat público", "browsing-site-blocked-go-back": "Regresa", diff --git a/translations/es_ar.json b/translations/es_ar.json index b76d7c90ea..5770ea8495 100644 --- a/translations/es_ar.json +++ b/translations/es_ar.json @@ -167,7 +167,8 @@ "one": "minuto", "other": "minutos" }, - "browsing-open-in-web-browser": "Abrir en navegador web", + "browsing-open-in-android-web-browser": "Abrir en navegador web", + "browsing-open-in-ios-web-browser": "Abrir en navegador web", "delete-group-prompt": "Esto no afectará a los contactos", "edit-profile": "Editar perfil", "active-unknown": "Desconocido", diff --git a/translations/es_mx.json b/translations/es_mx.json index 28e0ddefd8..48bee32dfc 100644 --- a/translations/es_mx.json +++ b/translations/es_mx.json @@ -172,7 +172,8 @@ "one": "minuto", "other": "minutos" }, - "browsing-open-in-web-browser": "Abrir en navegador", + "browsing-open-in-android-web-browser": "Abrir en navegador", + "browsing-open-in-ios-web-browser": "Abrir en navegador", "delete-group-prompt": "Esto no afectará tus contactos", "edit-profile": "Editar perfil", "active-unknown": "Desconocido", diff --git a/translations/fa.json b/translations/fa.json index 72464efb00..d82012d352 100644 --- a/translations/fa.json +++ b/translations/fa.json @@ -43,7 +43,8 @@ "browser-secure": "اتصال امن است. قبل از امضای تراکنش ها یا وارد کردن اطلاعات شخصی، اطمینان حاصل کنید که کاملا به این سایت اعتماد دارید.", "browsing-cancel": "لغو", "browsing-open-in-status": "باز کردن در استتوس", - "browsing-open-in-web-browser": "باز کردن در مرورگر", + "browsing-open-in-android-web-browser": "باز کردن در مرورگر", + "browsing-open-in-ios-web-browser": "باز کردن در مرورگر", "browsing-site-blocked-description1": "ما فعالیت مخرب بالقوه ای را از این آدرس شناسایی کرده ایم. برای محافظت از شما و کیف پولتان، ما از پیشروی این موضوع جلوگیری می کنیم.. \n\n اگر فکر می کنید این یک خطا است، به ما اطلاع دهید", "browsing-site-blocked-description2": "گفتگوی عمومی", "browsing-site-blocked-go-back": "قبلی", diff --git a/translations/fi.json b/translations/fi.json index ef0aa6aeab..e38f4a5781 100644 --- a/translations/fi.json +++ b/translations/fi.json @@ -173,7 +173,8 @@ "one": "minuutti", "other": "minuuttia" }, - "browsing-open-in-web-browser": "Avaa selaimessa", + "browsing-open-in-android-web-browser": "Avaa selaimessa", + "browsing-open-in-ios-web-browser": "Avaa selaimessa", "delete-group-prompt": "Tämä ei vaikuta yhteystietoihin", "edit-profile": "Muokkaa profiilia", "active-unknown": "Ei tiedossa", diff --git a/translations/fr.json b/translations/fr.json index 15a3fa438e..1c2b366aed 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -288,7 +288,8 @@ "one": "minute", "other": "minutes" }, - "browsing-open-in-web-browser": "Ouvrir dans le navigateur", + "browsing-open-in-android-web-browser": "Ouvrir dans le navigateur", + "browsing-open-in-ios-web-browser": "Ouvrir dans le navigateur", "delete-group-prompt": "Cela n'affectera pas vos contacts", "wallet-insufficient-funds": "Fonds insuffisants", "edit-profile": "Modifier profil", diff --git a/translations/fr_ch.json b/translations/fr_ch.json index 8fdd0680ff..f03691fbbe 100644 --- a/translations/fr_ch.json +++ b/translations/fr_ch.json @@ -167,7 +167,8 @@ "one": "minute", "other": "minutes" }, - "browsing-open-in-web-browser": "Ouvrir dans le navigateur", + "browsing-open-in-android-web-browser": "Ouvrir dans le navigateur", + "browsing-open-in-ios-web-browser": "Ouvrir dans le navigateur", "delete-group-prompt": "Cela n'affectera pas les contacts", "edit-profile": "Modifier le profil", "active-unknown": "Inconnu", diff --git a/translations/fy.json b/translations/fy.json index 294e7d02ed..e10e945cd6 100644 --- a/translations/fy.json +++ b/translations/fy.json @@ -173,7 +173,8 @@ "one": "minút", "other": "minuten" }, - "browsing-open-in-web-browser": "Iepenje yn web blêder", + "browsing-open-in-android-web-browser": "Iepenje yn web blêder", + "browsing-open-in-ios-web-browser": "Iepenje yn web blêder", "delete-group-prompt": "Dit sil gjin ynfloed ha mei jo kontakten", "edit-profile": "Profyl oanpasse", "active-unknown": "Ûnbekend", diff --git a/translations/he.json b/translations/he.json index f320415e1a..f69befdfec 100644 --- a/translations/he.json +++ b/translations/he.json @@ -173,7 +173,8 @@ "one": "דקה", "other": "דקות" }, - "browsing-open-in-web-browser": "פתח בדפדפן", + "browsing-open-in-android-web-browser": "פתח בדפדפן", + "browsing-open-in-ios-web-browser": "פתח בדפדפן", "delete-group-prompt": "זה לא ישפיע על אנשי הקשר", "edit-profile": "ערוך פרופיל", "active-unknown": "לא ידוע", diff --git a/translations/hi.json b/translations/hi.json index 800c73231a..eabcded480 100644 --- a/translations/hi.json +++ b/translations/hi.json @@ -167,7 +167,8 @@ "one": "मिनट", "other": "मिनट" }, - "browsing-open-in-web-browser": "वेब ब्राउज़र में खोलें", + "browsing-open-in-android-web-browser": "वेब ब्राउज़र में खोलें", + "browsing-open-in-ios-web-browser": "वेब ब्राउज़र में खोलें", "delete-group-prompt": "इससे संपर्क प्रभावित नहीं होंगे", "edit-profile": "प्रोफाइल का संपादन करें", "active-unknown": "अनजान", diff --git a/translations/hu.json b/translations/hu.json index 8828efe41c..8df3a68617 100644 --- a/translations/hu.json +++ b/translations/hu.json @@ -167,7 +167,8 @@ "one": "perc", "other": "perc" }, - "browsing-open-in-web-browser": "Megnyitás új böngészőben", + "browsing-open-in-android-web-browser": "Megnyitás új böngészőben", + "browsing-open-in-ios-web-browser": "Megnyitás új böngészőben", "delete-group-prompt": "Nem lesz hatással a névjegyekre", "edit-profile": "Profil szerkesztése", "active-unknown": "Ismeretlen", diff --git a/translations/it.json b/translations/it.json index f75ff96c8e..7c36bd2868 100644 --- a/translations/it.json +++ b/translations/it.json @@ -265,7 +265,8 @@ "one": "minuto", "other": "minuti" }, - "browsing-open-in-web-browser": "Apri nel web browser", + "browsing-open-in-android-web-browser": "Apri nel web browser", + "browsing-open-in-ios-web-browser": "Apri nel web browser", "delete-group-prompt": "Questo non intaccherà i tuoi contatti", "wallet-insufficient-funds": "Fondi insufficienti", "edit-profile": "Modifica profilo", diff --git a/translations/it_ch.json b/translations/it_ch.json index e0b16862ac..0f9b976393 100644 --- a/translations/it_ch.json +++ b/translations/it_ch.json @@ -167,7 +167,8 @@ "one": "minuto", "other": "minuti" }, - "browsing-open-in-web-browser": "Apri nel browser", + "browsing-open-in-android-web-browser": "Apri nel browser", + "browsing-open-in-ios-web-browser": "Apri nel browser", "delete-group-prompt": "Questo non intaccherà i contatti", "edit-profile": "Modifica profilo", "active-unknown": "Sconosciuto", diff --git a/translations/ja.json b/translations/ja.json index 1142ba9fce..755ceee1b0 100644 --- a/translations/ja.json +++ b/translations/ja.json @@ -276,7 +276,8 @@ "one": "分", "other": "分" }, - "browsing-open-in-web-browser": "ブラウザーで閲覧", + "browsing-open-in-android-web-browser": "ブラウザーで閲覧", + "browsing-open-in-ios-web-browser": "ブラウザーで閲覧", "delete-group-prompt": "連絡先には影響を与えません。", "wallet-insufficient-funds": "残高不足", "edit-profile": "プロフィールを編集", diff --git a/translations/ko.json b/translations/ko.json index 0617f1841d..b6bd758376 100644 --- a/translations/ko.json +++ b/translations/ko.json @@ -44,7 +44,8 @@ "browser-secure": "연결이 안전합니다. 거래에 서명하거나 개인 정보를 입력하기 사이트를 정말로 신뢰하는지 확인하십시오", "browsing-cancel": "취소", "browsing-open-in-status": "스테이터스로 열기", - "browsing-open-in-web-browser": "웹 브라우저로 열기", + "browsing-open-in-android-web-browser": "웹 브라우저로 열기", + "browsing-open-in-ios-web-browser": "웹 브라우저로 열기", "browsing-site-blocked-description1": "이 주소에서 잠재적인 악성 활동을 발견했습니다. 귀하와 귀하의 지갑을 보호하기 위해 추가적인 탐색을 금지했습니다. \n\n 문제가 없다고 생각하시면, 저희에게 알려주시기 바랍니다", "browsing-site-blocked-description2": " 오픈 채팅", "browsing-site-blocked-go-back": "돌아가기", diff --git a/translations/lt.json b/translations/lt.json index ec98c73b5d..1fd2f64faa 100644 --- a/translations/lt.json +++ b/translations/lt.json @@ -266,7 +266,8 @@ "one": "minutė", "other": "minutės" }, - "browsing-open-in-web-browser": "Atverti naršyklėje", + "browsing-open-in-android-web-browser": "Atverti naršyklėje", + "browsing-open-in-ios-web-browser": "Atverti naršyklėje", "delete-group-prompt": "Tai neįtakos jūsų kontaktų", "wallet-insufficient-funds": "Nepakankamos lėšos", "edit-profile": "Redaguoti profilį", diff --git a/translations/lv.json b/translations/lv.json index 57118e8da3..330c757a50 100644 --- a/translations/lv.json +++ b/translations/lv.json @@ -173,7 +173,8 @@ "one": "minūte", "other": "minūtes" }, - "browsing-open-in-web-browser": "Atvert pārlūkprogrammā", + "browsing-open-in-android-web-browser": "Atvert pārlūkprogrammā", + "browsing-open-in-ios-web-browser": "Atvert pārlūkprogrammā", "delete-group-prompt": "Tas neietikmēs kontaktus", "edit-profile": "Rediģēt profilu", "active-unknown": "Nezināms", diff --git a/translations/ms.json b/translations/ms.json index cac7ed3b8d..27140786da 100644 --- a/translations/ms.json +++ b/translations/ms.json @@ -44,7 +44,8 @@ "browser-secure": "Sambungan adalah selamat. Pastikan anda benar-benar mempercayai laman web ini sebelum menandatangani transaksi atau memasukkan data peribadi.", "browsing-cancel": "Batal", "browsing-open-in-status": "Buka dengan Status", - "browsing-open-in-web-browser": "Buka dalam pelayar web", + "browsing-open-in-android-web-browser": "Buka dalam pelayar web", + "browsing-open-in-ios-web-browser": "Buka dalam pelayar web", "browsing-site-blocked-description1": "Kami mengesan aktiviti berniat jahat dari alamat ini. Untuk melindungi anda dan dompet anda, kami menghalang navigasi selanjutnya. \n\nJika anda berpendapat bahawa ini adalah satu kesilapan, beritahu kami di ", "browsing-site-blocked-description2": " perbualan umum.", "browsing-site-blocked-go-back": "Kembali", diff --git a/translations/nb.json b/translations/nb.json index b45f8875f1..75e4be5751 100644 --- a/translations/nb.json +++ b/translations/nb.json @@ -194,7 +194,8 @@ "one": "minutt", "other": "minutter" }, - "browsing-open-in-web-browser": "Åpne i nettleser", + "browsing-open-in-android-web-browser": "Åpne i nettleser", + "browsing-open-in-ios-web-browser": "Åpne i nettleser", "delete-group-prompt": "Dette vil ikke affektere kontakter", "edit-profile": "Rediger profil", "active-unknown": "Ukjent", diff --git a/translations/ne.json b/translations/ne.json index 4d1006c7ae..8afa0a6888 100644 --- a/translations/ne.json +++ b/translations/ne.json @@ -43,7 +43,8 @@ "browser-secure": "Sambungan adalah selamat. Pastikan anda benar-benar mempercayai laman web ini sebelum menandatangani transaksi atau memasukkan data peribadi.", "browsing-cancel": "रद्द गर्नुहोस्", "browsing-open-in-status": "स्टेटसमा खोल्नुहोस्", - "browsing-open-in-web-browser": "वेब ब्राउजरमा खोल्ने", + "browsing-open-in-android-web-browser": "वेब ब्राउजरमा खोल्ने", + "browsing-open-in-ios-web-browser": "वेब ब्राउजरमा खोल्ने", "browsing-site-blocked-description1": "Kami mengesan aktiviti berniat jahat dari alamat ini. Untuk melindungi anda dan dompet anda, kami menghalang navigasi selanjutnya. \n\nJika anda berpendapat bahawa ini adalah satu kesilapan, beritahu kami di ", "browsing-site-blocked-description2": " perbualan umum.", "browsing-site-blocked-go-back": "Kembali", @@ -726,4 +727,4 @@ "your-recovery-phrase": "Frasa pemulihan anda", "your-recovery-phrase-description": "Ini adalah frasa pemulihan anda. Anda menggunakannya untuk membuktikan bahawa ini adalah dompet anda. Anda hanya dapat melihatnya sekali! Tuliskannya pada kertas dan simpan ditempat yang selamat. Anda akan memerlukannya jika anda kehilangan atau memasang semula dompet anda.", "your-wallets": "Dompet anda" -} \ No newline at end of file +} diff --git a/translations/nl.json b/translations/nl.json index 655fa7d408..b04fd60d71 100644 --- a/translations/nl.json +++ b/translations/nl.json @@ -172,7 +172,8 @@ "one": "minuut", "other": "minuten" }, - "browsing-open-in-web-browser": "Open in een web browser", + "browsing-open-in-android-web-browser": "Open in een web browser", + "browsing-open-in-ios-web-browser": "Open in een web browser", "delete-group-prompt": "This will not affect contacts", "edit-profile": "Bewerk profiel", "active-unknown": "Onbekend", diff --git a/translations/pl.json b/translations/pl.json index 4be23787a6..3349ba4efb 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -42,7 +42,8 @@ "browser-secure": "Połączenie jest bezpieczne. Upewnij się, że naprawdę ufasz tej stronie przed podpisaniem transakcji lub wprowadzeniem danych osobowych.", "browsing-cancel": "Anuluj", "browsing-open-in-status": "Otwórz w Status", - "browsing-open-in-web-browser": "Otwórz w przeglądarce", + "browsing-open-in-android-web-browser": "Otwórz w przeglądarce", + "browsing-open-in-ios-web-browser": "Otwórz w przeglądarce", "browsing-site-blocked-description1": "Wykryliśmy potencjalną szkodliwą aktywność z tego adresu. Aby chronić Ciebie i Twój portfel, uniemożliwiamy dalszą nawigację. \n\n Jeśli uważasz, że to błąd, daj nam znać w ", "browsing-site-blocked-description2": " czat publiczny.", "browsing-site-blocked-go-back": "Wróć", diff --git a/translations/pt_br.json b/translations/pt_br.json index e8edbe3dbe..eaf46afddd 100644 --- a/translations/pt_br.json +++ b/translations/pt_br.json @@ -167,7 +167,8 @@ "one": "minuto", "other": "minutos" }, - "browsing-open-in-web-browser": "Abrir no navegador de internet", + "browsing-open-in-android-web-browser": "Abrir no navegador de internet", + "browsing-open-in-ios-web-browser": "Abrir no navegador de internet", "delete-group-prompt": "Isso não afetará os contatos", "edit-profile": "Editar perfil", "active-unknown": "Desconhecido", diff --git a/translations/pt_pt.json b/translations/pt_pt.json index 674f833e63..e7a75b0ff2 100644 --- a/translations/pt_pt.json +++ b/translations/pt_pt.json @@ -167,7 +167,8 @@ "one": "minuto", "other": "minutos" }, - "browsing-open-in-web-browser": "Abrir no navegador Web", + "browsing-open-in-android-web-browser": "Abrir no navegador Web", + "browsing-open-in-ios-web-browser": "Abrir no navegador Web", "delete-group-prompt": "Isto não afetará os contactos", "edit-profile": "Editar perfil", "active-unknown": "Desconhecido", diff --git a/translations/ro.json b/translations/ro.json index 06aea9431e..390c1858f0 100644 --- a/translations/ro.json +++ b/translations/ro.json @@ -167,7 +167,8 @@ "one": "minut", "other": "minute" }, - "browsing-open-in-web-browser": "Deschide în browser web", + "browsing-open-in-android-web-browser": "Deschide în browser web", + "browsing-open-in-ios-web-browser": "Deschide în browser web", "delete-group-prompt": "Aceasta nu va afecta contactele", "edit-profile": "Editare profil", "active-unknown": "Necunoscut", diff --git a/translations/ru.json b/translations/ru.json index a532d50ca7..d7234eefa9 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -43,7 +43,8 @@ "browser-secure": "Соединение безопасно. Убедитесь в том, что вы доверяете этому сайту перед подписанием транзакций или вводом личных данных.", "browsing-cancel": "Отмена", "browsing-open-in-status": "Открыть в Status", - "browsing-open-in-web-browser": "Открыть в веб-браузере", + "browsing-open-in-android-web-browser": "Открыть в веб-браузере", + "browsing-open-in-ios-web-browser": "Открыть в веб-браузере", "browsing-site-blocked-description1": "Мы обнаружили потенциальную вредоносную активность по этому адресу. Чтобы защитить вас и ваш кошелек, мы предотвращаем дальнейшую навигацию. \n\n Если вы считаете, что это ошибка, сообщите нам об этом", "browsing-site-blocked-description2": " публичный чат.", "browsing-site-blocked-go-back": "Назад", diff --git a/translations/sl.json b/translations/sl.json index 61a413379d..118b256cea 100644 --- a/translations/sl.json +++ b/translations/sl.json @@ -167,7 +167,8 @@ "one": "minuta", "other": "minut" }, - "browsing-open-in-web-browser": "Odpri v spletnem brskalniku", + "browsing-open-in-android-web-browser": "Odpri v spletnem brskalniku", + "browsing-open-in-ios-web-browser": "Odpri v spletnem brskalniku", "delete-group-prompt": "To ne bo vplivalo na stike", "edit-profile": "Uredi profil", "active-unknown": "Neznano", diff --git a/translations/sr_rs_cyrl.json b/translations/sr_rs_cyrl.json index 1f87fba82d..645b88896a 100644 --- a/translations/sr_rs_cyrl.json +++ b/translations/sr_rs_cyrl.json @@ -266,7 +266,8 @@ "one": "минут", "other": "минута" }, - "browsing-open-in-web-browser": "Отвори у интернет претраживачу", + "browsing-open-in-android-web-browser": "Отвори у интернет претраживачу", + "browsing-open-in-ios-web-browser": "Отвори у интернет претраживачу", "delete-group-prompt": "Ово неће утицати на ваше контакте", "wallet-insufficient-funds": "Недовољно средстава", "edit-profile": "Ажурирајте профил", diff --git a/translations/sr_rs_latn.json b/translations/sr_rs_latn.json index 0481e1f945..5ec9b363ac 100644 --- a/translations/sr_rs_latn.json +++ b/translations/sr_rs_latn.json @@ -263,7 +263,8 @@ "one": "minut", "other": "minuta" }, - "browsing-open-in-web-browser": "Otvori u internet pretraživaču", + "browsing-open-in-android-web-browser": "Otvori u internet pretraživaču", + "browsing-open-in-ios-web-browser": "Otvori u internet pretraživaču", "delete-group-prompt": "Ovo neće uticati na vaše kontakte", "wallet-insufficient-funds": "Nedovoljno sredstava", "edit-profile": "Ažurirajte profil", diff --git a/translations/sv.json b/translations/sv.json index 4a9da02aa2..acbfce31c1 100644 --- a/translations/sv.json +++ b/translations/sv.json @@ -270,7 +270,8 @@ "one": "minut", "other": "minuter" }, - "browsing-open-in-web-browser": "Öppna in webbläsare", + "browsing-open-in-android-web-browser": "Öppna in webbläsare", + "browsing-open-in-ios-web-browser": "Öppna in webbläsare", "delete-group-prompt": "Detta påverkar inte dina kontakter", "wallet-insufficient-funds": "Otillräckligt kapital", "edit-profile": "Redigera profil", diff --git a/translations/th.json b/translations/th.json index 1e1e2ca880..d277b93cf9 100644 --- a/translations/th.json +++ b/translations/th.json @@ -167,7 +167,8 @@ "one": "นาที", "other": "นาที" }, - "browsing-open-in-web-browser": "เปิดในเว็บเบราว์เซอร์", + "browsing-open-in-android-web-browser": "เปิดในเว็บเบราว์เซอร์", + "browsing-open-in-ios-web-browser": "เปิดในเว็บเบราว์เซอร์", "delete-group-prompt": "การดำเนินการนี้จะไม่ส่งผลต่อรายชื่อติดต่อ", "edit-profile": "แก้ไขโปรไฟล์", "active-unknown": "ไม่ทราบ", diff --git a/translations/tr.json b/translations/tr.json index bea5e360d2..d8b21418e3 100644 --- a/translations/tr.json +++ b/translations/tr.json @@ -167,7 +167,8 @@ "one": "dakika", "other": "dakika" }, - "browsing-open-in-web-browser": "Web tarayıcısında açın", + "browsing-open-in-android-web-browser": "Web tarayıcısında açın", + "browsing-open-in-ios-web-browser": "Web tarayıcısında açın", "delete-group-prompt": "Bu, kişi listesini etkilemeyecektir", "edit-profile": "Profili düzenleyin", "active-unknown": "Bilinmiyor", diff --git a/translations/uk.json b/translations/uk.json index c47e4913bd..da363ab2c3 100644 --- a/translations/uk.json +++ b/translations/uk.json @@ -272,7 +272,8 @@ "one": "хвилина", "other": "хвилин" }, - "browsing-open-in-web-browser": "Відкрити у веб-браузері", + "browsing-open-in-android-web-browser": "Відкрити у веб-браузері", + "browsing-open-in-ios-web-browser": "Відкрити у веб-браузері", "delete-group-prompt": "Це не вплине на ваші контакти", "wallet-insufficient-funds": "Недостатньо коштів", "edit-profile": "Редагувати профіль", diff --git a/translations/ur.json b/translations/ur.json index 886f37bb25..2d176a2ddb 100644 --- a/translations/ur.json +++ b/translations/ur.json @@ -167,7 +167,8 @@ "one": "منٹ", "other": "منٹ" }, - "browsing-open-in-web-browser": "ویب براؤزر میں کھولیں", + "browsing-open-in-android-web-browser": "ویب براؤزر میں کھولیں", + "browsing-open-in-ios-web-browser": "ویب براؤزر میں کھولیں", "delete-group-prompt": "اس سے روابط متاثر نہیں ہونگے", "edit-profile": "پروفائل میں ترمیم کریں", "active-unknown": "نامعلوم", diff --git a/translations/vi.json b/translations/vi.json index fc797fd1fb..1010a7e595 100644 --- a/translations/vi.json +++ b/translations/vi.json @@ -167,7 +167,8 @@ "one": "phút", "other": "phút" }, - "browsing-open-in-web-browser": "Mở trong trình duyệt web", + "browsing-open-in-android-web-browser": "Mở trong trình duyệt web", + "browsing-open-in-ios-web-browser": "Mở trong trình duyệt web", "delete-group-prompt": "Điều này sẽ không ảnh hưởng đến danh bạ", "edit-profile": "Chỉnh sửa hồ sơ", "active-unknown": "Không rõ", diff --git a/translations/zh_Hans_CN.json b/translations/zh_Hans_CN.json index ea059ac620..7f44c3f0ff 100644 --- a/translations/zh_Hans_CN.json +++ b/translations/zh_Hans_CN.json @@ -44,7 +44,8 @@ "browser-secure": "连接是安全的。在签署交易或输入个人数据之前, 请确保您确实信任此网站。", "browsing-cancel": "取消", "browsing-open-in-status": "在Status中打开", - "browsing-open-in-web-browser": "在网络浏览器中打开", + "browsing-open-in-android-web-browser": "在网络浏览器中打开", + "browsing-open-in-ios-web-browser": "在网络浏览器中打开", "browsing-site-blocked-description1": "我们从此地址检测到潜在的恶意活动。为了保护您和您的钱包,我们阻止了进一步的引导。 \n\n如果您认为这是一个错误,请告诉我们", "browsing-site-blocked-description2": "公聊", "browsing-site-blocked-go-back": "返回", diff --git a/translations/zh_hans.json b/translations/zh_hans.json index 69a4884845..06ffd72334 100644 --- a/translations/zh_hans.json +++ b/translations/zh_hans.json @@ -266,7 +266,8 @@ "one": "分钟", "other": "分钟" }, - "browsing-open-in-web-browser": "在网络浏览器中打开", + "browsing-open-in-android-web-browser": "在网络浏览器中打开", + "browsing-open-in-ios-web-browser": "在网络浏览器中打开", "delete-group-prompt": "这不会影响你的联系人", "wallet-insufficient-funds": "资金不足", "edit-profile": "编辑个人资料", diff --git a/translations/zh_hant.json b/translations/zh_hant.json index 8649c198c0..e6d6eeff49 100644 --- a/translations/zh_hant.json +++ b/translations/zh_hant.json @@ -266,7 +266,8 @@ "one": "分鐘", "other": "分鐘" }, - "browsing-open-in-web-browser": "在網絡瀏覽器中打開", + "browsing-open-in-android-web-browser": "在網絡瀏覽器中打開", + "browsing-open-in-ios-web-browser": "在網絡瀏覽器中打開", "delete-group-prompt": "這不會影響你的聯繫人", "wallet-insufficient-funds": "資金不足", "edit-profile": "編輯個人資料", diff --git a/translations/zh_hant_hk.json b/translations/zh_hant_hk.json index 8649c198c0..e6d6eeff49 100644 --- a/translations/zh_hant_hk.json +++ b/translations/zh_hant_hk.json @@ -266,7 +266,8 @@ "one": "分鐘", "other": "分鐘" }, - "browsing-open-in-web-browser": "在網絡瀏覽器中打開", + "browsing-open-in-android-web-browser": "在網絡瀏覽器中打開", + "browsing-open-in-ios-web-browser": "在網絡瀏覽器中打開", "delete-group-prompt": "這不會影響你的聯繫人", "wallet-insufficient-funds": "資金不足", "edit-profile": "編輯個人資料", diff --git a/translations/zh_hant_sg.json b/translations/zh_hant_sg.json index 9f25d5638d..3bfb219154 100644 --- a/translations/zh_hant_sg.json +++ b/translations/zh_hant_sg.json @@ -266,7 +266,8 @@ "one": "分鐘", "other": "分鐘" }, - "browsing-open-in-web-browser": "在網路瀏覽器中開啟", + "browsing-open-in-android-web-browser": "在網路瀏覽器中開啟", + "browsing-open-in-ios-web-browser": "在網路瀏覽器中開啟", "delete-group-prompt": "這不會影響你的聯絡人", "wallet-insufficient-funds": "資金不足", "edit-profile": "編輯個人資料", diff --git a/translations/zh_hant_tw.json b/translations/zh_hant_tw.json index 9f25d5638d..3bfb219154 100644 --- a/translations/zh_hant_tw.json +++ b/translations/zh_hant_tw.json @@ -266,7 +266,8 @@ "one": "分鐘", "other": "分鐘" }, - "browsing-open-in-web-browser": "在網路瀏覽器中開啟", + "browsing-open-in-android-web-browser": "在網路瀏覽器中開啟", + "browsing-open-in-ios-web-browser": "在網路瀏覽器中開啟", "delete-group-prompt": "這不會影響你的聯絡人", "wallet-insufficient-funds": "資金不足", "edit-profile": "編輯個人資料", diff --git a/translations/zh_wuu.json b/translations/zh_wuu.json index fea9abb36e..a55474013f 100644 --- a/translations/zh_wuu.json +++ b/translations/zh_wuu.json @@ -173,7 +173,8 @@ "one": "分钟", "other": "分钟" }, - "browsing-open-in-web-browser": "在网络浏览器中打开", + "browsing-open-in-android-web-browser": "在网络浏览器中打开", + "browsing-open-in-ios-web-browser": "在网络浏览器中打开", "delete-group-prompt": "這不會影響聯絡人", "edit-profile": "编辑个人资料", "active-unknown": "未知", diff --git a/translations/zh_yue.json b/translations/zh_yue.json index 089e90eec3..531864af84 100644 --- a/translations/zh_yue.json +++ b/translations/zh_yue.json @@ -173,7 +173,8 @@ "one": "分鐘", "other": "分鐘" }, - "browsing-open-in-web-browser": "在網絡瀏覽器中打開", + "browsing-open-in-android-web-browser": "在網絡瀏覽器中打開", + "browsing-open-in-ios-web-browser": "在網絡瀏覽器中打開", "delete-group-prompt": "這不會影響聯絡人", "edit-profile": "編輯個人資料", "active-unknown": "未知",