Skip to content

Commit

Permalink
Added German, Portuguese, and Italian translations (by Chat GPT).
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Jul 22, 2023
1 parent 6791a5f commit 6381684
Show file tree
Hide file tree
Showing 16 changed files with 979 additions and 14 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@ Check out [your numerology star and a brief interpretation of your numbers](http

[![Star](https://raw.githubusercontent.com/evoluteur/motivational-numerology/master/pix/numerology-star-labels.gif)](https://evoluteur.github.io/motivational-numerology/)

<strong>Character</strong>:
**Character**:
This number represents primarily your public and social qualities, but you would also exhibit much of the same in your personal relations, too.

<strong>Soul Urge </strong>:
**Soul Urge**:
This influence presents a view of your intuitive, soulful self.

<strong>Hidden Agenda</strong>:
**Hidden Agenda**:
This vibration offers your innate (hidden) desires.

<strong>Destiny</strong>:
**Destiny**:
This is the most influential number in relation to your personal motivations, what and who you like in your surroundings, and the career(s) you would be most likely to aspire toward.

<strong>Personality</strong>:
**Personality**:
This number describes the behind-the-scenes or private you.

<strong>Attitude</strong>:
**Attitude**:
This number is most powerful in the first 30-35 years of your life and represents the how and why you react to circumstances in your youth.

<strong>Divine Purpose</strong>:
**Divine Purpose**:
This is your farewell-performance number vibration. It is what your Soulful Self has chosen to achieve in your latter years of life.

Numbers from your <strong>Name</strong> and <strong>Birth date</strong>.
Numbers from your **Name** and **Birth date**.

- Birth date => Destiny + Personality + Attitude
- Full name => Character + Soul Urge + Hidden Agenda
Expand All @@ -47,7 +47,7 @@ look at a few famous actors' numbers:
[Robin Williams](https://evoluteur.github.io/motivational-numerology/?name=Robin+McLaurin+Williams&month=7&day=21&year=1951),
[Will Smith](https://evoluteur.github.io/motivational-numerology/?name=Willard+Carroll+Smith+Jr.&month=9&day=25&year=1968)...

Available in [English](https://evoluteur.github.io/motivational-numerology/), [Spanish](https://evoluteur.github.io/motivational-numerology/index-spanish.html), [French](https://evoluteur.github.io/motivational-numerology/index-french.html), [Japanese](https://evoluteur.github.io/motivational-numerology/index-japanese.html), and [Turkish](https://evoluteur.github.io/motivational-numerology/index-turkish.html).
Available in [English](https://evoluteur.github.io/motivational-numerology/), [Spanish](https://evoluteur.github.io/motivational-numerology/index-spanish.html), [French](https://evoluteur.github.io/motivational-numerology/index-french.html), [German](https://evoluteur.github.io/motivational-numerology/index-german.html), [Portuguese](https://evoluteur.github.io/motivational-numerology/index-portuguese.html), [Italian](https://evoluteur.github.io/motivational-numerology/index-italian.html), [Japanese](https://evoluteur.github.io/motivational-numerology/index-japanese.html), and [Turkish](https://evoluteur.github.io/motivational-numerology/index-turkish.html).

The [code](https://github.com/evoluteur/motivational-numerology) is based on the book [Motivational Numerology](https://www.amazon.com/Motivational-Numerology-Numbers-Affect-Your/dp/0929765974) by [Sally Faubion](http://sallysnumbers.com/).

Expand Down
142 changes: 142 additions & 0 deletions i18n/meaning_de.js

Large diffs are not rendered by default.

151 changes: 151 additions & 0 deletions i18n/meaning_it.js

Large diffs are not rendered by default.

143 changes: 143 additions & 0 deletions i18n/meaning_pt.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions index-french.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ <h1>Numérologie Motivationnelle <span>par Sally Faubion</span></h1>
<img src="pix/en.gif" onclick="goToLanguage(event, 'en')" />
<img src="pix/es.gif" onclick="goToLanguage(event, 'es')" />
<img src="pix/fr.gif" onclick="goToLanguage(event, 'fr')" />
<img src="pix/de.gif" onclick="goToLanguage(event, 'de')" />
<img src="pix/pt.gif" onclick="goToLanguage(event, 'pt')" />
<img src="pix/it.gif" onclick="goToLanguage(event, 'it')" />
<img src="pix/tr.gif" onclick="goToLanguage(event, 'tr')" />
<img src="pix/jp.gif" onclick="goToLanguage(event, 'jp')" />
</div>
Expand Down
171 changes: 171 additions & 0 deletions index-german.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,171 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#bbdefb" />

<link href="css/numerology.css" rel="stylesheet" />
<script src="i18n/meaning_de.js"></script>
<script src="js/numerology.js"></script>
<script src="js/demo.js"></script>
<link rel="shortcut icon" href="favicon.gif" />

<title>Motivationale numerologie</title>

<meta name="description" content="Erhalten Sie die Numerologie-Zahlen, die sich aus Ihrem Geburtsdatum und Namen ergeben." />
<meta name="keywords" content="Kostenlose Numerologie Gematria Pythagore Charts Zahlen Charakter Seelenwunsch Verborgene Agenda Schicksal Persönlichkeit Einstellung Prognose" />
<meta property="og:image" content="https://raw.githubusercontent.com/evoluteur/motivational-numerology/master/pix/numerology-star-labels.gif" />
</head>

<body onload="checkInfo()">
<h1>Motivationale Numerologie <span>von Sally Faubion</span></h1>

<div class="i18n">
<img src="pix/en.gif" onclick="goToLanguage(event, 'en')" />
<img src="pix/es.gif" onclick="goToLanguage(event, 'es')" />
<img src="pix/fr.gif" onclick="goToLanguage(event, 'fr')" />
<img src="pix/de.gif" onclick="goToLanguage(event, 'de')" />
<img src="pix/pt.gif" onclick="goToLanguage(event, 'pt')" />
<img src="pix/it.gif" onclick="goToLanguage(event, 'it')" />
<img src="pix/tr.gif" onclick="goToLanguage(event, 'tr')" />
<img src="pix/jp.gif" onclick="goToLanguage(event, 'jp')" />
</div>

<section class="inputForm">
<div class="ml210">
<div class="field name">
<label
>Vollständiger Name
<span class="grey"
>(Vorname, zweiter Vorname und Nachname)</span
></label
>
<input id="name" value="" onKeyUp="calcName()" />
</div>
<div class="field bdate">
<label>Geburtsdatum <span class="grey">(Tag/Monat/Jahr)</span></label>
<input
id="day"
onKeyUp="calcBDay()"
onClick="calcBDay()"
type="number"
min="1"
max="31"
maxlength="2"
/>
<select id="month" name="month" onChange="calcBDay()">
<option></option>
<option value="1">Januar</option>
<option value="2">Februar</option>
<option value="3">März</option>
<option value="4">April</option>
<option value="5">Mai</option>
<option value="6">Juni</option>
<option value="7">Juli</option>
<option value="8">August</option>
<option value="9">September</option>
<option value="10">Oktober</option>
<option value="11">November</option>
<option value="12">Dezember</option>
</select>
<input
id="year"
onKeyUp="calcBDay()"
onClick="calcBDay()"
type="number"
min="0"
maxlength="4"
/>
</div>
</div>
<div class="fullStar">
<div id="star" class="star">
<span class="t0"></span>
<div class="t1"></div>
<div class="t2"></div>
<div class="t3"></div>
<div class="t4"></div>
<div class="t5"></div>
</div>
<div id="star-holder"></div>
</div>
</section>

<section>
<div id="report1"></div>
<div id="report2"></div>
<div id="report3"></div>
</section>

<section>
<div>
<p id="sally">
Dieser Inhalt ist nur eine kurze Erklärung der wunderbaren Eigenschaften, die Sie besitzen.
</p>
<div class="fl">
<a href="http://sallysnumbers.com" target="news"
><img src="pix/sally.jpg"
/></a>
</div>

<div class="fl">
<div id="allNumbers"></div>
<p>
Erfahren Sie mehr über Ihre Zahlen und deren Bedeutung für Sie mit
<strong
><a href="http://sallysnumbers.com" target="news"
>Sally Faubion</a
></strong
>:
</p>
<ul class="linespace">
<li>
Abonnieren Sie
<a href="http://sallysnumbers.com" target="news"
>Sally's Newsletter</a
>
</li>
<li>
Erhalten Sie Sallys
<a
href="https://smile.amazon.com/Motivational-Numerology-Numbers-Affect-Your/dp/0929765974"
target="book"
>Motivational Numerology</a
>
Buch
</li>
<li>
Buchen Sie eine
<a href="http://sallysnumbers.com/services/" target="reading"
>persönliche Beratung mit Sally</a
>
</li>
</ul>
</div>
<div class="clearer"></div>
</div>
</section>

<div class="copy">
<div>
<br />
Version 2.2.0 - Code verfügbar auf
<a
target="github"
rel="noopener"
href="https://github.com/evoluteur/motivational-numerology"
>GitHub</a
>. <br /><br />&#169; 2023
<a target="_blank" rel="noopener" href="http://sallysnumbers.com"
>Sally Faubion</a
>
&
<a target="_blank" rel="noopener" href="https://evoluteur.github.io/"
>Olivier Giulieri</a
>.
</div>
</div>
</body>
</html>
170 changes: 170 additions & 0 deletions index-italian.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#bbdefb" />

<link href="css/numerology.css" rel="stylesheet" />
<script src="i18n/meaning_it.js"></script>
<script src="js/numerology.js"></script>
<script src="js/demo.js"></script>
<link rel="shortcut icon" href="favicon.gif" />

<title>Numerologia Motivazionale</title>

<meta name="description" content="Ottieni i numeri della numerologia derivati dalla tua data di nascita e dal nome." />
<meta name="keywords" content="Numerologia gratuita Gematria Tabelle di Pitagora Numeri Carattere Desiderio dell'Anima Agenda Nascosta Destino Personalità Atteggiamento Previsione" />
<meta property="og:image" content="https://raw.githubusercontent.com/evoluteur/motivational-numerology/master/pix/numerology-star-labels.gif" />
</head>

<body onload="checkInfo()">
<h1>Numerologia Motivazionale <span>di Sally Faubion</span></h1>

<div class="i18n">
<img src="pix/en.gif" onclick="goToLanguage(event, 'en')" />
<img src="pix/es.gif" onclick="goToLanguage(event, 'es')" />
<img src="pix/fr.gif" onclick="goToLanguage(event, 'fr')" />
<img src="pix/de.gif" onclick="goToLanguage(event, 'de')" />
<img src="pix/pt.gif" onclick="goToLanguage(event, 'pt')" />
<img src="pix/it.gif" onclick="goToLanguage(event, 'it')" />
<img src="pix/tr.gif" onclick="goToLanguage(event, 'tr')" />
<img src="pix/jp.gif" onclick="goToLanguage(event, 'jp')" />
</div>

<section class="inputForm">
<div class="ml210">
<div class="field name">
<label
>Nome completo
<span class="grey"
>(Nome, secondo nome e cognome)</span
></label
>
<input id="name" value="" onKeyUp="calcName()" />
</div>
<div class="field bdate">
<label>Data di nascita <span class="grey">(Giorno/Mese/Anno)</span></label>
<input
id="day"
onKeyUp="calcBDay()"
onClick="calcBDay()"
type="number"
min="1"
max="31"
maxlength="2"
/>
<select id="month" name="month" onChange="calcBDay()">
<option></option>
<option value="1">Gennaio</option>
<option value="2">Febbraio</option>
<option value="3">Marzo</option>
<option value="4">Aprile</option>
<option value="5">Maggio</option>
<option value="6">Giugno</option>
<option value="7">Luglio</option>
<option value="8">Agosto</option>
<option value="9">Settembre</option>
<option value="10">Ottobre</option>
<option value="11">Novembre</option>
<option value="12">Dicembre</option>
</select>
<input
id="year"
onKeyUp="calcBDay()"
onClick="calcBDay()"
type="number"
min="0"
maxlength="4"
/>
</div>
</div>
<div class="fullStar">
<div id="star" class="star">
<span class="t0"></span>
<div class="t1"></div>
<div class="t2"></div>
<div class="t3"></div>
<div class="t4"></div>
<div class="t5"></div>
</div>
<div id="star-holder"></div>
</div>
</section>

<section>
<div id="report1"></div>
<div id="report2"></div>
<div id="report3"></div>
</section>

<section>
<div>
<p id="sally">
Questo contenuto è solo una breve spiegazione delle meravigliose qualità che possiedi.
</p>
<div class="fl">
<a href="http://sallysnumbers.com" target="news"
><img src="pix/sally.jpg"
/></a>
</div>

<div class="fl">
<div id="allNumbers"></div>
<p>
Scopri di più sui tuoi numeri e cosa significano per te con
<strong
><a href="http://sallysnumbers.com" target="news"
>Sally Faubion</a
></strong
>:
</p>
<ul class="linespace">
<li>
Iscriviti alla
<a href="http://sallysnumbers.com" target="news"
>Newsletter di Sally</a
>
</li>
<li>
Acquista il libro di Sally
<a
href="https://smile.amazon.com/Motivational-Numerology-Numbers-Affect-Your/dp/0929765974"
target="book"
>Motivational Numerology</a
>
</li>
<li>
Prenota una
<a href="http://sallysnumbers.com/services/" target="reading"
>lettura personale con Sally</a
>
</li>
</ul>
</div>
<div class="clearer"></div>
</div>
</section>

<div class="copy">
<div>
<br />
Versione 2.2.0 - Codice disponibile su
<a
target="github"
rel="noopener"
href="https://github.com/evoluteur/motivational-numerology"
>GitHub</a
>. <br /><br />&#169; 2023
<a target="_blank" rel="noopener" href="http://sallysnumbers.com"
>Sally Faubion</a
>
&
<a target="_blank" rel="noopener" href="https://evoluteur.github.io/"
>Olivier Giulieri</a
>.
</div>
</div>
</body>
</html>
Loading

0 comments on commit 6381684

Please sign in to comment.