diff --git a/Front/skydivelogs-app/src/app/new-jump/new-jump.component.css b/Front/skydivelogs-app/src/app/new-jump/new-jump.component.css index a6cc337..0d83a3c 100644 --- a/Front/skydivelogs-app/src/app/new-jump/new-jump.component.css +++ b/Front/skydivelogs-app/src/app/new-jump/new-jump.component.css @@ -5,8 +5,6 @@ min-width: 150px; max-width: 500px; width: 100%; - - padding: 15px } .content { diff --git a/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html b/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html index 0856693..c4cf1fc 100644 --- a/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html +++ b/Front/skydivelogs-app/src/app/new-jump/new-jump.component.html @@ -1,12 +1,12 @@
- -

Reset form after adding

+ +

{{ 'NewJump_ResetForm' | translate }}

- Choose the jump type + {{ 'NewJump_ChooseJumpType' | translate }} @@ -21,7 +21,7 @@ - Choose the aircraft + {{ 'NewJump_ChooseAircraft' | translate }} @@ -36,7 +36,7 @@ - Choose the DZ + {{ 'NewJump_ChooseDz' | translate }} @@ -52,7 +52,7 @@ - Choose the used gear + {{ 'NewJump_ChooseGear' | translate }} @@ -65,8 +65,8 @@ - With a cutaway ? - Is a special jump ? + {{ 'NewJump_Cutaway' | translate }} + {{ 'NewJump_Special' | translate }} - + - + + diff --git a/Front/skydivelogs-app/src/assets/i18n/en.json b/Front/skydivelogs-app/src/assets/i18n/en.json index e5da883..a585245 100644 --- a/Front/skydivelogs-app/src/assets/i18n/en.json +++ b/Front/skydivelogs-app/src/assets/i18n/en.json @@ -95,5 +95,19 @@ "Summary_ByAircraft_Title" : "By aircraft", "Summary_ByGear_Title" : "By gear", "Summary_ByJumpType_Title" : "By jump type", - "Summary_ByYear_Title" : "By year" + "Summary_ByYear_Title" : "By year", + + "NewJump_GoToJump" : "View the jumps", + "NewJump_ResetForm" : "Reset form after adding", + "NewJump_ChooseJumpType" : "Choose the jump type", + "NewJump_ChooseAircraft" : "Choose the aircraft", + "NewJump_ChooseDz" : "Choose the DZ", + "NewJump_ChooseGear" : "Choose the used gear", + "NewJump_Cutaway" : "With a cutaway ?", + "NewJump_Special" : "Is a special jump ?", + "NewJump_ExitAlt" : "Exit altitude", + "NewJump_DeployAlt" : "Deploy altitude", + "NewJump_Count" : "Count of jumps", + "NewJump_Comments" : "Comments", + "NewJump_Submit" : "Submit" } \ No newline at end of file diff --git a/Front/skydivelogs-app/src/assets/i18n/fr.json b/Front/skydivelogs-app/src/assets/i18n/fr.json index 59235de..72492b0 100644 --- a/Front/skydivelogs-app/src/assets/i18n/fr.json +++ b/Front/skydivelogs-app/src/assets/i18n/fr.json @@ -95,5 +95,19 @@ "Summary_ByAircraft_Title" : "Par avion", "Summary_ByGear_Title" : "Par piège", "Summary_ByJumpType_Title" : "Par type de saut", - "Summary_ByYear_Title" : "Par an" + "Summary_ByYear_Title" : "Par an", + + "NewJump_GoToJump" : "Voir les sauts", + "NewJump_ResetForm" : "Reset du formulaire après l'ajout", + "NewJump_ChooseJumpType" : "Choisir un type de saut", + "NewJump_ChooseAircraft" : "Choisir un avion largueur", + "NewJump_ChooseDz" : "Choisir un centre", + "NewJump_ChooseGear" : "Choisir un piège", + "NewJump_Cutaway" : "Libération ?", + "NewJump_Special" : "Saut spécial ?", + "NewJump_ExitAlt" : "Altitude de sortie", + "NewJump_DeployAlt" : "Altitude d'ouverture", + "NewJump_Count" : "Nombre de sauts", + "NewJump_Comments" : "Commentaires", + "NewJump_Submit" : "Ajouter" } \ No newline at end of file