diff --git a/index.html b/index.html
index cc571c5..d16dbf0 100755
--- a/index.html
+++ b/index.html
@@ -60,7 +60,7 @@
max-width: 560px;
padding: 0 32px;
}
- .splash-screen img {
+ /* .splash-screen img {
width: 100%;
animation-name: loading;
animation-duration: 3s;
@@ -75,6 +75,103 @@
transform: scale(1);
opacity: 100%;
}
+ } */
+ .loader {
+ display: block;
+ position: absolute;
+ top: 0;
+ left: 0;
+ bottom: 0;
+ right: 0;
+ margin: auto;
+ width: 32px;
+ height: 32px;
+ animation: loader-1-1 4.8s linear infinite;
+ }
+
+ .loader-container {
+ position: absolute;
+ /* position: relative; */
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ width: 32px;
+ height: 32px;
+ clear: both;
+ }
+
+ .loader.loader__black span::after {
+ border-color: #000;
+ }
+
+ .loader.loader__white span::after {
+ border-color: #fff;
+ }
+
+ .loader.loader__red span::after {
+ border-color: #ff2c57;
+ }
+
+ @keyframes loader-1-1 {
+ 0% {
+ transform: rotate(0deg);
+ }
+ 100% {
+ transform: rotate(360deg);
+ }
+ }
+
+ .loader span {
+ display: block;
+ position: absolute;
+ top: 0;
+ left: 0;
+ bottom: 0;
+ right: 0;
+ margin: auto;
+ height: 32px;
+ width: 32px;
+ clip: rect(0, 32px, 32px, 16px);
+ animation: loader-1-2 1.2s linear infinite;
+ }
+
+ @keyframes loader-1-2 {
+ 0% {
+ transform: rotate(0deg);
+ }
+ 100% {
+ transform: rotate(220deg);
+ }
+ }
+
+ .loader span::after {
+ position: absolute;
+ box-sizing: border-box;
+ content: "";
+ top: 0;
+ left: 0;
+ bottom: 0;
+ right: 0;
+ margin: auto;
+ height: 32px;
+ width: 32px;
+ clip: rect(0, 32px, 32px, 16px);
+ border: 3px solid transparent;
+ border-radius: 50%;
+ animation: loader-1-3 1.2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
+ }
+
+ @keyframes loader-1-3 {
+ 0% {
+ transform: rotate(-140deg);
+ }
+ 50% {
+ transform: rotate(-160deg);
+ }
+ 100% {
+ transform: rotate(140deg);
+ }
}
@@ -220,7 +317,12 @@
-

+
+
diff --git a/package-lock.json b/package-lock.json
index b231fc4..a6101a4 100755
--- a/package-lock.json
+++ b/package-lock.json
@@ -37,6 +37,7 @@
"react-slick": "^0.30.2",
"sass": "^1.77.6",
"slick-carousel": "^1.8.1",
+ "socket.io-client": "^4.8.1",
"unique-names-generator": "^4.7.1",
"yandex-metrica-ab-react": "^1.6.1"
},
@@ -1509,6 +1510,11 @@
"react": ">=16.8.0"
}
},
+ "node_modules/@socket.io/component-emitter": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz",
+ "integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA=="
+ },
"node_modules/@stripe/react-stripe-js": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-2.3.1.tgz",
@@ -2547,7 +2553,6 @@
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
- "devOptional": true,
"dependencies": {
"ms": "2.1.2"
},
@@ -2723,6 +2728,26 @@
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
"optional": true
},
+ "node_modules/engine.io-client": {
+ "version": "6.6.2",
+ "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.6.2.tgz",
+ "integrity": "sha512-TAr+NKeoVTjEVW8P3iHguO1LO6RlUz9O5Y8o7EY0fU+gY1NYqas7NN3slpFtbXEsLMHk0h90fJMfKjRkQ0qUIw==",
+ "dependencies": {
+ "@socket.io/component-emitter": "~3.1.0",
+ "debug": "~4.3.1",
+ "engine.io-parser": "~5.2.1",
+ "ws": "~8.17.1",
+ "xmlhttprequest-ssl": "~2.1.1"
+ }
+ },
+ "node_modules/engine.io-parser": {
+ "version": "5.2.3",
+ "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz",
+ "integrity": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==",
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
"node_modules/enquire.js": {
"version": "2.1.6",
"resolved": "https://registry.npmjs.org/enquire.js/-/enquire.js-2.1.6.tgz",
@@ -4036,8 +4061,7 @@
"node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
- "devOptional": true
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"node_modules/nan": {
"version": "2.20.0",
@@ -4950,6 +4974,32 @@
"dev": true,
"license": "0BSD"
},
+ "node_modules/socket.io-client": {
+ "version": "4.8.1",
+ "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.8.1.tgz",
+ "integrity": "sha512-hJVXfu3E28NmzGk8o1sHhN3om52tRvwYeidbj7xKy2eIIse5IoKX3USlS6Tqt3BHAtflLIkCQBkzVrEEfWUyYQ==",
+ "dependencies": {
+ "@socket.io/component-emitter": "~3.1.0",
+ "debug": "~4.3.2",
+ "engine.io-client": "~6.6.1",
+ "socket.io-parser": "~4.2.4"
+ },
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
+ "node_modules/socket.io-parser": {
+ "version": "4.2.4",
+ "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz",
+ "integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==",
+ "dependencies": {
+ "@socket.io/component-emitter": "~3.1.0",
+ "debug": "~4.3.1"
+ },
+ "engines": {
+ "node": ">=10.0.0"
+ }
+ },
"node_modules/source-map": {
"version": "0.5.7",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
@@ -5380,6 +5430,34 @@
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
"devOptional": true
},
+ "node_modules/ws": {
+ "version": "8.17.1",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
+ "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
+ "engines": {
+ "node": ">=10.0.0"
+ },
+ "peerDependencies": {
+ "bufferutil": "^4.0.1",
+ "utf-8-validate": ">=5.0.2"
+ },
+ "peerDependenciesMeta": {
+ "bufferutil": {
+ "optional": true
+ },
+ "utf-8-validate": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/xmlhttprequest-ssl": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.1.2.tgz",
+ "integrity": "sha512-TEU+nJVUUnA4CYJFLvK5X9AOeH4KvDvhIfm0vV1GaQRtchnG0hgK5p8hw/xjv8cunWYCsiPCSDzObPyhEwq3KQ==",
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
"node_modules/yallist": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
@@ -6332,6 +6410,11 @@
"integrity": "sha512-FtzjZTJTLFN9A0mcJk7dXgYHFlGVPXW/EJooSVbe2dHU5hAi5rFk0ODimB7pHeHoDIUin5zE1NDtU2eY6olwlA==",
"requires": {}
},
+ "@socket.io/component-emitter": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz",
+ "integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA=="
+ },
"@stripe/react-stripe-js": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@stripe/react-stripe-js/-/react-stripe-js-2.3.1.tgz",
@@ -7012,7 +7095,6 @@
"version": "4.3.4",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
- "devOptional": true,
"requires": {
"ms": "2.1.2"
}
@@ -7144,6 +7226,23 @@
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
"optional": true
},
+ "engine.io-client": {
+ "version": "6.6.2",
+ "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.6.2.tgz",
+ "integrity": "sha512-TAr+NKeoVTjEVW8P3iHguO1LO6RlUz9O5Y8o7EY0fU+gY1NYqas7NN3slpFtbXEsLMHk0h90fJMfKjRkQ0qUIw==",
+ "requires": {
+ "@socket.io/component-emitter": "~3.1.0",
+ "debug": "~4.3.1",
+ "engine.io-parser": "~5.2.1",
+ "ws": "~8.17.1",
+ "xmlhttprequest-ssl": "~2.1.1"
+ }
+ },
+ "engine.io-parser": {
+ "version": "5.2.3",
+ "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz",
+ "integrity": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q=="
+ },
"enquire.js": {
"version": "2.1.6",
"resolved": "https://registry.npmjs.org/enquire.js/-/enquire.js-2.1.6.tgz",
@@ -8126,8 +8225,7 @@
"ms": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
- "devOptional": true
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"nan": {
"version": "2.20.0",
@@ -8732,6 +8830,26 @@
}
}
},
+ "socket.io-client": {
+ "version": "4.8.1",
+ "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.8.1.tgz",
+ "integrity": "sha512-hJVXfu3E28NmzGk8o1sHhN3om52tRvwYeidbj7xKy2eIIse5IoKX3USlS6Tqt3BHAtflLIkCQBkzVrEEfWUyYQ==",
+ "requires": {
+ "@socket.io/component-emitter": "~3.1.0",
+ "debug": "~4.3.2",
+ "engine.io-client": "~6.6.1",
+ "socket.io-parser": "~4.2.4"
+ }
+ },
+ "socket.io-parser": {
+ "version": "4.2.4",
+ "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz",
+ "integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==",
+ "requires": {
+ "@socket.io/component-emitter": "~3.1.0",
+ "debug": "~4.3.1"
+ }
+ },
"source-map": {
"version": "0.5.7",
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
@@ -9028,6 +9146,17 @@
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
"devOptional": true
},
+ "ws": {
+ "version": "8.17.1",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
+ "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
+ "requires": {}
+ },
+ "xmlhttprequest-ssl": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.1.2.tgz",
+ "integrity": "sha512-TEU+nJVUUnA4CYJFLvK5X9AOeH4KvDvhIfm0vV1GaQRtchnG0hgK5p8hw/xjv8cunWYCsiPCSDzObPyhEwq3KQ=="
+ },
"yallist": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
diff --git a/package.json b/package.json
index e352cc0..2a0081f 100755
--- a/package.json
+++ b/package.json
@@ -44,6 +44,7 @@
"react-slick": "^0.30.2",
"sass": "^1.77.6",
"slick-carousel": "^1.8.1",
+ "socket.io-client": "^4.8.1",
"unique-names-generator": "^4.7.1",
"yandex-metrica-ab-react": "^1.6.1"
},
diff --git a/public/chats/Customer2.webp b/public/chats/Customer2.webp
new file mode 100644
index 0000000..1ae8e4f
Binary files /dev/null and b/public/chats/Customer2.webp differ
diff --git a/public/chats/Customer8.webp b/public/chats/Customer8.webp
new file mode 100644
index 0000000..36fedfa
Binary files /dev/null and b/public/chats/Customer8.webp differ
diff --git a/public/chats/big_check.webp b/public/chats/big_check.webp
new file mode 100644
index 0000000..320145f
Binary files /dev/null and b/public/chats/big_check.webp differ
diff --git a/public/chats/email-consent.webp b/public/chats/email-consent.webp
new file mode 100644
index 0000000..0d35500
Binary files /dev/null and b/public/chats/email-consent.webp differ
diff --git a/public/locales/palmistry-v1/de/female_de.json b/public/locales/palmistry-v1/de/female_de.json
index e3b593a..f8d8bba 100644
--- a/public/locales/palmistry-v1/de/female_de.json
+++ b/public/locales/palmistry-v1/de/female_de.json
@@ -1,184 +1,250 @@
{
- "next": "Next",
+ "next": "Weiter",
+ "privacy_policy": "Indem Sie fortfahren, stimmen Sie unserem und unserer zu. Haben Sie eine Frage? Unser Supportteam erreichen Sie ",
+ "eula_link": "EULA",
+ "privacy_notice": "Datenschutzerklärung",
+ "policy_here": "hier",
+ "thumb": "Daumen",
+ "index_finger": "Zeigefinger",
+ "middle_finger": "Mittelfinger",
+ "ring_finger": "Ringfinger",
+ "pinky": "Kleiner Finger",
+ "skip_trial": "Probemonat überspringen",
+ "add_consultant": "Berater hinzufügen",
+ "add_guides": "Leitfäden hinzufügen",
+ "access_product": "Produkt aufrufen",
+ "thank_you": "Danke!",
+ "order_successful": "Ihre Bestellung war erfolgreich!",
+ "biometric_data": "Es werden keine biometrischen Daten erfasst. Alle Erkennungsprozesse erfolgen auf Ihrem Gerät.",
+ "went_wrong": "Etwas ist schiefgelaufen.",
+ "/scanned-photo": {
+ "title": "Wir erstellen eine umfassende Handlesung nur für Sie!",
+ "text": "Wow, es sieht so aus, als gäbe es viel über Ihre ehrgeizige und selbstbewusste Zukunft zu erzählen."
+ },
+ "aura_paywall_palmistry_main": {
+ "text_0": "Wir haben Millionen von Menschen geholfen, das Schicksal ihres Liebeslebens zu enthüllen und was die Zukunft für sie und ihre Familien bereithält.",
+ "text_1": "Es kostet uns 13,21 €, unsere AURA-Mitarbeiter für die Probezeit zu entschädigen, aber bitte wählen Sie den Betrag, mit dem Sie sich wohlfühlen."
+ },
+ "/skip-trial": {
+ "title": "Nicht vor, zurückzublicken?",
+ "price_per_week": " pro Woche",
+ "billing_period": "Abrechnungsperiode",
+ "billed_amount": "Abgerechneter Betrag",
+ "billed_in_4_weeks": "Abrechnung in 4 Wochen",
+ "start_trial": {
+ "every_week": "Jede Woche",
+ "start_trial": "Probezeit starten"
+ },
+ "skip_trial": {
+ "save": "Spare %",
+ "every_4_weeks": "Alle 4 Wochen",
+ "skip_trial": "Angebot annehmen und Probezeit überspringen"
+ }
+ },
+ "/add-consultant": {
+ "more_for_you": "Mehr für Sie",
+ "exclusive_offer": "Exklusives Angebot, das Ihnen empfohlen wird, um Ihre Ziele schneller zu erreichen",
+ "your_unique_consultation": "Ihre einzigartige individuelle Beratung",
+ "30-minute": "30-minütige private Beratung mit einem Experten",
+ "description": "Sie können um Vorhersagen über die Zukunft bitten, Kompatibilitätsanalysen im Leben; Liebeskompatibilität etc.",
+ "one_time_price_offer": "Einmaliges Preisangebot: ",
+ "original_price": "Originalpreis: ",
+ "you_will_be_charged": "*Sie werden für die ausgewählten Zusatzleistungen oder Angebote zum Zeitpunkt des Kaufs belastet. Dies ist eine einmalige Zahlung.",
+ "get_my_consultation": "Beratung erhalten",
+ "discount_save": "Sparen",
+ "caution": "Achtung!",
+ "caution_text": "Um doppelte Abbuchungen zu vermeiden, bitte diese Seite nicht schließen oder zurückgehen.",
+ "unlock_profound": "Entdecken Sie tiefreichende Erkenntnisse über Ihre Persönlichkeit, Beziehungen, Karriereentwicklung und entscheidende Momente im Leben durch Astrologie, die Ihnen ermöglicht, fundierte Entscheidungen zu treffen und größere Erfüllung zu erzielen.",
+ "choose_from": "Wählen Sie aus über 80 Experten-Astrologen."
+ },
"/find-your-happiness": {
- "title": "Find your happiness with highly-personalized predictions.",
- "point1": "rated by real users",
- "point2": "93.4% Accuracy",
- "point3": "20m users’ choice",
- "point4": "4.8 satisfaction sco",
- "text": "Understand your self and improve relationships with astrology"
+ "title": "Finden Sie Ihr Glück mit hochgradig personalisierten Vorhersagen.",
+ "point1": "bewertet von echten Nutzern",
+ "point2": "93,4% Genauigkeit",
+ "point3": "20 Millionen Benutzer bevorzugen es",
+ "point4": "4,8 Zufriedenheitswert",
+ "text": "Verstehen Sie sich selbst und verbessern Sie Beziehungen durch Astrologie"
},
"/gender": {
- "title": "What’s your gender?",
- "description": "In Palmistry, everyone is a blend of masculine and feminine, so it helps to know yours."
+ "title": "Was ist Ihr Geschlecht?",
+ "description": "In der Handlesekunst ist jeder eine Mischung aus Männlichem und Weiblichem, daher hilft es, Ihres zu kennen.",
+ "already_have_account": "Bereits ein Konto? Anmelden"
},
"/birthdate": {
- "title": "What’s your date of birth?",
- "text": "Your birth date reveals your core personality traits, needs and desires."
+ "title": "Was ist Ihr Geburtsdatum?",
+ "text": "Ihr Geburtsdatum enthüllt Ihre grundlegenden Persönlichkeitsmerkmale, Bedürfnisse und Wünsche."
},
"/palms-information": {
- "title": "Your palms hold a wealth of information about your fate and personality."
+ "title": "Ihre Handflächen enthalten eine Fülle von Informationen über Ihr Schicksal und Ihre Persönlichkeit."
},
"/what-aspects": {
- "title": "What aspects of your life do you wish to gain insight into through palmistry?",
- "answer1": "Love & Relationships",
- "answer2": "Health & Vitality",
- "answer3": "Career & Destiny"
+ "title": "In welche Lebensbereiche möchten Sie durch Handlesen Einblicke gewinnen?",
+ "answer1": "Liebe & Beziehungen",
+ "answer2": "Gesundheit & Vitalität",
+ "answer3": "Karriere & Schicksal"
},
"/relationship-status": {
- "title": "So we can get to know you better, please tell us your relationship status",
+ "title": "Um Sie besser kennenzulernen, teilen Sie uns bitte Ihren Beziehungsstatus mit",
"answer1": "Single",
- "answer2": "In a relationship"
+ "answer2": "In einer Beziehung"
},
"/element-resonates": {
- "title": "Which element resonates with you most?",
- "answer1": "Water",
- "answer2": "Fire",
- "answer3": "Air",
- "answer4": "Earth"
+ "title": "Welches Element spricht Sie am meisten an?",
+ "answer1": "Wasser",
+ "answer2": "Feuer",
+ "answer3": "Luft",
+ "answer4": "Erde"
},
"/favorite-color": {
- "title": "Which color do you like the most?",
- "answer1": "Blue",
- "answer2": "Green",
+ "title": "Welche Farbe mögen Sie am liebsten?",
+ "answer1": "Blau",
+ "answer2": "Grün",
"answer3": "Orange",
- "answer4": "Violet",
- "answer5": "Red",
- "answer6": "Yellow"
+ "answer4": "Violett",
+ "answer5": "Rot",
+ "answer6": "Gelb"
},
"/head-or-heart": {
- "title": "Do you make decisions with your head or your heart?",
- "answer1": "Heart",
- "answer2": "Head",
- "answer3": "Both"
+ "title": "Treffen Sie Entscheidungen mit Ihrem Kopf oder Ihrem Herzen?",
+ "answer1": "Herz",
+ "answer2": "Kopf",
+ "answer3": "Beides"
},
"/relate-following": {
- "title": "Do you relate to the following:",
- "question1": "I find solace and comfort in spending time alone.",
- "question2": "I value and enjoy my own company.",
- "question3": "I prefer socializing in groups rather than spending time alone.",
- "question4": "Loneliness is something I actively try to avoid.",
- "question5": "I enjoy activities that I can do independently.",
- "strongly_agree": "Strongly Agree",
- "strongly_disagree": "Strongly Disagree"
+ "title": "Können Sie sich mit Folgendem identifizieren:",
+ "question1": "Ich finde in der Einsamkeit Trost und Geborgenheit.",
+ "question2": "Ich schätze und genieße meine eigene Gesellschaft.",
+ "question3": "Ich ziehe es vor, in Gruppen zu sozialisieren, anstatt Zeit allein zu verbringen.",
+ "question4": "Einsamkeit ist etwas, das ich aktiv zu vermeiden versuche.",
+ "question5": "Ich genieße Aktivitäten, die ich unabhängig durchführen kann.",
+ "strongly_agree": "Stimme voll zu",
+ "strongly_disagree": "Stimme überhaupt nicht zu"
},
"/let-scan": {
- "title": "Let`s scan your palms",
- "text": "Follow the on-screen instructions, so we can analyze your palm lines and reveal your future, and the secrets of your destiny!"
+ "title": "Lassen Sie uns Ihre Handflächen scannen",
+ "text": "Folgen Sie den Anweisungen auf dem Bildschirm, damit wir Ihre Handlinien analysieren und Ihre Zukunft sowie die Geheimnisse Ihres Schicksals enthüllen können!"
},
- "biometric_data": "No biometric data collected. All recognition process performs on your device.",
"/scan-instruction": {
- "title": "Take your palm picture as instructed",
- "button": "Take a picture now"
+ "title": "Machen Sie Ihr Handflächenfoto gemäß den Anweisungen",
+ "button": "Jetzt ein Foto machen"
},
"/email": {
- "title": "Enter your email to get your advanced Palmistry reading with AURA",
- "not_share": "We don’t share any personal information.",
+ "title": "Geben Sie Ihre E-Mail-Adresse ein, um Ihre fortgeschrittene Handlesung mit AURA zu erhalten",
+ "not_share": "Wir geben keine persönlichen Informationen weiter.",
"placeholder_email": "Ihre E-Mail",
"placeholder_name": "Ihr Name"
},
- "went_wrong": "Something went wrong.",
"app_number_one": {
- "text": "The app trusted by over 25 million people.",
- "color": "#1 Astrology"
+ "text": "Die App, der über 25 Millionen Menschen vertrauen.",
+ "color": "#1 Astrologie"
},
"/trial-payment": {
"palm_is_ready": {
- "title": "Your Palm Reading ",
- "title_color": "Is Ready",
- "description": "“I’ve just received your palm scan results. Let’s discuss!”",
- "text1": " 6 years in palmistry readings and spiritual guidance.",
+ "title": "Ihre Handlesung ",
+ "title_color": "ist bereit",
+ "description": "„Ich habe gerade Ihre Ergebnisse des Handscans erhalten. Lassen Sie uns darüber sprechen!“",
+ "text1": " 6 Jahre Erfahrung in Handlesungen und spiritueller Beratung.",
"text1_color": "Akho",
- "text2": "Choose from 80+ palm readers and astrologers."
+ "text2": "Wählen Sie aus über 80 Handlesern und Astrologen."
},
"joined_today": {
- "text1": "Unlimited chats with a palm reader",
- "text2": " people joined today"
+ "text1": "Unbegrenzte Chats mit einem Handleser",
+ "text2": " Personen haben sich heute angeschlossen"
},
- "get_personal_prediction": "Get personal prediction",
+ "get_personal_prediction": "Persönliche Vorhersage erhalten",
"how_work": {
- "title": "How does AURA work?",
- "point1_title": "Send us your palm scan",
- "point1_text": "We analyze your palm lines to get hints about your future",
- "point2_title": "Your palm reading is generated",
- "point2_text": "One of our professional palm readers puts together a report filled with hints about your future",
- "point3_title": "Start your trial to receive your prediction",
- "point3_text": "Once you’re a AURA member, we’ll send over your prediction report so you can begin living a better life.",
- "point4_title": "Talk with a palm reading specialist anytime",
- "point4_text": "Get ongoing support by discussing your readings, personal horoscopes, and compatibilities with our expert team."
+ "title": "Wie funktioniert AURA?",
+ "point1_title": "Senden Sie uns Ihren Handscan",
+ "point1_text": "Wir analysieren Ihre Handlinien, um Hinweise auf Ihre Zukunft zu erhalten",
+ "point2_title": "Ihre Handlesung wird erstellt",
+ "point2_text": "Einer unserer professionellen Handleser erstellt einen Bericht voller Hinweise auf Ihre Zukunft",
+ "point3_title": "Starten Sie Ihre Probezeit, um Ihre Vorhersage zu erhalten",
+ "point3_text": "Sobald Sie AURA-Mitglied sind, senden wir Ihnen Ihren Vorhersagebericht, damit Sie ein besseres Leben beginnen können.",
+ "point4_title": "Sprechen Sie jederzeit mit einem Handlese-Spezialisten",
+ "point4_text": "Holen Sie sich kontinuierliche Unterstützung, indem Sie Ihre Lesungen, persönlichen Horoskope und Kompatibilitäten mit unserem Expertenteam diskutieren."
},
"money_back_guarantee": {
- "title": "100% Money-back Guarantee",
- "text": "If you don’t notice any progress after using the app for at least a week, we are ready to make a complete refund within 14 days."
+ "title": "100% Geld-zurück-Garantie",
+ "text": "Wenn Sie nach mindestens einwöchiger Nutzung der App keinen Fortschritt feststellen, sind wir bereit, innerhalb von 14 Tagen eine vollständige Rückerstattung vorzunehmen."
},
- "begin_trial_now": "Begin Trial Now",
+ "begin_trial_now": "Jetzt Probezeit beginnen",
"what_included": {
- "title": "What’s included?",
- "point1": " palm readings",
- "point1_bold": "Unlimited",
- "point2": " with professional astrologers",
- "point2_bold": "1:1 live chats",
- "point3": " readings",
- "point3_bold": "Daily compatibility",
- "point4": "Cosmic relationship tips",
- "point5": "Daily horoscopes"
+ "title": "Was ist enthalten?",
+ "point1": " Handlesungen",
+ "point1_bold": "Unbegrenzt",
+ "point2": " mit professionellen Astrologen",
+ "point2_bold": "1:1 Live-Chats",
+ "point3": " Lesungen",
+ "point3_bold": "Tägliche Kompatibilität",
+ "point4": "Kosmische Beziehungstipps",
+ "point5": "Tägliche Horoskope"
},
"palms_say_about": {
- "title": "What do your palms say about you?",
- "point1": " shows your attitude to love and the quality of love",
- "point1_color": "Love line",
- "point2": "A long thumb indicates good fortune",
- "point3": " reflects your in telligence and mentality",
- "point3_color": "Head line",
- "point4": "A long index finger indicates a natural leader",
- "point5": " defines the quality of your life and what you will achieve",
- "point5_color": "Life line",
- "point6": "A short middle finger reveals a free spirit",
- "point7": " represents your material achievement and career goals",
- "point7_color": "Fate line",
- "point8": "A long ring finger reveals that a person tends to take risks",
- "point9": "A short little finger indicates the person's lack of self-confidence"
+ "title": "Was sagen Ihre Handflächen über Sie aus?",
+ "point1": " zeigt Ihre Einstellung zur Liebe und die Qualität der Liebe",
+ "point1_color": "Liebeslinie",
+ "point2": "Ein langer Daumen weist auf Glück hin",
+ "point3": " spiegelt Ihre Intelligenz und Mentalität wider",
+ "point3_color": "Kopflinie",
+ "point4": "Ein langer Zeigefinger weist auf eine natürliche Führungspersönlichkeit hin",
+ "point5": " definiert die Qualität Ihres Lebens und was Sie erreichen werden",
+ "point5_color": "Lebenslinie",
+ "point6": "Ein kurzer Mittelfinger offenbart einen freien Geist",
+ "point7": " repräsentiert Ihren materiellen Erfolg und Ihre Karriereziele",
+ "point7_color": "Schicksalslinie",
+ "point8": "Ein langer Ringfinger zeigt, dass eine Person Risiken eingeht",
+ "point9": "Ein kurzer kleiner Finger weist auf mangelndes Selbstbewusstsein hin"
},
- "discover_more": "Discover More",
- "why_love": "Why does everyone ?",
- "why_love_color": "love AURA",
+ "discover_more": "Mehr entdecken",
+ "why_love": "Warum liebt jeder ?",
+ "why_love_color": "AURA",
"reviews": {
"username1": "Rebecca Bauman",
- "tagline1": "\"It’s changed my life!\"",
- "text1": "I'm thankful for this app and Akho! She's an excellent palm reader and astrologer—clear, thorough, and reassuring. I eagerly look forward to more sessions with her!",
+ "tagline1": "\"Es hat mein Leben verändert!\"",
+ "text1": "Ich bin dankbar für diese App und Akho! Sie ist eine ausgezeichnete Handleserin und Astrologin – klar, gründlich und beruhigend. Ich freue mich auf weitere Sitzungen mit ihr!",
"username2": "Mika Ryan",
- "tagline2": "\"After years of seeking, I’ve finally found a true love.\"",
- "text2": "I was hesitant about whether it was really worth trying, but now I have no regrets and I'm enjoying my new relationships!",
+ "tagline2": "\"Nach Jahren der Suche habe ich endlich die wahre Liebe gefunden.\"",
+ "text2": "Ich war unsicher, ob es sich wirklich lohnt, es auszuprobieren, aber jetzt bereue ich es nicht und genieße meine neuen Beziehungen!",
"username3": "Amanda Holmes",
- "tagline3": "\"I’ve found a job I really enjoy.\"",
- "text3": "Thanks to Vladana, I've finally discovered a clue about what my life's purpose really is and what kind of job resonates with me better!"
+ "tagline3": "\"Ich habe einen Job gefunden, den ich wirklich mag.\"",
+ "text3": "Dank Vladana habe ich endlich einen Hinweis darauf gefunden, was der Zweck meines Lebens wirklich ist und welche Art von Job besser zu mir passt!"
},
- "success_story": "Become a AURA Success Story!",
- "as_seen_in": " As Seen in",
+ "success_story": "Werden Sie eine AURA Erfolgsgeschichte!",
+ "as_seen_in": " Bekannt aus",
"footer": {
- "text1": "Questions? We’re here to help",
- "text2": "Customer Support",
- "text3": "Help Center"
+ "text1": "Fragen? Wir sind hier, um zu helfen",
+ "text2": "Kundensupport",
+ "text3": "Hilfe-Center"
}
},
"/payment": {
- "will_be_charged_trial_info": " for your -day trial",
- "will_be_charged_email_reminder": "email you a reminder",
- "will_be_charged": "You will be charged only . Then per week. Save every week. We’ll before your trial ends.",
+ "will_be_charged_trial_info": " für Ihre -tägige Probezeit",
+ "will_be_charged_email_reminder": "wir senden Ihnen eine Erinnerung per E-Mail",
+ "will_be_charged": "Sie werden nur belastet. Danach pro Woche. Sparen Sie jede Woche. Wir werden , bevor Ihre Probezeit endet.",
"payment_information": {
- "personalized_offer": "Personalized offer reserved",
- "title": "Start your -day trial",
- "total_today": "Total today",
+ "personalized_offer": "Personalisierte Angebot reserviert",
+ "title": "Starten Sie Ihre -tägige Probezeit",
+ "total_today": "Heutige Gesamtsumme",
"code_applied_bold": "AURA24",
- "code_applied": "Code applied!"
+ "code_applied": "Code angewandt!"
},
"guarantees": {
- "no_commitment": "No commitment. Cancel anytime.",
- "30_day_money_back": "30-Day Money-Back Guarantee"
+ "no_commitment": "Keine Verpflichtung. Jederzeit kündbar.",
+ "30_day_money_back": "30-Tage-Geld-zurück-Garantie"
},
- "get_personal_prediction": "Get personal prediction",
- "total_due": "Total due today: ",
- "app_number_one_color": "25 million people.",
- "app_number_one": "The #1 Astrology app trusted by over "
- }
-}
+ "get_personal_prediction": "Persönliche Vorhersage erhalten",
+ "total_due": "Heute fällig: ",
+ "app_number_one_color": "25 Millionen Menschen.",
+ "app_number_one": "Die Nr. 1 Astrologie-App von über vertraut"
+ },
+ "/camera": {
+ "bad_photo": "Schlechtes Foto!",
+ "try_again": "Versuchen Sie es erneut",
+ "do_better": "Sie können es besser machen",
+ "next": "Weiter"
+ },
+ "threadId": "thread_mBhmprQylVagKbh5E1Ilmz6a",
+ "assistantId": "asst_QG0eOafrdht3e71PIqNhJ0Os",
+ "v": "v1",
+ "config": "de.female"
+}
\ No newline at end of file
diff --git a/public/locales/palmistry-v1/de/male_de.json b/public/locales/palmistry-v1/de/male_de.json
index 301bcca..1b4dae4 100644
--- a/public/locales/palmistry-v1/de/male_de.json
+++ b/public/locales/palmistry-v1/de/male_de.json
@@ -1,184 +1,250 @@
{
- "next": "Next",
+ "next": "Weiter",
+ "privacy_policy": "Indem Sie fortfahren, stimmen Sie unserer und zu. Haben Sie eine Frage? Kontaktieren Sie unser Support-Team ",
+ "eula_link": "EULA",
+ "privacy_notice": "Datenschutzerklärung",
+ "policy_here": "hier",
+ "thumb": "Daumen",
+ "index_finger": "Zeigefinger",
+ "middle_finger": "Mittelfinger",
+ "ring_finger": "Ringfinger",
+ "pinky": "Kleiner Finger",
+ "skip_trial": "Testphase überspringen",
+ "add_consultant": "Berater hinzufügen",
+ "add_guides": "Guides hinzufügen",
+ "access_product": "Produktzugang",
+ "thank_you": "Vielen Dank!",
+ "order_successful": "Ihre Bestellung war erfolgreich!",
+ "biometric_data": "Es werden keine biometrischen Daten gesammelt. Der gesamte Erkennungsprozess erfolgt auf Ihrem Gerät.",
+ "went_wrong": "Etwas ist schiefgelaufen.",
+ "/scanned-photo": {
+ "title": "Wir erstellen gerade eine umfassende Handlesung speziell für Sie!",
+ "text": "Wow, es sieht so aus, als könnten wir viel über Ihre ehrgeizige und selbstbewusste Zukunft erzählen."
+ },
+ "aura_paywall_palmistry_main": {
+ "text_0": "Wir haben Millionen von Menschen geholfen, das Schicksal ihres Liebeslebens und was die Zukunft für sie und ihre Familien bereithält, zu enthüllen.",
+ "text_1": "Es kostet uns 13,21 €, um unsere AURA-Mitarbeiter für die Testphase zu entschädigen, aber bitte wählen Sie einen Betrag, mit dem Sie sich wohlfühlen."
+ },
+ "/skip-trial": {
+ "title": "Nicht vor, zurückzublicken?",
+ "price_per_week": " pro Woche",
+ "billing_period": "Abrechnungszeitraum",
+ "billed_amount": "Berechneter Betrag",
+ "billed_in_4_weeks": "Berechnet in 4 Wochen",
+ "start_trial": {
+ "every_week": "Jede Woche",
+ "start_trial": "Testphase beginnen"
+ },
+ "skip_trial": {
+ "save": "sparen Sie %",
+ "every_4_weeks": "Alle 4 Wochen",
+ "skip_trial": "Angebot annehmen und Testphase überspringen"
+ }
+ },
+ "/add-consultant": {
+ "more_for_you": "Mehr für Sie",
+ "exclusive_offer": "Exklusives Angebot, das Ihnen empfohlen wird, um Ihre Ziele schneller zu erreichen",
+ "your_unique_consultation": "Ihre einzigartige individuelle Beratung",
+ "30-minute": "30-minütige private Beratung mit einem Experten",
+ "description": "Sie können nach Zukunftsvorhersagen, Lebenskompatibilitätsanalysen, Liebeskompatibilität usw. fragen",
+ "one_time_price_offer": "Einmaliges Preisangebot: ",
+ "original_price": "Originalpreis: ",
+ "you_will_be_charged": "*Sie werden für die ausgewählten Zusatzdienste oder -angebote zum Zeitpunkt des Kaufs belastet. Dies ist eine einmalige Zahlung.",
+ "get_my_consultation": "Mein Beratungsgespräch erhalten",
+ "discount_save": "Sparen",
+ "caution": "Achtung!",
+ "caution_text": "Um Doppelbelastungen zu vermeiden, schließen Sie bitte die Seite nicht und gehen Sie nicht zurück.",
+ "unlock_profound": "Entdecken Sie tiefgründige Einblicke in Ihre Persönlichkeit, Beziehungen, Karriereentwicklung und lebenswichtige Momente durch Astrologie, die Ihnen helfen, fundierte Entscheidungen zu treffen und mehr Erfüllung zu erreichen.",
+ "choose_from": "Wählen Sie aus über 80 Expertenastrologen."
+ },
"/find-your-happiness": {
- "title": "Find your happiness with highly-personalized predictions.",
- "point1": "rated by real users",
- "point2": "93.4% Accuracy",
- "point3": "20m users’ choice",
- "point4": "4.8 satisfaction sco",
- "text": "Understand your self and improve relationships with astrology"
+ "title": "Finden Sie Ihr Glück mit hochgradig personalisierten Vorhersagen.",
+ "point1": "Bewertet von echten Nutzern",
+ "point2": "93,4% Genauigkeit",
+ "point3": "Wahl von 20 Mio. Nutzern",
+ "point4": "4,8 Zufriedenheitswert",
+ "text": "Verstehen Sie sich selbst und verbessern Sie Beziehungen mit Astrologie"
},
"/gender": {
- "title": "What’s your gender?",
- "description": "In Palmistry, everyone is a blend of masculine and feminine, so it helps to know yours."
+ "title": "Was ist Ihr Geschlecht?",
+ "description": "In der Handlesekunst ist jeder eine Mischung aus männlich und weiblich, daher ist es hilfreich, Ihr eigenes zu kennen.",
+ "already_have_account": "Schon ein Konto? Anmelden"
},
"/birthdate": {
- "title": "What’s your date of birth?",
- "text": "Your birth date reveals your core personality traits, needs and desires."
+ "title": "Wann ist Ihr Geburtsdatum?",
+ "text": "Ihr Geburtsdatum offenbart Ihre grundlegenden Persönlichkeitsmerkmale, Bedürfnisse und Wünsche."
},
"/palms-information": {
- "title": "Your palms hold a wealth of information about your fate and personality."
+ "title": "Ihre Handflächen bergen eine Fülle von Informationen über Ihr Schicksal und Ihre Persönlichkeit."
},
"/what-aspects": {
- "title": "What aspects of your life do you wish to gain insight into through palmistry?",
- "answer1": "Love & Relationships",
- "answer2": "Health & Vitality",
- "answer3": "Career & Destiny"
+ "title": "In welche Lebensbereiche möchten Sie durch Handlesen Einblicke gewinnen?",
+ "answer1": "Liebe & Beziehungen",
+ "answer2": "Gesundheit & Vitalität",
+ "answer3": "Karriere & Schicksal"
},
"/relationship-status": {
- "title": "So we can get to know you better, please tell us your relationship status",
+ "title": "Damit wir Sie besser kennenlernen können, teilen Sie uns bitte Ihren Beziehungsstatus mit",
"answer1": "Single",
- "answer2": "In a relationship"
+ "answer2": "In einer Beziehung"
},
"/element-resonates": {
- "title": "Which element resonates with you most?",
- "answer1": "Water",
- "answer2": "Fire",
- "answer3": "Air",
- "answer4": "Earth"
+ "title": "Welches Element spricht Sie am meisten an?",
+ "answer1": "Wasser",
+ "answer2": "Feuer",
+ "answer3": "Luft",
+ "answer4": "Erde"
},
"/favorite-color": {
- "title": "Which color do you like the most?",
- "answer1": "Blue",
- "answer2": "Green",
+ "title": "Welche Farbe gefällt Ihnen am meisten?",
+ "answer1": "Blau",
+ "answer2": "Grün",
"answer3": "Orange",
- "answer4": "Violet",
- "answer5": "Red",
- "answer6": "Yellow"
+ "answer4": "Violett",
+ "answer5": "Rot",
+ "answer6": "Gelb"
},
"/head-or-heart": {
- "title": "Do you make decisions with your head or your heart?",
- "answer1": "Heart",
- "answer2": "Head",
- "answer3": "Both"
+ "title": "Treffen Sie Entscheidungen mit dem Kopf oder dem Herzen?",
+ "answer1": "Herz",
+ "answer2": "Kopf",
+ "answer3": "Beides"
},
"/relate-following": {
- "title": "Do you relate to the following:",
- "question1": "I find solace and comfort in spending time alone.",
- "question2": "I value and enjoy my own company.",
- "question3": "I prefer socializing in groups rather than spending time alone.",
- "question4": "Loneliness is something I actively try to avoid.",
- "question5": "I enjoy activities that I can do independently.",
- "strongly_agree": "Strongly Agree",
- "strongly_disagree": "Strongly Disagree"
+ "title": "Können Sie sich mit Folgendem identifizieren:",
+ "question1": "Ich finde Trost und Geborgenheit darin, Zeit allein zu verbringen.",
+ "question2": "Ich schätze und genieße meine eigene Gesellschaft.",
+ "question3": "Ich ziehe es vor, in Gruppen zu sozialisieren, anstatt allein Zeit zu verbringen.",
+ "question4": "Einsamkeit ist etwas, das ich aktiv zu vermeiden versuche.",
+ "question5": "Ich genieße Aktivitäten, die ich selbstständig machen kann.",
+ "strongly_agree": "Stimme voll zu",
+ "strongly_disagree": "Stimme überhaupt nicht zu"
},
"/let-scan": {
- "title": "Let`s scan your palms",
- "text": "Follow the on-screen instructions, so we can analyze your palm lines and reveal your future, and the secrets of your destiny!"
+ "title": "Lassen Sie uns Ihre Handflächen scannen",
+ "text": "Folgen Sie den Anweisungen auf dem Bildschirm, damit wir Ihre Handlinien analysieren und Ihre Zukunft sowie die Geheimnisse Ihres Schicksals enthüllen können!"
},
- "biometric_data": "No biometric data collected. All recognition process performs on your device.",
"/scan-instruction": {
- "title": "Take your palm picture as instructed",
- "button": "Take a picture now"
+ "title": "Machen Sie Ihr Handflächenbild wie angegeben",
+ "button": "Jetzt ein Bild machen"
},
"/email": {
- "title": "Enter your email to get your advanced Palmistry reading with AURA",
- "not_share": "We don’t share any personal information.",
- "placeholder_email": "Deine E-Mail-Adresse",
- "placeholder_name": "Dein Name"
+ "title": "Geben Sie Ihre E-Mail-Adresse ein, um Ihre erweiterte Handlesung mit AURA zu erhalten",
+ "not_share": "Wir teilen keine persönlichen Informationen.",
+ "placeholder_email": "Ihre E-Mail",
+ "placeholder_name": "Ihr Name"
},
- "went_wrong": "Something went wrong.",
"app_number_one": {
- "text": "The app trusted by over 25 million people.",
- "color": "#1 Astrology"
+ "text": "Die App, der über 25 Millionen Menschen vertrauen.",
+ "color": "#1 Astrologie"
},
"/trial-payment": {
"palm_is_ready": {
- "title": "Your Palm Reading ",
- "title_color": "Is Ready",
- "description": "“I’ve just received your palm scan results. Let’s discuss!”",
- "text1": " 6 years in palmistry readings and spiritual guidance.",
+ "title": "Ihre Handlesung ",
+ "title_color": "Ist bereit",
+ "description": "„Ich habe gerade Ihre Handscan-Ergebnisse erhalten. Lassen Sie uns darüber sprechen!“",
+ "text1": " 6 Jahre Erfahrung in Handlesung und spiritueller Führung.",
"text1_color": "Akho",
- "text2": "Choose from 80+ palm readers and astrologers."
+ "text2": "Wählen Sie aus über 80 Handlesern und Astrologen."
},
"joined_today": {
- "text1": "Unlimited chats with a palm reader",
- "text2": " people joined today"
+ "text1": "Unbegrenzte Chats mit einem Handleser",
+ "text2": " Personen sind heute beigetreten"
},
- "get_personal_prediction": "Get personal prediction",
+ "get_personal_prediction": "Persönliche Vorhersage erhalten",
"how_work": {
- "title": "How does AURA work?",
- "point1_title": "Send us your palm scan",
- "point1_text": "We analyze your palm lines to get hints about your future",
- "point2_title": "Your palm reading is generated",
- "point2_text": "One of our professional palm readers puts together a report filled with hints about your future",
- "point3_title": "Start your trial to receive your prediction",
- "point3_text": "Once you’re a AURA member, we’ll send over your prediction report so you can begin living a better life.",
- "point4_title": "Talk with a palm reading specialist anytime",
- "point4_text": "Get ongoing support by discussing your readings, personal horoscopes, and compatibilities with our expert team."
+ "title": "Wie funktioniert AURA?",
+ "point1_title": "Senden Sie uns Ihren Handscan",
+ "point1_text": "Wir analysieren Ihre Handlinien, um Hinweise auf Ihre Zukunft zu erhalten.",
+ "point2_title": "Ihre Handlesung wird erstellt",
+ "point2_text": "Einer unserer professionellen Handleser erstellt einen Bericht mit Hinweisen auf Ihre Zukunft.",
+ "point3_title": "Starten Sie Ihre Testphase, um Ihre Vorhersage zu erhalten",
+ "point3_text": "Sobald Sie AURA-Mitglied sind, senden wir Ihnen Ihren Vorhersagebericht zu, damit Sie ein besseres Leben beginnen können.",
+ "point4_title": "Sprechen Sie jederzeit mit einem Handlespesialisten",
+ "point4_text": "Erhalten Sie laufende Unterstützung, indem Sie Ihre Lesungen, persönlichen Horoskope und Kompatibilitäten mit unserem Expertenteam besprechen."
},
"money_back_guarantee": {
- "title": "100% Money-back Guarantee",
- "text": "If you don’t notice any progress after using the app for at least a week, we are ready to make a complete refund within 14 days."
+ "title": "100% Geld-zurück-Garantie",
+ "text": "Wenn Sie nach mindestens einer Woche Nutzung der App keinen Fortschritt bemerken, sind wir bereit, innerhalb von 14 Tagen eine vollständige Rückerstattung zu leisten."
},
- "begin_trial_now": "Begin Trial Now",
+ "begin_trial_now": "Jetzt Testphase beginnen",
"what_included": {
- "title": "What’s included?",
- "point1": " palm readings",
- "point1_bold": "Unlimited",
- "point2": " with professional astrologers",
- "point2_bold": "1:1 live chats",
- "point3": " readings",
- "point3_bold": "Daily compatibility",
- "point4": "Cosmic relationship tips",
- "point5": "Daily horoscopes"
+ "title": "Was ist enthalten?",
+ "point1": " Handlesungen",
+ "point1_bold": "Unbegrenzte",
+ "point2": " mit professionellen Astrologen",
+ "point2_bold": "1:1 Live-Chats",
+ "point3": " Lesungen",
+ "point3_bold": "Tägliche Kompatibilität",
+ "point4": "Kosmische Beziehungstipps",
+ "point5": "Tägliche Horoskope"
},
"palms_say_about": {
- "title": "What do your palms say about you?",
- "point1": " shows your attitude to love and the quality of love",
- "point1_color": "Love line",
- "point2": "A long thumb indicates good fortune",
- "point3": " reflects your in telligence and mentality",
- "point3_color": "Head line",
- "point4": "A long index finger indicates a natural leader",
- "point5": " defines the quality of your life and what you will achieve",
- "point5_color": "Life line",
- "point6": "A short middle finger reveals a free spirit",
- "point7": " represents your material achievement and career goals",
- "point7_color": "Fate line",
- "point8": "A long ring finger reveals that a person tends to take risks",
- "point9": "A short little finger indicates the person's lack of self-confidence"
+ "title": "Was sagen Ihre Handflächen über Sie?",
+ "point1": " zeigt Ihre Einstellung zur Liebe und die Qualität der Liebe",
+ "point1_color": "Liebeslinie",
+ "point2": "Ein langer Daumen zeigt Wohlstand an",
+ "point3": " widerspiegelt Ihre Intelligenz und Ihren Verstand",
+ "point3_color": "Kopflinie",
+ "point4": "Ein langer Zeigefinger deutet auf eine natürliche Führungspersönlichkeit hin",
+ "point5": " bestimmt die Qualität Ihres Lebens und was Sie erreichen werden",
+ "point5_color": "Lebenslinie",
+ "point6": "Ein kurzer Mittelfinger offenbart einen Freigeist",
+ "point7": " steht für Ihre materiellen Errungenschaften und Karriereziele",
+ "point7_color": "Schicksalslinie",
+ "point8": "Ein langer Ringfinger zeigt, dass eine Person risikofreudig ist",
+ "point9": "Ein kurzer kleiner Finger weist auf mangelndes Selbstvertrauen der Person hin"
},
- "discover_more": "Discover More",
- "why_love": "Why does everyone ?",
- "why_love_color": "love AURA",
+ "discover_more": "Mehr entdecken",
+ "why_love": "Warum lieben alle ?",
+ "why_love_color": "AURA",
"reviews": {
"username1": "Rebecca Bauman",
- "tagline1": "\"It’s changed my life!\"",
- "text1": "I'm thankful for this app and Akho! She's an excellent palm reader and astrologer—clear, thorough, and reassuring. I eagerly look forward to more sessions with her!",
+ "tagline1": "\"Es hat mein Leben verändert!\"",
+ "text1": "Ich bin dankbar für diese App und Akho! Sie ist eine ausgezeichnete Handleserin und Astrologin – klar, gründlich und beruhigend. Ich freue mich auf weitere Sitzungen mit ihr!",
"username2": "Mika Ryan",
- "tagline2": "\"After years of seeking, I’ve finally found a true love.\"",
- "text2": "I was hesitant about whether it was really worth trying, but now I have no regrets and I'm enjoying my new relationships!",
+ "tagline2": "\"Nach jahrelanger Suche habe ich endlich die wahre Liebe gefunden.\"",
+ "text2": "Ich war unsicher, ob es wirklich einen Versuch wert war, aber jetzt habe ich keine Reue und genieße meine neuen Beziehungen!",
"username3": "Amanda Holmes",
- "tagline3": "\"I’ve found a job I really enjoy.\"",
- "text3": "Thanks to Vladana, I've finally discovered a clue about what my life's purpose really is and what kind of job resonates with me better!"
+ "tagline3": "\"Ich habe einen Job gefunden, den ich wirklich genieße.\"",
+ "text3": "Dank Vladana habe ich endlich einen Hinweis darauf, was der Zweck meines Lebens wirklich ist und welche Art von Job besser zu mir passt!"
},
- "success_story": "Become a AURA Success Story!",
- "as_seen_in": " As Seen in",
+ "success_story": "Werden Sie eine AURA Erfolgsgeschichte!",
+ "as_seen_in": " Wie gesehen in",
"footer": {
- "text1": "Questions? We’re here to help",
- "text2": "Customer Support",
- "text3": "Help Center"
+ "text1": "Fragen? Wir sind hier, um zu helfen",
+ "text2": "Kundensupport",
+ "text3": "Hilfezentrum"
}
},
"/payment": {
- "will_be_charged_trial_info": " for your -day trial",
- "will_be_charged_email_reminder": "email you a reminder",
- "will_be_charged": "You will be charged only . Then per week. Save every week. We’ll before your trial ends.",
+ "will_be_charged_trial_info": " für Ihre -Tage-Testphase",
+ "will_be_charged_email_reminder": "senden Ihnen eine Erinnerungs-E-Mail",
+ "will_be_charged": "Es wird Ihnen nur berechnet. Danach pro Woche. Sparen Sie jede Woche. Wir werden Ihnen , bevor Ihre Testphase endet.",
"payment_information": {
- "personalized_offer": "Personalized offer reserved",
- "title": "Start your -day trial",
- "total_today": "Total today",
+ "personalized_offer": "Personalisierte Reserveangebot",
+ "title": "Starten Sie Ihre -Tage-Testphase",
+ "total_today": "Total heute",
"code_applied_bold": "AURA24",
- "code_applied": "Code applied!"
+ "code_applied": "Code angewendet!"
},
"guarantees": {
- "no_commitment": "No commitment. Cancel anytime.",
- "30_day_money_back": "30-Day Money-Back Guarantee"
+ "no_commitment": "Keine Verpflichtung. Jederzeit kündbar.",
+ "30_day_money_back": "30-Tage-Geld-zurück-Garantie"
},
- "get_personal_prediction": "Get personal prediction",
- "total_due": "Total due today: ",
- "app_number_one_color": "25 million people.",
- "app_number_one": "The #1 Astrology app trusted by over "
- }
-}
+ "get_personal_prediction": "Persönliche Vorhersage erhalten",
+ "total_due": "Heute fällig: ",
+ "app_number_one_color": "25 Millionen Menschen.",
+ "app_number_one": "Die Nr. 1 Astrologie-App, der über vertrauen"
+ },
+ "/camera": {
+ "bad_photo": "Schlechtes Foto!",
+ "try_again": "Nochmal versuchen",
+ "do_better": "Das geht besser",
+ "next": "Weiter"
+ },
+ "threadId": "thread_y5fONgeio6EHUbbaLAe5MCuB",
+ "assistantId": "asst_idSnXIUMNRwwUHyXHBE1Rdtn",
+ "v": "v1",
+ "config": "de.male"
+}
\ No newline at end of file
diff --git a/public/locales/palmistry-v1/fr/female_fr.json b/public/locales/palmistry-v1/fr/female_fr.json
index 6f93b30..ece615c 100644
--- a/public/locales/palmistry-v1/fr/female_fr.json
+++ b/public/locales/palmistry-v1/fr/female_fr.json
@@ -1,184 +1,250 @@
{
- "next": "Next",
+ "next": "Suivant",
+ "privacy_policy": "En continuant, vous acceptez notre et notre . Une question? Contactez notre équipe d'assistance ",
+ "eula_link": "CLUF",
+ "privacy_notice": "Avis de confidentialité",
+ "policy_here": "ici",
+ "thumb": "Pouce",
+ "index_finger": "Index",
+ "middle_finger": "Majeur",
+ "ring_finger": "Annulaire",
+ "pinky": "Auriculaire",
+ "skip_trial": "Passer l'essai",
+ "add_consultant": "Ajouter un consultant",
+ "add_guides": "Ajouter des guides",
+ "access_product": "Accéder au produit",
+ "thank_you": "Merci !",
+ "order_successful": "Votre commande a été réussie !",
+ "biometric_data": "Aucune donnée biométrique collectée. Tout le processus de reconnaissance s'effectue sur votre appareil.",
+ "went_wrong": "Un problème est survenu.",
+ "/scanned-photo": {
+ "title": "Nous préparons une lecture de chiromancie complète rien que pour vous !",
+ "text": "Waouh, on dirait qu'il y a beaucoup à dire sur votre avenir ambitieux et sûr de vous."
+ },
+ "aura_paywall_palmistry_main": {
+ "text_0": "Nous avons aidé des millions de personnes à révéler le destin de leur vie amoureuse ainsi que ce que l'avenir réserve pour elles et leurs familles.",
+ "text_1": "Cela nous coûte 13,21 $ pour rémunérer nos employés d'AURA pour l'essai, mais choisissez le montant avec lequel vous êtes à l'aise."
+ },
+ "/skip-trial": {
+ "title": "Pas envie de regarder en arrière ?",
+ "price_per_week": " par semaine",
+ "billing_period": "Période de facturation",
+ "billed_amount": "Montant facturé",
+ "billed_in_4_weeks": "Facturé dans 4 semaines",
+ "start_trial": {
+ "every_week": "Chaque semaine",
+ "start_trial": "Commencer l'essai"
+ },
+ "skip_trial": {
+ "save": "économisez %",
+ "every_4_weeks": "Toutes les 4 semaines",
+ "skip_trial": "Accepter l'offre et sauter l'essai"
+ }
+ },
+ "/add-consultant": {
+ "more_for_you": "Encore plus pour vous",
+ "exclusive_offer": "Offre exclusive recommandée pour vous aider à atteindre vos objectifs plus rapidement",
+ "your_unique_consultation": "Votre consultation individuelle unique",
+ "30-minute": "30 minutes de consultation privée avec un expert",
+ "description": "Vous pouvez demander une prédiction de l'avenir, une analyse de compatibilité; compatibilité amoureuse, etc.",
+ "one_time_price_offer": "Offre tarifaire unique : ",
+ "original_price": "Prix initial : ",
+ "you_will_be_charged": "*Vous serez facturé pour les services ou offres supplémentaires sélectionnés au moment de l’achat.\n C'est un paiement non récurrent.",
+ "get_my_consultation": "Obtenir ma consultation",
+ "discount_save": "Économisez",
+ "caution": "Attention !",
+ "caution_text": "Pour éviter les doubles facturations, veuillez ne pas fermer la page ni revenir en arrière.",
+ "unlock_profound": "Débloquez des perceptions profondes sur votre personnalité, vos relations, votre trajectoire professionnelle, et les moments clés de votre vie grâce à l'astrologie, vous permettant de prendre des décisions éclairées pour un épanouissement accru.",
+ "choose_from": "Choisissez parmi plus de 80 astrologues experts."
+ },
"/find-your-happiness": {
- "title": "Find your happiness with highly-personalized predictions.",
- "point1": "rated by real users",
- "point2": "93.4% Accuracy",
- "point3": "20m users’ choice",
- "point4": "4.8 satisfaction sco",
- "text": "Understand your self and improve relationships with astrology"
+ "title": "Trouvez votre bonheur avec des prédictions hautement personnalisées.",
+ "point1": "approuvé par de vrais utilisateurs",
+ "point2": "93,4% de précision",
+ "point3": "Choix de 20 millions d'utilisateurs",
+ "point4": "Note de satisfaction de 4,8",
+ "text": "Comprenez-vous et améliorez vos relations grâce à l'astrologie"
},
"/gender": {
- "title": "What’s your gender?",
- "description": "In Palmistry, everyone is a blend of masculine and feminine, so it helps to know yours."
+ "title": "Quel est votre genre ?",
+ "description": "En chiromancie, chacun est un mélange de masculin et de féminin, donc connaître le vôtre est utile.",
+ "already_have_account": "Vous avez déjà un compte ? Connectez-vous"
},
"/birthdate": {
- "title": "What’s your date of birth?",
- "text": "Your birth date reveals your core personality traits, needs and desires."
+ "title": "Quelle est votre date de naissance ?",
+ "text": "Votre date de naissance révèle vos traits de personnalité fondamentaux, vos besoins et vos désirs."
},
"/palms-information": {
- "title": "Your palms hold a wealth of information about your fate and personality."
+ "title": "Vos paumes contiennent une mine d'informations sur votre destin et votre personnalité."
},
"/what-aspects": {
- "title": "What aspects of your life do you wish to gain insight into through palmistry?",
- "answer1": "Love & Relationships",
- "answer2": "Health & Vitality",
- "answer3": "Career & Destiny"
+ "title": "Quels aspects de votre vie souhaitez-vous explorer grâce à la chiromancie ?",
+ "answer1": "Amour et Relations",
+ "answer2": "Santé et Vitalité",
+ "answer3": "Carrière et Destin"
},
"/relationship-status": {
- "title": "So we can get to know you better, please tell us your relationship status",
- "answer1": "Single",
- "answer2": "In a relationship"
+ "title": "Pour mieux vous connaître, merci de nous indiquer votre statut sentimental",
+ "answer1": "Célibataire",
+ "answer2": "En couple"
},
"/element-resonates": {
- "title": "Which element resonates with you most?",
- "answer1": "Water",
- "answer2": "Fire",
+ "title": "Quel élément vous correspond le mieux ?",
+ "answer1": "Eau",
+ "answer2": "Feu",
"answer3": "Air",
- "answer4": "Earth"
+ "answer4": "Terre"
},
"/favorite-color": {
- "title": "Which color do you like the most?",
- "answer1": "Blue",
- "answer2": "Green",
+ "title": "Quelle couleur préférez-vous ?",
+ "answer1": "Bleu",
+ "answer2": "Vert",
"answer3": "Orange",
"answer4": "Violet",
- "answer5": "Red",
- "answer6": "Yellow"
+ "answer5": "Rouge",
+ "answer6": "Jaune"
},
"/head-or-heart": {
- "title": "Do you make decisions with your head or your heart?",
- "answer1": "Heart",
- "answer2": "Head",
- "answer3": "Both"
+ "title": "Prenez-vous vos décisions avec votre tête ou votre cœur ?",
+ "answer1": "Cœur",
+ "answer2": "Tête",
+ "answer3": "Les deux"
},
"/relate-following": {
- "title": "Do you relate to the following:",
- "question1": "I find solace and comfort in spending time alone.",
- "question2": "I value and enjoy my own company.",
- "question3": "I prefer socializing in groups rather than spending time alone.",
- "question4": "Loneliness is something I actively try to avoid.",
- "question5": "I enjoy activities that I can do independently.",
- "strongly_agree": "Strongly Agree",
- "strongly_disagree": "Strongly Disagree"
+ "title": "Vous reconnaissez-vous dans les affirmations suivantes :",
+ "question1": "Je trouve du réconfort et de la sérénité en passant du temps seul(e).",
+ "question2": "J'apprécie et j'aime ma propre compagnie.",
+ "question3": "Je préfère socialiser en groupe plutôt que de passer du temps seul(e).",
+ "question4": "La solitude est quelque chose que j'essaie d'éviter activement.",
+ "question5": "J'aime pratiquer des activités que je peux faire de manière indépendante.",
+ "strongly_agree": "Tout à fait d'accord",
+ "strongly_disagree": "Pas du tout d'accord"
},
"/let-scan": {
- "title": "Let`s scan your palms",
- "text": "Follow the on-screen instructions, so we can analyze your palm lines and reveal your future, and the secrets of your destiny!"
+ "title": "Scannons vos paumes",
+ "text": "Suivez les instructions à l'écran, afin que nous puissions analyser les lignes de vos paumes et révéler votre avenir et les secrets de votre destin !"
},
- "biometric_data": "No biometric data collected. All recognition process performs on your device.",
"/scan-instruction": {
- "title": "Take your palm picture as instructed",
- "button": "Take a picture now"
+ "title": "Prenez la photo de votre paume selon les instructions",
+ "button": "Prendre une photo maintenant"
},
"/email": {
- "title": "Enter your email to get your advanced Palmistry reading with AURA",
- "not_share": "We don’t share any personal information.",
- "placeholder_email": "Votre e-mail",
- "placeholder_name": "Votre nom"
+ "title": "Entrez votre email pour obtenir votre lecture de chiromancie avancée avec AURA",
+ "not_share": "Nous ne partageons aucune information personnelle.",
+ "placeholder_email": "Votre email",
+ "placeholder_name": "Votre prénom"
},
- "went_wrong": "Something went wrong.",
"app_number_one": {
- "text": "The app trusted by over 25 million people.",
- "color": "#1 Astrology"
+ "text": "L'application de confiance pour plus de 25 millions de personnes.",
+ "color": "#1 en Astrologie"
},
"/trial-payment": {
"palm_is_ready": {
- "title": "Your Palm Reading ",
- "title_color": "Is Ready",
- "description": "“I’ve just received your palm scan results. Let’s discuss!”",
- "text1": " 6 years in palmistry readings and spiritual guidance.",
+ "title": "Votre lecture de paume ",
+ "title_color": "Est prête",
+ "description": "“Je viens de recevoir les résultats de votre scan de paume. Discutons-en !”",
+ "text1": " 6 ans d'expérience en lectures de chiromancie et en guidance spirituelle.",
"text1_color": "Akho",
- "text2": "Choose from 80+ palm readers and astrologers."
+ "text2": "Choisissez parmi plus de 80 spécialistes en lectures de paume et astrologues."
},
"joined_today": {
- "text1": "Unlimited chats with a palm reader",
- "text2": " people joined today"
+ "text1": "Chats illimités avec un lecteur de paume",
+ "text2": " personnes se sont inscrites aujourd'hui"
},
- "get_personal_prediction": "Get personal prediction",
+ "get_personal_prediction": "Obtenez une prédiction personnelle",
"how_work": {
- "title": "How does AURA work?",
- "point1_title": "Send us your palm scan",
- "point1_text": "We analyze your palm lines to get hints about your future",
- "point2_title": "Your palm reading is generated",
- "point2_text": "One of our professional palm readers puts together a report filled with hints about your future",
- "point3_title": "Start your trial to receive your prediction",
- "point3_text": "Once you’re a AURA member, we’ll send over your prediction report so you can begin living a better life.",
- "point4_title": "Talk with a palm reading specialist anytime",
- "point4_text": "Get ongoing support by discussing your readings, personal horoscopes, and compatibilities with our expert team."
+ "title": "Comment fonctionne AURA ?",
+ "point1_title": "Envoyez-nous votre scan de paume",
+ "point1_text": "Nous analysons les lignes de vos paumes pour obtenir des indices sur votre avenir",
+ "point2_title": "Votre lecture de paume est générée",
+ "point2_text": "L'un de nos lecteurs de paume professionnels vous rédige un rapport rempli d'indices sur votre avenir",
+ "point3_title": "Commencez votre essai pour recevoir votre prédiction",
+ "point3_text": "Une fois membre d'AURA, nous vous enverrons votre rapport de prédiction pour que vous puissiez commencer à vivre mieux.",
+ "point4_title": "Discutez avec un spécialiste en lecture de paume à tout moment",
+ "point4_text": "Bénéficiez d'un support continu en discutant de vos lectures, de vos horoscopes personnels et de vos compatibilités avec notre équipe d'experts."
},
"money_back_guarantee": {
- "title": "100% Money-back Guarantee",
- "text": "If you don’t notice any progress after using the app for at least a week, we are ready to make a complete refund within 14 days."
+ "title": "Garantie de remboursement à 100%",
+ "text": "Si vous ne constatez aucun progrès après avoir utilisé l'application pendant au moins une semaine, nous sommes prêts à effectuer un remboursement complet dans les 14 jours."
},
- "begin_trial_now": "Begin Trial Now",
+ "begin_trial_now": "Commencez l'essai maintenant",
"what_included": {
- "title": "What’s included?",
- "point1": " palm readings",
- "point1_bold": "Unlimited",
- "point2": " with professional astrologers",
- "point2_bold": "1:1 live chats",
- "point3": " readings",
- "point3_bold": "Daily compatibility",
- "point4": "Cosmic relationship tips",
- "point5": "Daily horoscopes"
+ "title": "Qu'est-ce qui est inclus ?",
+ "point1": " lectures de paume",
+ "point1_bold": "Illimitées",
+ "point2": " avec des astrologues professionnels",
+ "point2_bold": "Chats en direct 1:1",
+ "point3": " lectures",
+ "point3_bold": "Compatibilité quotidienne",
+ "point4": "Conseils pour les relations cosmiques",
+ "point5": "Horoscopes quotidiens"
},
"palms_say_about": {
- "title": "What do your palms say about you?",
- "point1": " shows your attitude to love and the quality of love",
- "point1_color": "Love line",
- "point2": "A long thumb indicates good fortune",
- "point3": " reflects your in telligence and mentality",
- "point3_color": "Head line",
- "point4": "A long index finger indicates a natural leader",
- "point5": " defines the quality of your life and what you will achieve",
- "point5_color": "Life line",
- "point6": "A short middle finger reveals a free spirit",
- "point7": " represents your material achievement and career goals",
- "point7_color": "Fate line",
- "point8": "A long ring finger reveals that a person tends to take risks",
- "point9": "A short little finger indicates the person's lack of self-confidence"
+ "title": "Que disent vos paumes de vous ?",
+ "point1": " montre votre attitude envers l'amour et la qualité de l'amour",
+ "point1_color": "Ligne de cœur",
+ "point2": "Un pouce long indique une bonne fortune",
+ "point3": " reflète votre intelligence et votre mentalité",
+ "point3_color": "Ligne de tête",
+ "point4": "Un index long montre un leader naturel",
+ "point5": " définit la qualité de votre vie et ce que vous accomplirez",
+ "point5_color": "Ligne de vie",
+ "point6": "Un majeur court révèle un esprit libre",
+ "point7": " représente vos accomplissements matériels et objectifs de carrière",
+ "point7_color": "Ligne de destinée",
+ "point8": "Un annulaire long révèle une tendance à prendre des risques",
+ "point9": "Un petit doigt court indique un manque de confiance en soi"
},
- "discover_more": "Discover More",
- "why_love": "Why does everyone ?",
- "why_love_color": "love AURA",
+ "discover_more": "Découvrez plus",
+ "why_love": "Pourquoi tout le monde ?",
+ "why_love_color": "aime AURA",
"reviews": {
"username1": "Rebecca Bauman",
- "tagline1": "\"It’s changed my life!\"",
- "text1": "I'm thankful for this app and Akho! She's an excellent palm reader and astrologer—clear, thorough, and reassuring. I eagerly look forward to more sessions with her!",
+ "tagline1": "\"Cela a changé ma vie !\"",
+ "text1": "Je suis reconnaissante pour cette application et pour Akho ! Elle est une excellente lectrice de paume et astrologue—précise, complète et rassurante. J'attends avec impatience d'autres sessions avec elle !",
"username2": "Mika Ryan",
- "tagline2": "\"After years of seeking, I’ve finally found a true love.\"",
- "text2": "I was hesitant about whether it was really worth trying, but now I have no regrets and I'm enjoying my new relationships!",
+ "tagline2": "\"Après des années de recherche, j'ai enfin trouvé un véritable amour.\"",
+ "text2": "J'étais hésitante à savoir si cela valait vraiment la peine d'essayer, mais maintenant je n'ai aucun regret et je profite de mes nouvelles relations !",
"username3": "Amanda Holmes",
- "tagline3": "\"I’ve found a job I really enjoy.\"",
- "text3": "Thanks to Vladana, I've finally discovered a clue about what my life's purpose really is and what kind of job resonates with me better!"
+ "tagline3": "\"J'ai trouvé un travail qui me plaît vraiment.\"",
+ "text3": "Grâce à Vladana, j'ai enfin découvert un indice sur le véritable but de ma vie et le type de travail qui me convient le mieux !"
},
- "success_story": "Become a AURA Success Story!",
- "as_seen_in": " As Seen in",
+ "success_story": "Devenez une success story d'AURA !",
+ "as_seen_in": " Vu dans",
"footer": {
- "text1": "Questions? We’re here to help",
- "text2": "Customer Support",
- "text3": "Help Center"
+ "text1": "Des questions ? Nous sommes là pour vous aider",
+ "text2": "Support Client",
+ "text3": "Centre d'aide"
}
},
"/payment": {
- "will_be_charged_trial_info": " for your -day trial",
- "will_be_charged_email_reminder": "email you a reminder",
- "will_be_charged": "You will be charged only . Then per week. Save every week. We’ll before your trial ends.",
+ "will_be_charged_trial_info": " pour votre essai de jours",
+ "will_be_charged_email_reminder": "un rappel par email",
+ "will_be_charged": "Vous serez facturé uniquement . Ensuite par semaine. Économisez chaque semaine. Nous vous enverrons avant la fin de votre essai.",
"payment_information": {
- "personalized_offer": "Personalized offer reserved",
- "title": "Start your -day trial",
- "total_today": "Total today",
+ "personalized_offer": "Offre personnalisée réservée",
+ "title": "Commencez votre essai de jours",
+ "total_today": "Total aujourd'hui",
"code_applied_bold": "AURA24",
- "code_applied": "Code applied!"
+ "code_applied": "Code appliqué !"
},
"guarantees": {
- "no_commitment": "No commitment. Cancel anytime.",
- "30_day_money_back": "30-Day Money-Back Guarantee"
+ "no_commitment": "Pas d'engagement. Annulez à tout moment.",
+ "30_day_money_back": "Garantie de remboursement de 30 jours"
},
- "get_personal_prediction": "Get personal prediction",
- "total_due": "Total due today: ",
- "app_number_one_color": "25 million people.",
- "app_number_one": "The #1 Astrology app trusted by over "
- }
-}
+ "get_personal_prediction": "Obtenez une prédiction personnelle",
+ "total_due": "Total dû aujourd'hui : ",
+ "app_number_one_color": "25 millions de personnes.",
+ "app_number_one": "L'application d'astrologie n°1 de confiance pour plus de "
+ },
+ "/camera": {
+ "bad_photo": "Mauvaise photo !",
+ "try_again": "Essayez de nouveau",
+ "do_better": "Vous pouvez faire mieux",
+ "next": "Suivant"
+ },
+ "threadId": "thread_flgHZobe2UKs9lxQoMgLU7JX",
+ "assistantId": "asst_cV8jnxm3GgALkHo4R4nhj3iV",
+ "v": "v1",
+ "config": "fr.female"
+}
\ No newline at end of file
diff --git a/public/locales/palmistry-v1/fr/male_fr.json b/public/locales/palmistry-v1/fr/male_fr.json
index 6f93b30..085a1f1 100644
--- a/public/locales/palmistry-v1/fr/male_fr.json
+++ b/public/locales/palmistry-v1/fr/male_fr.json
@@ -1,184 +1,250 @@
{
- "next": "Next",
+ "next": "Suivant",
+ "privacy_policy": "En continuant, vous acceptez notre et notre . Une question ? Contactez notre équipe de support ",
+ "eula_link": "CLUF",
+ "privacy_notice": "Avis de confidentialité",
+ "policy_here": "ici",
+ "thumb": "Pouce",
+ "index_finger": "Index",
+ "middle_finger": "Majeur",
+ "ring_finger": "Annulaire",
+ "pinky": "Auriculaire",
+ "skip_trial": "Passer l'essai",
+ "add_consultant": "Ajouter un consultant",
+ "add_guides": "Ajouter des guides",
+ "access_product": "Accéder au produit",
+ "thank_you": "Merci!",
+ "order_successful": "Votre commande a été validée avec succès !",
+ "biometric_data": "Aucune donnée biométrique collectée. Tout le processus de reconnaissance se déroule sur votre appareil.",
+ "went_wrong": "Un problème est survenu.",
+ "/scanned-photo": {
+ "title": "Nous préparons une lecture de chiromancie complète juste pour vous !",
+ "text": "Wow, il semble qu'il y ait beaucoup à dire sur votre avenir ambitieux et votre confiance en vous."
+ },
+ "aura_paywall_palmistry_main": {
+ "text_0": "Nous avons aidé des millions de personnes à découvrir le destin de leur vie amoureuse et ce que l'avenir réserve pour eux et leur famille.",
+ "text_1": "Cela nous coûte 13,21 $ pour compenser nos employés AURA pour l'essai, mais s'il vous plaît, choisissez le montant avec lequel vous êtes à l'aise."
+ },
+ "/skip-trial": {
+ "title": "Pas l'intention de revenir en arrière ?",
+ "price_per_week": " par semaine",
+ "billing_period": "Période de facturation",
+ "billed_amount": "Montant facturé",
+ "billed_in_4_weeks": "Facturé en 4 semaines",
+ "start_trial": {
+ "every_week": "Chaque semaine",
+ "start_trial": "Commencer l'essai"
+ },
+ "skip_trial": {
+ "save": "économisez %",
+ "every_4_weeks": "Tous les 4 semaines",
+ "skip_trial": "Accepter l'offre et passer l'essai"
+ }
+ },
+ "/add-consultant": {
+ "more_for_you": "Plus pour vous",
+ "exclusive_offer": "Offre exclusive recommandée pour vous permettre d'atteindre vos objectifs plus rapidement",
+ "your_unique_consultation": "Votre consultation personnelle unique",
+ "30-minute": "Consultation privée de 30 minutes avec un expert",
+ "description": "Vous pouvez demander une prédiction de l'avenir, une analyse de compatibilité de vie; compatibilité amoureuse, etc.",
+ "one_time_price_offer": "Offre de prix unique : ",
+ "original_price": "Prix d'origine : ",
+ "you_will_be_charged": "*Vous serez facturé pour les services additionnels ou les offres sélectionnées au moment de l'achat.\n Ce n'est pas un paiement récurrent.",
+ "get_my_consultation": "Obtenir ma consultation",
+ "discount_save": "Économisez",
+ "caution": "Attention !",
+ "caution_text": "Pour éviter les doubles facturations, veuillez ne pas fermer la page et ne pas revenir en arrière.",
+ "unlock_profound": "Débloquez des aperçus profonds de votre personnalité, de vos relations, de votre trajectoire professionnelle et des moments clés de votre vie grâce à l'astrologie, vous permettant de prendre des décisions éclairées et de réaliser une plus grande épanouissement.",
+ "choose_from": "Choisissez parmi plus de 80 astrologues experts."
+ },
"/find-your-happiness": {
- "title": "Find your happiness with highly-personalized predictions.",
- "point1": "rated by real users",
- "point2": "93.4% Accuracy",
- "point3": "20m users’ choice",
- "point4": "4.8 satisfaction sco",
- "text": "Understand your self and improve relationships with astrology"
+ "title": "Trouvez votre bonheur avec des prévisions hautement personnalisées.",
+ "point1": "évalué par de vrais utilisateurs",
+ "point2": "Précision de 93,4 %",
+ "point3": "Choisi par 20 millions d'utilisateurs",
+ "point4": "4,8 de score de satisfaction",
+ "text": "Comprenez-vous et améliorez vos relations grâce à l'astrologie"
},
"/gender": {
- "title": "What’s your gender?",
- "description": "In Palmistry, everyone is a blend of masculine and feminine, so it helps to know yours."
+ "title": "Quel est votre genre ?",
+ "description": "En chiromancie, tout le monde est un mélange de masculin et de féminin, donc il est utile de connaître le vôtre.",
+ "already_have_account": "Vous avez déjà un compte ? Connectez-vous"
},
"/birthdate": {
- "title": "What’s your date of birth?",
- "text": "Your birth date reveals your core personality traits, needs and desires."
+ "title": "Quelle est votre date de naissance ?",
+ "text": "Votre date de naissance révèle vos traits de personnalité fondamentaux, vos besoins et vos désirs."
},
"/palms-information": {
- "title": "Your palms hold a wealth of information about your fate and personality."
+ "title": "Vos paumes contiennent une mine d'informations sur votre destin et votre personnalité."
},
"/what-aspects": {
- "title": "What aspects of your life do you wish to gain insight into through palmistry?",
- "answer1": "Love & Relationships",
- "answer2": "Health & Vitality",
- "answer3": "Career & Destiny"
+ "title": "Quels aspects de votre vie souhaitez-vous explorer grâce à la chiromancie ?",
+ "answer1": "Amour & Relations",
+ "answer2": "Santé & Vitalité",
+ "answer3": "Carrière & Destin"
},
"/relationship-status": {
- "title": "So we can get to know you better, please tell us your relationship status",
- "answer1": "Single",
- "answer2": "In a relationship"
+ "title": "Pour mieux vous connaître, veuillez nous indiquer votre statut relationnel",
+ "answer1": "Célibataire",
+ "answer2": "En couple"
},
"/element-resonates": {
- "title": "Which element resonates with you most?",
- "answer1": "Water",
- "answer2": "Fire",
+ "title": "Quel élément résonne le plus en vous ?",
+ "answer1": "Eau",
+ "answer2": "Feu",
"answer3": "Air",
- "answer4": "Earth"
+ "answer4": "Terre"
},
"/favorite-color": {
- "title": "Which color do you like the most?",
- "answer1": "Blue",
- "answer2": "Green",
+ "title": "Quelle couleur préférez-vous ?",
+ "answer1": "Bleu",
+ "answer2": "Vert",
"answer3": "Orange",
"answer4": "Violet",
- "answer5": "Red",
- "answer6": "Yellow"
+ "answer5": "Rouge",
+ "answer6": "Jaune"
},
"/head-or-heart": {
- "title": "Do you make decisions with your head or your heart?",
- "answer1": "Heart",
- "answer2": "Head",
- "answer3": "Both"
+ "title": "Prenez-vous vos décisions avec votre tête ou votre cœur ?",
+ "answer1": "Cœur",
+ "answer2": "Tête",
+ "answer3": "Les deux"
},
"/relate-following": {
- "title": "Do you relate to the following:",
- "question1": "I find solace and comfort in spending time alone.",
- "question2": "I value and enjoy my own company.",
- "question3": "I prefer socializing in groups rather than spending time alone.",
- "question4": "Loneliness is something I actively try to avoid.",
- "question5": "I enjoy activities that I can do independently.",
- "strongly_agree": "Strongly Agree",
- "strongly_disagree": "Strongly Disagree"
+ "title": "Vous identifiez-vous aux affirmations suivantes :",
+ "question1": "Je trouve du réconfort et de la consolation à passer du temps seul.",
+ "question2": "J'apprécie et j'aime ma propre compagnie.",
+ "question3": "Je préfère socialiser en groupe plutôt que de passer du temps seul.",
+ "question4": "La solitude est quelque chose que j'essaie d'éviter activement.",
+ "question5": "J'apprécie les activités que je peux faire de manière indépendante.",
+ "strongly_agree": "Tout à fait d'accord",
+ "strongly_disagree": "Pas du tout d'accord"
},
"/let-scan": {
- "title": "Let`s scan your palms",
- "text": "Follow the on-screen instructions, so we can analyze your palm lines and reveal your future, and the secrets of your destiny!"
+ "title": "Scannons vos paumes",
+ "text": "Suivez les instructions à l'écran pour que nous puissions analyser les lignes de vos paumes et vous révéler votre avenir ainsi que les secrets de votre destin !"
},
- "biometric_data": "No biometric data collected. All recognition process performs on your device.",
"/scan-instruction": {
- "title": "Take your palm picture as instructed",
- "button": "Take a picture now"
+ "title": "Prenez la photo de votre paume comme indiqué",
+ "button": "Prenez une photo maintenant"
},
"/email": {
- "title": "Enter your email to get your advanced Palmistry reading with AURA",
- "not_share": "We don’t share any personal information.",
- "placeholder_email": "Votre e-mail",
+ "title": "Entrez votre email pour obtenir votre lecture avancée de chiromancie avec AURA",
+ "not_share": "Nous ne partageons aucune information personnelle.",
+ "placeholder_email": "Votre email",
"placeholder_name": "Votre nom"
},
- "went_wrong": "Something went wrong.",
"app_number_one": {
- "text": "The app trusted by over 25 million people.",
- "color": "#1 Astrology"
+ "text": "L'application de confiance pour plus de 25 millions de personnes.",
+ "color": "#1 en astrologie"
},
"/trial-payment": {
"palm_is_ready": {
- "title": "Your Palm Reading ",
- "title_color": "Is Ready",
- "description": "“I’ve just received your palm scan results. Let’s discuss!”",
- "text1": " 6 years in palmistry readings and spiritual guidance.",
+ "title": "Votre lecture de paume ",
+ "title_color": "est prête",
+ "description": "“Je viens de recevoir les résultats de votre scan de paume. Discutons-en !”",
+ "text1": " 6 ans d'expérience en lecture de paume et guidance spirituelle.",
"text1_color": "Akho",
- "text2": "Choose from 80+ palm readers and astrologers."
+ "text2": "Choisissez parmi plus de 80 lecteurs de paume et astrologues."
},
"joined_today": {
- "text1": "Unlimited chats with a palm reader",
- "text2": " people joined today"
+ "text1": "Chats illimités avec un lecteur de paume",
+ "text2": " personnes ont rejoint aujourd'hui"
},
- "get_personal_prediction": "Get personal prediction",
+ "get_personal_prediction": "Obtenez votre prédiction personnelle",
"how_work": {
- "title": "How does AURA work?",
- "point1_title": "Send us your palm scan",
- "point1_text": "We analyze your palm lines to get hints about your future",
- "point2_title": "Your palm reading is generated",
- "point2_text": "One of our professional palm readers puts together a report filled with hints about your future",
- "point3_title": "Start your trial to receive your prediction",
- "point3_text": "Once you’re a AURA member, we’ll send over your prediction report so you can begin living a better life.",
- "point4_title": "Talk with a palm reading specialist anytime",
- "point4_text": "Get ongoing support by discussing your readings, personal horoscopes, and compatibilities with our expert team."
+ "title": "Comment fonctionne AURA ?",
+ "point1_title": "Envoyez-nous votre scan de paume",
+ "point1_text": "Nous analysons les lignes de votre paume pour obtenir des indices sur votre futur",
+ "point2_title": "Votre lecture de paume est générée",
+ "point2_text": "L'un de nos lecteurs de paume professionnels réalise un rapport rempli d'indices sur votre avenir",
+ "point3_title": "Commencez votre essai pour recevoir votre prédiction",
+ "point3_text": "Une fois membre d'AURA, nous vous enverrons votre rapport de prédiction pour que vous puissiez commencer à vivre une vie meilleure.",
+ "point4_title": "Discutez avec un spécialiste de la lecture de paume à tout moment",
+ "point4_text": "Bénéficiez d'un soutien continu en discutant de vos lectures, de vos horoscopes personnels et de vos compatibilités avec notre équipe d'experts."
},
"money_back_guarantee": {
- "title": "100% Money-back Guarantee",
- "text": "If you don’t notice any progress after using the app for at least a week, we are ready to make a complete refund within 14 days."
+ "title": "Garantie de remboursement à 100 %",
+ "text": "Si vous ne remarquez aucun progrès après avoir utilisé l'application pendant au moins une semaine, nous sommes prêts à effectuer un remboursement complet dans les 14 jours."
},
- "begin_trial_now": "Begin Trial Now",
+ "begin_trial_now": "Commencez l'essai maintenant",
"what_included": {
- "title": "What’s included?",
- "point1": " palm readings",
- "point1_bold": "Unlimited",
- "point2": " with professional astrologers",
- "point2_bold": "1:1 live chats",
- "point3": " readings",
- "point3_bold": "Daily compatibility",
- "point4": "Cosmic relationship tips",
- "point5": "Daily horoscopes"
+ "title": "Qu'est-ce qui est inclus ?",
+ "point1": " lectures de paume",
+ "point1_bold": "Illimitées",
+ "point2": " avec des astrologues professionnels",
+ "point2_bold": "Chats en direct 1:1",
+ "point3": " lectures ",
+ "point3_bold": "Compatibilité quotidienne",
+ "point4": "Conseils de relation cosmique",
+ "point5": "Horoscopes quotidiens"
},
"palms_say_about": {
- "title": "What do your palms say about you?",
- "point1": " shows your attitude to love and the quality of love",
- "point1_color": "Love line",
- "point2": "A long thumb indicates good fortune",
- "point3": " reflects your in telligence and mentality",
- "point3_color": "Head line",
- "point4": "A long index finger indicates a natural leader",
- "point5": " defines the quality of your life and what you will achieve",
- "point5_color": "Life line",
- "point6": "A short middle finger reveals a free spirit",
- "point7": " represents your material achievement and career goals",
- "point7_color": "Fate line",
- "point8": "A long ring finger reveals that a person tends to take risks",
- "point9": "A short little finger indicates the person's lack of self-confidence"
+ "title": "Que disent vos paumes sur vous ?",
+ "point1": " montre votre attitude envers l'amour et la qualité de l'amour",
+ "point1_color": "Ligne de cœur",
+ "point2": "Un pouce long indique une bonne fortune",
+ "point3": " reflète votre intelligence et votre mentalité",
+ "point3_color": "Ligne de tête",
+ "point4": "Un index long indique un leader naturel",
+ "point5": " définit la qualité de votre vie et ce que vous allez accomplir",
+ "point5_color": "Ligne de vie",
+ "point6": "Un majeur court révèle un esprit libre",
+ "point7": " représente vos réalisations matérielles et vos objectifs de carrière",
+ "point7_color": "Ligne de destinée",
+ "point8": "Un annulaire long révèle qu'une personne a tendance à prendre des risques",
+ "point9": "Un petit doigt court indique un manque de confiance en soi"
},
- "discover_more": "Discover More",
- "why_love": "Why does everyone ?",
- "why_love_color": "love AURA",
+ "discover_more": "Découvrez plus",
+ "why_love": "Pourquoi tout le monde ?",
+ "why_love_color": "aime AURA",
"reviews": {
"username1": "Rebecca Bauman",
- "tagline1": "\"It’s changed my life!\"",
- "text1": "I'm thankful for this app and Akho! She's an excellent palm reader and astrologer—clear, thorough, and reassuring. I eagerly look forward to more sessions with her!",
+ "tagline1": "\"Cela a changé ma vie !\"",
+ "text1": "Je suis reconnaissante pour cette application et Akho ! Elle est une excellente lectrice de paume et astrologue—clairvoyante, minutieuse, et rassurante. J'ai hâte d'avoir plus de sessions avec elle !",
"username2": "Mika Ryan",
- "tagline2": "\"After years of seeking, I’ve finally found a true love.\"",
- "text2": "I was hesitant about whether it was really worth trying, but now I have no regrets and I'm enjoying my new relationships!",
+ "tagline2": "\"Après des années de recherche, j'ai enfin trouvé un véritable amour.\"",
+ "text2": "J'hésitais à essayer, mais maintenant je ne regrette rien et je savoure mes nouvelles relations !",
"username3": "Amanda Holmes",
- "tagline3": "\"I’ve found a job I really enjoy.\"",
- "text3": "Thanks to Vladana, I've finally discovered a clue about what my life's purpose really is and what kind of job resonates with me better!"
+ "tagline3": "\"J'ai trouvé un emploi que j'aime vraiment.\"",
+ "text3": "Grâce à Vladana, j'ai enfin découvert un indice sur le vrai but de ma vie et le type de travail qui me convient le mieux !"
},
- "success_story": "Become a AURA Success Story!",
- "as_seen_in": " As Seen in",
+ "success_story": "Devenez une Success Story d'AURA !",
+ "as_seen_in": " Vu dans",
"footer": {
- "text1": "Questions? We’re here to help",
- "text2": "Customer Support",
- "text3": "Help Center"
+ "text1": "Des questions ? Nous sommes là pour vous aider",
+ "text2": "Service client",
+ "text3": "Centre d'aide"
}
},
"/payment": {
- "will_be_charged_trial_info": " for your -day trial",
- "will_be_charged_email_reminder": "email you a reminder",
- "will_be_charged": "You will be charged only . Then per week. Save every week. We’ll before your trial ends.",
+ "will_be_charged_trial_info": " pour votre essai de jours",
+ "will_be_charged_email_reminder": "vous envoyer un rappel par email",
+ "will_be_charged": "Vous serez facturé seulement . Puis par semaine. Économisez chaque semaine. Nous avant la fin de votre période d'essai.",
"payment_information": {
- "personalized_offer": "Personalized offer reserved",
- "title": "Start your -day trial",
- "total_today": "Total today",
+ "personalized_offer": "Offre personnalisée réservée",
+ "title": "Commencez votre essai de jours",
+ "total_today": "Total aujourd'hui",
"code_applied_bold": "AURA24",
- "code_applied": "Code applied!"
+ "code_applied": "Code appliqué !"
},
"guarantees": {
- "no_commitment": "No commitment. Cancel anytime.",
- "30_day_money_back": "30-Day Money-Back Guarantee"
+ "no_commitment": "Pas d'engagement. Annulez à tout moment.",
+ "30_day_money_back": "Garantie de remboursement de 30 jours"
},
- "get_personal_prediction": "Get personal prediction",
- "total_due": "Total due today: ",
- "app_number_one_color": "25 million people.",
- "app_number_one": "The #1 Astrology app trusted by over "
- }
-}
+ "get_personal_prediction": "Obtenez votre prédiction personnelle",
+ "total_due": "Montant dû aujourd'hui : ",
+ "app_number_one_color": "25 millions de personnes.",
+ "app_number_one": "L'application #1 en astrologie de confiance pour plus de "
+ },
+ "/camera": {
+ "bad_photo": "Mauvaise photo !",
+ "try_again": "Réessayez",
+ "do_better": "Vous pouvez faire mieux",
+ "next": "Suivant"
+ },
+ "threadId": "thread_KNANusbK37DIDwNprdf4rP7g",
+ "assistantId": "asst_S7CdLkyxnbrzPFfL2YM916px",
+ "v": "v1",
+ "config": "fr.male"
+}
\ No newline at end of file
diff --git a/public/locales/palmistry-v1/pt-br/female_pt-br.json b/public/locales/palmistry-v1/pt-br/female_pt-br.json
index a9341e0..49d839d 100644
--- a/public/locales/palmistry-v1/pt-br/female_pt-br.json
+++ b/public/locales/palmistry-v1/pt-br/female_pt-br.json
@@ -1,184 +1,250 @@
{
- "next": "Next",
+ "next": "Próximo",
+ "privacy_policy": "Ao continuar, você concorda com nosso e . Tem alguma dúvida? Fale com nossa equipe de suporte ",
+ "eula_link": "EULA",
+ "privacy_notice": "Aviso de Privacidade",
+ "policy_here": "aqui",
+ "thumb": "Polegar",
+ "index_finger": "Dedo indicador",
+ "middle_finger": "Dedo médio",
+ "ring_finger": "Dedo anelar",
+ "pinky": "Dedo mindinho",
+ "skip_trial": "Pular Teste",
+ "add_consultant": "Adicionar Consultor",
+ "add_guides": "Adicionar Guias",
+ "access_product": "Acessar Produto",
+ "thank_you": "Obrigada!",
+ "order_successful": "Seu pedido foi realizado com sucesso!",
+ "biometric_data": "Nenhum dado biométrico é coletado. Todo o processo de reconhecimento é realizado no seu dispositivo.",
+ "went_wrong": "Algo deu errado.",
+ "/scanned-photo": {
+ "title": "Estamos preparando uma leitura completa de Quiromancia só para você!",
+ "text": "Uau, parece que há muito que podemos contar sobre seu futuro ambicioso e autoconfiante."
+ },
+ "aura_paywall_palmistry_main": {
+ "text_0": "Ajudamos milhões de pessoas a revelar o destino de suas vidas amorosas e o que o futuro reserva para elas e suas famílias.",
+ "text_1": "Custa-nos R$13,21 para compensar nossos funcionários da AURA pelo teste, mas por favor, escolha o valor com o qual você se sinta confortável."
+ },
+ "/skip-trial": {
+ "title": "Não está pensando em voltar atrás?",
+ "price_per_week": " por semana",
+ "billing_period": "Período de cobrança",
+ "billed_amount": "Valor cobrado",
+ "billed_in_4_weeks": "Cobrado em 4 semanas",
+ "start_trial": {
+ "every_week": "Toda semana",
+ "start_trial": "Iniciar teste"
+ },
+ "skip_trial": {
+ "save": "economize %",
+ "every_4_weeks": "A cada 4 semanas",
+ "skip_trial": "Aceitar oferta e pular o teste"
+ }
+ },
+ "/add-consultant": {
+ "more_for_you": "Mais para você",
+ "exclusive_offer": "Oferta exclusiva recomendada para você alcançar seus objetivos mais rapidamente",
+ "your_unique_consultation": "Sua consulta individual exclusiva",
+ "30-minute": "Consulta privada de 30 minutos com um especialista",
+ "description": "Você pode solicitar previsões do futuro, análise de compatibilidade de vida, compatibilidade amorosa, etc.",
+ "one_time_price_offer": "Oferta de preço único: ",
+ "original_price": "Preço original: ",
+ "you_will_be_charged": "*Você será cobrada pelos serviços ou ofertas adicionais selecionadas no momento da compra.\n Este é um pagamento único.",
+ "get_my_consultation": "Obtenha minha consulta",
+ "discount_save": "Economize",
+ "caution": "Atenção!",
+ "caution_text": "Para evitar cobranças duplas, por favor não feche a página nem volte.",
+ "unlock_profound": "Desbloqueie insights profundos sobre sua personalidade, relacionamentos, trajetória de carreira e momentos decisivos da vida através da astrologia, capacitand a fazer escolhas informadas e alcançar maior realização.",
+ "choose_from": "Escolha entre mais de 80 astrólogos especialistas."
+ },
"/find-your-happiness": {
- "title": "Find your happiness with highly-personalized predictions.",
- "point1": "rated by real users",
- "point2": "93.4% Accuracy",
- "point3": "20m users’ choice",
- "point4": "4.8 satisfaction sco",
- "text": "Understand your self and improve relationships with astrology"
+ "title": "Encontre sua felicidade com previsões altamente personalizadas.",
+ "point1": "avaliado por usuários reais",
+ "point2": "93,4% de precisão",
+ "point3": "Escolha de 20 milhões de usuárias",
+ "point4": "4,8 de pontuação de satisfação",
+ "text": "Compreenda-se melhor e melhore seus relacionamentos com a astrologia"
},
"/gender": {
- "title": "What’s your gender?",
- "description": "In Palmistry, everyone is a blend of masculine and feminine, so it helps to know yours."
+ "title": "Qual é o seu gênero?",
+ "description": "Na quiromancia, todos são uma mistura de masculino e feminino, por isso é útil saber o seu.",
+ "already_have_account": "Já tem uma conta? Entrar"
},
"/birthdate": {
- "title": "What’s your date of birth?",
- "text": "Your birth date reveals your core personality traits, needs and desires."
+ "title": "Qual é a sua data de nascimento?",
+ "text": "Sua data de nascimento revela seus traços de personalidade fundamentais, necessidades e desejos."
},
"/palms-information": {
- "title": "Your palms hold a wealth of information about your fate and personality."
+ "title": "Suas palmas carregam uma riqueza de informações sobre seu destino e sua personalidade."
},
"/what-aspects": {
- "title": "What aspects of your life do you wish to gain insight into through palmistry?",
- "answer1": "Love & Relationships",
- "answer2": "Health & Vitality",
- "answer3": "Career & Destiny"
+ "title": "Quais aspectos da sua vida você deseja explorar através da quiromancia?",
+ "answer1": "Amor & Relacionamentos",
+ "answer2": "Saúde & Vitalidade",
+ "answer3": "Carreira & Destino"
},
"/relationship-status": {
- "title": "So we can get to know you better, please tell us your relationship status",
- "answer1": "Single",
- "answer2": "In a relationship"
+ "title": "Para que possamos conhecê-la melhor, por favor nos diga seu status de relacionamento",
+ "answer1": "Solteira",
+ "answer2": "Em um relacionamento"
},
"/element-resonates": {
- "title": "Which element resonates with you most?",
- "answer1": "Water",
- "answer2": "Fire",
- "answer3": "Air",
- "answer4": "Earth"
+ "title": "Com qual elemento você mais se identifica?",
+ "answer1": "Água",
+ "answer2": "Fogo",
+ "answer3": "Ar",
+ "answer4": "Terra"
},
"/favorite-color": {
- "title": "Which color do you like the most?",
- "answer1": "Blue",
- "answer2": "Green",
- "answer3": "Orange",
- "answer4": "Violet",
- "answer5": "Red",
- "answer6": "Yellow"
+ "title": "Qual é a sua cor preferida?",
+ "answer1": "Azul",
+ "answer2": "Verde",
+ "answer3": "Laranja",
+ "answer4": "Violeta",
+ "answer5": "Vermelho",
+ "answer6": "Amarelo"
},
"/head-or-heart": {
- "title": "Do you make decisions with your head or your heart?",
- "answer1": "Heart",
- "answer2": "Head",
- "answer3": "Both"
+ "title": "Você toma decisões com a cabeça ou com o coração?",
+ "answer1": "Coração",
+ "answer2": "Cabeça",
+ "answer3": "Ambos"
},
"/relate-following": {
- "title": "Do you relate to the following:",
- "question1": "I find solace and comfort in spending time alone.",
- "question2": "I value and enjoy my own company.",
- "question3": "I prefer socializing in groups rather than spending time alone.",
- "question4": "Loneliness is something I actively try to avoid.",
- "question5": "I enjoy activities that I can do independently.",
- "strongly_agree": "Strongly Agree",
- "strongly_disagree": "Strongly Disagree"
+ "title": "Você se identifica com o seguinte:",
+ "question1": "Encontro conforto e alívio em passar tempo sozinha.",
+ "question2": "Valorizo e aprecio minha própria companhia.",
+ "question3": "Prefiro socializar em grupos do que passar tempo sozinha.",
+ "question4": "A solidão é algo que tento evitar ativamente.",
+ "question5": "Gosto de atividades que posso fazer de forma independente.",
+ "strongly_agree": "Concordo Plenamente",
+ "strongly_disagree": "Discordo Completamente"
},
"/let-scan": {
- "title": "Let`s scan your palms",
- "text": "Follow the on-screen instructions, so we can analyze your palm lines and reveal your future, and the secrets of your destiny!"
+ "title": "Vamos escanear suas palmas",
+ "text": "Siga as instruções na tela, para que possamos analisar suas linhas da palma e revelar seu futuro, e os segredos do seu destino!"
},
- "biometric_data": "No biometric data collected. All recognition process performs on your device.",
"/scan-instruction": {
- "title": "Take your palm picture as instructed",
- "button": "Take a picture now"
+ "title": "Tire a foto da sua palma conforme instruído",
+ "button": "Tirar foto agora"
},
"/email": {
- "title": "Enter your email to get your advanced Palmistry reading with AURA",
- "not_share": "We don’t share any personal information.",
- "placeholder_email": "Seu email",
+ "title": "Digite seu e-mail para receber sua leitura avançada de Quiromancia com a AURA",
+ "not_share": "Não compartilhamos nenhuma informação pessoal.",
+ "placeholder_email": "Seu e-mail",
"placeholder_name": "Seu nome"
},
- "went_wrong": "Something went wrong.",
"app_number_one": {
- "text": "The app trusted by over 25 million people.",
- "color": "#1 Astrology"
+ "text": "O app confiado por mais de 25 milhões de pessoas.",
+ "color": "#1 em Astrologia"
},
"/trial-payment": {
"palm_is_ready": {
- "title": "Your Palm Reading ",
- "title_color": "Is Ready",
- "description": "“I’ve just received your palm scan results. Let’s discuss!”",
- "text1": " 6 years in palmistry readings and spiritual guidance.",
+ "title": "Sua Leitura de Palma ",
+ "title_color": "Está Pronta",
+ "description": "“Acabei de receber os resultados do seu escaneamento da palma. Vamos conversar!”",
+ "text1": " 6 anos em leituras de quiromancia e orientação espiritual.",
"text1_color": "Akho",
- "text2": "Choose from 80+ palm readers and astrologers."
+ "text2": "Escolha entre mais de 80 leituristas de palmas e astrólogos."
},
"joined_today": {
- "text1": "Unlimited chats with a palm reader",
- "text2": " people joined today"
+ "text1": "Converse ilimitadamente com um leiturista de palmas",
+ "text2": " pessoas se juntaram hoje"
},
- "get_personal_prediction": "Get personal prediction",
+ "get_personal_prediction": "Receba sua previsão pessoal",
"how_work": {
- "title": "How does AURA work?",
- "point1_title": "Send us your palm scan",
- "point1_text": "We analyze your palm lines to get hints about your future",
- "point2_title": "Your palm reading is generated",
- "point2_text": "One of our professional palm readers puts together a report filled with hints about your future",
- "point3_title": "Start your trial to receive your prediction",
- "point3_text": "Once you’re a AURA member, we’ll send over your prediction report so you can begin living a better life.",
- "point4_title": "Talk with a palm reading specialist anytime",
- "point4_text": "Get ongoing support by discussing your readings, personal horoscopes, and compatibilities with our expert team."
+ "title": "Como funciona a AURA?",
+ "point1_title": "Envie-nos seu escaneamento da palma",
+ "point1_text": "Analisamos suas linhas da palma para obter pistas sobre seu futuro",
+ "point2_title": "Sua leitura de palma é gerada",
+ "point2_text": "Um de nossos leituristas de palmas profissionais elabora um relatório com pistas sobre seu futuro",
+ "point3_title": "Inicie seu teste para receber sua previsão",
+ "point3_text": "Depois de se tornar membro da AURA, enviaremos seu relatório de previsões para que você possa começar a viver uma vida melhor.",
+ "point4_title": "Converse com uma especialista em leitura de palmas a qualquer momento",
+ "point4_text": "Obtenha suporte contínuo discutindo suas leituras, horóscopos pessoais, e compatibilidades com nossa equipe de especialistas."
},
"money_back_guarantee": {
- "title": "100% Money-back Guarantee",
- "text": "If you don’t notice any progress after using the app for at least a week, we are ready to make a complete refund within 14 days."
+ "title": "Garantia de Devolução do Dinheiro 100%",
+ "text": "Se você não perceber nenhum progresso após usar o aplicativo por pelo menos uma semana, estamos prontos para fazer um reembolso completo em até 14 dias."
},
- "begin_trial_now": "Begin Trial Now",
+ "begin_trial_now": "Iniciar Teste Agora",
"what_included": {
- "title": "What’s included?",
- "point1": " palm readings",
- "point1_bold": "Unlimited",
- "point2": " with professional astrologers",
- "point2_bold": "1:1 live chats",
- "point3": " readings",
- "point3_bold": "Daily compatibility",
- "point4": "Cosmic relationship tips",
- "point5": "Daily horoscopes"
+ "title": "O que está incluído?",
+ "point1": " leituras de palma",
+ "point1_bold": "Ilimitadas",
+ "point2": " com astrólogos profissionais",
+ "point2_bold": "Chats ao vivo 1:1",
+ "point3": " leituras",
+ "point3_bold": "Compatibilidade diária",
+ "point4": "Dicas de relacionamento cósmico",
+ "point5": "Horóscopos diários"
},
"palms_say_about": {
- "title": "What do your palms say about you?",
- "point1": " shows your attitude to love and the quality of love",
- "point1_color": "Love line",
- "point2": "A long thumb indicates good fortune",
- "point3": " reflects your in telligence and mentality",
- "point3_color": "Head line",
- "point4": "A long index finger indicates a natural leader",
- "point5": " defines the quality of your life and what you will achieve",
- "point5_color": "Life line",
- "point6": "A short middle finger reveals a free spirit",
- "point7": " represents your material achievement and career goals",
- "point7_color": "Fate line",
- "point8": "A long ring finger reveals that a person tends to take risks",
- "point9": "A short little finger indicates the person's lack of self-confidence"
+ "title": "O que suas palmas dizem sobre você?",
+ "point1": " mostra sua atitude em relação ao amor e a qualidade do amor",
+ "point1_color": "Linha do amor",
+ "point2": "Um polegar longo indica boa sorte",
+ "point3": " reflete sua inteligência e mentalidade",
+ "point3_color": "Linha da cabeça",
+ "point4": "Um dedo indicador longo indica uma líder nata",
+ "point5": " define a qualidade da sua vida e o que você vai alcançar",
+ "point5_color": "Linha da vida",
+ "point6": "Um dedo médio curto revela um espírito livre",
+ "point7": " representa sua realização material e metas de carreira",
+ "point7_color": "Linha do destino",
+ "point8": "Um dedo anelar longo revela que a pessoa tende a assumir riscos",
+ "point9": "Um dedo mindinho curto indica falta de autoconfiança da pessoa"
},
- "discover_more": "Discover More",
- "why_love": "Why does everyone ?",
- "why_love_color": "love AURA",
+ "discover_more": "Descubra Mais",
+ "why_love": "Por que todas ?",
+ "why_love_color": "amam AURA",
"reviews": {
"username1": "Rebecca Bauman",
- "tagline1": "\"It’s changed my life!\"",
- "text1": "I'm thankful for this app and Akho! She's an excellent palm reader and astrologer—clear, thorough, and reassuring. I eagerly look forward to more sessions with her!",
+ "tagline1": "\"Isso mudou minha vida!\"",
+ "text1": "Estou grata por este app e pela Akho! Ela é uma excelente leiturista de palmas e astróloga — clara, completa e tranquilizadora. Estou ansiosa para mais sessões com ela!",
"username2": "Mika Ryan",
- "tagline2": "\"After years of seeking, I’ve finally found a true love.\"",
- "text2": "I was hesitant about whether it was really worth trying, but now I have no regrets and I'm enjoying my new relationships!",
+ "tagline2": "\"Após anos de busca, finalmente encontrei um verdadeiro amor.\"",
+ "text2": "Eu estava hesitante sobre se realmente valia a pena tentar, mas agora não tenho arrependimentos e estou aproveitando meus novos relacionamentos!",
"username3": "Amanda Holmes",
- "tagline3": "\"I’ve found a job I really enjoy.\"",
- "text3": "Thanks to Vladana, I've finally discovered a clue about what my life's purpose really is and what kind of job resonates with me better!"
+ "tagline3": "\"Encontrei um trabalho de que realmente gosto.\"",
+ "text3": "Graças a Vladana, finalmente descobri uma pista sobre qual é o propósito real da minha vida e que tipo de trabalho ressoa melhor comigo!"
},
- "success_story": "Become a AURA Success Story!",
- "as_seen_in": " As Seen in",
+ "success_story": "Torne-se uma História de Sucesso da AURA!",
+ "as_seen_in": " Como Visto em",
"footer": {
- "text1": "Questions? We’re here to help",
- "text2": "Customer Support",
- "text3": "Help Center"
+ "text1": "Dúvidas? Estamos aqui para ajudar",
+ "text2": "Suporte ao Cliente",
+ "text3": "Centro de Ajuda"
}
},
"/payment": {
- "will_be_charged_trial_info": "