mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 10:26:43 +02:00
Integrated techbase (software comparison platform) into monorepo structure: - Created NestJS backend with votes and comments modules - Migrated from external Supabase to own PostgreSQL - Set up Drizzle ORM schema for votes and comments - Created API client replacing Supabase in Astro frontend - Added environment configuration (port 3021) Archived immediately as it's not yet ready for active development. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
76 lines
No EOL
2.5 KiB
JSON
76 lines
No EOL
2.5 KiB
JSON
{
|
|
"common": {
|
|
"home": "Startseite",
|
|
"compare": "Vergleichen",
|
|
"categories": "Kategorien",
|
|
"developers": "Entwickler",
|
|
"software": "Software",
|
|
"about": "Über uns",
|
|
"contact": "Kontakt",
|
|
"search": "Suchen",
|
|
"results": "Ergebnisse",
|
|
"explore": "Entdecken",
|
|
"all": "Alle"
|
|
},
|
|
"homepage": {
|
|
"title": "TechBase - Die zentrale Plattform für Software-Vergleiche",
|
|
"subtitle": "Finden, vergleichen und bewerten Sie Software-Lösungen",
|
|
"featured": "Empfohlene Software",
|
|
"categories": "Software-Kategorien",
|
|
"recent": "Kürzlich hinzugefügt",
|
|
"software": "Software"
|
|
},
|
|
"developer": {
|
|
"founded": "Gegründet",
|
|
"headquarters": "Hauptsitz",
|
|
"software": "Software von",
|
|
"allSoftware": "Alle Software",
|
|
"employees": "Mitarbeiter",
|
|
"revenue": "Jahresumsatz",
|
|
"keyProducts": "Hauptprodukte",
|
|
"socialMedia": "Soziale Medien",
|
|
"industry": "Branche",
|
|
"softwareByCategory": "Software nach Kategorie",
|
|
"country": "Land",
|
|
"compare": "Vergleichen",
|
|
"compareDescription": "Vergleichen Sie diesen Entwickler mit anderen",
|
|
"inlineCompare": "Direkt vergleichen",
|
|
"selectAnother": "Anderen Entwickler auswählen"
|
|
},
|
|
"software": {
|
|
"pricing": "Preismodelle",
|
|
"features": "Funktionen",
|
|
"platforms": "Plattformen",
|
|
"lastUpdated": "Zuletzt aktualisiert",
|
|
"vote": "Bewerten",
|
|
"comment": "Kommentieren",
|
|
"compare": "Vergleichen",
|
|
"monthlyPrice": "Monatlich",
|
|
"yearlyPrice": "Jährlich",
|
|
"compareDescription": "Vergleichen Sie diese Software mit anderen, um die beste Lösung für Ihre Bedürfnisse zu finden.",
|
|
"screenshots": "Screenshots",
|
|
"inlineCompare": "Direkt vergleichen",
|
|
"inlineCompareDescription": "Wählen Sie eine andere Software zum direkten Vergleich",
|
|
"selectAnother": "Andere Software auswählen",
|
|
"expandView": "Ansicht maximieren",
|
|
"minimizeView": "Ansicht minimieren"
|
|
},
|
|
"voting": {
|
|
"usability": "Benutzerfreundlichkeit",
|
|
"features": "Funktionsumfang",
|
|
"performance": "Leistung",
|
|
"support": "Support",
|
|
"value": "Preis-Leistung",
|
|
"submit": "Bewertung abschicken",
|
|
"thankYou": "Vielen Dank für Ihre Bewertung!"
|
|
},
|
|
"comments": {
|
|
"title": "Kommentare",
|
|
"writeComment": "Kommentar schreiben",
|
|
"yourName": "Ihr Name",
|
|
"yourComment": "Ihr Kommentar",
|
|
"submit": "Kommentar abschicken",
|
|
"moderation": "Ihr Kommentar wird nach der Moderation veröffentlicht.",
|
|
"noComments": "Noch keine Kommentare vorhanden."
|
|
}
|
|
} |