diff --git a/app/messages/en.json b/app/messages/en.json index 2837190..a136fa4 100644 --- a/app/messages/en.json +++ b/app/messages/en.json @@ -1,10 +1,12 @@ { "$schema": "https://inlang.com/schema/inlang-message-format", "about": "About", + "accept": "Accept", "add": "Add", "address": "Address", "alive": "Alive", "allergies": "Allergies", + "allow_family_tree_admin_access": "Allow Family Tree Admin Access", "animal": "Animal", "audio": "Audio", "back": "Back", @@ -24,11 +26,13 @@ "connection": "Connection", "connection_type": "Connection Type", "contact": "Contact", + "cookie_disclaimer": "This website uses cookies to ensure you get the best experience, including storing the theme and handling user sessions.", "cookie_policy": "Cookie Policy", "country": "Country", "dark": "Dark", "death": "Death", "deceased": "Deceased", + "deny": "Deny", "description": "Description", "details": "Details", "directions": "Directions", @@ -39,6 +43,7 @@ "export_something": "Export{thing}", "extra_names": "Extra Names", "faith": "Faith", + "failed_to_create_user": "Failed to create user", "family_tree": "Family Tree", "favourite": "Favourite", "favourite_recipes": "Favourite Recipes", @@ -67,9 +72,11 @@ "medication": "Medication", "message_for_future_generations": "Message for Future Generations", "middle_name": "Middle Name", + "missing_field": "{field} is missing", "mothers_first_name": "Mother's First Name", "mothers_last_name": "Mother's Last Name", "nation": "Nation", + "no": "No", "no_data": "No Data", "notes": "Notes", "occupation": "Occupation", @@ -85,6 +92,8 @@ "place_of_death": "Place of Death", "plant": "Plant", "politics": "Politics", + "profile_id": "Profile ID", + "profiel_id_registration":"If someone already created a profile for you, ask them for your profiles ID and enter it here.", "profile_picture": "Profile Picture", "privacy_policy": "Privacy Policy", "recipe": "Recipe", @@ -105,7 +114,7 @@ "sibling": "Sibling", "sign_in": "Sign In", "sign_out": "Sign Out", - "site_intro": "Welcome to Generations Heritage, a place to record and share your family history.", + "site_intro": "Welcome to Generations Heritage, a place to record your family tree and share your family history. Create a digital intellectual legacy for your descendants.", "skill": "Skill", "skin_colour": "Skin Colour", "source": "Source", @@ -129,5 +138,6 @@ "website": "Website", "weight": "Weight", "welcome": "Welcome to Generations Heritage", + "yes": "Yes", "zip_code": "Zip Code" } diff --git a/app/messages/hu.json b/app/messages/hu.json index ad5579d..66f800c 100644 --- a/app/messages/hu.json +++ b/app/messages/hu.json @@ -1,10 +1,12 @@ { "$schema": "https://inlang.com/schema/inlang-message-format", "about": "Rólunk", + "accept": "Elfogadás", "add": "Hozzáadás", "address": "Cím", "alive": "Élő", "allergies": "Allergiák", + "allow_family_tree_admin_access": "Családfa adminisztrátor hozzáférésének engedélyezése", "animal": "Állat", "audio": "Hang", "back": "Vissza", @@ -24,11 +26,13 @@ "connection": "Kapcsolat", "connection_type": "Kapcsolat típusa", "contact": "Kapcsolat", + "cookie_disclaimer": "Ez a weboldal sütiket használ annak érdekében, hogy a lehető legjobb élményt nyújtsa, beleértve a téma tárolását és a felhasználói munkamenetek kezelését.", "cookie_policy": "Süti szabályzat", "country": "Ország", "dark": "Sötét", "death": "Halál", "deceased": "Elhunyt", + "deny": "Elutasítás", "description": "Leírás", "details": "Részletek", "directions": "Útvonalak", @@ -39,6 +43,7 @@ "export_something": "{thing}Exportálás", "extra_names": "Extra nevek", "faith": "Vallás", + "failed_to_create_user": "Felhasználó létrehozása sikertelen", "family_tree": "Családfa", "favourite": "Kedvenc", "favourite_recipes": "Kedvenc receptek", @@ -67,9 +72,11 @@ "medication": "Gyógyszer", "message_for_future_generations": "Üzenet a jövő generációinak", "middle_name": "Második név", - "mothers_first_name": "Anya keresztneve", - "mothers_last_name": "Anya vezetékneve", + "missing_field": "{field} mező hiányzik", + "mothers_first_name": "Anyja keresztneve", + "mothers_last_name": "Anyja vezetékneve", "nation": "Nemzet", + "no": "Nem", "no_data": "Nincs adat", "notes": "Jegyzetek", "occupation": "Foglalkozás", @@ -105,7 +112,7 @@ "sibling": "Testvér", "sign_in": "Bejelentkezés", "sign_out": "Kijelentkezés", - "site_intro": "Üdvözöljük a Generációk Öröksége oldalán, ahol rögzítheti és megoszthatja családtörténetét.", + "site_intro": "Üdvözöljük a Generációk Öröksége oldalán, ahol rögzítheti családfáját és megoszthatja családtörténetét szereteivel. Hozon létre digitális szellemi hagyatékot leszármazottai számára.", "skill": "Képesség", "skin_colour": "Bőrszín", "source": "Forrás", @@ -129,5 +136,6 @@ "website": "Weboldal", "weight": "Súly", "welcome": "Üdvözöljük a Generációk Öröksége oldalán", + "yes": "Igen", "zip_code": "Irányítószám" } diff --git a/app/src/routes/login/+page.svelte b/app/src/routes/login/+page.svelte index 872483b..27a015c 100644 --- a/app/src/routes/login/+page.svelte +++ b/app/src/routes/login/+page.svelte @@ -1,8 +1,6 @@ @@ -10,25 +8,35 @@
-
-
-
- {family_tree()} -
-

{sign_in()}

-

- {site_intro()} -

- - {sign_in()} - -
-
+
+
+
+ {family_tree()} +
+

{welcome()}

+

+ {site_intro()} +

+ + + + + Google {sign_in()} + +
+
- -
- -
\ No newline at end of file diff --git a/app/src/routes/login/web_neutral_rd_SI.svg b/app/src/routes/login/web_neutral_rd_SI.svg deleted file mode 100644 index 74b3e5c..0000000 --- a/app/src/routes/login/web_neutral_rd_SI.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - -