diff --git a/.gitignore b/.gitignore index feaf141..d718053 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ fastlane/screenshots xcshareddata Vendor -Shots +Shots/Framed +Shots/Screenshots *.xcresult \ No newline at end of file diff --git a/Shots/Fonts/Inter-Bold.otf b/Shots/Fonts/Inter-Bold.otf new file mode 100644 index 0000000..58a3807 Binary files /dev/null and b/Shots/Fonts/Inter-Bold.otf differ diff --git a/Shots/Fonts/Oswald-Light.ttf b/Shots/Fonts/Oswald-Light.ttf new file mode 100644 index 0000000..d6e1171 Binary files /dev/null and b/Shots/Fonts/Oswald-Light.ttf differ diff --git a/Shots/Fonts/Oswald-SemiBold.ttf b/Shots/Fonts/Oswald-SemiBold.ttf new file mode 100644 index 0000000..72495ed Binary files /dev/null and b/Shots/Fonts/Oswald-SemiBold.ttf differ diff --git a/Shots/Titles/de.conf b/Shots/Titles/de.conf new file mode 100644 index 0000000..82e85a3 --- /dev/null +++ b/Shots/Titles/de.conf @@ -0,0 +1,7 @@ +OnboardingSystemsView=Lege*einfach*Systeme an\nund vergleiche sie +OnboardingLoadsView=Stelle Geräte*übersichtlich*\ndar und verwalte sie +LoadEditorView=Berechne*zuverlässig*\ndie richtige Sicherung +ComponentSelectorView=Finde im*großen*Teilekatalog\nwas du suchst +SystemsWithSampleData=Navigiere*schnell*\ndurch Deine Systeme +AdventureVanLoads=Erstelle*individuelle*\nVerbraucher für Dein System +AdventureVanBillOfMaterials=Behalte den*Überblick*\nwas du schon gekauft hast \ No newline at end of file diff --git a/Shots/Titles/en.conf b/Shots/Titles/en.conf new file mode 100644 index 0000000..9c4fe82 --- /dev/null +++ b/Shots/Titles/en.conf @@ -0,0 +1,7 @@ +OnboardingSystemsView=*Easily*create systems\nand compare them +OnboardingLoadsView=*Clearly*list devices\nand manage them +LoadEditorView=*Reliably*size the fuse\nfor each device +ComponentSelectorView=Find in the*huge*catalog\nwhat you need +SystemsWithSampleData=*Quickly*browse your systems\nat a glance +AdventureVanLoads=*Create*custom loads\nfor your setup +AdventureVanBillOfMaterials=Stay*organized*\nwith your purchases \ No newline at end of file diff --git a/Shots/Titles/es.conf b/Shots/Titles/es.conf new file mode 100644 index 0000000..3bbed88 --- /dev/null +++ b/Shots/Titles/es.conf @@ -0,0 +1,7 @@ +OnboardingSystemsView=*Fácil*crear sistemas\ny compararlos +OnboardingLoadsView=*Claro*lista equipos\ny gestiona todo +LoadEditorView=*Fiable*calcula el fusible\nadecuado +ComponentSelectorView=Busca en el*amplio*catálogo\nlo que necesitas +SystemsWithSampleData=*Rápido*revisa tus sistemas\nde un vistazo +AdventureVanLoads=*Crea*cargas a medida\npara tu sistema +AdventureVanBillOfMaterials=Lleva*control*\nde lo ya comprado \ No newline at end of file diff --git a/Shots/Titles/fr.conf b/Shots/Titles/fr.conf new file mode 100644 index 0000000..23ebf04 --- /dev/null +++ b/Shots/Titles/fr.conf @@ -0,0 +1,7 @@ +OnboardingSystemsView=*Facile*créer des systèmes\net les comparer +OnboardingLoadsView=*Clairement*voir les appareils\net les gérer +LoadEditorView=*Fiable*calcule le fusible\nadapté +ComponentSelectorView=Trouve dans le*vaste*catalogue\nce que tu cherches +SystemsWithSampleData=*Rapide*parcours tes systèmes\nd'un coup d'œil +AdventureVanLoads=*Crée*des charges sur mesure\npour ton système +AdventureVanBillOfMaterials=Garde*trace* de tes achats\ndéjà faits \ No newline at end of file diff --git a/Shots/Titles/nl.conf b/Shots/Titles/nl.conf new file mode 100644 index 0000000..112798f --- /dev/null +++ b/Shots/Titles/nl.conf @@ -0,0 +1,7 @@ +OnboardingSystemsView=*Simpel*systemen aanmaken\nen vergelijken +OnboardingLoadsView=*Duidelijk*apparaten tonen\nen beheren +LoadEditorView=*Betrouwbaar*zekering kiezen\nper apparaat +ComponentSelectorView=Vind in de*grote*catalogus\nwat je zoekt +SystemsWithSampleData=*Snel*door je systemen\nbladeren +AdventureVanLoads=*Maak*aangepaste verbruikers\nvoor je systeem +AdventureVanBillOfMaterials=Houd*overzicht*\nvan wat je al kocht \ No newline at end of file diff --git a/Shots/frame-bg-phone.png b/Shots/frame-bg-phone.png new file mode 100644 index 0000000..a13049d Binary files /dev/null and b/Shots/frame-bg-phone.png differ diff --git a/Shots/frame-bg.png b/Shots/frame-bg.png new file mode 100644 index 0000000..1226af6 Binary files /dev/null and b/Shots/frame-bg.png differ