diff --git a/apps/app/messages/en.json b/apps/app/messages/en.json index ded3b35..d81a2d8 100644 --- a/apps/app/messages/en.json +++ b/apps/app/messages/en.json @@ -62,8 +62,8 @@ "file": "File", "first_name": "First Name", "flower": "Flower", - "fruit": "Fruit", "from_time": "From", + "fruit": "Fruit", "hair_colour": "Hair Colour", "hello_world": "Hello, {name} from en!", "height": "Height", @@ -157,5 +157,6 @@ "weight": "Weight", "welcome": "Welcome to Generations Heritage", "yes": "Yes", - "zip_code": "Zip Code" + "zip_code": "Zip Code", + "add_life_event": "Add life-event" } diff --git a/apps/app/messages/hu.json b/apps/app/messages/hu.json index 95bb732..689c43a 100644 --- a/apps/app/messages/hu.json +++ b/apps/app/messages/hu.json @@ -62,8 +62,8 @@ "file": "Fájl", "first_name": "Keresztnév", "flower": "Virág", - "fruit": "Gyümölcs", "from_time": "Tól", + "fruit": "Gyümölcs", "hair_colour": "Hajszín", "hello_world": "Helló, {name} innen: hu!", "height": "Magasság", @@ -155,5 +155,6 @@ "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" + "zip_code": "Irányítószám", + "add_life_event": "Életesemény hozzadása" }