-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(website): subtitles in navbar (#604)
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,25 @@ | ||
{ | ||
"navigation": { | ||
"about-us": "Wer wir sind", | ||
"about-us-description": "Erfahre mehr über Social Income und den Menschen dahinter", | ||
"team-description": "Wer sich für Social Income engagiert", | ||
"contributors": "Spender:innen", | ||
"finances": "Finanzen", | ||
"how-it-works": "So funktioniert's", | ||
"my-profile": "Mein Profil", | ||
"our-work": "Was wir tun", | ||
"our-work-description": "Erfahre, was wir tun und wofür wir stehen", | ||
"contributors-description": "Erfahre mehr über die Menschen, die spenden", | ||
"whats-next-description": "Erfahre, woran wir gerade arbeiten", | ||
"how-it-works-description": "Verstehe, wie alles funktioniert", | ||
"recipients-description": "Erfahre mehr über die Menschen, die wir unterstützen", | ||
"recipient-selection": "Selektion der Empfänger:innen", | ||
"recipients": "Empfänger:innen", | ||
"team": "Team", | ||
"transparency": "Transparenz", | ||
"finances-description": "Learn about our finances", | ||
"recipient-selection-description": "Erfahre mehr über unseren Auswahlprozess", | ||
"faq-description": "Lerne aus den Fragen anderer Leute", | ||
"whats-next": "Was kommt als nächstes?" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,26 @@ | ||
{ | ||
"navigation": { | ||
"about-us": "About Us", | ||
"about-us-description": "Learn more about Social Income and the people behind it", | ||
"team-description": "Who is involved with Social Income", | ||
"contributors": "Contributors", | ||
"faq": "FAQ", | ||
"finances": "Finances", | ||
"how-it-works": "How It Works", | ||
"my-profile": "My Profile", | ||
"our-work": "Our Work", | ||
"our-work-description": "Learn what we do and stand for", | ||
"contributors-description": "Learn about the people donating", | ||
"whats-next-description": "Learn what we are working on", | ||
"how-it-works-description": "Learn how everything works", | ||
"recipients-description": "Learn about the people we support", | ||
"recipient-selection": "Recipient Selection", | ||
"recipients": "Recipients", | ||
"team": "Team", | ||
"transparency": "Transparency", | ||
"finances-description": "Learn about our finances", | ||
"recipient-selection-description": "Learn about our selection process", | ||
"faq-description": "Learn from other people's questions", | ||
"whats-next": "What's next?" | ||
} | ||
} |