Use better label for system browser
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
This commit is contained in:
parent
75d992099f
commit
a4efc661e1
|
@ -116,7 +116,8 @@
|
||||||
:public-chat-user-count :eth :transactions-history :not-implemented
|
:public-chat-user-count :eth :transactions-history :not-implemented
|
||||||
:new-contact :datetime-second :status-failed :is-typing :recover
|
:new-contact :datetime-second :status-failed :is-typing :recover
|
||||||
:suggestions-commands :nonce :new-network :contact-already-added :datetime-minute
|
: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
|
:wallet-insufficient-funds :edit-profile :active-unknown
|
||||||
:search-tags :transaction-failed :public-key :error-processing-json
|
:search-tags :transaction-failed :public-key :error-processing-json
|
||||||
:status-seen :transactions-filter-tokens :status-delivered :profile
|
:status-seen :transactions-filter-tokens :status-delivered :profile
|
||||||
|
|
|
@ -30,17 +30,20 @@
|
||||||
:options (message-options message-id old-message-id text)
|
:options (message-options message-id old-message-id text)
|
||||||
:cancel-text (i18n/label :t/message-options-cancel)}))
|
: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]
|
(defn browse [link]
|
||||||
(show {:title (i18n/label :t/browsing-title)
|
(show {:title (i18n/label :t/browsing-title)
|
||||||
:options [{:label (i18n/label :t/browsing-open-in-status)
|
:options [{:label (i18n/label :t/browsing-open-in-status)
|
||||||
:action #(re-frame/dispatch [:browser.ui/open-in-status-option-selected link])}
|
: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))}]
|
:action #(.openURL react/linking (http/normalize-url link))}]
|
||||||
:cancel-text (i18n/label :t/browsing-cancel)}))
|
:cancel-text (i18n/label :t/browsing-cancel)}))
|
||||||
|
|
||||||
(defn browse-in-web-browser [link]
|
(defn browse-in-web-browser [link]
|
||||||
(show {:title (i18n/label :t/browsing-title)
|
(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))}]
|
:action #(.openURL react/linking (http/normalize-url link))}]
|
||||||
:cancel-text (i18n/label :t/browsing-cancel)}))
|
:cancel-text (i18n/label :t/browsing-cancel)}))
|
||||||
|
|
||||||
|
|
|
@ -167,7 +167,8 @@
|
||||||
"one": "minuut",
|
"one": "minuut",
|
||||||
"other": "minute"
|
"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",
|
"delete-group-prompt": "Dit sal nie kontakte affekteer nie",
|
||||||
"edit-profile": "Redigeer profiel",
|
"edit-profile": "Redigeer profiel",
|
||||||
"active-unknown": "Onbekend",
|
"active-unknown": "Onbekend",
|
||||||
|
|
|
@ -191,7 +191,8 @@
|
||||||
"one": "minuta",
|
"one": "minuta",
|
||||||
"other": "minut(y)"
|
"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",
|
"delete-group-prompt": "Kontaktů se to nedotkne",
|
||||||
"edit-profile": "Upravit profil",
|
"edit-profile": "Upravit profil",
|
||||||
"active-unknown": "Neznámý",
|
"active-unknown": "Neznámý",
|
||||||
|
|
|
@ -173,7 +173,8 @@
|
||||||
"one": "minut",
|
"one": "minut",
|
||||||
"other": "minutter"
|
"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",
|
"delete-group-prompt": "Dette vil ikke påvirke dine kontakter",
|
||||||
"edit-profile": "Rediger profil",
|
"edit-profile": "Rediger profil",
|
||||||
"active-unknown": "Ukendt",
|
"active-unknown": "Ukendt",
|
||||||
|
|
|
@ -266,7 +266,8 @@
|
||||||
"one": "Minute",
|
"one": "Minute",
|
||||||
"other": "Minuten"
|
"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",
|
"delete-group-prompt": "Deine Kontakte bleiben hiervon unbeeinflusst",
|
||||||
"wallet-insufficient-funds": "Unzureichendes Kapital",
|
"wallet-insufficient-funds": "Unzureichendes Kapital",
|
||||||
"edit-profile": "Profil bearbeiten",
|
"edit-profile": "Profil bearbeiten",
|
||||||
|
|
|
@ -282,7 +282,8 @@
|
||||||
"one": "λεπτό",
|
"one": "λεπτό",
|
||||||
"other": "λεπτά"
|
"other": "λεπτά"
|
||||||
},
|
},
|
||||||
"browsing-open-in-web-browser": "Ανοίξτε στο πρόγραμμα περιήγησης ιστού",
|
"browsing-open-in-android-web-browser": "Ανοίξτε στο πρόγραμμα περιήγησης ιστού",
|
||||||
|
"browsing-open-in-ios-web-browser": "Ανοίξτε στο πρόγραμμα περιήγησης ιστού",
|
||||||
"delete-group-prompt": "Αυτό δε θα επηρεάσει τις επαφές σας",
|
"delete-group-prompt": "Αυτό δε θα επηρεάσει τις επαφές σας",
|
||||||
"wallet-insufficient-funds": "Ανεπαρκείς πόροι",
|
"wallet-insufficient-funds": "Ανεπαρκείς πόροι",
|
||||||
"edit-profile": "Επεξεργασία προφίλ",
|
"edit-profile": "Επεξεργασία προφίλ",
|
||||||
|
|
|
@ -683,7 +683,8 @@
|
||||||
},
|
},
|
||||||
"ok-continue": "Ok, continue",
|
"ok-continue": "Ok, continue",
|
||||||
"currency-display-name-gmd": "Gambian dalasi",
|
"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",
|
"custom-networks": "Custom networks",
|
||||||
"delete-group-prompt": "This will not affect your contacts",
|
"delete-group-prompt": "This will not affect your contacts",
|
||||||
"wallet-insufficient-funds": "Insufficient funds",
|
"wallet-insufficient-funds": "Insufficient funds",
|
||||||
|
|
|
@ -265,7 +265,8 @@
|
||||||
"one": "minuto",
|
"one": "minuto",
|
||||||
"other": "minutos"
|
"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",
|
"delete-group-prompt": "Esto no afectará a tus contactos",
|
||||||
"wallet-insufficient-funds": "Fondos insuficientes",
|
"wallet-insufficient-funds": "Fondos insuficientes",
|
||||||
"edit-profile": "Editar perfil",
|
"edit-profile": "Editar perfil",
|
||||||
|
|
|
@ -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.",
|
"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-cancel": "Cancelar",
|
||||||
"browsing-open-in-status": "Abrir en Status",
|
"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-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-description2": "chat público",
|
||||||
"browsing-site-blocked-go-back": "Regresa",
|
"browsing-site-blocked-go-back": "Regresa",
|
||||||
|
|
|
@ -167,7 +167,8 @@
|
||||||
"one": "minuto",
|
"one": "minuto",
|
||||||
"other": "minutos"
|
"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",
|
"delete-group-prompt": "Esto no afectará a los contactos",
|
||||||
"edit-profile": "Editar perfil",
|
"edit-profile": "Editar perfil",
|
||||||
"active-unknown": "Desconocido",
|
"active-unknown": "Desconocido",
|
||||||
|
|
|
@ -172,7 +172,8 @@
|
||||||
"one": "minuto",
|
"one": "minuto",
|
||||||
"other": "minutos"
|
"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",
|
"delete-group-prompt": "Esto no afectará tus contactos",
|
||||||
"edit-profile": "Editar perfil",
|
"edit-profile": "Editar perfil",
|
||||||
"active-unknown": "Desconocido",
|
"active-unknown": "Desconocido",
|
||||||
|
|
|
@ -43,7 +43,8 @@
|
||||||
"browser-secure": "اتصال امن است. قبل از امضای تراکنش ها یا وارد کردن اطلاعات شخصی، اطمینان حاصل کنید که کاملا به این سایت اعتماد دارید.",
|
"browser-secure": "اتصال امن است. قبل از امضای تراکنش ها یا وارد کردن اطلاعات شخصی، اطمینان حاصل کنید که کاملا به این سایت اعتماد دارید.",
|
||||||
"browsing-cancel": "لغو",
|
"browsing-cancel": "لغو",
|
||||||
"browsing-open-in-status": "باز کردن در استتوس",
|
"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-description1": "ما فعالیت مخرب بالقوه ای را از این آدرس شناسایی کرده ایم. برای محافظت از شما و کیف پولتان، ما از پیشروی این موضوع جلوگیری می کنیم.. \n\n اگر فکر می کنید این یک خطا است، به ما اطلاع دهید",
|
||||||
"browsing-site-blocked-description2": "گفتگوی عمومی",
|
"browsing-site-blocked-description2": "گفتگوی عمومی",
|
||||||
"browsing-site-blocked-go-back": "قبلی",
|
"browsing-site-blocked-go-back": "قبلی",
|
||||||
|
|
|
@ -173,7 +173,8 @@
|
||||||
"one": "minuutti",
|
"one": "minuutti",
|
||||||
"other": "minuuttia"
|
"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",
|
"delete-group-prompt": "Tämä ei vaikuta yhteystietoihin",
|
||||||
"edit-profile": "Muokkaa profiilia",
|
"edit-profile": "Muokkaa profiilia",
|
||||||
"active-unknown": "Ei tiedossa",
|
"active-unknown": "Ei tiedossa",
|
||||||
|
|
|
@ -288,7 +288,8 @@
|
||||||
"one": "minute",
|
"one": "minute",
|
||||||
"other": "minutes"
|
"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",
|
"delete-group-prompt": "Cela n'affectera pas vos contacts",
|
||||||
"wallet-insufficient-funds": "Fonds insuffisants",
|
"wallet-insufficient-funds": "Fonds insuffisants",
|
||||||
"edit-profile": "Modifier profil",
|
"edit-profile": "Modifier profil",
|
||||||
|
|
|
@ -167,7 +167,8 @@
|
||||||
"one": "minute",
|
"one": "minute",
|
||||||
"other": "minutes"
|
"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",
|
"delete-group-prompt": "Cela n'affectera pas les contacts",
|
||||||
"edit-profile": "Modifier le profil",
|
"edit-profile": "Modifier le profil",
|
||||||
"active-unknown": "Inconnu",
|
"active-unknown": "Inconnu",
|
||||||
|
|
|
@ -173,7 +173,8 @@
|
||||||
"one": "minút",
|
"one": "minút",
|
||||||
"other": "minuten"
|
"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",
|
"delete-group-prompt": "Dit sil gjin ynfloed ha mei jo kontakten",
|
||||||
"edit-profile": "Profyl oanpasse",
|
"edit-profile": "Profyl oanpasse",
|
||||||
"active-unknown": "Ûnbekend",
|
"active-unknown": "Ûnbekend",
|
||||||
|
|
|
@ -173,7 +173,8 @@
|
||||||
"one": "דקה",
|
"one": "דקה",
|
||||||
"other": "דקות"
|
"other": "דקות"
|
||||||
},
|
},
|
||||||
"browsing-open-in-web-browser": "פתח בדפדפן",
|
"browsing-open-in-android-web-browser": "פתח בדפדפן",
|
||||||
|
"browsing-open-in-ios-web-browser": "פתח בדפדפן",
|
||||||
"delete-group-prompt": "זה לא ישפיע על אנשי הקשר",
|
"delete-group-prompt": "זה לא ישפיע על אנשי הקשר",
|
||||||
"edit-profile": "ערוך פרופיל",
|
"edit-profile": "ערוך פרופיל",
|
||||||
"active-unknown": "לא ידוע",
|
"active-unknown": "לא ידוע",
|
||||||
|
|
|
@ -167,7 +167,8 @@
|
||||||
"one": "मिनट",
|
"one": "मिनट",
|
||||||
"other": "मिनट"
|
"other": "मिनट"
|
||||||
},
|
},
|
||||||
"browsing-open-in-web-browser": "वेब ब्राउज़र में खोलें",
|
"browsing-open-in-android-web-browser": "वेब ब्राउज़र में खोलें",
|
||||||
|
"browsing-open-in-ios-web-browser": "वेब ब्राउज़र में खोलें",
|
||||||
"delete-group-prompt": "इससे संपर्क प्रभावित नहीं होंगे",
|
"delete-group-prompt": "इससे संपर्क प्रभावित नहीं होंगे",
|
||||||
"edit-profile": "प्रोफाइल का संपादन करें",
|
"edit-profile": "प्रोफाइल का संपादन करें",
|
||||||
"active-unknown": "अनजान",
|
"active-unknown": "अनजान",
|
||||||
|
|
|
@ -167,7 +167,8 @@
|
||||||
"one": "perc",
|
"one": "perc",
|
||||||
"other": "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",
|
"delete-group-prompt": "Nem lesz hatással a névjegyekre",
|
||||||
"edit-profile": "Profil szerkesztése",
|
"edit-profile": "Profil szerkesztése",
|
||||||
"active-unknown": "Ismeretlen",
|
"active-unknown": "Ismeretlen",
|
||||||
|
|
|
@ -265,7 +265,8 @@
|
||||||
"one": "minuto",
|
"one": "minuto",
|
||||||
"other": "minuti"
|
"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",
|
"delete-group-prompt": "Questo non intaccherà i tuoi contatti",
|
||||||
"wallet-insufficient-funds": "Fondi insufficienti",
|
"wallet-insufficient-funds": "Fondi insufficienti",
|
||||||
"edit-profile": "Modifica profilo",
|
"edit-profile": "Modifica profilo",
|
||||||
|
|
|
@ -167,7 +167,8 @@
|
||||||
"one": "minuto",
|
"one": "minuto",
|
||||||
"other": "minuti"
|
"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",
|
"delete-group-prompt": "Questo non intaccherà i contatti",
|
||||||
"edit-profile": "Modifica profilo",
|
"edit-profile": "Modifica profilo",
|
||||||
"active-unknown": "Sconosciuto",
|
"active-unknown": "Sconosciuto",
|
||||||
|
|
|
@ -276,7 +276,8 @@
|
||||||
"one": "分",
|
"one": "分",
|
||||||
"other": "分"
|
"other": "分"
|
||||||
},
|
},
|
||||||
"browsing-open-in-web-browser": "ブラウザーで閲覧",
|
"browsing-open-in-android-web-browser": "ブラウザーで閲覧",
|
||||||
|
"browsing-open-in-ios-web-browser": "ブラウザーで閲覧",
|
||||||
"delete-group-prompt": "連絡先には影響を与えません。",
|
"delete-group-prompt": "連絡先には影響を与えません。",
|
||||||
"wallet-insufficient-funds": "残高不足",
|
"wallet-insufficient-funds": "残高不足",
|
||||||
"edit-profile": "プロフィールを編集",
|
"edit-profile": "プロフィールを編集",
|
||||||
|
|
|
@ -44,7 +44,8 @@
|
||||||
"browser-secure": "연결이 안전합니다. 거래에 서명하거나 개인 정보를 입력하기 사이트를 정말로 신뢰하는지 확인하십시오",
|
"browser-secure": "연결이 안전합니다. 거래에 서명하거나 개인 정보를 입력하기 사이트를 정말로 신뢰하는지 확인하십시오",
|
||||||
"browsing-cancel": "취소",
|
"browsing-cancel": "취소",
|
||||||
"browsing-open-in-status": "스테이터스로 열기",
|
"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-description1": "이 주소에서 잠재적인 악성 활동을 발견했습니다. 귀하와 귀하의 지갑을 보호하기 위해 추가적인 탐색을 금지했습니다. \n\n 문제가 없다고 생각하시면, 저희에게 알려주시기 바랍니다",
|
||||||
"browsing-site-blocked-description2": " 오픈 채팅",
|
"browsing-site-blocked-description2": " 오픈 채팅",
|
||||||
"browsing-site-blocked-go-back": "돌아가기",
|
"browsing-site-blocked-go-back": "돌아가기",
|
||||||
|
|
|
@ -266,7 +266,8 @@
|
||||||
"one": "minutė",
|
"one": "minutė",
|
||||||
"other": "minutės"
|
"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ų",
|
"delete-group-prompt": "Tai neįtakos jūsų kontaktų",
|
||||||
"wallet-insufficient-funds": "Nepakankamos lėšos",
|
"wallet-insufficient-funds": "Nepakankamos lėšos",
|
||||||
"edit-profile": "Redaguoti profilį",
|
"edit-profile": "Redaguoti profilį",
|
||||||
|
|
|
@ -173,7 +173,8 @@
|
||||||
"one": "minūte",
|
"one": "minūte",
|
||||||
"other": "minūtes"
|
"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",
|
"delete-group-prompt": "Tas neietikmēs kontaktus",
|
||||||
"edit-profile": "Rediģēt profilu",
|
"edit-profile": "Rediģēt profilu",
|
||||||
"active-unknown": "Nezināms",
|
"active-unknown": "Nezināms",
|
||||||
|
|
|
@ -44,7 +44,8 @@
|
||||||
"browser-secure": "Sambungan adalah selamat. Pastikan anda benar-benar mempercayai laman web ini sebelum menandatangani transaksi atau memasukkan data peribadi.",
|
"browser-secure": "Sambungan adalah selamat. Pastikan anda benar-benar mempercayai laman web ini sebelum menandatangani transaksi atau memasukkan data peribadi.",
|
||||||
"browsing-cancel": "Batal",
|
"browsing-cancel": "Batal",
|
||||||
"browsing-open-in-status": "Buka dengan Status",
|
"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-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-description2": " perbualan umum.",
|
||||||
"browsing-site-blocked-go-back": "Kembali",
|
"browsing-site-blocked-go-back": "Kembali",
|
||||||
|
|
|
@ -194,7 +194,8 @@
|
||||||
"one": "minutt",
|
"one": "minutt",
|
||||||
"other": "minutter"
|
"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",
|
"delete-group-prompt": "Dette vil ikke affektere kontakter",
|
||||||
"edit-profile": "Rediger profil",
|
"edit-profile": "Rediger profil",
|
||||||
"active-unknown": "Ukjent",
|
"active-unknown": "Ukjent",
|
||||||
|
|
|
@ -43,7 +43,8 @@
|
||||||
"browser-secure": "Sambungan adalah selamat. Pastikan anda benar-benar mempercayai laman web ini sebelum menandatangani transaksi atau memasukkan data peribadi.",
|
"browser-secure": "Sambungan adalah selamat. Pastikan anda benar-benar mempercayai laman web ini sebelum menandatangani transaksi atau memasukkan data peribadi.",
|
||||||
"browsing-cancel": "रद्द गर्नुहोस्",
|
"browsing-cancel": "रद्द गर्नुहोस्",
|
||||||
"browsing-open-in-status": "स्टेटसमा खोल्नुहोस्",
|
"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-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-description2": " perbualan umum.",
|
||||||
"browsing-site-blocked-go-back": "Kembali",
|
"browsing-site-blocked-go-back": "Kembali",
|
||||||
|
|
|
@ -172,7 +172,8 @@
|
||||||
"one": "minuut",
|
"one": "minuut",
|
||||||
"other": "minuten"
|
"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",
|
"delete-group-prompt": "This will not affect contacts",
|
||||||
"edit-profile": "Bewerk profiel",
|
"edit-profile": "Bewerk profiel",
|
||||||
"active-unknown": "Onbekend",
|
"active-unknown": "Onbekend",
|
||||||
|
|
|
@ -42,7 +42,8 @@
|
||||||
"browser-secure": "Połączenie jest bezpieczne. Upewnij się, że naprawdę ufasz tej stronie przed podpisaniem transakcji lub wprowadzeniem danych osobowych.",
|
"browser-secure": "Połączenie jest bezpieczne. Upewnij się, że naprawdę ufasz tej stronie przed podpisaniem transakcji lub wprowadzeniem danych osobowych.",
|
||||||
"browsing-cancel": "Anuluj",
|
"browsing-cancel": "Anuluj",
|
||||||
"browsing-open-in-status": "Otwórz w Status",
|
"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-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-description2": " czat publiczny.",
|
||||||
"browsing-site-blocked-go-back": "Wróć",
|
"browsing-site-blocked-go-back": "Wróć",
|
||||||
|
|
|
@ -167,7 +167,8 @@
|
||||||
"one": "minuto",
|
"one": "minuto",
|
||||||
"other": "minutos"
|
"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",
|
"delete-group-prompt": "Isso não afetará os contatos",
|
||||||
"edit-profile": "Editar perfil",
|
"edit-profile": "Editar perfil",
|
||||||
"active-unknown": "Desconhecido",
|
"active-unknown": "Desconhecido",
|
||||||
|
|
|
@ -167,7 +167,8 @@
|
||||||
"one": "minuto",
|
"one": "minuto",
|
||||||
"other": "minutos"
|
"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",
|
"delete-group-prompt": "Isto não afetará os contactos",
|
||||||
"edit-profile": "Editar perfil",
|
"edit-profile": "Editar perfil",
|
||||||
"active-unknown": "Desconhecido",
|
"active-unknown": "Desconhecido",
|
||||||
|
|
|
@ -167,7 +167,8 @@
|
||||||
"one": "minut",
|
"one": "minut",
|
||||||
"other": "minute"
|
"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",
|
"delete-group-prompt": "Aceasta nu va afecta contactele",
|
||||||
"edit-profile": "Editare profil",
|
"edit-profile": "Editare profil",
|
||||||
"active-unknown": "Necunoscut",
|
"active-unknown": "Necunoscut",
|
||||||
|
|
|
@ -43,7 +43,8 @@
|
||||||
"browser-secure": "Соединение безопасно. Убедитесь в том, что вы доверяете этому сайту перед подписанием транзакций или вводом личных данных.",
|
"browser-secure": "Соединение безопасно. Убедитесь в том, что вы доверяете этому сайту перед подписанием транзакций или вводом личных данных.",
|
||||||
"browsing-cancel": "Отмена",
|
"browsing-cancel": "Отмена",
|
||||||
"browsing-open-in-status": "Открыть в Status",
|
"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-description1": "Мы обнаружили потенциальную вредоносную активность по этому адресу. Чтобы защитить вас и ваш кошелек, мы предотвращаем дальнейшую навигацию. \n\n Если вы считаете, что это ошибка, сообщите нам об этом",
|
||||||
"browsing-site-blocked-description2": " публичный чат.",
|
"browsing-site-blocked-description2": " публичный чат.",
|
||||||
"browsing-site-blocked-go-back": "Назад",
|
"browsing-site-blocked-go-back": "Назад",
|
||||||
|
|
|
@ -167,7 +167,8 @@
|
||||||
"one": "minuta",
|
"one": "minuta",
|
||||||
"other": "minut"
|
"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",
|
"delete-group-prompt": "To ne bo vplivalo na stike",
|
||||||
"edit-profile": "Uredi profil",
|
"edit-profile": "Uredi profil",
|
||||||
"active-unknown": "Neznano",
|
"active-unknown": "Neznano",
|
||||||
|
|
|
@ -266,7 +266,8 @@
|
||||||
"one": "минут",
|
"one": "минут",
|
||||||
"other": "минута"
|
"other": "минута"
|
||||||
},
|
},
|
||||||
"browsing-open-in-web-browser": "Отвори у интернет претраживачу",
|
"browsing-open-in-android-web-browser": "Отвори у интернет претраживачу",
|
||||||
|
"browsing-open-in-ios-web-browser": "Отвори у интернет претраживачу",
|
||||||
"delete-group-prompt": "Ово неће утицати на ваше контакте",
|
"delete-group-prompt": "Ово неће утицати на ваше контакте",
|
||||||
"wallet-insufficient-funds": "Недовољно средстава",
|
"wallet-insufficient-funds": "Недовољно средстава",
|
||||||
"edit-profile": "Ажурирајте профил",
|
"edit-profile": "Ажурирајте профил",
|
||||||
|
|
|
@ -263,7 +263,8 @@
|
||||||
"one": "minut",
|
"one": "minut",
|
||||||
"other": "minuta"
|
"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",
|
"delete-group-prompt": "Ovo neće uticati na vaše kontakte",
|
||||||
"wallet-insufficient-funds": "Nedovoljno sredstava",
|
"wallet-insufficient-funds": "Nedovoljno sredstava",
|
||||||
"edit-profile": "Ažurirajte profil",
|
"edit-profile": "Ažurirajte profil",
|
||||||
|
|
|
@ -270,7 +270,8 @@
|
||||||
"one": "minut",
|
"one": "minut",
|
||||||
"other": "minuter"
|
"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",
|
"delete-group-prompt": "Detta påverkar inte dina kontakter",
|
||||||
"wallet-insufficient-funds": "Otillräckligt kapital",
|
"wallet-insufficient-funds": "Otillräckligt kapital",
|
||||||
"edit-profile": "Redigera profil",
|
"edit-profile": "Redigera profil",
|
||||||
|
|
|
@ -167,7 +167,8 @@
|
||||||
"one": "นาที",
|
"one": "นาที",
|
||||||
"other": "นาที"
|
"other": "นาที"
|
||||||
},
|
},
|
||||||
"browsing-open-in-web-browser": "เปิดในเว็บเบราว์เซอร์",
|
"browsing-open-in-android-web-browser": "เปิดในเว็บเบราว์เซอร์",
|
||||||
|
"browsing-open-in-ios-web-browser": "เปิดในเว็บเบราว์เซอร์",
|
||||||
"delete-group-prompt": "การดำเนินการนี้จะไม่ส่งผลต่อรายชื่อติดต่อ",
|
"delete-group-prompt": "การดำเนินการนี้จะไม่ส่งผลต่อรายชื่อติดต่อ",
|
||||||
"edit-profile": "แก้ไขโปรไฟล์",
|
"edit-profile": "แก้ไขโปรไฟล์",
|
||||||
"active-unknown": "ไม่ทราบ",
|
"active-unknown": "ไม่ทราบ",
|
||||||
|
|
|
@ -167,7 +167,8 @@
|
||||||
"one": "dakika",
|
"one": "dakika",
|
||||||
"other": "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",
|
"delete-group-prompt": "Bu, kişi listesini etkilemeyecektir",
|
||||||
"edit-profile": "Profili düzenleyin",
|
"edit-profile": "Profili düzenleyin",
|
||||||
"active-unknown": "Bilinmiyor",
|
"active-unknown": "Bilinmiyor",
|
||||||
|
|
|
@ -272,7 +272,8 @@
|
||||||
"one": "хвилина",
|
"one": "хвилина",
|
||||||
"other": "хвилин"
|
"other": "хвилин"
|
||||||
},
|
},
|
||||||
"browsing-open-in-web-browser": "Відкрити у веб-браузері",
|
"browsing-open-in-android-web-browser": "Відкрити у веб-браузері",
|
||||||
|
"browsing-open-in-ios-web-browser": "Відкрити у веб-браузері",
|
||||||
"delete-group-prompt": "Це не вплине на ваші контакти",
|
"delete-group-prompt": "Це не вплине на ваші контакти",
|
||||||
"wallet-insufficient-funds": "Недостатньо коштів",
|
"wallet-insufficient-funds": "Недостатньо коштів",
|
||||||
"edit-profile": "Редагувати профіль",
|
"edit-profile": "Редагувати профіль",
|
||||||
|
|
|
@ -167,7 +167,8 @@
|
||||||
"one": "منٹ",
|
"one": "منٹ",
|
||||||
"other": "منٹ"
|
"other": "منٹ"
|
||||||
},
|
},
|
||||||
"browsing-open-in-web-browser": "ویب براؤزر میں کھولیں",
|
"browsing-open-in-android-web-browser": "ویب براؤزر میں کھولیں",
|
||||||
|
"browsing-open-in-ios-web-browser": "ویب براؤزر میں کھولیں",
|
||||||
"delete-group-prompt": "اس سے روابط متاثر نہیں ہونگے",
|
"delete-group-prompt": "اس سے روابط متاثر نہیں ہونگے",
|
||||||
"edit-profile": "پروفائل میں ترمیم کریں",
|
"edit-profile": "پروفائل میں ترمیم کریں",
|
||||||
"active-unknown": "نامعلوم",
|
"active-unknown": "نامعلوم",
|
||||||
|
|
|
@ -167,7 +167,8 @@
|
||||||
"one": "phút",
|
"one": "phút",
|
||||||
"other": "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ạ",
|
"delete-group-prompt": "Điều này sẽ không ảnh hưởng đến danh bạ",
|
||||||
"edit-profile": "Chỉnh sửa hồ sơ",
|
"edit-profile": "Chỉnh sửa hồ sơ",
|
||||||
"active-unknown": "Không rõ",
|
"active-unknown": "Không rõ",
|
||||||
|
|
|
@ -44,7 +44,8 @@
|
||||||
"browser-secure": "连接是安全的。在签署交易或输入个人数据之前, 请确保您确实信任此网站。",
|
"browser-secure": "连接是安全的。在签署交易或输入个人数据之前, 请确保您确实信任此网站。",
|
||||||
"browsing-cancel": "取消",
|
"browsing-cancel": "取消",
|
||||||
"browsing-open-in-status": "在Status中打开",
|
"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-description1": "我们从此地址检测到潜在的恶意活动。为了保护您和您的钱包,我们阻止了进一步的引导。 \n\n如果您认为这是一个错误,请告诉我们",
|
||||||
"browsing-site-blocked-description2": "公聊",
|
"browsing-site-blocked-description2": "公聊",
|
||||||
"browsing-site-blocked-go-back": "返回",
|
"browsing-site-blocked-go-back": "返回",
|
||||||
|
|
|
@ -266,7 +266,8 @@
|
||||||
"one": "分钟",
|
"one": "分钟",
|
||||||
"other": "分钟"
|
"other": "分钟"
|
||||||
},
|
},
|
||||||
"browsing-open-in-web-browser": "在网络浏览器中打开",
|
"browsing-open-in-android-web-browser": "在网络浏览器中打开",
|
||||||
|
"browsing-open-in-ios-web-browser": "在网络浏览器中打开",
|
||||||
"delete-group-prompt": "这不会影响你的联系人",
|
"delete-group-prompt": "这不会影响你的联系人",
|
||||||
"wallet-insufficient-funds": "资金不足",
|
"wallet-insufficient-funds": "资金不足",
|
||||||
"edit-profile": "编辑个人资料",
|
"edit-profile": "编辑个人资料",
|
||||||
|
|
|
@ -266,7 +266,8 @@
|
||||||
"one": "分鐘",
|
"one": "分鐘",
|
||||||
"other": "分鐘"
|
"other": "分鐘"
|
||||||
},
|
},
|
||||||
"browsing-open-in-web-browser": "在網絡瀏覽器中打開",
|
"browsing-open-in-android-web-browser": "在網絡瀏覽器中打開",
|
||||||
|
"browsing-open-in-ios-web-browser": "在網絡瀏覽器中打開",
|
||||||
"delete-group-prompt": "這不會影響你的聯繫人",
|
"delete-group-prompt": "這不會影響你的聯繫人",
|
||||||
"wallet-insufficient-funds": "資金不足",
|
"wallet-insufficient-funds": "資金不足",
|
||||||
"edit-profile": "編輯個人資料",
|
"edit-profile": "編輯個人資料",
|
||||||
|
|
|
@ -266,7 +266,8 @@
|
||||||
"one": "分鐘",
|
"one": "分鐘",
|
||||||
"other": "分鐘"
|
"other": "分鐘"
|
||||||
},
|
},
|
||||||
"browsing-open-in-web-browser": "在網絡瀏覽器中打開",
|
"browsing-open-in-android-web-browser": "在網絡瀏覽器中打開",
|
||||||
|
"browsing-open-in-ios-web-browser": "在網絡瀏覽器中打開",
|
||||||
"delete-group-prompt": "這不會影響你的聯繫人",
|
"delete-group-prompt": "這不會影響你的聯繫人",
|
||||||
"wallet-insufficient-funds": "資金不足",
|
"wallet-insufficient-funds": "資金不足",
|
||||||
"edit-profile": "編輯個人資料",
|
"edit-profile": "編輯個人資料",
|
||||||
|
|
|
@ -266,7 +266,8 @@
|
||||||
"one": "分鐘",
|
"one": "分鐘",
|
||||||
"other": "分鐘"
|
"other": "分鐘"
|
||||||
},
|
},
|
||||||
"browsing-open-in-web-browser": "在網路瀏覽器中開啟",
|
"browsing-open-in-android-web-browser": "在網路瀏覽器中開啟",
|
||||||
|
"browsing-open-in-ios-web-browser": "在網路瀏覽器中開啟",
|
||||||
"delete-group-prompt": "這不會影響你的聯絡人",
|
"delete-group-prompt": "這不會影響你的聯絡人",
|
||||||
"wallet-insufficient-funds": "資金不足",
|
"wallet-insufficient-funds": "資金不足",
|
||||||
"edit-profile": "編輯個人資料",
|
"edit-profile": "編輯個人資料",
|
||||||
|
|
|
@ -266,7 +266,8 @@
|
||||||
"one": "分鐘",
|
"one": "分鐘",
|
||||||
"other": "分鐘"
|
"other": "分鐘"
|
||||||
},
|
},
|
||||||
"browsing-open-in-web-browser": "在網路瀏覽器中開啟",
|
"browsing-open-in-android-web-browser": "在網路瀏覽器中開啟",
|
||||||
|
"browsing-open-in-ios-web-browser": "在網路瀏覽器中開啟",
|
||||||
"delete-group-prompt": "這不會影響你的聯絡人",
|
"delete-group-prompt": "這不會影響你的聯絡人",
|
||||||
"wallet-insufficient-funds": "資金不足",
|
"wallet-insufficient-funds": "資金不足",
|
||||||
"edit-profile": "編輯個人資料",
|
"edit-profile": "編輯個人資料",
|
||||||
|
|
|
@ -173,7 +173,8 @@
|
||||||
"one": "分钟",
|
"one": "分钟",
|
||||||
"other": "分钟"
|
"other": "分钟"
|
||||||
},
|
},
|
||||||
"browsing-open-in-web-browser": "在网络浏览器中打开",
|
"browsing-open-in-android-web-browser": "在网络浏览器中打开",
|
||||||
|
"browsing-open-in-ios-web-browser": "在网络浏览器中打开",
|
||||||
"delete-group-prompt": "這不會影響聯絡人",
|
"delete-group-prompt": "這不會影響聯絡人",
|
||||||
"edit-profile": "编辑个人资料",
|
"edit-profile": "编辑个人资料",
|
||||||
"active-unknown": "未知",
|
"active-unknown": "未知",
|
||||||
|
|
|
@ -173,7 +173,8 @@
|
||||||
"one": "分鐘",
|
"one": "分鐘",
|
||||||
"other": "分鐘"
|
"other": "分鐘"
|
||||||
},
|
},
|
||||||
"browsing-open-in-web-browser": "在網絡瀏覽器中打開",
|
"browsing-open-in-android-web-browser": "在網絡瀏覽器中打開",
|
||||||
|
"browsing-open-in-ios-web-browser": "在網絡瀏覽器中打開",
|
||||||
"delete-group-prompt": "這不會影響聯絡人",
|
"delete-group-prompt": "這不會影響聯絡人",
|
||||||
"edit-profile": "編輯個人資料",
|
"edit-profile": "編輯個人資料",
|
||||||
"active-unknown": "未知",
|
"active-unknown": "未知",
|
||||||
|
|
Loading…
Reference in New Issue