1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-18 00:29:13 +09:00
YuruToot/app/javascript/flavours/glitch/locales/de.js

13 lines
328 B
JavaScript
Raw Normal View History

import inherited from 'mastodon/locales/de.json';
const messages = {
'notification.reaction': '{name} hat auf deinen Beitrag reagiert',
'notifications.column_settings.reaction': 'Reaktionen:',
'tooltips.reactions': 'Reaktionen',
'status.react': 'Reagieren',
};
export default Object.assign({}, inherited, messages);