···2424 noWikisYet: "No wikis yet.",
2525 public: "public",
2626 private: "private",
2727- tagline: "Knowledge grows together",
2727+ tagline: "Shared knowledge, owned by you",
2828 heroDescription:
2929- "Open, collaborative wikis built on ATProto. Your content lives on your identity, not our servers.",
2929+ "Collaborative wikis on the open web. Your contributions belong to you, not to any platform.",
3030 createAWiki: "Create a wiki",
3131 exploreWikis: "Explore wikis",
3232 explorePublicWikis: "Explore public wikis",
···9191 noMembers: "No members yet.",
9292 noRequests: "No pending requests.",
9393 cannotRemoveOwner: "Cannot remove the wiki owner.",
9494+ roleAdmin: "Admin",
9595+ roleContributor: "Contributor",
9696+ roleViewer: "Viewer",
9797+ roleOwner: "Owner",
9498 changeRole: "Change role",
9599 saveRole: "Save",
96100 addMember: "Add member",
···107111 noBookmarks: "No bookmarks yet.",
108112 bookmark: "Bookmark",
109113 removeBookmark: "Remove bookmark",
114114+ },
115115+ settings: {
116116+ heading: "Settings",
117117+ dangerZone: "Delete this wiki",
118118+ deleteWikiDescription:
119119+ "This will permanently delete the wiki and all its notes. This action cannot be undone.",
120120+ deleteWikiOwnerOnly: "Only the wiki owner can delete this wiki.",
121121+ typeToConfirm: "Type {name} to confirm",
122122+ deleteWiki: "Delete wiki",
123123+ nameDoesNotMatch: "Wiki name does not match.",
110124 },
111125 error: {
112126 titleRequired: "Title is required.",
+26-12
src/lib/i18n/fr.ts
···33export const fr: PartialMessages = {
44 nav: {
55 login: "Connexion",
66- logout: "Deconnexion",
66+ logout: "Déconnexion",
77 },
88 login: {
99- heading: "Connexion a Lichen",
99+ heading: "Connexion à Lichen",
1010 description:
1111 "Entrez votre identifiant pour vous connecter via votre fournisseur ATProto.",
1212 handleLabel: "Identifiant",
1313 handlePlaceholder: "alice.bsky.social",
1414 errorResolve:
1515- "Impossible de resoudre l'identifiant \"{handle}\". Verifiez l'orthographe.",
1616- errorGeneric: "La connexion a echoue. Veuillez reessayer.",
1515+ "Impossible de résoudre l'identifiant \"{handle}\". Vérifiez l'orthographe.",
1616+ errorGeneric: "La connexion a échoué. Veuillez réessayer.",
1717 },
1818 search: {
1919 searchWikis: "Rechercher des wikis...",
···2525 noWikisYet: "Aucun wiki pour le moment.",
2626 public: "public",
2727 private: "privé",
2828- tagline: "Le savoir grandit ensemble",
2828+ tagline: "Écrivez ensemble, tout vous appartient",
2929 heroDescription:
3030- "Des wikis ouverts et collaboratifs sur ATProto. Votre contenu vit sur votre identite, pas sur nos serveurs.",
3131- createAWiki: "Creer un wiki",
3030+ "Des wikis collaboratifs sur le web libre. Vos contributions vous appartiennent, sans dépendre d'aucune plateforme.",
3131+ createAWiki: "Créer un wiki",
3232 exploreWikis: "Explorer les wikis",
3333 explorePublicWikis: "Explorer les wikis publics",
3434 allLanguages: "Tous",
3535 noteCount: "{count} notes",
3636 builtOnAtproto: "Construit sur ATProto",
3737 sourceCode: "Code source",
3838- recentlyUpdated: "Mis a jour recemment",
3939- recentlyCreated: "Crees recemment",
3838+ recentlyUpdated: "Mis à jour récemment",
3939+ recentlyCreated: "Créés récemment",
4040 exploreMore: "Explorer plus",
4141 },
4242 pagination: {
4343- previous: "Precedent",
4343+ previous: "Précédent",
4444 next: "Suivant",
4545 },
4646 wiki: {
···6060 cancel: "Annuler",
6161 deleteNote: "Supprimer la note",
6262 confirmDeleteNote:
6363- "Voulez-vous vraiment supprimer cette note ? Cette action est irreversible.",
6363+ "Voulez-vous vraiment supprimer cette note ? Cette action est irréversible.",
6464 newNotePlaceholder: "# Titre de ma note\n\nÉcrivez votre contenu ici...",
6565 titlePlaceholder: "Titre de ma note",
6666 },
···9292 noMembers: "Aucun membre pour le moment.",
9393 noRequests: "Aucune demande en attente.",
9494 cannotRemoveOwner: "Impossible de supprimer le propriétaire du wiki.",
9595+ roleAdmin: "Administrateur",
9696+ roleContributor: "Contributeur",
9797+ roleViewer: "Lecteur",
9898+ roleOwner: "Propriétaire",
9599 changeRole: "Changer le rôle",
96100 saveRole: "Enregistrer",
97101 addMember: "Ajouter un membre",
···103107 myWikis: "Mes wikis",
104108 collaborating: "Collaborations",
105109 bookmarks: "Signets",
106106- noOwnedWikis: "Vous n'avez pas encore cree de wiki.",
110110+ noOwnedWikis: "Vous n'avez pas encore créé de wiki.",
107111 noCollaboratingWikis: "Vous ne collaborez sur aucun wiki pour le moment.",
108112 noBookmarks: "Aucun signet pour le moment.",
109113 bookmark: "Ajouter aux signets",
110114 removeBookmark: "Retirer des signets",
115115+ },
116116+ settings: {
117117+ heading: "Paramètres",
118118+ dangerZone: "Supprimer ce wiki",
119119+ deleteWikiDescription:
120120+ "Cela supprimera définitivement le wiki et toutes ses notes. Cette action est irréversible.",
121121+ deleteWikiOwnerOnly: "Seul le propriétaire du wiki peut le supprimer.",
122122+ typeToConfirm: "Tapez {name} pour confirmer",
123123+ deleteWiki: "Supprimer le wiki",
124124+ nameDoesNotMatch: "Le nom du wiki ne correspond pas.",
111125 },
112126 error: {
113127 titleRequired: "Le titre est requis.",