catstodon/app/javascript/flavours/glitch/locales/de.js
Jeremy Kescher 394a536ae0
Create distinctions between glitch-soc and Catstodon.
Version suffix and string changes.
2022-06-05 10:15:26 +02:00

8 lines
723 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.',
};
export default Object.assign({}, inherited, messages);