import inherited from 'mastodon/locales/fr.json'; const messages = { 'notification.reaction': '{name} a réagi·e à votre message', 'notifications.column_settings.reaction': 'Réactions:', 'tooltips.reactions': 'Réactions', 'settings.enter_amount_prompt': 'Entrez un montant', 'settings.num_visible_reactions': 'Nombre de réactions visibles', 'status.react': 'Réagir', }; export default Object.assign({}, inherited, messages);