- Updated all Spanish (es) translation files with comprehensive translations for tracking, AI, family, insights, children, and settings pages - Updated French (fr), Portuguese (pt), and Chinese (zh) translations to match English structure - Added German (de) and Italian (it) language support with complete translation files - Fixed medicine tracker route from /track/medication to /track/medicine - Updated i18n config to support 7 languages: en, es, fr, pt, zh, de, it - All tracking pages now fully localized: sleep, feeding, diaper, medicine, activity - AI assistant interface fully translated with thinking messages and suggested questions - Family management and insights pages now support all languages 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
147 lines
4.4 KiB
JSON
147 lines
4.4 KiB
JSON
{
|
|
"title": "Paramètres",
|
|
"account": {
|
|
"title": "Compte",
|
|
"profile": "Profil",
|
|
"email": "E-mail",
|
|
"password": "Mot de Passe",
|
|
"changePassword": "Changer le Mot de Passe",
|
|
"deleteAccount": "Supprimer le Compte",
|
|
"confirmDelete": "Êtes-vous sûr de vouloir supprimer votre compte ? Cette action ne peut pas être annulée."
|
|
},
|
|
"preferences": {
|
|
"title": "Préférences",
|
|
"language": "Langue",
|
|
"measurementUnits": "Unités de Mesure",
|
|
"metric": "Métrique (kg, cm, °C, ml)",
|
|
"imperial": "Impérial (lb, in, °F, oz)",
|
|
"timezone": "Fuseau Horaire",
|
|
"autoDetectTimezone": "Détection Automatique",
|
|
"timezoneUpdated": "Fuseau horaire mis à jour avec succès",
|
|
"timezoneAutoDetected": "Fuseau horaire détecté automatiquement",
|
|
"dateFormat": "Format de Date",
|
|
"timeFormat": "Format d'Heure",
|
|
"12hour": "Format 12 heures",
|
|
"24hour": "Format 24 heures",
|
|
"timeFormatUpdated": "Format d'heure mis à jour avec succès",
|
|
"theme": "Thème",
|
|
"light": "Clair",
|
|
"dark": "Sombre",
|
|
"auto": "Automatique (Système)"
|
|
},
|
|
"notifications": {
|
|
"title": "Notifications",
|
|
"push": "Notifications Push",
|
|
"email": "Notifications E-mail",
|
|
"feedingReminders": "Rappels d'Alimentation",
|
|
"sleepReminders": "Rappels de Sommeil",
|
|
"milestoneAlerts": "Alertes de Jalons",
|
|
"familyUpdates": "Mises à Jour Familiales",
|
|
"aiSuggestions": "Suggestions IA"
|
|
},
|
|
"privacy": {
|
|
"title": "Confidentialité et Sécurité",
|
|
"dataSharing": "Partage de Données",
|
|
"familyAccess": "Accès Familial",
|
|
"biometric": "Authentification Biométrique",
|
|
"enableFaceId": "Activer Face ID",
|
|
"enableTouchId": "Activer Touch ID",
|
|
"enableFingerprint": "Activer l'Empreinte Digitale",
|
|
"dataExport": "Exporter les Données",
|
|
"downloadData": "Télécharger Vos Données"
|
|
},
|
|
"family": {
|
|
"title": "Famille",
|
|
"members": "Membres de la Famille",
|
|
"inviteMember": "Inviter un Membre",
|
|
"removeMember": "Retirer un Membre",
|
|
"permissions": "Permissions",
|
|
"role": "Rôle",
|
|
"roles": {
|
|
"admin": "Administrateur",
|
|
"parent": "Parent",
|
|
"caregiver": "Soignant",
|
|
"viewer": "Observateur"
|
|
}
|
|
},
|
|
"children": {
|
|
"title": "Enfants",
|
|
"addChild": "Ajouter un Enfant",
|
|
"editChild": "Modifier l'Enfant",
|
|
"removeChild": "Retirer l'Enfant",
|
|
"name": "Nom",
|
|
"dateOfBirth": "Date de Naissance",
|
|
"gender": "Genre",
|
|
"genders": {
|
|
"male": "Masculin",
|
|
"female": "Féminin",
|
|
"other": "Autre",
|
|
"preferNotToSay": "Préfère ne pas dire"
|
|
}
|
|
},
|
|
"subscription": {
|
|
"title": "Abonnement",
|
|
"plan": "Plan Actuel",
|
|
"free": "Gratuit",
|
|
"premium": "Premium",
|
|
"upgradeToPremium": "Passer à Premium",
|
|
"manageBilling": "Gérer la Facturation",
|
|
"cancelSubscription": "Annuler l'Abonnement",
|
|
"renewalDate": "Date de Renouvellement",
|
|
"features": {
|
|
"unlimitedAi": "Questions IA illimitées",
|
|
"familySync": "Synchronisation familiale",
|
|
"advancedAnalytics": "Analyses avancées",
|
|
"exportReports": "Exporter les rapports",
|
|
"prioritySupport": "Support prioritaire"
|
|
}
|
|
},
|
|
"about": {
|
|
"title": "À Propos",
|
|
"version": "Version",
|
|
"termsOfService": "Conditions d'Utilisation",
|
|
"privacyPolicy": "Politique de Confidentialité",
|
|
"helpCenter": "Centre d'Aide",
|
|
"contactSupport": "Contacter le Support",
|
|
"rateApp": "Évaluer l'App",
|
|
"shareApp": "Partager l'App"
|
|
},
|
|
"profile": {
|
|
"title": "Informations du Profil",
|
|
"name": "Nom",
|
|
"nameRequired": "Le nom ne peut pas être vide",
|
|
"email": "E-mail",
|
|
"emailNotEditable": "L'e-mail ne peut pas être modifié"
|
|
},
|
|
"appearance": {
|
|
"title": "Apparence",
|
|
"darkMode": "Mode Sombre (Bientôt Disponible)"
|
|
},
|
|
"security": {
|
|
"title": "Sécurité"
|
|
},
|
|
"sessions": {
|
|
"title": "Sessions"
|
|
},
|
|
"deviceTrust": {
|
|
"title": "Confiance de l'Appareil"
|
|
},
|
|
"biometric": {
|
|
"title": "Authentification Biométrique"
|
|
},
|
|
"dataExport": {
|
|
"title": "Exportation de Données"
|
|
},
|
|
"accountDeletion": {
|
|
"title": "Suppression de Compte"
|
|
},
|
|
"accountActions": {
|
|
"title": "Actions du Compte",
|
|
"logout": "Déconnexion"
|
|
},
|
|
"save": "Enregistrer les Préférences",
|
|
"saving": "Enregistrement...",
|
|
"saved": "Paramètres enregistrés avec succès !",
|
|
"cancel": "Annuler",
|
|
"reset": "Réinitialiser par Défaut"
|
|
} |