mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-12-03 06:09:04 +01:00
10 lines
296 B
JavaScript
10 lines
296 B
JavaScript
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',
|
|
};
|
|
|
|
export default Object.assign({}, inherited, messages);
|