Change "Welcome on" to "Welcome to" (#501)
"Welcome on [noun]" is not grammatically correct as an introduction in English. Let's fix that.
This commit is contained in:
parent
bdfad844d7
commit
e93b8f4444
@ -148,7 +148,7 @@ msgid "Administration"
|
|||||||
msgstr "الإدارة"
|
msgstr "الإدارة"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Welcome on {}"
|
msgid "Welcome to {}"
|
||||||
msgstr "أهلا بكم على {0}"
|
msgstr "أهلا بكم على {0}"
|
||||||
|
|
||||||
msgid "Latest articles"
|
msgid "Latest articles"
|
||||||
|
@ -153,7 +153,7 @@ msgstr "Matrix-Raum"
|
|||||||
msgid "Administration"
|
msgid "Administration"
|
||||||
msgstr "Administration"
|
msgstr "Administration"
|
||||||
|
|
||||||
msgid "Welcome on {}"
|
msgid "Welcome to {}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
|
@ -157,7 +157,7 @@ msgstr ""
|
|||||||
msgid "Administration"
|
msgid "Administration"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Welcome on {}"
|
msgid "Welcome to {}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Latest articles"
|
msgid "Latest articles"
|
||||||
|
@ -147,7 +147,7 @@ msgid "Administration"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Welcome on {}"
|
msgid "Welcome to {}"
|
||||||
msgstr "Bienvenido(a) a {0}"
|
msgstr "Bienvenido(a) a {0}"
|
||||||
|
|
||||||
msgid "Latest articles"
|
msgid "Latest articles"
|
||||||
|
@ -155,7 +155,7 @@ msgstr "Salon Matrix"
|
|||||||
msgid "Administration"
|
msgid "Administration"
|
||||||
msgstr "Administration"
|
msgstr "Administration"
|
||||||
|
|
||||||
msgid "Welcome on {}"
|
msgid "Welcome to {}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Latest articles"
|
msgid "Latest articles"
|
||||||
|
@ -152,7 +152,7 @@ msgstr "Sala Matrix"
|
|||||||
msgid "Administration"
|
msgid "Administration"
|
||||||
msgstr "Administración"
|
msgstr "Administración"
|
||||||
|
|
||||||
msgid "Welcome on {}"
|
msgid "Welcome to {}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
|
@ -152,7 +152,7 @@ msgstr "Stanza Matrix"
|
|||||||
msgid "Administration"
|
msgid "Administration"
|
||||||
msgstr "Amministrazione"
|
msgstr "Amministrazione"
|
||||||
|
|
||||||
msgid "Welcome on {}"
|
msgid "Welcome to {}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
|
@ -148,7 +148,7 @@ msgstr "Matrix ルーム"
|
|||||||
msgid "Administration"
|
msgid "Administration"
|
||||||
msgstr "管理"
|
msgstr "管理"
|
||||||
|
|
||||||
msgid "Welcome on {}"
|
msgid "Welcome to {}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Latest articles"
|
msgid "Latest articles"
|
||||||
|
@ -157,7 +157,7 @@ msgstr "Snakkerom"
|
|||||||
msgid "Administration"
|
msgid "Administration"
|
||||||
msgstr "Administrasjon"
|
msgstr "Administrasjon"
|
||||||
|
|
||||||
msgid "Welcome on {}"
|
msgid "Welcome to {}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Latest articles"
|
msgid "Latest articles"
|
||||||
|
@ -140,7 +140,7 @@ msgstr "Pokój Matrix.org"
|
|||||||
msgid "Administration"
|
msgid "Administration"
|
||||||
msgstr "Administracja"
|
msgstr "Administracja"
|
||||||
|
|
||||||
msgid "Welcome on {}"
|
msgid "Welcome to {}"
|
||||||
msgstr "Witamy na {}"
|
msgstr "Witamy na {}"
|
||||||
|
|
||||||
msgid "Latest articles"
|
msgid "Latest articles"
|
||||||
|
@ -155,7 +155,7 @@ msgstr ""
|
|||||||
msgid "Administration"
|
msgid "Administration"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Welcome on {}"
|
msgid "Welcome to {}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Latest articles"
|
msgid "Latest articles"
|
||||||
|
@ -147,7 +147,7 @@ msgid "Administration"
|
|||||||
msgstr "Administração"
|
msgstr "Administração"
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Welcome on {}"
|
msgid "Welcome to {}"
|
||||||
msgstr "Bem-vindo a {0}"
|
msgstr "Bem-vindo a {0}"
|
||||||
|
|
||||||
msgid "Latest articles"
|
msgid "Latest articles"
|
||||||
|
@ -154,7 +154,7 @@ msgstr "Комната в Matrix"
|
|||||||
msgid "Administration"
|
msgid "Administration"
|
||||||
msgstr "Администрирование"
|
msgstr "Администрирование"
|
||||||
|
|
||||||
msgid "Welcome on {}"
|
msgid "Welcome to {}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
@(ctx: BaseContext, instance: Instance, n_users: i64, n_articles: i64, local: Vec<Post>, federated: Vec<Post>, user_feed: Option<Vec<Post>>)
|
@(ctx: BaseContext, instance: Instance, n_users: i64, n_articles: i64, local: Vec<Post>, federated: Vec<Post>, user_feed: Option<Vec<Post>>)
|
||||||
|
|
||||||
@:base(ctx, instance.name.clone(), {}, {}, {
|
@:base(ctx, instance.name.clone(), {}, {}, {
|
||||||
<h1>@i18n!(ctx.1, "Welcome on {}"; instance.name.as_str())</h1>
|
<h1>@i18n!(ctx.1, "Welcome to {}"; instance.name.as_str())</h1>
|
||||||
|
|
||||||
@if ctx.2.is_some() {
|
@if ctx.2.is_some() {
|
||||||
@tabs(&[
|
@tabs(&[
|
||||||
|
Loading…
Reference in New Issue
Block a user