Replace mastodon software notice to a mastofe one
This commit is contained in:
parent
9b94bfacc2
commit
c0a0acbb6c
3 changed files with 9 additions and 3 deletions
|
@ -194,9 +194,13 @@ class GettingStarted extends ImmutablePureComponent {
|
|||
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id='getting_started.open_source_notice'
|
||||
defaultMessage='Mastodon is open source software. You can contribute or report issues on GitHub at {github}.'
|
||||
values={{ github: <span><a href='https://github.com/tootsuite/mastodon' rel='noopener' target='_blank'>tootsuite/mastodon</a> (v{version})</span> }}
|
||||
id='getting_started.mastofe_notice'
|
||||
defaultMessage='{mastofe} is libre software based on {mastodon} frontend adapted for {pleroma}.'
|
||||
values={{
|
||||
mastofe: <a href='https://git.pleroma.social/pleroma/mastofe' rel='noopener' target='_blank'>Mastofe</a>,
|
||||
mastodon: <a href='https://github.com/tootsuite/mastodon' rel='noopener' target='_blank'>Mastodon</a>,
|
||||
pleroma: <a href='https://pleroma.social' rel='noopener' target='_blank'>Pleroma</a>
|
||||
}}
|
||||
/>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -141,6 +141,7 @@
|
|||
"getting_started.heading": "Getting started",
|
||||
"getting_started.invite": "Invite people",
|
||||
"getting_started.open_source_notice": "Mastodon is open source software. You can contribute or report issues on GitHub at {github}.",
|
||||
"getting_started.mastofe_notice": "{mastofe} is libre software based on {mastodon} frontend adapted for {pleroma}.",
|
||||
"getting_started.security": "Security",
|
||||
"getting_started.terms": "Terms of service",
|
||||
"hashtag.column_header.tag_mode.all": "and {additional}",
|
||||
|
|
|
@ -137,6 +137,7 @@
|
|||
"getting_started.heading": "Pour commencer",
|
||||
"getting_started.invite": "Inviter des gens",
|
||||
"getting_started.open_source_notice": "Mastodon est un logiciel libre. Vous pouvez contribuer et envoyer vos commentaires et rapports de bogues via {github} sur GitHub.",
|
||||
"getting_started.mastofe_notice": "{mastofe} est un logiciel libre basé sur l’interface de {mastodon} adapté pour {pleroma}.",
|
||||
"getting_started.security": "Sécurité",
|
||||
"getting_started.terms": "Conditions d’utilisation",
|
||||
"hashtag.column_header.tag_mode.all": "et {additional}",
|
||||
|
|
Loading…
Reference in a new issue