-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Marketing Translations (beta) (#477)
- Loading branch information
1 parent
3c7fdb5
commit c50791f
Showing
8 changed files
with
425 additions
and
33 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
"project_id" : "512896" | ||
"base_path" : "." | ||
"base_url" : "https://api.crowdin.com" | ||
"preserve_hierarchy": true | ||
|
||
files: [ | ||
{ | ||
"source" : "/src/translations/locales/en-GB.json", | ||
"translation" : "/src/translations/locales/%locale%.json" | ||
} | ||
] |
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
"project_id" : "570085" | ||
"base_path" : "." | ||
"base_url" : "https://api.crowdin.com" | ||
"preserve_hierarchy": true | ||
|
||
files: [ | ||
{ | ||
"source" : "/public/locales/en/common.json", | ||
"translation" : "/public/locales/%two_letters_code%/common.json" | ||
} | ||
] |
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,6 +1,20 @@ | ||
module.exports = { | ||
i18n: { | ||
defaultLocale: 'en', | ||
locales: ['en', 'fr'], | ||
locales: ['en', 'fr', 'de', 'nl'], | ||
domains: [ | ||
{ | ||
domain: 'retrospected.com', | ||
defaultLocale: 'en', | ||
}, | ||
{ | ||
domain: 'retrospected.fr', | ||
defaultLocale: 'fr', | ||
}, | ||
{ | ||
domain: 'retrospected.de', | ||
defaultLocale: 'de', | ||
} | ||
], | ||
}, | ||
} |
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 |
---|---|---|
@@ -0,0 +1,177 @@ | ||
{ | ||
"SEO": { | ||
"title": "Retrospektiert", | ||
"description": "Kostenloses Echtzeit-Agile Retrospektive Board für Ingenieurteams" | ||
}, | ||
"Banner": { | ||
"heading": "Echtzeit-Retrospektiven. Recht. In Sekunden.", | ||
"text": "Weil Post-it-Notizen nicht geschnitten werden.", | ||
"tagline": "*Keine Kreditkarte erforderlich", | ||
"subscribeToday": "Kostenlos testen" | ||
}, | ||
"Nav": { | ||
"home": "Zuhause", | ||
"howTo": "Wie man", | ||
"features": "Eigenschaften", | ||
"testimonial": "Referenzen", | ||
"pricing": "Preis", | ||
"faq": "FAQ", | ||
"subscribe": "Abonnieren", | ||
"login": "Anmelden" | ||
}, | ||
"Clients": { | ||
"main": "Schließen Sie sich den Hunderten von Unternehmen mit unserem Produkt an" | ||
}, | ||
"HowItWorks": { | ||
"heading": "Wir sind anders, we..." | ||
}, | ||
"Testimonials": { | ||
"heading": "Was die Leute über uns sagen", | ||
"1": { | ||
"author": "Johnny Simpson", | ||
"designation": "Leiter des Designs", | ||
"quote": "Jedes Zimmer ist mit den meisten kollaborativen Oberflächen beladen, so dass Sie schnell Notizen aufnehmen und Ideen austauschen können. Wählen Sie eines unserer Standardthemen oder erstellen Sie Ihr individuelles Design mit den Editoren." | ||
}, | ||
"2": { | ||
"author": "Johnny Simpson", | ||
"designation": "Leiter des Designs", | ||
"quote": "Jedes Zimmer ist mit den meisten kollaborativen Oberflächen beladen, so dass Sie schnell Notizen aufnehmen und Ideen austauschen können. Wählen Sie eines unserer Standardthemen oder erstellen Sie Ihr individuelles Design mit den Editoren." | ||
}, | ||
"3": { | ||
"author": "Johnny Simpson", | ||
"designation": "Leiter des Designs", | ||
"quote": "Jedes Zimmer ist mit den meisten kollaborativen Oberflächen beladen, so dass Sie schnell Notizen aufnehmen und Ideen austauschen können. Wählen Sie eines unserer Standardthemen oder erstellen Sie Ihr individuelles Design mit den Editoren." | ||
}, | ||
"4": { | ||
"author": "Johnny Simpson", | ||
"designation": "Leiter des Designs", | ||
"quote": "Jedes Zimmer ist mit den meisten kollaborativen Oberflächen beladen, so dass Sie schnell Notizen aufnehmen und Ideen austauschen können. Wählen Sie eines unserer Standardthemen oder erstellen Sie Ihr individuelles Design mit den Editoren." | ||
} | ||
}, | ||
"Pricing": { | ||
"heading": "Entdecken Sie unsere aufregenden Preise", | ||
"monthly": "Monatlich", | ||
"yearly": "Jährlich", | ||
"currency": "$", | ||
"subscribe": "Jetzt abonnieren", | ||
"login": "Jetzt anmelden", | ||
"basic": { | ||
"title": "Einfache", | ||
"price": 0, | ||
"recurrence": "pro Monat", | ||
"features": [ | ||
"Unbegrenzte Retrospektiven", | ||
"Unbegrenzte Teammitglieder", | ||
"Unbegrenzte Aktionselemente", | ||
"40 Beiträge" | ||
] | ||
}, | ||
"pro": { | ||
"title": "Pro", | ||
"price": "12.9", | ||
"recurrence": "pro Monat", | ||
"features": [ | ||
"Unbegrenzte Retrospektiven", | ||
"Unbegrenzte Teammitglieder", | ||
"Unbegrenzte Aktionselemente", | ||
"Unbegrenzte Beiträge", | ||
"20 Benutzer" | ||
] | ||
}, | ||
"unlimited": { | ||
"title": "Unbegrenzt", | ||
"price": "49.95", | ||
"recurrence": "pro Monat", | ||
"features": [ | ||
"Unbegrenzte Retrospektiven", | ||
"Unbegrenzte Teammitglieder", | ||
"Unbegrenzte Aktionselemente", | ||
"Unbegrenzte Beiträge", | ||
"Unbegrenzte Benutzer" | ||
] | ||
}, | ||
"hosted": { | ||
"title": "Selbstgehostet", | ||
"price": 649, | ||
"recurrence": "Einmalige Gebühr", | ||
"features": [ | ||
"Alles von Unlimited", | ||
"Alle Benutzer sind standardmäßig Pro", | ||
"Großartige Dokumentation" | ||
] | ||
} | ||
}, | ||
"SelfHosted": { | ||
"slogan": "Selbst-Hosting", | ||
"title": "Wiederholt in Ihrem Haus", | ||
"desc": "Halten Sie die volle Kontrolle über Ihre Daten durch Self-Hosting Retrospektion. Einmalige Gebühr, unbegrenzte Updates. Holen Sie sich mit unserer erstaunlichen Dokumentation in kürzester Zeit.", | ||
"features": [ | ||
"Vollständige Kontrolle: Ihre Daten bleiben bei Ihnen vor Ort", | ||
"Einfach zu installieren", | ||
"Administrationsbereich", | ||
"Alle Benutzer sind Pro", | ||
"Kostenlose Updates, für immer" | ||
], | ||
"button": { | ||
"link": "https://docs.retrospected.com", | ||
"label": "Entdecken Sie unsere Dokumentation" | ||
} | ||
}, | ||
"Features": { | ||
"heading": "Eine Retrospektive in Sekunden starten", | ||
"description": "Ein Retro zu starten oder zu betreten ist so einfach wie 1, 2, 3.", | ||
"feature1": "Funktion 1", | ||
"feature2": "Funktion 2", | ||
"feature3": "Merkmal 3", | ||
"feature4": "Funktion 4" | ||
}, | ||
"Newsfeed": { | ||
"heading": "Was ist neu bei Retrospected" | ||
}, | ||
"FAQ": { | ||
"heading": "Häufig gestellte Fragen", | ||
"data": [ | ||
{ | ||
"question": "Wie werden Zahlungen abgewickelt?", | ||
"answer": "Zahlungen werden von unserem Partner Stripe abgewickelt." | ||
}, | ||
{ | ||
"question": "Gibt es in manchen Fällen kostenlose Pro-Lizenzen?", | ||
"answer": "Wenn Sie dieses Produkt als Wohltätigkeitsorganisation verwenden oder in der Ausbildung sind senden Sie uns eine E-Mail und wir kümmern uns um eine kostenlose Lizenz für Sie. Kontaktieren Sie uns." | ||
}, | ||
{ | ||
"question": "Kann ich für einige Funktionen mehr bezahlen?", | ||
"answer": "Wir haben nur 2 Stufen: Kostenlos und Pro. Alle Funktionen sind freigeschaltet, wenn Sie ein Pro-Konto abonnieren." | ||
}, | ||
{ | ||
"question": "Ist es möglich, jährlich zu zahlen?", | ||
"answer": "Wählen Sie diese Option einfach an der Kasse aus und Sie erhalten einen Monat gratis pro Jahr." | ||
}, | ||
{ | ||
"question": "Kann ich meinen Plan kündigen?", | ||
"answer": "Ja. Das Abonnement kann jederzeit beendet werden und endet am Ende Ihres aktuellen Rechnungsmonats." | ||
}, | ||
{ | ||
"question": "Gibt es irgendwelche Grenzen?", | ||
"answer": "Es gibt keine Begrenzung der gespeicherten Daten vorbehaltlich fairer Nutzungsbedingungen." | ||
} | ||
] | ||
}, | ||
"CTA": { | ||
"heading": "Retrospektive jetzt starten", | ||
"description": "Tritt den Tausenden von Benutzern bei, die bereits Retrospected verwenden", | ||
"button": "Eine Retrospektive starten", | ||
"hint": "Das wird dein Leben ändern!" | ||
}, | ||
"Footer": { | ||
"copyright": "Copyright © 2023 - Retrospected Ltd. Alle Rechte vorbehalten.", | ||
"about": "Wir erstellen Software mit Love, aus London, Großbritannien" | ||
}, | ||
"Contact": { | ||
"title": "Kontaktinformationen", | ||
"address": "Retrospected Ltd, London, Großbritannien", | ||
"phone": "+44 (nicht jetzt verwendet)", | ||
"openingTime": "7 Tage - 8 - 22 Uhr", | ||
"email": "[email protected]" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"heading": "Des retrospectives fun & efficaces, des équipes performantes & motivées !", | ||
"text": "Donnez une platforme moderne et simple à vos équipes, pour soutenir leur collaboration et leur amélioration continue", | ||
"tagline": "*Aucune carte bancaire demandée", | ||
"subscribeToday": "Essayer gratuitement" | ||
"subscribeToday": "Essayez gratuitement" | ||
}, | ||
"Nav": { | ||
"home": "Accueil", | ||
|
@@ -16,8 +16,8 @@ | |
"testimonial": "Témoignages", | ||
"pricing": "Tarifs", | ||
"faq": "FAQ", | ||
"subscribe": "Achetez", | ||
"login": "Connectez-vous" | ||
"subscribe": "S'abonner", | ||
"login": "Connexion" | ||
}, | ||
"Clients": { | ||
"main": "Rejoingnez les centaines d'entreprises qui nous ont fait confiance" | ||
|
@@ -58,6 +58,7 @@ | |
"basic": { | ||
"title": "Basic", | ||
"price": 0, | ||
"recurrence": "per month", | ||
"features": [ | ||
"Retrospectives illimitées", | ||
"Unlimited Team Members", | ||
|
@@ -67,7 +68,7 @@ | |
}, | ||
"pro": { | ||
"title": "Pro", | ||
"price": 11.90, | ||
"price": "11.9", | ||
"recurrence": "par mois", | ||
"features": [ | ||
"Unlimited Retrospectives", | ||
|
@@ -79,7 +80,7 @@ | |
}, | ||
"unlimited": { | ||
"title": "Unlimited", | ||
"price": 49.95, | ||
"price": "49.95", | ||
"recurrence": "par mois", | ||
"features": [ | ||
"Unlimited Retrospectives", | ||
|
@@ -118,7 +119,7 @@ | |
}, | ||
"Features": { | ||
"heading": "Commencez une rétro en quelques secondes", | ||
"description":"Starting or joining a retro is as easy as 1, 2, 3. It's friction-less.", | ||
"description": "Starting or joining a retro is as easy as 1, 2, 3. It's friction-less.", | ||
"feature1": "Fonctionalité 1", | ||
"feature2": "Feature 2", | ||
"feature3": "Feature 3", | ||
|
@@ -130,12 +131,30 @@ | |
"FAQ": { | ||
"heading": "Vos Questions (à traduire)", | ||
"data": [ | ||
{"question": "How are payments handled?", "answer": "Payments are handled by our partner, Stripe. No payment information is stored by Retrospected."}, | ||
{"question": "Do you give Pro licenses for free in some cases?", "answer": "If you are using this product as a charity, or you are in education, send us an email and we'll sort out a free license for you. Contact us."}, | ||
{"question": "Will I pay more for some features?", "answer": "We only have 2 tiers: Free and Pro. All features are unlocked when you subscribe to a Pro account."}, | ||
{"question": "Is it possible to pay yearly?", "answer": "You can! Simply select this option at checkout and you will get one month free per year."}, | ||
{"question": "Can I cancel my plan?", "answer": "Yes. The subscription can be stopped at any time, and will end at the end of your current billing month."}, | ||
{"question": "Is there any limit?", "answer": "There is no limit on the amount of data stored, subject to fair-use policy. On free accounts, you are limited to 40 posts."} | ||
{ | ||
"question": "How are payments handled?", | ||
"answer": "Payments are handled by our partner, Stripe. No payment information is stored by Retrospected." | ||
}, | ||
{ | ||
"question": "Do you give Pro licenses for free in some cases?", | ||
"answer": "If you are using this product as a charity, or you are in education, send us an email and we'll sort out a free license for you. Contact us." | ||
}, | ||
{ | ||
"question": "Will I pay more for some features?", | ||
"answer": "We only have 2 tiers: Free and Pro. All features are unlocked when you subscribe to a Pro account." | ||
}, | ||
{ | ||
"question": "Is it possible to pay yearly?", | ||
"answer": "You can! Simply select this option at checkout and you will get one month free per year." | ||
}, | ||
{ | ||
"question": "Can I cancel my plan?", | ||
"answer": "Yes. The subscription can be stopped at any time, and will end at the end of your current billing month." | ||
}, | ||
{ | ||
"question": "Is there any limit?", | ||
"answer": "There is no limit on the amount of data stored, subject to fair-use policy. On free accounts, you are limited to 40 posts." | ||
} | ||
] | ||
}, | ||
"CTA": { | ||
|
@@ -155,4 +174,4 @@ | |
"openingTime": "7j/7 - 8h - 22h", | ||
"email": "[email protected]" | ||
} | ||
} | ||
} |
Oops, something went wrong.