feat(i18n): add French language support and enhance localization
All checks were successful
Deploy to production / deploy (push) Successful in 2m48s
All checks were successful
Deploy to production / deploy (push) Successful in 2m48s
- Introduced French as a supported language across the application, updating locale files and adding translations for various components. - Enhanced language handling logic to accommodate French, ensuring proper detection and fallback mechanisms. - Updated UI elements to include French language options, improving accessibility for French-speaking users. - Refactored SEO handling to include French in hreflang links, enhancing search engine indexing for multilingual content. - Added new scripts for managing French translations and ensuring consistency across language files.
This commit is contained in:
119
frontend/src/i18n/locales/fr/navigation.json
Normal file
119
frontend/src/i18n/locales/fr/navigation.json
Normal file
@@ -0,0 +1,119 @@
|
||||
{
|
||||
"navigation": {
|
||||
"home": "Page d'accueil",
|
||||
"logout": "Se déconnecter",
|
||||
"friends": "Amis",
|
||||
"socialnetwork": "Point de rencontre",
|
||||
"chats": "Discussions",
|
||||
"falukant": "Falukant",
|
||||
"minigames": "Minispiele",
|
||||
"personal": "Persönliches",
|
||||
"settings": "Paramètres",
|
||||
"administration": "administration",
|
||||
"m-chats": {
|
||||
"multiChat": "Chat multi-utilisateur",
|
||||
"randomChat": "Chat pour célibataires aléatoires",
|
||||
"eroticChat": "Chat érotique"
|
||||
},
|
||||
"m-socialnetwork": {
|
||||
"guestbook": "Livre d'or",
|
||||
"blog": "Blogue",
|
||||
"usersearch": "Recherche d'utilisateurs",
|
||||
"forum": "Forum",
|
||||
"gallery": "galerie",
|
||||
"sprachenlernen": "Apprendre des langues",
|
||||
"blockedUsers": "Utilisateurs bloqués",
|
||||
"oneTimeInvitation": "Invitations uniques",
|
||||
"diary": "agenda",
|
||||
"erotic": "érotisme",
|
||||
"m-erotic": {
|
||||
"pictures": "Photos",
|
||||
"videos": "vidéos"
|
||||
},
|
||||
"m-sprachenlernen": {
|
||||
"vocabtrainer": "Entraîneur de vocabulaire",
|
||||
"sprachkurse": "Cours de langue",
|
||||
"m-vocabtrainer": {
|
||||
"newLanguage": "Nouvelle langue"
|
||||
}
|
||||
}
|
||||
},
|
||||
"m-minigames": {
|
||||
"match3": "Match 3 - Bijoux",
|
||||
"taxi": "Simulateur de taxi"
|
||||
},
|
||||
"m-personal": {
|
||||
"sprachenlernen": "Apprendre des langues",
|
||||
"calendar": "calendrier",
|
||||
"m-sprachenlernen": {
|
||||
"vocabtrainer": "Entraîneur de vocabulaire",
|
||||
"sprachkurse": "Cours de langue",
|
||||
"m-vocabtrainer": {
|
||||
"newLanguage": "Nouvelle langue"
|
||||
}
|
||||
}
|
||||
},
|
||||
"m-settings": {
|
||||
"homepage": "Page d'accueil",
|
||||
"account": "compte",
|
||||
"personal": "Persönliches",
|
||||
"view": "Regarder",
|
||||
"flirt": "flirter",
|
||||
"interests": "Interessen",
|
||||
"notifications": "Notifications",
|
||||
"sexuality": "sexualité",
|
||||
"languageAssistant": "Assistant vocal"
|
||||
},
|
||||
"m-administration": {
|
||||
"contactrequests": "Kontaktanfragen",
|
||||
"users": "Benutzer",
|
||||
"userrights": "Benutzerrechte",
|
||||
"m-users": {
|
||||
"userlist": "Liste des utilisateurs",
|
||||
"adultverification": "Sorties érotiques",
|
||||
"eroticmoderation": "Modération érotique",
|
||||
"userstatistics": "Statistiques des utilisateurs",
|
||||
"userrights": "Benutzerrechte"
|
||||
},
|
||||
"forum": "Forum",
|
||||
"interests": "Interessen",
|
||||
"falukant": "Falukant",
|
||||
"m-falukant": {
|
||||
"logentries": "Entrées de journal",
|
||||
"edituser": "Modifier l'utilisateur",
|
||||
"database": "base de données",
|
||||
"mapEditor": "Editeur de cartes",
|
||||
"createNPC": "NPCs erstellen"
|
||||
},
|
||||
"minigames": "Minispiele",
|
||||
"m-minigames": {
|
||||
"match3": "Niveaux Match3",
|
||||
"taxiTools": "Outils de taxi"
|
||||
},
|
||||
"chatrooms": "Chaträume",
|
||||
"servicesStatus": "Statut des services"
|
||||
},
|
||||
"m-friends": {
|
||||
"manageFriends": "Gérer les amis",
|
||||
"chat": "Chat",
|
||||
"profile": "profil"
|
||||
},
|
||||
"m-falukant": {
|
||||
"create": "Créer",
|
||||
"overview": "Übersicht",
|
||||
"towns": "Niederlassungen",
|
||||
"factory": "production",
|
||||
"family": "Familie",
|
||||
"house": "Maison",
|
||||
"darknet": "souterrain",
|
||||
"reputation": "Reputation",
|
||||
"moneyhistory": "Des flux de trésorerie",
|
||||
"nobility": "Sozialstatus",
|
||||
"politics": "politique",
|
||||
"education": "Éducation",
|
||||
"health": "Santé",
|
||||
"bank": "banque",
|
||||
"church": "Kirche"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user