mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-11 00:36:55 +01:00
4571ee9da6
Reactions will be backported to the vanilla flavour, which requires all related settings to be accessible from the vanilla settings page rather than the glitch specific settings modal.
15 lines
923 B
JavaScript
15 lines
923 B
JavaScript
import inherited from 'mastodon/locales/de.json';
|
|
|
|
const messages = {
|
|
'getting_started.open_source_notice': 'Catstodon ist quelloffene Software, zudem ein Fork von {glitchsoc}, was wiederum ein Fork von {Mastodon} ist. Du kannst auf GitHub unter {github} dazu beitragen oder Probleme melden.',
|
|
'onboarding.page_six.github': '{domain} läuft auf Catstodon, was ein Fork ({fork}) von {glitchsoc} ist, welches wiederum ein Fork ({fork}) von {Mastodon} ist. It is fully compatible with all Mastodon apps and instances. Catstodon ist quelloffene Software. Du kannst auf GitHub unter {github} Probleme melden, nach neuen Funktionen fragen oder zum Code beitragen.',
|
|
|
|
'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);
|