diff --git a/lang/main-de.json b/lang/main-de.json index 4f8e3a53e..ca9faa533 100644 --- a/lang/main-de.json +++ b/lang/main-de.json @@ -123,8 +123,10 @@ "description": "Nichts passiert? Wir haben versucht, die Konferenz in {{app}} zu öffnen. Versuchen Sie es erneut oder treten Sie der Konferenz in {{app}} im Web bei.", "descriptionWithoutWeb": "Ist nichts passiert? Wir haben versucht, Ihre Besprechung in der „{{app}}“-Desktop-App zu starten.", "downloadApp": "App herunterladen", + "ifDoNotHaveApp": "Wenn Sie die App noch nicht haben:", + "ifHaveApp": "Wenn Sie die App bereits haben:", + "joinInApp": "An dem Meeting teilnehmen mit der App", "launchWebButton": "Im Web öffnen", - "openApp": "In der App fortfahren", "title": "Die Konferenz wird in {{app}} geöffnet...", "tryAgainButton": "Erneut mit der nativen Applikation versuchen" }, diff --git a/lang/main-enGB.json b/lang/main-enGB.json index cdb57f1ed..b62f38e95 100644 --- a/lang/main-enGB.json +++ b/lang/main-enGB.json @@ -120,8 +120,10 @@ "description": "Nothing happened? We tried launching your meeting in the {{app}} desktop app. Try again or launch it in the {{app}} web app.", "descriptionWithoutWeb": "", "downloadApp": "Download the app", + "ifDoNotHaveApp": "If you don't have the app yet:", + "ifHaveApp": "If you already have the app:", + "joinInApp": "Join this meeting using the app", "launchWebButton": "Launch in web", - "openApp": "Continue to the app", "title": "Launching your meeting in {{app}}…", "tryAgainButton": "Try again in desktop" }, diff --git a/lang/main-ja.json b/lang/main-ja.json index e4931785c..0ac7a58c4 100644 --- a/lang/main-ja.json +++ b/lang/main-ja.json @@ -104,8 +104,10 @@ "description": "何も起こりませんでしたか? {{app}} デスクトップアプリで会議を開始しようとしました。 再度試してみるか、{{app}} Webアプリで起動してください。", "descriptionWithoutWeb": "", "downloadApp": "アプリをダウンロードする", + "ifDoNotHaveApp": "まだアプリを持っていない場合は、", + "ifHaveApp": "すでにアプリを持っている場合は、", + "joinInApp": "アプリで会議に参加する", "launchWebButton": "Webで起動する", - "openApp": "アプリで続く", "title": "{{app}} で会議を開始する…", "tryAgainButton": "デスクトップでもう一度お試しください" }, diff --git a/lang/main-nl.json b/lang/main-nl.json index e2a1b2b7c..add234baf 100644 --- a/lang/main-nl.json +++ b/lang/main-nl.json @@ -113,9 +113,11 @@ "appNotInstalled": "U hebt de mobiele app {{app}} nodig om op uw telefoon aan deze vergadering deel te nemen.", "description": "Gebeurt er niets? Er is geprobeerd uw vergadering te starten in de desktop-app {{app}}. Probeer het opnieuw of start de vergadering in de web-app {{app}}.", "descriptionWithoutWeb": "", - "downloadApp": "De app downloaden", + "downloadApp": "Download de app", + "ifDoNotHaveApp": "Als u de app nog niet heeft:", + "ifHaveApp": "Als u de app al heeft:", + "joinInApp": "Neem deel aan de vergadering met de app", "launchWebButton": "Starten via web", - "openApp": "Doorgaan naar de app", "title": "Uw vergadering wordt gestart in {{app}}…", "tryAgainButton": "Opnieuw proberen op desktop" }, diff --git a/lang/main.json b/lang/main.json index 8e1f6f81d..7849133e0 100644 --- a/lang/main.json +++ b/lang/main.json @@ -138,8 +138,10 @@ "description": "Nothing happened? We tried launching your meeting in the {{app}} desktop app. Try again or launch it in the {{app}} web app.", "descriptionWithoutWeb": "Nothing happened? We tried launching your meeting in the {{app}} desktop app.", "downloadApp": "Download the app", + "ifDoNotHaveApp": "If you don't have the app yet:", + "ifHaveApp": "If you already have the app:", + "joinInApp": "Join this meeting using the app", "launchWebButton": "Launch in web", - "openApp": "Continue to the app", "title": "Launching your meeting in {{app}}...", "tryAgainButton": "Try again in desktop" }, diff --git a/react/features/deep-linking/components/DeepLinkingMobilePage.web.js b/react/features/deep-linking/components/DeepLinkingMobilePage.web.js index efeea6ea7..ceb23ba4b 100644 --- a/react/features/deep-linking/components/DeepLinkingMobilePage.web.js +++ b/react/features/deep-linking/components/DeepLinkingMobilePage.web.js @@ -121,6 +121,22 @@ class DeepLinkingMobilePage extends Component {

{ t(`${_TNS}.appNotInstalled`, { app: NATIVE_APP_NAME }) }

+

+ { t(`${_TNS}.ifHaveApp`) } +

+ + + +

+ { t(`${_TNS}.ifDoNotHaveApp`) } +

{ { t(`${_TNS}.downloadApp`) } - - {/* */} - { renderPromotionalFooter() }