mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-11 05:23:14 -08:00
12 lines
328 B
JavaScript
12 lines
328 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',
|
||
|
|
|
||
|
|
'status.react': 'Reagieren',
|
||
|
|
};
|
||
|
|
|
||
|
|
export default Object.assign({}, inherited, messages);
|