Skip to content

Commit 60ebc1d

Browse files
Correct translations
Change-Id: I696ca1c72a9b6eaa02127f050b6bdcf75bdecabe
1 parent 83a0026 commit 60ebc1d

File tree

4 files changed

+21
-27
lines changed

4 files changed

+21
-27
lines changed

res/welcome.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@
164164
<a href="https://amp.chat" target="_blank" rel="noopener">
165165
<img src="welcome/images/logo.svg" alt="" class="mx_Logo"/>
166166
</a>
167-
<h1 class="mx_Header_title">_t("Welcome to AMP.chat")</h1>
168-
<h4 class="mx_Header_subtitle">_t("The secure messenger for healthcare industry")</h4>
167+
<h1 class="mx_Header_title">_t("Welcome to Riot.im")</h1>
168+
<h4 class="mx_Header_subtitle">_t("Decentralised, encrypted chat &amp; collaboration powered by [matrix]")</h4>
169169
<div class="mx_ButtonGroup">
170170
<div class="mx_ButtonRow">
171171
<a href="#/login" class="mx_ButtonParent mx_ButtonSignIn mx_Button_iconSignIn">
@@ -184,7 +184,7 @@ <h4 class="mx_Header_subtitle">_t("The secure messenger for healthcare industry"
184184
<div>
185185
<div class="mx_ButtonWrapperText">_t("Need help?")</div>
186186
<a href="#/user/@riot-bot:matrix.org?action=chat" class="mx_ButtonParent mx_SecondaryButton mx_Button_iconHelp">
187-
<div class="mx_ButtonLabel">_t("Chat with AMP Bot")</div>
187+
<div class="mx_ButtonLabel">_t("Chat with Riot Bot")</div>
188188
</a>
189189
</div>
190190
<div>

src/i18n/strings/de_DE.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"Unknown device": "Unbekanntes Gerät",
99
"You need to be using HTTPS to place a screen-sharing call.": "Du musst HTTPS nutzen um einen Anruf mit Bildschirmfreigabe durchzuführen.",
1010
"Welcome to AMP.chat": "Willkommen bei AMP.chat",
11-
"The secure messenger for healthcare industry": "Der sichere Messenger für die Gesundheitsbranche",
11+
"Decentralised, encrypted chat &amp; collaboration powered by [matrix]": "Der sichere Messenger für die Gesundheitsbranche",
1212
"Search the room directory": "Raum-Verzeichnis durchsuchen",
1313
"Chat with AMP Bot": "Chatte mit dem AMP Bot",
1414
"Get started with some tips from AMP Bot!": "Lass Dir vom AMP-Bot eine Einführung geben!",

src/i18n/strings/en_EN.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,30 @@
11
{
2-
"Your Riot configuration contains invalid JSON. Please correct the problem and reload the page.": "Your Riot configuration contains invalid JSON. Please correct the problem and reload the page.",
2+
"Your Riot configuration contains invalid JSON. Please correct the problem and reload the page.": "Your AMP.chat configuration contains invalid JSON. Please correct the problem and reload the page.",
33
"The message from the parser is: %(message)s": "The message from the parser is: %(message)s",
44
"Invalid JSON": "Invalid JSON",
5-
"Your Riot is misconfigured": "Your Riot is misconfigured",
5+
"Your Riot is misconfigured": "Your AMP.chat is misconfigured",
66
"Unexpected error preparing the app. See console for details.": "Unexpected error preparing the app. See console for details.",
77
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.": "Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.",
88
"Invalid configuration: no default server specified.": "Invalid configuration: no default server specified.",
9-
"Riot Desktop on %(platformName)s": "Riot Desktop on %(platformName)s",
9+
"Riot Desktop on %(platformName)s": "AMP.chat Desktop on %(platformName)s",
1010
"Unknown device": "Unknown device",
1111
"%(appName)s via %(browserName)s on %(osName)s": "%(appName)s via %(browserName)s on %(osName)s",
1212
"You need to be using HTTPS to place a screen-sharing call.": "You need to be using HTTPS to place a screen-sharing call.",
1313
"powered by Matrix": "powered by Matrix",
1414
"Custom Server Options": "Custom Server Options",
15-
"You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL. This allows you to use Riot with an existing Matrix account on a different homeserver.": "You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL. This allows you to use Riot with an existing Matrix account on a different homeserver.",
15+
"You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL. This allows you to use Riot with an existing Matrix account on a different homeserver.": "You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL. This allows you to use AMP.chat with an existing Matrix account on a different homeserver.",
1616
"Dismiss": "Dismiss",
17-
"Welcome to Riot.im": "Welcome to Riot.im",
18-
"Decentralised, encrypted chat &amp; collaboration powered by [matrix]": "Decentralised, encrypted chat &amp; collaboration powered by [matrix]",
17+
"Welcome to Riot.im": "Welcome to AMP.chat",
18+
"Decentralised, encrypted chat &amp; collaboration powered by [matrix]": "The secure messenger for the healthcare industry",
1919
"Sign In": "Sign In",
2020
"Create Account": "Create Account",
2121
"Need help?": "Need help?",
22-
"Chat with Riot Bot": "Chat with Riot Bot",
22+
"Chat with Riot Bot": "Chat with AMP Bot",
2323
"Explore rooms": "Explore rooms",
2424
"Room Directory": "Room Directory",
2525
"Search the room directory": "Search the room directory",
26-
"Get started with some tips from Riot Bot!": "Get started with some tips from Riot Bot!",
27-
"Welcome to AMP.chat": "Welcome to AMP.chat",
28-
"The secure messenger for healthcare industry": "The secure messenger for healthcare industry",
29-
"Chat with AMP Bot": "Chat with AMP Bot",
30-
"AMP.chat on %(platformName)s": "AMP.chat on %(platformName)s",
26+
"Get started with some tips from Riot Bot!": "Get started with some tips from AMP Bot!",
27+
"Riot on %(platformName)s": "AMP.chat on %(platformName)s",
3128
"Privacy": "Privacy"
3229

3330
}

src/i18n/strings/en_US.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,25 @@
33
"Custom Server Options": "Custom Server Options",
44
"Dismiss": "Dismiss",
55
"powered by Matrix": "powered by Matrix",
6-
"Riot Desktop on %(platformName)s": "Riot Desktop on %(platformName)s",
6+
"Riot Desktop on %(platformName)s": "AMP.chat Desktop on %(platformName)s",
77
"Unknown device": "Unknown device",
88
"You need to be using HTTPS to place a screen-sharing call.": "You need to be using HTTPS to place a screen-sharing call.",
9-
"Welcome to Riot.im": "Welcome to Riot.im",
10-
"Decentralised, encrypted chat &amp; collaboration powered by [matrix]": "Decentralised, encrypted chat &amp; collaboration powered by [matrix]",
11-
"Chat with Riot Bot": "Chat with Riot Bot",
12-
"You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL. This allows you to use Riot with an existing Matrix account on a different homeserver.": "You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL. This allows you to use Riot with an existing Matrix account on a different homeserver.",
9+
"Welcome to Riot.im": "Welcome to AMP.chat",
10+
"Decentralised, encrypted chat &amp; collaboration powered by [matrix]": "The secure messenger for the healthcare industry",
11+
"Chat with Riot Bot": "Chat with AMP Bot",
12+
"You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL. This allows you to use Riot with an existing Matrix account on a different homeserver.": "You can use the custom server options to sign into other Matrix servers by specifying a different homeserver URL. This allows you to use AMP.chat with an existing Matrix account on a different homeserver.",
1313
"Sign In": "Sign In",
1414
"Create Account": "Create Account",
1515
"Need help?": "Need help?",
1616
"Explore rooms": "Explore rooms",
1717
"Room Directory": "Room Directory",
18-
"Your Riot configuration contains invalid JSON. Please correct the problem and reload the page.": "Your Riot configuration contains invalid JSON. Please correct the problem and reload the page.",
18+
"Your Riot configuration contains invalid JSON. Please correct the problem and reload the page.": "Your AMP.chat configuration contains invalid JSON. Please correct the problem and reload the page.",
1919
"The message from the parser is: %(message)s": "The message from the parser is: %(message)s",
2020
"Invalid JSON": "Invalid JSON",
21-
"Your Riot is misconfigured": "Your Riot is misconfigured",
21+
"Your Riot is misconfigured": "Your AMP.chat is misconfigured",
2222
"Unexpected error preparing the app. See console for details.": "Unexpected error preparing the app. See console for details.",
2323
"Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.": "Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.",
2424
"Invalid configuration: no default server specified.": "Invalid configuration: no default server specified.",
25-
"Welcome to AMP.chat": "Welcome to AMP.chat",
26-
"The secure messenger for healthcare industry": "The secure messenger for healthcare industry",
27-
"Chat with AMP Bot": "Chat with AMP Bot",
28-
"AMP.chat on %(platformName)s": "AMP.chat on %(platformName)s"
25+
"Riot on %(platformName)s": "AMP.chat on %(platformName)s"
2926

3027
}

0 commit comments

Comments
 (0)