2017-12-08 05:07:47 +02:00
|
|
|
import inherited from 'mastodon/locales/de.json';
|
|
|
|
|
|
|
|
const messages = {
|
2022-11-29 05:31:22 +02:00
|
|
|
'notification.reaction': '{name} hat auf deinen Beitrag reagiert',
|
|
|
|
'notifications.column_settings.reaction': 'Reaktionen:',
|
|
|
|
|
|
|
|
'tooltips.reactions': 'Reaktionen',
|
2017-12-08 05:07:47 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
export default Object.assign({}, inherited, messages);
|