catstodon/app/javascript/flavours/glitch/locales/fr.js

13 lines
323 B
JavaScript
Raw Normal View History

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