mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-12-02 10:29:03 +01:00
394a536ae0
Version suffix and string changes.
8 lines
723 B
JavaScript
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);
|