catstodon/app/javascript/flavours/glitch/locales/fr.js
2022-12-20 18:24:19 +01:00

12 lines
323 B
JavaScript

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',
'status.react': 'Réagir',
};
export default Object.assign({}, inherited, messages);