-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [CH] Local timeline logo is now instance logo. Instance logo must be svg only. Remove name from Manifest.json (#64) * [FIX] Edit chat check (#65) * [CH] Better UX for polls (#66) * [FIX] Translate config panel, bookmark,muted words, import data pages in French (#67) * [FIX] use actualStatus hidden state boosted status with CW are now working correctly (#76) * [CH] Move custom enlistment directly in the pre-existing onboarding (#73) * [CH] Rework the profile directory (#77) * [ADD][FIX] Add a detailed home description, Show admins and moderators on front page. Fix footer links on mangane settings page. (#83) * [Fix] translations (#84) * [CH] Back arrow should stick to the top of the screen (#86) * [Fix] wrong request on admin dashboard (#85) * [FIX] Fix translation tone * [REM] Remove useless onboarding setting
- Loading branch information
Showing
116 changed files
with
2,527 additions
and
2,466 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -797,7 +797,6 @@ | |
"poll_button.add_poll": "Add a poll", | ||
"poll_button.remove_poll": "Remove poll", | ||
"preferences.fields.auto_play_gif_label": "Auto-play animated GIFs", | ||
"preferences.fields.enlisted": "Ignore onboarding", | ||
"preferences.fields.boost_modal_label": "Show confirmation dialog before reposting", | ||
"preferences.fields.delete_modal_label": "Show confirmation dialog before deleting a post", | ||
"preferences.fields.demetricator_label": "Use Demetricator", | ||
|
@@ -961,20 +960,21 @@ | |
"who_to_follow.title": "Who To Follow", | ||
"enlistment.next": "Next", | ||
"enlistment.pass": "Ignore", | ||
"enlistment.step0.title": "Bienvenue sur Mangane !", | ||
"enlistment.step0.body": "Mangane c’est votre porte d’entrée vers un réseau de serveurs indépendants qui communiquent ensemble pour former un réseau social plus large : le fediverse. Chaque serveur est appelé “instance”. Ton instance c’est tout simplement ce site : Bdx.town", | ||
"enlistment.step0.username": "ton pseudo complet", | ||
"enlistment.step0.explanation": "c’est cet identifiant que tu peux partager sur le fediverse", | ||
"enlistment.step1.title": "Comment ça marche ?", | ||
"enlistment.step1.left": "Ici tu es sur {title}. Si tu échanges avec des gens de la même instance que toi, tu peux les mentionners avec simplement <span class='font-bold'>@pseudo</span><br/><br />ex: <a href='{contact_url}'>{contact_name}</a>, si tu veux parler à l’admin de {title}", | ||
"enlistment.step1.right": "Si tu échanges avec une personne d’une autre instance il faudra la mentionner avec son <span class='font-bold'>@pseudo@instance</span><br/><br/> ex: <a href='https://oslo.town/@matt'>@[email protected]</a>, si tu veux parler à l’admin d’Oslo.town", | ||
"enlistment.step1.explanation": "Pas d’inquiétude cependant, lors de la rédaction d’un post, l’autosuggestion t’aidera à trouver la bonne mention ! Par ailleurs si tu réponds à un post, la mention sera automatiquement écrite de la bonne manière.", | ||
"enlistment.step2.title1": "Home", | ||
"enlistment.step2.title3": "Découvrir", | ||
"enlistment.step2.col1": "Ici tu es en terrain connu : seules tes publications et celles des personnes que tu suis s’afficheront sur ce fil.", | ||
"enlistment.step2.col2": "Ici c’est un peu ton quartier : tu n’y trouveras que des publications venant de membres de cette instance, que tu les suives ou non.", | ||
"enlistment.step2.col3": "Sors des sentiers battus et va explorer le reste du monde : ce fil affiche les publications de l’ensemble des instances connues.", | ||
"enlistment.step2.explanation1": "Au départ ce sera un peu vide mais pas de souci on peut t’aider à le fournir !", | ||
"enlistment.step2.explanation2": "On l’appelle généralementfil “local”.", | ||
"enlistment.step2.explanation3": "On l’appelle généralementfil “global” ou “fédéré”." | ||
"onboarding.welcome.title": "Bienvenue sur Mangane !", | ||
"onboarding.welcome.body1": "Mangane c’est votre porte d’entrée vers un réseau de serveurs indépendants qui communiquent ensemble pour former un réseau social plus large : le fediverse.", | ||
"onboarding.welcome.body2": "Ton instance c’est tout simplement ce site :", | ||
"onboarding.welcome.username": "ton pseudo complet", | ||
"onboarding.welcome.explanation": "c’est cet identifiant que tu peux partager sur le fediverse", | ||
"onboarding.how-it-works.title": "Comment ça marche ?", | ||
"onboarding.how-it-works.left": "Ici tu es sur {title}. Si tu échanges avec des gens de la même instance que toi, tu peux les mentionners avec simplement <span class='font-bold'>@pseudo</span><br/><br />ex: <a href='{contact_url}'>{contact_name}</a>, si tu veux parler à l’admin de {title}", | ||
"onboarding.how-it-works.right": "Si tu échanges avec une personne d’une autre instance il faudra la mentionner avec son <span class='font-bold'>@pseudo@instance</span><br/><br/> ex: <a href='https://oslo.town/@matt'>@[email protected]</a>, si tu veux parler à l’admin d’Oslo.town", | ||
"onboarding.how-it-works.explanation": "Pas d’inquiétude cependant, lors de la rédaction d’un post, l’autosuggestion t’aidera à trouver la bonne mention ! Par ailleurs si tu réponds à un post, la mention sera automatiquement écrite de la bonne manière.", | ||
"onboarding.feeds.title1": "Home", | ||
"onboarding.feeds.title3": "Découvrir", | ||
"onboarding.feeds.col1": "Ici tu es en terrain connu : seules tes publications et celles des personnes que tu suis s’afficheront sur ce fil.", | ||
"onboarding.feeds.col2": "Ici c’est un peu ton quartier : tu n’y trouveras que des publications venant de membres de cette instance, que tu les suives ou non.", | ||
"onboarding.feeds.col3": "Sors des sentiers battus et va explorer le reste du monde : ce fil affiche les publications de l’ensemble des instances connues.", | ||
"onboarding.feeds.explanation1": "Au départ ce sera un peu vide mais pas de souci on peut t’aider à le fournir !", | ||
"onboarding.feeds.explanation2": "On l’appelle généralementfil “local”.", | ||
"onboarding.feeds.explanation3": "On l’appelle généralementfil “global” ou “fédéré”." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.