continue translating

Former-commit-id: fea02dcdf4caa4fef20f7aea2f1475e13e514feb [formerly a3e6b3c298628a43425a1df8a1d965a358366124] [formerly ea5c456f6b20278eb3e3d7e01775b39755baaa07 [formerly e58b67f9a1b4da01775715a184c4316ff576b1e6]]
Former-commit-id: b9d1fc1288f7197d7c641ed0b22b0676cc57dc9a [formerly 3a35e0dc55aafd5bb43c7433b1b017fc32b52113]
Former-commit-id: a745f9122ed17b6513edb31e03168d5dede7eafe
This commit is contained in:
L3D 2018-11-03 16:14:55 +01:00
parent 2dae8b4d98
commit f9f03ac2d9
2 changed files with 19 additions and 5 deletions

View file

@ -10,6 +10,11 @@ sanitariness = Hygiene
participate = Mitmachen
imprint = Impressum
dataprotection = Datenschutz
c3woc = C3 Waffel Operation Center
destiny = Wir machen Waffeln
we = Wir
love = Waffeln, du auch?
whoami = 'Das C3WOC besteht aus Hackern aus dem Chaosumfeld. Nimm doch mal mit uns Kontakt auf und lass uns zusammen Waffeln machen!'
[en]
close = close
@ -20,5 +25,10 @@ sanitariness = Sanitariness
participate = Participate
imprint = Imprint
dataprotection = Cyber Data Protection
c3woc = C3 Waffle Operation Center
destiny = We make waffles
we = We
love = waffles, you too?
whoami = The c3woc consists of hackers from the environment of the chaos computer club. Please contact us and let us craft some waffles together!

View file

@ -62,8 +62,10 @@
<div class="inner">
<div class="logo"><a href="{{ '/'|url }}"><span class="icon fa-heart"></span></a></div>
<h2>C3WOC</h2>
<p>C3 Waffel Operation Center <span class="icon fa-heart"></span> {% if this.alt == 'en'
%} We make waffles{% else %}Wir machen Waffeln{% endif %}</p>
<p>{% if bag('translate', this.alt, 'c3woc')
%}{{ bag('translate', this.alt, 'c3woc') }}{% else %}C3 Waffel Operation Center{% endif %} <span class="icon fa-heart"></span>
{% if bag('translate', this.alt, 'destiny') %}{{ bag('translate', this.alt, 'destiny') }}{%
else %}Wir machen Waffeln{% endif %}</p>
</div>
</section>
<!-- Wrapper -->
@ -76,9 +78,11 @@
<!-- Footer -->
<section id="footer">
<div class="inner">
<h2 class="major">{% if this.alt == 'en' %}We{% else %}Wir{% endif %} <span class="icon fa-heart"></span> {% if this.alt == 'en' %}Waffles, you too?{% else %}Waffeln, du auch?{% endif %}</h2>
{% if this.alt == 'en' %}<p>The c3woc consists of hackers from the environment of the chaos computer club. Please contact us and let us do some waffles together!</p>{%
else %}<p>Das C3WOC besteht aus Hackern aus dem Chaosumfeld. Nimm doch mal mit uns Kontakt auf und lass uns zusammen Waffeln machen!</p>{% endif %}
<h2 class="major">{% if bag('translate', this.alt, 'we') %}{{ bag('translate', this.alt, 'we') }}{%
else %}Wir{% endif %} <span class="icon fa-heart"></span> {% if bag('translate', this.alt, 'love')
%}{{ bag('translate', this.alt, 'love') }}{% else %}Waffeln, du auch?{% endif %}</h2>
<p>{% if bag('translate', this.alt, 'whoami')
%}{{ bag('translate', this.alt, 'whoami') }}{% else %}Das C3WOC besteht aus Hackern aus dem Chaosumfeld. Nimm doch mal mit uns Kontakt auf und lass uns zusammen Waffeln machen!</p>{% endif %}
<form>
<img src="{{ '/images/logo/c3woc.svg'|url }}" style="width: 100%;"/>
</form>