2017-12-08 05:07:47 +02:00
|
|
|
import inherited from 'mastodon/locales/fr.json';
|
|
|
|
|
|
|
|
const messages = {
|
2022-11-29 05:31:22 +02:00
|
|
|
'notification.reaction': '{name} a réagi·e à votre message',
|
|
|
|
'notifications.column_settings.reaction': 'Réactions:',
|
|
|
|
|
|
|
|
'tooltips.reactions': 'Réactions',
|
2022-11-29 06:37:44 +02:00
|
|
|
|
|
|
|
'status.react': 'Réagir',
|
2017-12-08 05:07:47 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
export default Object.assign({}, inherited, messages);
|