Added translations

ref #46
This commit is contained in:
Nicolai Ort 2021-03-31 16:15:42 +02:00
parent 64fce5bd01
commit 7fea1ca78f
3 changed files with 62 additions and 45 deletions

View File

@ -1,20 +1,28 @@
{ {
"address": "Adresse", "address": "Adresse",
"city": "Stadt", "city": "Stadt",
"date": "Datum", "date": "Datum",
"firstname": "Vorname", "firstname": "Vorname",
"group": "Team/Klasse", "group": "Team/Klasse",
"house_number": "Hausnummer", "house_number": "Hausnummer",
"id": "ID", "id": "ID",
"lastname": "Nachname", "lastname": "Nachname",
"location": "Ort", "location": "Ort",
"please_use_blockletters": "Bitte in DRUCKBUCHSTABEN schreiben", "please_use_blockletters": "Bitte in DRUCKBUCHSTABEN schreiben",
"postalcode": "Postleitzahl", "postalcode": "Postleitzahl",
"signature": "Unterschrift", "signature": "Unterschrift",
"sponsor": "Sponsor", "sponsor": "Sponsor",
"sponsoring_address_condition": "Muss ausgefüllt werden, wenn Sie eine Spendenquittung benötigen - Spendenquittungen können erst ab einem Gesamtbetrag von {{sponsoring_receipt_minimum_amount}}{{currency_symbol}} ausgestellt werden", "sponsoring_address_condition": "Muss ausgefüllt werden, wenn Sie eine Spendenquittung benötigen - Spendenquittungen können erst ab einem Gesamtbetrag von {{sponsoring_receipt_minimum_amount}}{{currency_symbol}} ausgestellt werden",
"sponsoring_amount_per_distance": "mit einem Betrag von _____{{currency_symbol}} pro gelaufenem Kilometer zu unterstützen.", "sponsoring_amount_per_distance": "mit einem Betrag von _____{{currency_symbol}} pro gelaufenem Kilometer zu unterstützen.",
"sponsoring_subtitle": "Ich/Wir sind bereit anlässlich des {{eventname}}", "sponsoring_subtitle": "Ich/Wir sind bereit anlässlich des {{eventname}}",
"sponsoring_title": "Sponsoringerklärung", "sponsoring_title": "Sponsoringerklärung",
"street": "Straße" "street": "Straße",
} "urkunde": "Urkunde",
"hat-beim-eventname": "Hat beim {{../eventname}}",
"fuer-den-guten-zweck-zurueckgelegt": "für den guten Zweck zurückgelegt",
"sponsorings": "Sponsorings",
"sponsor-in": "Sponsor:in",
"betrag-km": "Betrag/KM",
"gesamtbetrag": "Gesamtbetrag",
"gesamt": "Gesamt"
}

View File

@ -1,19 +1,28 @@
{ {
"address": "Address", "address": "Address",
"city": "City", "city": "City",
"date": "date", "date": "date",
"firstname": "First name", "firstname": "First name",
"group": "Team/class", "group": "Team/class",
"house_number": "House number", "house_number": "House number",
"lastname": "Last name", "lastname": "Last name",
"location": "Location", "location": "Location",
"please_use_blockletters": "Please write in BLOCK LETTERS.", "please_use_blockletters": "Please write in BLOCK LETTERS.",
"postalcode": "Postal code", "postalcode": "Postal code",
"signature": "Signature", "signature": "Signature",
"sponsor": "sponsor", "sponsor": "sponsor",
"sponsoring_address_condition": "You have to provide an address if you want a donation receipt - Donation receipts can't be issued for total donation amounts under {{sponsoring_receipt_minimum_amount}}{{currency_symbol}}", "sponsoring_address_condition": "You have to provide an address if you want a donation receipt - Donation receipts can't be issued for total donation amounts under {{sponsoring_receipt_minimum_amount}}{{currency_symbol}}",
"sponsoring_amount_per_distance": "with the amount of _____{{currency_symbol}} per kilometer run.", "sponsoring_amount_per_distance": "with the amount of _____{{currency_symbol}} per kilometer run.",
"sponsoring_subtitle": "On the ocation of the {{eventname}} I/We want to support", "sponsoring_subtitle": "On the ocation of the {{eventname}} I/We want to support",
"sponsoring_title": "Sponsoring contract", "sponsoring_title": "Sponsoring contract",
"street": "Street" "street": "Street",
} "urkunde": "Certifcate",
"fuer-den-guten-zweck-zurueckgelegt": "for our good cuse at the {eventname}",
"hat-beim-eventname": "Ran",
"id": "ID",
"sponsorings": "Donations",
"sponsor-in": "Donor",
"betrag-km": "Amount/KM",
"gesamtbetrag": "Total",
"gesamt": "Combined"
}

View File

@ -43,15 +43,15 @@
{{#each runners}} {{#each runners}}
<article class="sheet"> <article class="sheet">
<header class="content has-text-centered"> <header class="content has-text-centered">
<h1 style="font-size: 3cm; font-weight: bold;">Urkunde</h1> <h1 style="font-size: 3cm; font-weight: bold;">{{__ "urkunde"}}</h1>
</header> </header>
<main class="content has-text-centered" style="padding-top: 3cm;"> <main class="content has-text-centered" style="padding-top: 3cm;">
<p style="width: 50%; font-size: 4vw; font-weight: bold; margin-bottom: 0; display: inline;">{{this.firstname}} <p style="width: 50%; font-size: 4vw; font-weight: bold; margin-bottom: 0; display: inline;">{{this.firstname}}
{{this.middlename}} {{this.lastname}} {{this.middlename}} {{this.lastname}}
</p> </p>
<p style="font-size: 1cm; margin-bottom: 0;">Hat beim {{../eventname}}</p> <p style="font-size: 1cm; margin-bottom: 0;">{{__ "hat-beim-eventname"}}</p>
<p style="font-size: 2cm; font-weight: bold; margin-bottom: 0;">{{this.distance}}km</p> <p style="font-size: 2cm; font-weight: bold; margin-bottom: 0;">{{this.distance}}km</p>
<p style="font-size: 1cm;">für den guten Zweck zurückgelegt</p> <p style="font-size: 1cm;">{{__ "fuer-den-guten-zweck-zurueckgelegt"}}</p>
</main> </main>
<footer class="certificate-footer"> <footer class="certificate-footer">
<img src="./certificate_footer.png"> <img src="./certificate_footer.png">
@ -59,14 +59,14 @@
</article> </article>
<article class="sheet"> <article class="sheet">
<header class="content has-text-centered"> <header class="content has-text-centered">
<h1 style="font-size: 2.5cm;">Sponsorings</h1> <h1 style="font-size: 2.5cm;">{{__ "sponsorings"}}</h1>
</header> </header>
<main> <main>
<table style="border: solid; width: 17cm;"> <table style="border: solid; width: 17cm;">
<thead> <thead>
<td class=".td-head">Sponsor:in</td> <td class=".td-head">{{__ "sponsor-in"}}</td>
<td>Betrag/KM</td> <td>{{__ "betrag-km"}}</td>
<td>Gesamtbetrag</td> <td>{{__ "gesamtbetrag"}}</td>
</thead> </thead>
<tbody> <tbody>
{{#each this.distanceDonations}} {{#each this.distanceDonations}}
@ -78,7 +78,7 @@
{{/each}} {{/each}}
</tbody> </tbody>
<tfoot> <tfoot>
<td>Gesamt</td> <td>{{__ "gesamt"}}</td>
<td>0.5€</td> <td>0.5€</td>
<td>1€</td> <td>1€</td>
</tfoot> </tfoot>