mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 14:28:07 +01:00
12 lines
323 B
JavaScript
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);
|