Mercurial > public > simoleon
changeset 94:507ed393a72c
Added App Store metadata
line wrap: on
line diff
Binary file Simoleon.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed
--- a/fastlane/Fastfile Tue Aug 03 12:33:32 2021 +0100 +++ b/fastlane/Fastfile Tue Aug 03 13:20:09 2021 +0100 @@ -16,6 +16,7 @@ default_platform(:ios) platform :ios do + desc "Push a new beta build to TestFlight" lane :beta do increment_build_number( @@ -28,4 +29,12 @@ build_app(scheme: "Simoleon") upload_to_testflight end + + desc "Release new version to App Store" + lane :release do + capture_screenshots + build_app(scheme: "Simoleon") + upload_to_app_store + end + end
--- a/fastlane/Snapfile Tue Aug 03 12:33:32 2021 +0100 +++ b/fastlane/Snapfile Tue Aug 03 13:20:09 2021 +0100 @@ -34,5 +34,8 @@ # Arguments to pass to the app on launch. See https://docs.fastlane.tools/actions/snapshot/#launch-arguments # launch_arguments(["-favColor red"]) +# Enabling this option will configure the Simulator's system language +localize_simulator(true) + # For more information about all available options run # fastlane action snapshot
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/copyright.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +2021 Dennis Technologies Ltd. \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/de-DE/description.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,10 @@ +Simoleon ist ein Echtzeit-Währungsumrechner, der über 170 globale Währungen und 2000 Währungspaare unterstützt. Die einfache Bedienung und der reale Wechselkurs machen es zur perfekten App für Reisende, die wissen wollen, wie viel ihre Währung in jedem Moment wert ist. + +- 170 Weltwährungen, Kryptowährungen wie Bitcoin, Ethereum und Dash sowie Rohstoffe wie Gold, Silber und Platin. +- Kurse direkt von den europäischen Handelsplätzen. +- Wählen Sie Ihr Standard-Währungspaar und speichern Sie Ihre Lieblingswährungen. +- Simoleon wird auf all Ihren Geräten synchronisiert. +- Schnelle und einfache Schnittstelle. + +Datenschutzbestimmungen: https://dennistech.io/simoleon-privacy-policy +Nutzungsbedingungen: https://dennistech.io/simoleon-terms-of-use \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/de-DE/keywords.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +währung,forex,umrechner,geld,euro,dollar,yen,reisen,wechsel,märkte,finanz \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/de-DE/marketing_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/apps/simoleon \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/de-DE/name.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +Simoleon \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/de-DE/privacy_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/simoleon-privacy-policy \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/de-DE/release_notes.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,6 @@ +Hallo zusammen! Dies ist ein großes Update, wir hoffen es gefällt euch: +- Simoleon ist jetzt in Spanisch, Deutsch, Französisch, Italienisch, Niederländisch, Portugiesisch und Russisch verfügbar. Wenn Sie eine falsche oder seltsame Übersetzung bemerken, kontaktieren Sie uns bitte: https://dennistech.io/contact +- In-App-Werbekäufe implementiert. +- Jetzt können Sie mit Simoleon kostenlos zwischen den gängigsten Währungspaaren umrechnen. +- UI-Aktualisierungen. +- Behebt Bugs. \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/de-DE/support_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/contact \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/en-GB/description.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,10 @@ +Simoleon is a real-time currency converter with over 170 global currencies and 2000 currency pairs supported. The ease of use and the real exchange rate makes it the perfect app for travellers who want to know how much their currency is worth at every moment. + +- 170 global currencies, cryptos like Bitcoin, Ethereum, and Dash, and raw materials like gold, silver, and platinum. +- Quotes straight from European trading floors. +- Select your default currency pair and save your favourite currencies. +- Simoleon is synchronised across all your devices. +- Fast and simple interface. + +Privacy policy: https://dennistech.io/simoleon-privacy-policy +Terms of use: https://dennistech.io/simoleon-terms-of-use \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/en-GB/keywords.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +currency,forex,converter,money,euro,dollar,yen,travel,exchange,markets,finance \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/en-GB/marketing_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/apps/simoleon \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/en-GB/name.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +Simoleon \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/en-GB/privacy_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/simoleon-privacy-policy \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/en-GB/release_notes.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,6 @@ +Hi there! This is a big update, we hope you like it: +- Simoleon is available in Spanish, German, French, Italian, Dutch, Portuguese, and Russian. If you notice a wrong or weird translation, please contact us: https://dennistech.io/contact +- Implemented In-App promotional purchases. +- Now, you can use Simoleon to convert between the most popular currency pairs for free. +- UI updates. +- Fixes bugs. \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/en-GB/support_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/contact \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/en-US/description.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,10 @@ +Simoleon is a real-time currency converter with over 170 global currencies and 2000 currency pairs supported. The ease of use and the real exchange rate makes it the perfect app for travellers who want to know how much their currency is worth at every moment. + +- 170 global currencies, cryptos like Bitcoin, Ethereum, and Dash, and raw materials like gold, silver, and platinum. +- Quotes straight from European trading floors. +- Select your default currency pair and save your favorite currencies. +- Simoleon is synchronised across all your devices. +- Fast and simple interface. + +Privacy policy: https://dennistech.io/simoleon-privacy-policy +Terms of use: https://dennistech.io/simoleon-terms-of-use \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/en-US/keywords.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +currency,forex,converter,money,euro,dollar,yen,travel,exchange,markets,finance \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/en-US/marketing_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/apps/simoleon \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/en-US/name.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +Simoleon \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/en-US/privacy_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/simoleon-privacy-policy \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/en-US/release_notes.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,6 @@ +Hi there! This is a big update, we hope you like it: +- Simoleon is available in Spanish, German, French, Italian, Dutch, Portuguese, and Russian. If you notice a wrong or weird translation, please contact us: https://dennistech.io/contact +- Implemented In-App promotional purchases. +- Now, you can use Simoleon to convert between the most popular currency pairs for free. +- UI updates. +- Fixes bugs. \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/en-US/support_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/contact \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/es-ES/description.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,10 @@ +Simoleon es un conversor de divisas en tiempo real con más de 170 monedas mundiales y 2000 pares de divisas. Su facilidad de uso y el tipo de cambio en tiempo real hace que Simoleon sea la app perfecta para viajeros que necesitan saber cuánto vale su divisa en cada momento. + +- 170 monedas mundiales, criptomonedas como Bitcoin, Ethereum, y Dash, y materias primas como el oro, la plata, o el platino. +- Los tipos de cambios son recibidos directamente desde las salas de trading europeas. +- Selecciona el par de divisas principal, y guarda tus divisas favoritas. +- Simoleon se sincroniza con todos tus dispositivos. +- Interfaz rápida y sencilla. + +Política de privacidad: https://dennistech.io/simoleon-privacy-policy +Términos de uso: https://dennistech.io/simoleon-terms-of-use \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/es-ES/keywords.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +Divisa,moneda,conversor,dinero,euro,dolar,yen,viaje,intercambio,mercado,finanzas \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/es-ES/marketing_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/apps/simoleon \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/es-ES/name.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +Simoleon \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/es-ES/privacy_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/simoleon-privacy-policy \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/es-ES/release_notes.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,6 @@ +¡Hola! Esta es la actualización más importante hasta el momento. Esperamos que te guste: +- Simoleon está disponible es español, alemán, francés, italiano, holandés, portugués, y ruso. Si ves alguna tradución equivocada o rara, por favor contáctanos: https://dennistech.io/contact +- Ya puedes comprar la suscripción directamente desde la App Store. +- Ahora puede convertir entre las divisas más populares gratuitamente. +- Mejoras en la interfaz. +- Arreglo de bugs. \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/es-ES/support_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/contact \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/fr-FR/description.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,10 @@ +Simoleon est un convertisseur de devises en temps réel qui prend en charge plus de 170 devises internationales et 2000 paires de devises. La facilité d'utilisation et le taux de change réel en font l'application parfaite pour les voyageurs qui veulent savoir combien vaut leur devise à chaque instant. + +- 170 devises internationales, des cryptomonnaies comme le bitcoin, l'ethereum et le dash, et des matières premières comme l'or, l'argent et le platine. +- Des cotations en provenance directe des salles de marché européennes. +- Sélectionnez votre paire de devises par défaut et enregistrez vos devises préférées. +- Simoleon est synchronisé sur tous vos appareils. +- Interface simple et rapide. + +Politique de confidentialité : https://dennistech.io/simoleon-privacy-policy +Conditions d'utilisation : https://dennistech.io/simoleon-terms-of-use \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/fr-FR/keywords.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +monnaie,forex,convertisseur,argent,euro,dollar,yen,voyage,change,marchés,finance \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/fr-FR/marketing_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/apps/simoleon \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/fr-FR/name.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +Simoleon \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/fr-FR/privacy_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/simoleon-privacy-policy \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/fr-FR/release_notes.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,6 @@ +Bonjour à tous ! C'est une grosse mise à jour, nous espérons qu'elle vous plaira : +- Simoleon est disponible en espagnol, allemand, français, italien, néerlandais, portugais et russe. Si vous remarquez une traduction erronée ou bizarre, veuillez nous contacter : https://dennistech.io/contact. +- Mise en place des achats promotionnels In-App. +- Désormais, vous pouvez utiliser Simoleon pour convertir gratuitement les paires de devises les plus populaires. +- Mises à jour de l'interface utilisateur. +- Correction de bugs. \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/fr-FR/support_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/contact \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/it-IT/description.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,10 @@ +Simoleon è un convertitore di valuta in tempo reale con oltre 170 valute globali e 2000 coppie di valute supportate. La facilità d'uso e il tasso di cambio reale lo rendono l'app perfetta per i viaggiatori che vogliono sapere quanto vale la loro valuta in ogni momento. + +- 170 valute globali, criptovalute come Bitcoin, Ethereum e Dash, e materie prime come oro, argento e platino. +- Quotazioni direttamente dai trading floor europei. +- Seleziona la tua coppia di valute predefinita e salva le tue valute preferite. +- Simoleon è sincronizzato su tutti i tuoi dispositivi. +- Interfaccia semplice e veloce. + +Informativa sulla privacy: https://dennistech.io/simoleon-privacy-policy +Termini di utilizzo: https://dennistech.io/simoleon-terms-of-use \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/it-IT/keywords.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +valuta, forex, convertitore, soldi, euro, dollaro, yen, viaggio, scambio, mercati, finanza \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/it-IT/marketing_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/apps/simoleon \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/it-IT/name.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +Simoleon \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/it-IT/privacy_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/simoleon-privacy-policy \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/it-IT/release_notes.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,6 @@ +Ciao a tutti! Questo è un grande aggiornamento, speriamo che vi piaccia: +- Simoleon è disponibile in spagnolo, tedesco, francese, italiano, olandese, portoghese e russo. Se noti una traduzione sbagliata o strana, contattaci: https://dennistech.io/contact +- Implementati gli acquisti promozionali In-App. +- Ora, è possibile utilizzare Simoleon per convertire tra le coppie di valute più popolari gratuitamente. +- Aggiornamenti dell'interfaccia utente. +- Correzione di bug. \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/it-IT/support_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/contact \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/nl-NL/description.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,10 @@ +Simoleon is een real-time valuta converter met meer dan 170 wereldwijde valuta's en 2000 valutaparen ondersteund. Het gebruiksgemak en de reële wisselkoers maakt het de perfecte app voor reizigers die op elk moment willen weten hoeveel hun valuta waard is. + +- 170 wereldwijde valuta's, crypto's zoals Bitcoin, Ethereum, en Dash, en grondstoffen zoals goud, zilver, en platina. +- Koersen rechtstreeks van Europese handelsvloeren. +- Selecteer uw standaard valutapaar en sla uw favoriete valuta's op. +- Simoleon wordt gesynchroniseerd op al uw apparaten. +- Snelle en eenvoudige interface. + +Privacybeleid: https://dennistech.io/simoleon-privacy-policy +Gebruiksvoorwaarden: https://dennistech.io/simoleon-terms-of-use \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/nl-NL/keywords.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +valuta, forex, converter, geld, euro, dollar, yen, reizen, uitwisseling, markten, financiën \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/nl-NL/marketing_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/apps/simoleon \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/nl-NL/name.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +Simoleon \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/nl-NL/privacy_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/simoleon-privacy-policy \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/nl-NL/release_notes.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,6 @@ +Hallo daar! Dit is een grote update, we hopen dat jullie het leuk vinden: +- Simoleon is beschikbaar in het Spaans, Duits, Frans, Italiaans, Nederlands, Portugees, en Russisch. Als u een verkeerde of vreemde vertaling opmerkt, neem dan contact met ons op: https://dennistech.io/contact +- Geïmplementeerde In-App promotionele aankopen. +- Nu kun je Simoleon gebruiken om gratis om te rekenen tussen de meest populaire valuta paren. +- UI updates. +- Bugs opgelost. \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/nl-NL/support_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/contact \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/primary_category.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +UTILITIES \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/pt-PT/description.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,10 @@ +Simoleon é um conversor de moeda em tempo real com mais de 170 moedas globais e 2000 pares de moedas suportados. A facilidade de utilização e a taxa de câmbio real torna-a a aplicação perfeita para viajantes que querem saber quanto vale a sua moeda em cada momento. + +- 170 moedas globais, criptos como Bitcoin, Ethereum, e Dash, e matérias-primas como ouro, prata, e platina. +- Cotações directamente dos pisos comerciais europeus. +- Seleccione o seu par de moedas padrão e guarde as suas moedas favoritas. +- O Simoleon está sincronizado em todos os seus dispositivos. +- Interface rápida e simples. + +Política de privacidade: https://dennistech.io/simoleon-privacy-policy +Termos de utilização: https://dennistech.io/simoleon-terms-of-use \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/pt-PT/keywords.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +moeda,forex,conversor,dinheiro,euro,dólar,iene,viagens,câmbio,mercados,finanças \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/pt-PT/marketing_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/apps/simoleon \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/pt-PT/name.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +Simoleon \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/pt-PT/privacy_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/simoleon-privacy-policy \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/pt-PT/release_notes.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,6 @@ +Olá! Esta é uma grande actualização, esperamos que gostem: +- Simoleon está disponível em espanhol, alemão, francês, italiano, holandês, português, e russo. Se notar uma tradução errada ou estranha, por favor contacte-nos: https://dennistech.io/contact +- Compras promocionais implementadas In-App. +- Agora, pode usar o Simoleon para converter entre os pares de moedas mais populares gratuitamente. +- Actualizações UI. +- Corrige bugs. \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/pt-PT/support_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/contact \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/ru-RU/description.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,10 @@ +Simoleon - это конвертер валют в реальном времени с поддержкой более 170 мировых валют и 2000 валютных пар. Простота использования и реальный обменный курс делают это приложение идеальным для путешественников, которые хотят знать, сколько стоит их валюта в каждый момент времени. + +- 170 мировых валют, криптовалюты, такие как Bitcoin, Ethereum и Dash, и сырьевые товары, такие как золото, серебро и платина. +- Котировки прямо с европейских торговых площадок. +- Выберите валютную пару по умолчанию и сохраните любимые валюты. +- Simoleon синхронизируется на всех ваших устройствах. +- Быстрый и простой интерфейс. + +Политика конфиденциальности: https://dennistech.io/simoleon-privacy-policy +Условия использования: https://dennistech.io/simoleon-terms-of-use \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/ru-RU/keywords.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +валюта,форекс,конвертер,деньги,евро,доллар,йена,путешествия,обмен,рынки,финансы \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/ru-RU/marketing_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/apps/simoleon \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/ru-RU/name.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +Simoleon \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/ru-RU/privacy_url.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,1 @@ +https://dennistech.io/simoleon-privacy-policy \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastlane/metadata/ru-RU/release_notes.txt Tue Aug 03 13:20:09 2021 +0100 @@ -0,0 +1,6 @@ +Привет! Это большое обновление, мы надеемся, что оно вам понравится: +- Simoleon доступен на испанском, немецком, французском, итальянском, голландском, португальском и русском языках. Если вы заметили неправильный или странный перевод, пожалуйста, свяжитесь с нами: https://dennistech.io/contact. +- Внедрены рекламные покупки In-App. +- Теперь вы можете использовать Simoleon для конвертации между самыми популярными валютными парами бесплатно. +- Обновления пользовательского интерфейса. +- Исправлены ошибки. \ No newline at end of file